Bernd Kuhls
75bad69099
{linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:58:07 +01:00
Bernd Kuhls
c21a0556db
{toolchain, linux-headers}: add support for 6.7 headers
...
And add (and default to) 6.7 to linux-headers.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:55:40 +01:00
Brandon Maier
9553dc9a55
package/gmp: fix target build with host gcc 4.9
...
GMP does not build if the host gcc is v4.9 due to the following error
gen-sieve.c: In function 'setmask':
gen-sieve.c:99:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (unsigned i = 0; i < 2 * a * b; ++i)
^
gen-sieve.c:99:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
The gen-sieve utility was added in GMP v6.3.0. It is built using
CC_FOR_BUILD (host compiler) during cross compilation as it generates
build files. Autoconf does not have a macro for add -std=c99 to
CC_FOR_BUILD, so it must be set manually. For the target, it is set
correctly thanks to the AC_PROG_CC_C99 macro.
Signed-off-by: Brandon Maier <brandon.maier@collins.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:42:22 +01:00
Fabrice Fontaine
1455d5241b
package/cvs: fix build without editor
...
Set default editor to /bin/vi to fix the following build failure when no
editor is found on host:
configure:40833: checking for vim
configure:40862: result: no
configure:40833: checking for vi
configure:40862: result: no
configure:40833: checking for emacs
configure:40862: result: no
configure:40833: checking for nano
configure:40862: result: no
configure:40833: checking for pico
configure:40862: result: no
configure:40833: checking for edit
configure:40862: result: no
configure:40874: error:
Failed to find a text file editor. CVS cannot be compiled
without a default log message editor. Searched for
`vim vi emacs nano pico edit'. Try `configure --with-editor'.
While at it, drop CVS_CONFIGURE_ARGS variable for simplicity
Fixes:
- http://autobuild.buildroot.org/results/5b8a747698bc2e64eb1f001e87577e86e4cb8d14
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:38:01 +01:00
Fabrice Fontaine
e511539cd2
package/multipath-tools: drop README.md from license files
...
Drop README.md from license files as advocated by Arnout Vandecappelle:
https://patchwork.ozlabs.org/project/buildroot/patch/20240314211117.9103-1-fontaine.fabrice@gmail.com
The only license-related part of README.md is that specifies that the
default license, if not mentioned in the file, is LGPL-2.0. Since the
README file is likely to be updated with every new release, this is a
lot of overhead for such a small added value.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:36:01 +01:00
Bernd Kuhls
e50460f9f1
package/php: bump version to 8.3.4
...
Removed patch 0006 which is included in this release.
Rebased patch 0005.
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3
Release notes: https://www.php.net/releases/8_3_4.php
Release notes: https://www.php.net/releases/8_3_3.php
Release notes: https://www.php.net/releases/8_3_2.php
Release notes: https://www.php.net/releases/8_3_1.php
Release notes: https://www.php.net/releases/8_3_0.php
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:33:36 +01:00
Scott Fan
748fc4be21
package/pkg-utils.mk: remove trailing slash in pkgdir definition
...
Signed-off-by: Scott Fan <fancp2007@gmail.com >
[Arnout: move to definition of pkgdir instead of PKGDIR]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:18:11 +01:00
Julien Olivain
2bf3dc5b84
support/testing: add iptables runtime test
...
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:05:47 +01:00
Julien Olivain
9efeb7e914
package/gnu-efi: bump to version 3.0.18
...
For commit logs, see:
https://sourceforge.net/p/gnu-efi/code/ci/3.0.18/log/
This bump is motivated by riscv64 improvements.
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:03:59 +01:00
Fabrice Fontaine
eda991ab09
package/fdk-aac: enable on s390x
...
s390x is supported since bump to version 2.0.3 in commit
38a20a0998 and
c16d5d72c9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:03:31 +01:00
Thomas Devoogdt
94e072849e
package/fluent-bit: bump to v3.0.0
...
Release Notes:
- https://fluentbit.io/announcements/v3.0.0/
Also drop 0004-wasm-restore-support-for-some-targets-8401.patch,
which was accepted upstream.
(See: 40bb0fbe17 )
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:02:14 +01:00
Akhilesh Nema
9496ff57e5
package/openssh: bump to version 9.7p1
...
Release notes - https://www.openssh.com/txt/release-9.7
Drop upstream patch - 001-better-detection-of-broken-fzero-call-used-regs.patch
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:01:58 +01:00
Akhilesh Nema
89f24c5cac
package/strace: bump to version 6.8
...
Changelog - https://github.com/strace/strace/releases/tag/v6.8
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:01:19 +01:00
Akhilesh Nema
d4620a3128
package/ethtool: bump to version 6.7
...
Changelog - https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/tree/NEWS?id=0aadd41eab7ea76501e557ccba705a08c07ce088
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:01:03 +01:00
Akhilesh Nema
33139ca6ac
package/iproute2: bump to version 6.8.0
...
Changelog - https://github.com/iproute2/iproute2/compare/v6.7.0...v6.8.0
Drop 0001-Revert-ss-prevent-Process-column-from-being-printed-.patch.
See the upstream fix
87d804ca08
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 16:00:26 +01:00
Akhilesh Nema
c1c096f91d
package/msmtp: bump version to 1.8.25
...
Release notes - https://marlam.de/msmtp/news/msmtp-1-8-25/
Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:59:28 +01:00
Fabrice Fontaine
49384a0a01
package/libtorrent-rasterbar: bump to version 1.2.19
...
https://github.com/arvidn/libtorrent/releases/tag/v1.2.19
https://github.com/arvidn/libtorrent/releases/tag/v1.2.18
https://github.com/arvidn/libtorrent/releases/tag/v1.2.17
https://github.com/arvidn/libtorrent/releases/tag/v1.2.16
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:59:09 +01:00
Fabrice Fontaine
e248a312b0
package/i2pd: bump to version 2.50.2
...
Update hash of license file (date updated with
d5ee1f602f )
https://github.com/PurpleI2P/i2pd/blob/2.50.2/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:58:43 +01:00
Fabrice Fontaine
5e545cd269
package/vdr: bump to version 2.6.5
...
https://github.com/vdr-projects/vdr/blob/2.6.5/HISTORY
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:49:46 +01:00
Fabrice Fontaine
f85a1eb173
package/neon: drop unrecognized rpath option
...
rpath is an unrecognized option since the addition of the package in
commit 59a9c02e13
Fixes: 59a9c02e13
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:49:17 +01:00
Fabrice Fontaine
00f7bd06d6
package/neon: bump to version 0.33.0
...
Update hash of README, changes not related to license:
7d39a09945
9c3a4cb82d
https://github.com/notroj/neon/blob/0.33.0/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:48:56 +01:00
Fabrice Fontaine
3646c48c64
package/mpc: bump to version 1.3.1
...
https://gitlab.inria.fr/mpc/mpc/-/blob/1.3.1/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:48:35 +01:00
Bernd Kuhls
d8c440936d
package/dav1d: bump version to 1.4.1
...
Release notes:
https://code.videolan.org/videolan/dav1d/-/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:47:51 +01:00
Bernd Kuhls
f9b1cc87d4
package/libxml2: bump version to 2.12.6
...
https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.12.6/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:47:32 +01:00
Bernd Kuhls
b4eb96e36c
package/openvpn: bump version to 2.6.10
...
Changelog:
https://github.com/OpenVPN/openvpn/blob/release/2.6/ChangeLog
https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst
The fixed CVEs are only relevant for Windows.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:47:14 +01:00
Bernd Kuhls
2178fce10c
package/tvheadend: bump version
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:46:14 +01:00
Bernd Kuhls
3cae883e7f
package/libva: bump version to 2.21.0
...
Release notes: https://github.com/intel/libva/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:45:56 +01:00
Bernd Kuhls
9cdf736efd
package/libva-utils: bump version to 2.21.0
...
Release notes: https://github.com/intel/libva-utils/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:45:35 +01:00
Bernd Kuhls
0ac9fdfb01
package/intel-gmmlib: bump version to 22.3.18
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:45:19 +01:00
Bernd Kuhls
1355c2c59f
package/intel-mediadriver: bump version to 24.1.5
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:44:58 +01:00
Bernd Kuhls
ad89a4567d
package/onevpl-intel-gpu: bump version to 24.1.5
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:44:32 +01:00
Bernd Kuhls
2fda7322f9
package/kodi-pvr-plutotv: bump version to 20.3.2-Nexus
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-24 15:43:41 +01:00
Lukasz Tekieli
6dfeb165ee
board/visionfive2: enable u-boot
...
Enables U-Boot and required OpenSBI builds for the VisionFive2. Changes
the sdcard.img to use GPT and adds the SPL and U-Boot to partitions
specified in U-Boot's documentation for the board:
https://docs.u-boot.org/en/v2024.01/board/starfive/visionfive2.html
U-Boot config uses BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME with value
"u-boot.itb". Using BR2_TARGET_UBOOT_FORMAT_ITB fails, because the
build does not support u-boot.itb make target.
Signed-off-by: Lukasz Tekieli <tekieli.lukasz@gmail.com >
[Peter: document boot mode setting, add U-Boot documentation link]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-24 08:58:42 +01:00
Lukasz Tekieli
9d48748199
board/visionfive2: fix genimage.cfg path
...
Set correct directory for the BR2_ROOTFS_POST_SCRIPT_ARGS.
Signed-off-by: Lukasz Tekieli <tekieli.lukasz@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-24 08:58:41 +01:00
Neal Frager
f2846f8fea
configs/zynq_microzed_defconfig: bump to 6.1.70
...
This patch bumps the zynq_microzed_defconfig to Linux kernel 6.1.70.
Signed-off-by: Neal Frager <neal.frager@amd.com >
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:37:08 +01:00
Neal Frager
8977c4d77b
configs/zynq_zed_defconfig: bump to 6.1.70
...
This patch bumps the zynq_zed_defconfig to Linux kernel 6.1.70.
Signed-off-by: Neal Frager <neal.frager@amd.com >
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:36:59 +01:00
Neal Frager
566001a613
configs/zynq_zc706_defconfig: bump to 6.1.70
...
This patch bumps the zynq_zc706_defconfig to Linux kernel 6.1.70.
Signed-off-by: Neal Frager <neal.frager@amd.com >
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:36:48 +01:00
Neal Frager
2fd5876a7b
configs/zynq_zc702_defconfig: bump to 6.1.70
...
This patch bumps the zynq_zc702_defconfig to Linux kernel 6.1.70.
Signed-off-by: Neal Frager <neal.frager@amd.com >
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:36:21 +01:00
Fabrice Fontaine
1f418a6d14
package/libpciaccess: fix static build
...
Fix the following static build failure raised since bump to version 0.18
in commit 136d4dfbe6 :
/home/autobuild/autobuild/instance-0/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -o src/libpciaccess.so.0.11.1 src/libpciaccess.so.0.11.1.p/common_bridge.c.o src/libpciaccess.so.0.11.1.p/common_iterator.c.o src/libpciaccess.so.0.11.1.p/common_init.c.o src/libpciaccess.so.0.11.1.p/common_interface.c.o src/libpciaccess.so.0.11.1.p/common_io.c.o src/libpciaccess.so.0.11.1.p/common_capability.c.o src/libpciaccess.so.0.11.1.p/common_device_name.c.o src/libpciaccess.so.0.11.1.p/common_map.c.o src/libpciaccess.so.0.11.1.p/linux_sysfs.c.o src/libpciaccess.so.0.11.1.p/linux_devmem.c.o src/libpciaccess.so.0.11.1.p/common_vgaarb.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,libpciaccess.so.0 -static /home/autobuild/autobuild/instance-0/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libz.a -Wl,--end-group
/home/autobuild/autobuild/instance-0/output-1/host/lib/gcc/arceb-buildroot-linux-uclibc/11.4.0/../../../../arceb-buildroot-linux-uclibc/bin/ld: /home/autobuild/autobuild/instance-0/output-1/host/lib/gcc/arceb-buildroot-linux-uclibc/11.4.0/crtbeginT.o: relocation R_ARC_32_ME against `__TMC_END__' can not be used when making a shared object; recompile with -fPIC
Fixes: 136d4dfbe6
- http://autobuild.buildroot.org/results/7604706f4f4ab96a485a1dabe7cb4c98a2ef27d4
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:35:41 +01:00
Fabrice Fontaine
2e9f161d4a
package/glog: bump to version 0.7.0
...
- Drop patch (already in version)
- Update hash of COPYING (year updated and gettimeofday license
dropped with:
70285fddc7 )
- elf detection has been reworked with
7e6fca90e8
- threads are mandatory since
fe46778bd3
https://github.com/google/glog/releases/tag/v0.7.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:34:11 +01:00
Fabrice Fontaine
59674e5f8d
package/cctz: bump to version 2.4
...
https://github.com/google/cctz/releases/tag/v2.4
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:33:48 +01:00
Fabrice Fontaine
f95069814b
package/libdrm: disable tests
...
Disable tests to avoid the following build failure with amdgpu and gcc 5
if cunit is built before libdrm:
In file included from ../tests/amdgpu/shader_test_util.c:10:0:
../tests/amdgpu/shader_code.h:113:2: error: initializer element is not constant
ps_##_ps##_shader_patchinfo_code_size_gfx##_n, \
^
tests can be disabled since
46d1e99a5d
Fixes:
- http://autobuild.buildroot.org/results/612aad1fa642993da36bbec6c16c9020ac283e34
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:31:07 +01:00
Scott Fan
94636d39ca
package/owfs: add missing slash after the OWFS_PKGDIR variable
...
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:23:33 +01:00
Scott Fan
012b6cc874
configs/beaglebone_defconfig: bump Linux to 6.1.80-ti-r34 and U-Boot to 2024.01
...
Tested on beaglebone black.
[1] https://github.com/beagleboard/linux/releases/tag/6.1.80-ti-r34
Signed-off-by: Scott Fan <fancp2007@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
2024-03-23 21:22:40 +01:00
Giulio Benetti
0eaf906229
package/libnvme: bump to version 1.8
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-23 14:50:01 +01:00
Kadambini Nema
f805e05a20
package/libusb: bump version to 1.0.27
...
Change Log : d52e355daa/ChangeLog (L4)
Build test results:
libusb.config
BR2_PACKAGE_LIBUSB=y
BR2_PACKAGE_LIBUSB_EXAMPLES=y
BR2_PACKAGE_LIBUSB_COMPAT=y
$./utils/test-pkg -k -c libusb.config -p libusb
bootlin-armv5-uclibc [1/6]: OK
bootlin-armv7-glibc [2/6]: OK
bootlin-armv7m-uclibc [3/6]: OK
bootlin-x86-64-musl [4/6]: OK
br-arm-full-static [5/6]: OK
sourcery-arm [6/6]: SKIPPED
6 builds, 1 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-23 14:46:28 +01:00
Kadambini Nema
f1759be118
package/iptables: bump version to 1.8.10
...
Change Log : https://netfilter.org/projects/iptables/files/changes-iptables-1.8.10.txt
Build test results:
iptables.config
BR2_PACKAGE_IPTABLES=y
BR2_PACKAGE_IPTABLES_BPF_NFSYNPROXY=y
BR2_PACKAGE_IPTABLES_NFTABLES=y
$ ./utils/test-pkg -c iptables.config iptables
bootlin-armv5-uclibc [1/6]: OK
bootlin-armv7-glibc [2/6]: OK
bootlin-armv7m-uclibc [3/6]: SKIPPED
bootlin-x86-64-musl [4/6]: OK
br-arm-full-static [5/6]: SKIPPED
sourcery-arm [6/6]: OK
6 builds, 2 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-23 14:45:58 +01:00
Saeed Kazemi
5883b227bf
package/procs: bump to version 0.14.4
...
Release notes:
https://github.com/dalance/procs/releases/tag/v0.14.4
Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-23 14:45:04 +01:00
Saeed Kazemi
a0535ef4f3
package/eza: bump to version 0.18.3
...
Release notes:
https://github.com/eza-community/eza/releases/tag/v0.18.3
Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-23 14:41:17 +01:00
Marcus Hoffmann
b253f76cd2
package/python-hatchling: bump to 1.21.1
...
Changelog:
https://hatch.pypa.io/dev/history/hatchling/#hatchling-v1.21.1
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-03-23 14:40:36 +01:00