* [PR PATCH] [WIP] Python 3.13
@ 2024-10-09 18:10 ahesford
2024-10-09 18:28 ` [PR PATCH] [Updated] " ahesford
` (44 more replies)
0 siblings, 45 replies; 46+ messages in thread
From: ahesford @ 2024-10-09 18:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 422 bytes --]
There is a new pull request by ahesford against master on the void-packages repository
https://github.com/ahesford/void-packages python3.13
https://github.com/void-linux/void-packages/pull/52580
[WIP] Python 3.13
We're going to wait until 3.13.1 this year, so work won't start in earnest for another month, but here's the start.
A patch file from https://github.com/void-linux/void-packages/pull/52580.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3.13-52580.patch --]
[-- Type: text/x-diff, Size: 6127 bytes --]
From 2d723121816a81b3baf62352d868fb49340e3ca1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 9 Oct 2024 14:03:12 -0400
Subject: [PATCH 1/2] python3: update to 3.13.0.
---
common/environment/setup/python.sh | 2 +-
.../hooks/pre-configure/02-script-wrapper.sh | 2 +-
common/shlibs | 4 +-
srcpkgs/python3/patches/ppc-fixes.patch | 45 -------------------
srcpkgs/python3/template | 10 ++---
5 files changed, 9 insertions(+), 54 deletions(-)
delete mode 100644 srcpkgs/python3/patches/ppc-fixes.patch
diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index ab5c47d52847b1..75b3399c109e30 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"
py2_inc="usr/include/python${py2_ver}"
-py3_ver="3.12"
+py3_ver="3.13"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 004c68442c061c..796e126caa8d88 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -238,6 +238,6 @@ hook() {
generic_wrapper3 libetpan-config
generic_wrapper3 giblib-config
python_wrapper python-config 2.7
- python_wrapper python3-config 3.12
+ python_wrapper python3-config 3.13
apr_apu_wrapper apu-1-config
}
diff --git a/common/shlibs b/common/shlibs
index 95f5918baf9991..a9bca215936267 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1727,8 +1727,8 @@ libportaudio.so.2 portaudio-19.20140130_1
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
libdar.so.6000 libdar-2.6.6_1
libdar64.so.6000 libdar-2.6.6_1
-libpython3.so python3-3.12.0_1
-libpython3.12.so.1.0 python3-3.12.0_1
+libpython3.so python3-3.13.0_1
+libpython3.13.so.1.0 python3-3.13.0_1
libbrscandec2.so.1 brother-brscan3-0.2.11_2
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2
libxmlrpc++.so.8 xmlrpc-c-1.51.06_2
diff --git a/srcpkgs/python3/patches/ppc-fixes.patch b/srcpkgs/python3/patches/ppc-fixes.patch
deleted file mode 100644
index fc5937725162e7..00000000000000
--- a/srcpkgs/python3/patches/ppc-fixes.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -5952,6 +5952,14 @@
- printf "%s\n" "$ac_cv_path_EGREP" >&6; }
- EGREP="$ac_cv_path_EGREP"
-
-+if test x$MULTIARCH = xpowerpc-linux-musl
-+then
-+ MULTIARCH="powerpc-linux-gnu"
-+fi
-+if test x$MULTIARCH = xpowerpcle-linux-musl
-+then
-+ MULTIARCH="powerpcle-linux-gnu"
-+fi
-
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CC compiler name" >&5
-@@ -6859,7 +6867,11 @@
- powerpc64-linux-gnu
- # endif
- # elif defined(__powerpc__)
-+# if defined(__LITTLE_ENDIAN__)
-+ powerpcle-linux-gnu
-+# else
- powerpc-linux-gnu
-+# endif
- # elif defined(__s390x__)
- s390x-linux-gnu
- # elif defined(__s390__)
-diff -ur a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -1039,7 +1039,11 @@
- powerpc64-linux-gnu
- # endif
- # elif defined(__powerpc__)
-+# if defined(__LITTLE_ENDIAN__)
-+ powerpcle-linux-gnu
-+# else
- powerpc-linux-gnu
-+# endif
- # elif defined(__s390x__)
- s390x-linux-gnu
- # elif defined(__s390__)
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 460d07bb6c516d..6ceb77da05e707 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,12 +3,12 @@
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
#
pkgname=python3
-version=3.12.7
+version=3.13.0
revision=1
build_style="gnu-configure"
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
--enable-loadable-sqlite-extensions --with-computed-gotos
- --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
+ --with-dbmliborder=gdbm:ndbm --with-system-expat
--without-ensurepip ac_cv_working_tzset=yes"
pycompile_dirs="usr/lib/python${version%.*}"
hostmakedepends="pkgconf autoconf-archive automake"
@@ -20,13 +20,13 @@ short_desc="Python programming language (${version%.*} series)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Python-2.0"
homepage="https://www.python.org"
-_bluez="bluez-5.64"
+_bluez="bluez-5.76"
distfiles="
https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz
${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
"
-checksum="24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
- ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34"
+checksum="086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
+ 55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63"
skip_extraction="${_bluez}.tar.xz"
alternatives="
From f157c3d95885733b8d65dab50ffa92519295da6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 9 Oct 2024 14:06:54 -0400
Subject: [PATCH 2/2] python3-tkinter: update to 3.13.0.
---
srcpkgs/python3-tkinter/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 607459ff1b445e..c537df97506a24 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -8,7 +8,7 @@
_desc="Python programming language"
pkgname=python3-tkinter
-version=3.12.7
+version=3.13.0
revision=1
build_style="gnu-configure"
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
@@ -28,7 +28,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
homepage="https://www.python.org"
license="Python-2.0"
distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
-checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
+checksum=086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] Python 3.13
2024-10-09 18:10 [PR PATCH] [WIP] Python 3.13 ahesford
@ 2024-10-09 18:28 ` ahesford
2024-11-16 17:28 ` ahesford
` (43 subsequent siblings)
44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2024-10-09 18:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
There is an updated pull request by ahesford against master on the void-packages repository
https://github.com/ahesford/void-packages python3.13
https://github.com/void-linux/void-packages/pull/52580
[WIP] Python 3.13
We're going to wait until 3.13.1 this year, so work won't start in earnest for another month, but here's the start.
A patch file from https://github.com/void-linux/void-packages/pull/52580.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3.13-52580.patch --]
[-- Type: text/x-diff, Size: 6851 bytes --]
From 73226f1e97a145eb4857caa09a26131a877f7c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 9 Oct 2024 14:03:12 -0400
Subject: [PATCH 1/2] python3: update to 3.13.0.
---
common/environment/setup/python.sh | 2 +-
.../hooks/pre-configure/02-script-wrapper.sh | 2 +-
common/shlibs | 4 +-
srcpkgs/python3/patches/ppc-fixes.patch | 45 -------------------
srcpkgs/python3/template | 14 +++---
5 files changed, 12 insertions(+), 55 deletions(-)
delete mode 100644 srcpkgs/python3/patches/ppc-fixes.patch
diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index ab5c47d52847b1..75b3399c109e30 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"
py2_inc="usr/include/python${py2_ver}"
-py3_ver="3.12"
+py3_ver="3.13"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 004c68442c061c..796e126caa8d88 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -238,6 +238,6 @@ hook() {
generic_wrapper3 libetpan-config
generic_wrapper3 giblib-config
python_wrapper python-config 2.7
- python_wrapper python3-config 3.12
+ python_wrapper python3-config 3.13
apr_apu_wrapper apu-1-config
}
diff --git a/common/shlibs b/common/shlibs
index 95f5918baf9991..a9bca215936267 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1727,8 +1727,8 @@ libportaudio.so.2 portaudio-19.20140130_1
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
libdar.so.6000 libdar-2.6.6_1
libdar64.so.6000 libdar-2.6.6_1
-libpython3.so python3-3.12.0_1
-libpython3.12.so.1.0 python3-3.12.0_1
+libpython3.so python3-3.13.0_1
+libpython3.13.so.1.0 python3-3.13.0_1
libbrscandec2.so.1 brother-brscan3-0.2.11_2
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2
libxmlrpc++.so.8 xmlrpc-c-1.51.06_2
diff --git a/srcpkgs/python3/patches/ppc-fixes.patch b/srcpkgs/python3/patches/ppc-fixes.patch
deleted file mode 100644
index fc5937725162e7..00000000000000
--- a/srcpkgs/python3/patches/ppc-fixes.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -5952,6 +5952,14 @@
- printf "%s\n" "$ac_cv_path_EGREP" >&6; }
- EGREP="$ac_cv_path_EGREP"
-
-+if test x$MULTIARCH = xpowerpc-linux-musl
-+then
-+ MULTIARCH="powerpc-linux-gnu"
-+fi
-+if test x$MULTIARCH = xpowerpcle-linux-musl
-+then
-+ MULTIARCH="powerpcle-linux-gnu"
-+fi
-
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CC compiler name" >&5
-@@ -6859,7 +6867,11 @@
- powerpc64-linux-gnu
- # endif
- # elif defined(__powerpc__)
-+# if defined(__LITTLE_ENDIAN__)
-+ powerpcle-linux-gnu
-+# else
- powerpc-linux-gnu
-+# endif
- # elif defined(__s390x__)
- s390x-linux-gnu
- # elif defined(__s390__)
-diff -ur a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -1039,7 +1039,11 @@
- powerpc64-linux-gnu
- # endif
- # elif defined(__powerpc__)
-+# if defined(__LITTLE_ENDIAN__)
-+ powerpcle-linux-gnu
-+# else
- powerpc-linux-gnu
-+# endif
- # elif defined(__s390x__)
- s390x-linux-gnu
- # elif defined(__s390__)
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 460d07bb6c516d..579fe17207b28f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,12 +3,12 @@
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
#
pkgname=python3
-version=3.12.7
+version=3.13.0
revision=1
build_style="gnu-configure"
-configure_args="--enable-shared --enable-ipv6 --enable-optimizations
+configure_args="--enable-shared --enable-ipv6
--enable-loadable-sqlite-extensions --with-computed-gotos
- --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
+ --with-dbmliborder=gdbm:ndbm --with-system-expat
--without-ensurepip ac_cv_working_tzset=yes"
pycompile_dirs="usr/lib/python${version%.*}"
hostmakedepends="pkgconf autoconf-archive automake"
@@ -20,13 +20,13 @@ short_desc="Python programming language (${version%.*} series)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Python-2.0"
homepage="https://www.python.org"
-_bluez="bluez-5.64"
+_bluez="bluez-5.76"
distfiles="
https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz
${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
"
-checksum="24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
- ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34"
+checksum="086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
+ 55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63"
skip_extraction="${_bluez}.tar.xz"
alternatives="
@@ -44,6 +44,8 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3"
configure_args+=" --with-build-python=python${py3_ver}"
configure_args+=" ac_cv_broken_sem_getvalue=no"
+else
+ configure_args+=" --enable-optimizations"
fi
post_extract() {
From ae044fe7333d9aa58daaa8411d7d43961a31424f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 9 Oct 2024 14:06:54 -0400
Subject: [PATCH 2/2] python3-tkinter: update to 3.13.0.
---
srcpkgs/python3-tkinter/template | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 607459ff1b445e..cf28b0555c9306 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -8,10 +8,10 @@
_desc="Python programming language"
pkgname=python3-tkinter
-version=3.12.7
+version=3.13.0
revision=1
build_style="gnu-configure"
-configure_args="--enable-shared --enable-ipv6 --enable-optimizations
+configure_args="--enable-shared --enable-ipv6
--enable-loadable-sqlite-extensions --with-computed-gotos
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
--without-ensurepip"
@@ -28,7 +28,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
homepage="https://www.python.org"
license="Python-2.0"
distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
-checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
+checksum=086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
@@ -37,6 +37,8 @@ fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3"
configure_args+=" --with-build-python=python${py3_ver}"
+else
+ configure_args+=" --enable-optimizations"
fi
post_extract() {
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] Python 3.13
2024-10-09 18:10 [PR PATCH] [WIP] Python 3.13 ahesford
2024-10-09 18:28 ` [PR PATCH] [Updated] " ahesford
@ 2024-11-16 17:28 ` ahesford
2024-11-16 17:49 ` ahesford
` (42 subsequent siblings)
44 siblings, 0 replies; 46+ messages in thread
From: ahesford @ 2024-11-16 17:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
There is an updated pull request by ahesford against master on the void-packages repository
https://github.com/ahesford/void-packages python3.13
https://github.com/void-linux/void-packages/pull/52580
[WIP] Python 3.13
We're going to wait until 3.13.1 this year, so work won't start in earnest for another month, but here's the start.
[ci skip]
A patch file from https://github.com/void-linux/void-packages/pull/52580.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3.13-52580.patch --]
[-- Type: text/x-diff, Size: 1227688 bytes --]
From 3e174dee7bdaecc2f77fbb17bba0c04d32e2a285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 9 Oct 2024 14:03:12 -0400
Subject: [PATCH 0001/1607] python3: update to 3.13.0.
---
common/environment/setup/python.sh | 2 +-
.../hooks/pre-configure/02-script-wrapper.sh | 2 +-
common/shlibs | 4 +-
srcpkgs/python3/patches/ppc-fixes.patch | 45 -------------------
srcpkgs/python3/template | 14 +++---
5 files changed, 12 insertions(+), 55 deletions(-)
delete mode 100644 srcpkgs/python3/patches/ppc-fixes.patch
diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index ab5c47d52847b1..75b3399c109e30 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"
py2_inc="usr/include/python${py2_ver}"
-py3_ver="3.12"
+py3_ver="3.13"
py3_abiver=""
py3_lib="usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 004c68442c061c..796e126caa8d88 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -238,6 +238,6 @@ hook() {
generic_wrapper3 libetpan-config
generic_wrapper3 giblib-config
python_wrapper python-config 2.7
- python_wrapper python3-config 3.12
+ python_wrapper python3-config 3.13
apr_apu_wrapper apu-1-config
}
diff --git a/common/shlibs b/common/shlibs
index 7c5765d5337f7c..2dc0e2b258e040 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1731,8 +1731,8 @@ libportaudio.so.2 portaudio-19.20140130_1
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
libdar.so.6000 libdar-2.6.6_1
libdar64.so.6000 libdar-2.6.6_1
-libpython3.so python3-3.12.0_1
-libpython3.12.so.1.0 python3-3.12.0_1
+libpython3.so python3-3.13.0_1
+libpython3.13.so.1.0 python3-3.13.0_1
libbrscandec2.so.1 brother-brscan3-0.2.11_2
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2
libxmlrpc++.so.8 xmlrpc-c-1.51.06_2
diff --git a/srcpkgs/python3/patches/ppc-fixes.patch b/srcpkgs/python3/patches/ppc-fixes.patch
deleted file mode 100644
index fc5937725162e7..00000000000000
--- a/srcpkgs/python3/patches/ppc-fixes.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -5952,6 +5952,14 @@
- printf "%s\n" "$ac_cv_path_EGREP" >&6; }
- EGREP="$ac_cv_path_EGREP"
-
-+if test x$MULTIARCH = xpowerpc-linux-musl
-+then
-+ MULTIARCH="powerpc-linux-gnu"
-+fi
-+if test x$MULTIARCH = xpowerpcle-linux-musl
-+then
-+ MULTIARCH="powerpcle-linux-gnu"
-+fi
-
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CC compiler name" >&5
-@@ -6859,7 +6867,11 @@
- powerpc64-linux-gnu
- # endif
- # elif defined(__powerpc__)
-+# if defined(__LITTLE_ENDIAN__)
-+ powerpcle-linux-gnu
-+# else
- powerpc-linux-gnu
-+# endif
- # elif defined(__s390x__)
- s390x-linux-gnu
- # elif defined(__s390__)
-diff -ur a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -1039,7 +1039,11 @@
- powerpc64-linux-gnu
- # endif
- # elif defined(__powerpc__)
-+# if defined(__LITTLE_ENDIAN__)
-+ powerpcle-linux-gnu
-+# else
- powerpc-linux-gnu
-+# endif
- # elif defined(__s390x__)
- s390x-linux-gnu
- # elif defined(__s390__)
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 460d07bb6c516d..579fe17207b28f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,12 +3,12 @@
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
#
pkgname=python3
-version=3.12.7
+version=3.13.0
revision=1
build_style="gnu-configure"
-configure_args="--enable-shared --enable-ipv6 --enable-optimizations
+configure_args="--enable-shared --enable-ipv6
--enable-loadable-sqlite-extensions --with-computed-gotos
- --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
+ --with-dbmliborder=gdbm:ndbm --with-system-expat
--without-ensurepip ac_cv_working_tzset=yes"
pycompile_dirs="usr/lib/python${version%.*}"
hostmakedepends="pkgconf autoconf-archive automake"
@@ -20,13 +20,13 @@ short_desc="Python programming language (${version%.*} series)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Python-2.0"
homepage="https://www.python.org"
-_bluez="bluez-5.64"
+_bluez="bluez-5.76"
distfiles="
https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz
${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
"
-checksum="24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
- ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34"
+checksum="086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
+ 55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63"
skip_extraction="${_bluez}.tar.xz"
alternatives="
@@ -44,6 +44,8 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3"
configure_args+=" --with-build-python=python${py3_ver}"
configure_args+=" ac_cv_broken_sem_getvalue=no"
+else
+ configure_args+=" --enable-optimizations"
fi
post_extract() {
From 26c7f8141baae2d33655326baa52051c89d9ed77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 9 Oct 2024 14:06:54 -0400
Subject: [PATCH 0002/1607] python3-tkinter: update to 3.13.0.
---
srcpkgs/python3-tkinter/template | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 607459ff1b445e..cf28b0555c9306 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -8,10 +8,10 @@
_desc="Python programming language"
pkgname=python3-tkinter
-version=3.12.7
+version=3.13.0
revision=1
build_style="gnu-configure"
-configure_args="--enable-shared --enable-ipv6 --enable-optimizations
+configure_args="--enable-shared --enable-ipv6
--enable-loadable-sqlite-extensions --with-computed-gotos
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
--without-ensurepip"
@@ -28,7 +28,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
homepage="https://www.python.org"
license="Python-2.0"
distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
-checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
+checksum=086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
@@ -37,6 +37,8 @@ fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3"
configure_args+=" --with-build-python=python${py3_ver}"
+else
+ configure_args+=" --enable-optimizations"
fi
post_extract() {
From 75a142cecacdc64f9a74d4cdac4138a3372ae2ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:57 -0500
Subject: [PATCH 0003/1607] python3-flit_core: update to 3.10.1.
---
srcpkgs/python3-flit_core/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-flit_core/template b/srcpkgs/python3-flit_core/template
index 56f909f7fd794a..10a8accd67d8e5 100644
--- a/srcpkgs/python3-flit_core/template
+++ b/srcpkgs/python3-flit_core/template
@@ -1,7 +1,7 @@
# Template file for 'python3-flit_core'
pkgname=python3-flit_core
-version=3.9.0
-revision=3
+version=3.10.1
+revision=1
# This package is required by python3-build and python3-installer, used by the
# python3-pep517 style; so using that style here would create a cycle
hostmakedepends="python3"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://flit.pypa.io/"
changelog="https://flit.pypa.io/en/stable/history.html"
distfiles="${PYPI_SITE}/f/flit_core/flit_core-${version}.tar.gz"
-checksum=72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba
+checksum=66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7
do_build() {
python3 -m flit_core.wheel
From 2e4fb849449f6c794452fcb0ce3fcb99d7f23508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:57 -0500
Subject: [PATCH 0004/1607] python3-installer: rebuild for python3-3.13
---
srcpkgs/python3-installer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-installer/template b/srcpkgs/python3-installer/template
index 1dd954714f6448..6ac895de585ce2 100644
--- a/srcpkgs/python3-installer/template
+++ b/srcpkgs/python3-installer/template
@@ -1,7 +1,7 @@
# Template file for 'python3-installer'
pkgname=python3-installer
version=0.7.0
-revision=2
+revision=3
# This package is used by the python3-pep517 build style; using that style here
# would create a build cycle
build_style=python3-module
From 9108d3a48a8e36be687e26a93f2519e49ec0edaa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:57 -0500
Subject: [PATCH 0005/1607] python3-parsing: update to 3.2.0.
---
srcpkgs/python3-parsing/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-parsing/template b/srcpkgs/python3-parsing/template
index e6fd3ffbe7fda1..24baa04c8a96f5 100644
--- a/srcpkgs/python3-parsing/template
+++ b/srcpkgs/python3-parsing/template
@@ -1,6 +1,6 @@
# Template file for 'python3-parsing'
pkgname=python3-parsing
-version=3.1.4
+version=3.2.0
revision=1
# This package is used by the python3-pep517 build style; using that style here
# would create a build cycle
@@ -20,7 +20,7 @@ license="MIT"
homepage="https://github.com/pyparsing/pyparsing"
changelog="https://github.com/pyparsing/pyparsing/raw/master/CHANGES"
distfiles="${PYPI_SITE}/p/pyparsing/pyparsing-${version}.tar.gz"
-checksum=f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032
+checksum=cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c
do_build() {
python3 -m flit_core.wheel
From dda3144063f2f33d1e82ca9a50c259fd92ad7e45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:57 -0500
Subject: [PATCH 0006/1607] python3-packaging: update to 24.2.
---
srcpkgs/python3-packaging/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-packaging/template b/srcpkgs/python3-packaging/template
index b909781ac45fd0..40eb0085c247b4 100644
--- a/srcpkgs/python3-packaging/template
+++ b/srcpkgs/python3-packaging/template
@@ -1,6 +1,6 @@
# Template file for 'python3-packaging'
pkgname=python3-packaging
-version=24.1
+version=24.2
revision=1
# This package is required by python3-build, used by the python3-pep517 style;
# using that style here would create a cycle
@@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, BSD-2-Clause"
homepage="https://github.com/pypa/packaging"
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
-checksum=026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002
+checksum=c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
make_check=no # provides no tests
do_build() {
From fd4d85fa3af1a550f9a725b98e1ca8d2784fe554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:57 -0500
Subject: [PATCH 0007/1607] python3-pyproject-hooks: rebuild for python3-3.13
---
srcpkgs/python3-pyproject-hooks/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyproject-hooks/template b/srcpkgs/python3-pyproject-hooks/template
index 774c846d7e0478..9848b10009d775 100644
--- a/srcpkgs/python3-pyproject-hooks/template
+++ b/srcpkgs/python3-pyproject-hooks/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyproject-hooks'
pkgname=python3-pyproject-hooks
version=1.2.0
-revision=1
+revision=2
# This package is required by python3-build, used by the python3-pep517 style;
# using that style here would create a cycle
build_style=python3-module
From b6e18ba6038e000dd4878747e3d40e5665fd2b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:57 -0500
Subject: [PATCH 0008/1607] python3-build: update to 1.2.2.post1.
---
srcpkgs/python3-build/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-build/template b/srcpkgs/python3-build/template
index aa1280bceac2cb..3fa0404225b87e 100644
--- a/srcpkgs/python3-build/template
+++ b/srcpkgs/python3-build/template
@@ -1,6 +1,6 @@
# Template file for 'python3-build'
pkgname=python3-build
-version=1.2.2
+version=1.2.2.post1
revision=1
# This package is used by the python3-pep517 build style; using that style here
# would create a build cycle
@@ -14,7 +14,7 @@ license="MIT"
homepage="https://pypa-build.readthedocs.io/"
changelog="https://raw.githubusercontent.com/pypa/build/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/b/build/build-${version}.tar.gz"
-checksum=119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c
+checksum=b36993e92ca9375a219c99e606a122ff365a760a2d4bba0caa09bd5278b608b7
# PyPI package provides no tests
make_check=no
From de601d3248f2b9b6c0c4b86f05011e3d4eb9ce59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:58 -0500
Subject: [PATCH 0009/1607] python3-setuptools: update to 75.5.0.
---
srcpkgs/python3-setuptools/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index 8371d90e00ce01..a96adf2105b721 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,6 +1,6 @@
# Template file for 'python3-setuptools'
pkgname=python3-setuptools
-version=75.1.0
+version=75.5.0
revision=1
build_style=python3-module
hostmakedepends="python3-devel"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/pypa/setuptools"
changelog="https://setuptools.pypa.io/en/stable/history.html"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
-checksum=d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538
+checksum=5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef
provides="python3-distribute-${version}_1"
replaces="python3-distribute>=0"
# Tests rely on jaraco.path, which relies on singledispatch, both unpackaged;
From 107ea2c26f72f7189b16ad7e146edb061a33fa82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:58 -0500
Subject: [PATCH 0010/1607] python3-typing_extensions: rebuild for python3-3.13
---
srcpkgs/python3-typing_extensions/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 84c966106d7056..babbb75c9f858a 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,7 +1,7 @@
# Template file for 'python3-typing_extensions'
pkgname=python3-typing_extensions
version=4.10.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From c6e3748e9de81d9dcf079cc3b6a2555216ed9918 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:58 -0500
Subject: [PATCH 0011/1607] python3-wheel: update to 0.45.0.
---
srcpkgs/python3-wheel/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 8e3de24433383f..68d69b3098b3f8 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,6 +1,6 @@
# Template file for 'python3-wheel'
pkgname=python3-wheel
-version=0.44.0
+version=0.45.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/pypa/wheel"
distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
-checksum=a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49
+checksum=a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a
conflicts="python-wheel>=0"
do_check() {
From a7141c7043746a54e48063c4f40343eb4e6ac3ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:58 -0500
Subject: [PATCH 0012/1607] python3-setuptools_scm: rebuild for python3-3.13
---
srcpkgs/python3-setuptools_scm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-setuptools_scm/template b/srcpkgs/python3-setuptools_scm/template
index 6534c46113b893..44c844513a6cc8 100644
--- a/srcpkgs/python3-setuptools_scm/template
+++ b/srcpkgs/python3-setuptools_scm/template
@@ -1,7 +1,7 @@
# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=8.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-setuptools python3-packaging python3-typing_extensions"
From 43caedadafbac6d26e76945da24a4eed0d3da90d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:58 -0500
Subject: [PATCH 0013/1607] python3-calver: rebuild for python3-3.13
---
srcpkgs/python3-calver/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-calver/template b/srcpkgs/python3-calver/template
index d4421bc14acfef..f57e20cb3611a7 100644
--- a/srcpkgs/python3-calver/template
+++ b/srcpkgs/python3-calver/template
@@ -1,7 +1,7 @@
# Template file for 'python3-calver'
pkgname=python3-calver
version=2022.6.26
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 2905541844f46a013df7514e3f7f7986168cbb86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:58 -0500
Subject: [PATCH 0014/1607] python3-editables: rebuild for python3-3.13
---
srcpkgs/python3-editables/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-editables/template b/srcpkgs/python3-editables/template
index 6269cdf1010a40..d6adfd0de2c506 100644
--- a/srcpkgs/python3-editables/template
+++ b/srcpkgs/python3-editables/template
@@ -1,7 +1,7 @@
# Template file for 'python3-editables'
pkgname=python3-editables
version=0.5
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From a1e40d07ec856a0ea61c7b938495d7f2ac4e1cb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:59 -0500
Subject: [PATCH 0015/1607] python3-pathspec: rebuild for python3-3.13
---
srcpkgs/python3-pathspec/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 612012b1a34dc3..5f9b1c73123ef0 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pathspec'
pkgname=python3-pathspec
version=0.12.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From f60bc934ed002a7792c8b84bc9a745b7d2a58781 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:59 -0500
Subject: [PATCH 0016/1607] python3-pluggy: rebuild for python3-3.13
---
srcpkgs/python3-pluggy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 9ddc3d4e4a8f05..3c9be73988cab4 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pluggy'
pkgname=python3-pluggy
version=1.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
From 503b910905bf9028eccfde04d852a0a3417d5f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:59 -0500
Subject: [PATCH 0017/1607] python3-trove-classifiers: rebuild for python3-3.13
---
srcpkgs/python3-trove-classifiers/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-trove-classifiers/template b/srcpkgs/python3-trove-classifiers/template
index 5d5b4364a6c102..f184b0d13dc087 100644
--- a/srcpkgs/python3-trove-classifiers/template
+++ b/srcpkgs/python3-trove-classifiers/template
@@ -1,7 +1,7 @@
# Template file for 'python3-trove-classifiers'
pkgname=python3-trove-classifiers
version=2024.7.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-calver"
depends="python3"
From 27de79570b21db1580aff0912a5e3becb3da2cb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:59 -0500
Subject: [PATCH 0018/1607] python3-semanticversion: rebuild for python3-3.13
---
srcpkgs/python3-semanticversion/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766fe0185cc5d7..a85f7107bf8da3 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,7 +1,7 @@
# Template file for 'python3-semanticversion'
pkgname=python3-semanticversion
version=2.8.5
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 3f972f335fa9379ad5ae84bcc35a43e0e135f8d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:59 -0500
Subject: [PATCH 0019/1607] hatchling: rebuild for python3-3.13
---
srcpkgs/hatchling/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index d87caab4422f15..81a777c33bd1f1 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,7 +1,7 @@
# Template file for 'hatchling'
pkgname=hatchling
version=1.25.0
-revision=1
+revision=2
build_style=python3-pep517
_deps="python3-editables python3-packaging python3-pathspec python3-pluggy
python3-trove-classifiers"
From 7e6ab98d1421de8729f2eec7b9b3c67cca318390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:24:59 -0500
Subject: [PATCH 0020/1607] python3-setuptools-rust: rebuild for python3-3.13
---
srcpkgs/python3-setuptools-rust/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-setuptools-rust/template b/srcpkgs/python3-setuptools-rust/template
index 6223c9b84626b6..73a2d79e7f51b2 100644
--- a/srcpkgs/python3-setuptools-rust/template
+++ b/srcpkgs/python3-setuptools-rust/template
@@ -1,7 +1,7 @@
# Template file for 'python3-setuptools-rust'
pkgname=python3-setuptools-rust
version=1.10.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-semanticversion python3-setuptools python3-typing_extensions"
From a36e1510a45666e902ba096774b1dba1ede28cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:00 -0500
Subject: [PATCH 0021/1607] python3-tomli: update to 2.1.0.
---
srcpkgs/python3-tomli/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template
index 1e1c4dc6bea814..e4af2bc2a45e1a 100644
--- a/srcpkgs/python3-tomli/template
+++ b/srcpkgs/python3-tomli/template
@@ -1,6 +1,6 @@
# Template file for 'python3-tomli'
pkgname=python3-tomli
-version=2.0.2
+version=2.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
@@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/hukkin/tomli"
distfiles="https://github.com/hukkin/tomli/archive/refs/tags/${version}.tar.gz"
-checksum=a3a652f16bf326ba763ada67169165daf87ff9c465e21ad8264f2657beaf5264
+checksum=28acaee6066d53256a2351ad5dc9003ba25d43578b4177c421de0ece71caa103
post_install() {
vlicense LICENSE
From b392ce3f06628fe6d1e4024cd786f5fc6dfca251 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:00 -0500
Subject: [PATCH 0022/1607] libxml2: rebuild for python3-3.13
---
srcpkgs/libxml2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index 154beba21d50e3..336f0e0b1b7ba6 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
# Template file for 'libxml2'
pkgname=libxml2
version=2.12.6
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--with-threads --with-history --with-icu
--with-legacy --with-ftp --with-xptr-locs --enable-static"
From cfd61ffc7566b8c6c7d51ee1b4527318025dc278 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:00 -0500
Subject: [PATCH 0023/1607] hatch-fancy-pypi-readme: rebuild for python3-3.13
---
srcpkgs/hatch-fancy-pypi-readme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hatch-fancy-pypi-readme/template b/srcpkgs/hatch-fancy-pypi-readme/template
index 1fcd9bd5f13154..a87bfbac2a2f1c 100644
--- a/srcpkgs/hatch-fancy-pypi-readme/template
+++ b/srcpkgs/hatch-fancy-pypi-readme/template
@@ -1,7 +1,7 @@
# Template file for 'hatch-fancy-pypi-readme'
pkgname=hatch-fancy-pypi-readme
version=24.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="hatchling"
From ac5ccabac59871dee78c513eed88ed095a3e0c32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:00 -0500
Subject: [PATCH 0024/1607] hatch-vcs: rebuild for python3-3.13
---
srcpkgs/hatch-vcs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hatch-vcs/template b/srcpkgs/hatch-vcs/template
index 2339aea763422f..3b30053ca23a2d 100644
--- a/srcpkgs/hatch-vcs/template
+++ b/srcpkgs/hatch-vcs/template
@@ -1,7 +1,7 @@
# Template file for 'hatch-vcs'
pkgname=hatch-vcs
version=0.4.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--deselect tests/test_build.py::test_basic
--deselect tests/test_build.py::test_write
From fa44308b1a64249f015ba83fc32c537943c4fdc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:00 -0500
Subject: [PATCH 0025/1607] maturin: rebuild for python3-3.13
---
srcpkgs/maturin/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template
index 2605e943cc1b22..9e6c23083b9a7e 100644
--- a/srcpkgs/maturin/template
+++ b/srcpkgs/maturin/template
@@ -1,7 +1,7 @@
# Template file for 'maturin'
pkgname=maturin
version=1.7.4
-revision=1
+revision=2
build_style=python3-pep517
build_helper="qemu rust"
hostmakedepends="python3-setuptools-rust python3-tomli python3-wheel cargo"
From 2e5427c3c21606a5b1afb18355b911695e755a69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:00 -0500
Subject: [PATCH 0026/1607] libxslt: rebuild for python3-3.13
---
srcpkgs/libxslt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template
index b4ebb999340d41..df5320911dee6b 100644
--- a/srcpkgs/libxslt/template
+++ b/srcpkgs/libxslt/template
@@ -1,7 +1,7 @@
# Template file for 'libxslt'
pkgname=libxslt
version=1.1.39
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--enable-static --disable-dependency-tracking"
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
From b2e98d85395fe2f4e9e2f6903e9773476e6c5f33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:01 -0500
Subject: [PATCH 0027/1607] python3-attrs: rebuild for python3-3.13
---
srcpkgs/python3-attrs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-attrs/template b/srcpkgs/python3-attrs/template
index bffefd3d1cc50b..1491514fbee6cd 100644
--- a/srcpkgs/python3-attrs/template
+++ b/srcpkgs/python3-attrs/template
@@ -1,7 +1,7 @@
# Template file for 'python3-attrs'
pkgname=python3-attrs
version=24.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme"
depends="python3"
From cb9ff445e9f5729e1905b1d5e576fe645afedc9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:01 -0500
Subject: [PATCH 0028/1607] python3-rpds-py: rebuild for python3-3.13
---
srcpkgs/python3-rpds-py/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rpds-py/template b/srcpkgs/python3-rpds-py/template
index a99bc759e5c9c6..b209b3158852f5 100644
--- a/srcpkgs/python3-rpds-py/template
+++ b/srcpkgs/python3-rpds-py/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rpds-py'
pkgname=python3-rpds-py
version=0.20.0
-revision=1
+revision=2
build_style=python3-pep517
build_helper=rust
hostmakedepends="cargo maturin"
From f72e4acf4b33293efac4439dd4cce76ac8ff17cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:01 -0500
Subject: [PATCH 0029/1607] asciidoc: rebuild for python3-3.13
---
srcpkgs/asciidoc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index 8a9b94778e607c..b1b95fe05a6943 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,7 +1,7 @@
# Template file for 'asciidoc'
pkgname=asciidoc
version=10.2.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="docbook-xsl libxslt python3-setuptools"
depends="docbook-xsl libxslt python3"
From 528c531f31cdfaf3904f9b462fef38d8712f0498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:01 -0500
Subject: [PATCH 0030/1607] python3-referencing: rebuild for python3-3.13
---
srcpkgs/python3-referencing/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-referencing/template b/srcpkgs/python3-referencing/template
index cb173afa1000e7..e8bc124598453f 100644
--- a/srcpkgs/python3-referencing/template
+++ b/srcpkgs/python3-referencing/template
@@ -1,7 +1,7 @@
# Template file for 'python3-referencing'
pkgname=python3-referencing
version=0.35.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-attrs python3-rpds-py"
From f7ce9c61ef599c24dcf390274ecbae834d89cd87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:01 -0500
Subject: [PATCH 0031/1607] python3-ply: rebuild for python3-3.13
---
srcpkgs/python3-ply/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ply/template b/srcpkgs/python3-ply/template
index 1cea341e8f2097..2296aab2ffc642 100644
--- a/srcpkgs/python3-ply/template
+++ b/srcpkgs/python3-ply/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ply'
pkgname=python3-ply
version=3.11
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From dbc88316ce3797194d8013db599e5fb692f06161 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:01 -0500
Subject: [PATCH 0032/1607] python3-six: rebuild for python3-3.13
---
srcpkgs/python3-six/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-six/template b/srcpkgs/python3-six/template
index c89f81f3f89e38..2299770fb153c2 100644
--- a/srcpkgs/python3-six/template
+++ b/srcpkgs/python3-six/template
@@ -1,7 +1,7 @@
# Template file for 'python3-six'
pkgname=python3-six
version=1.16.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From f8145c765bf1e297b593ea5e689cee10fb48dfa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:02 -0500
Subject: [PATCH 0033/1607] python3-platformdirs: rebuild for python3-3.13
---
srcpkgs/python3-platformdirs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template
index d3598571e6779d..6035cd9ec3fd5a 100644
--- a/srcpkgs/python3-platformdirs/template
+++ b/srcpkgs/python3-platformdirs/template
@@ -1,7 +1,7 @@
# Template file for 'python3-platformdirs'
pkgname=python3-platformdirs
version=4.3.6
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
From e6dcdba1711383aec33de331927819cfa6e4281b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:02 -0500
Subject: [PATCH 0034/1607] python3-traitlets: rebuild for python3-3.13
---
srcpkgs/python3-traitlets/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 47de3dd9693fbd..f7ca04adc0907d 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
# Template file for 'python3-traitlets'
pkgname=python3-traitlets
version=5.14.3
-revision=1
+revision=2
build_style=python3-pep517
# needs python3-pytest-mypy
make_check_args="--ignore tests/test_typing.py"
From d24ebca4662fd8937f111f61c33ac91c7cc08f11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:02 -0500
Subject: [PATCH 0035/1607] ninja: rebuild for python3-3.13
---
srcpkgs/ninja/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ninja/template b/srcpkgs/ninja/template
index 94794b335431be..bda8ef3b0bb835 100644
--- a/srcpkgs/ninja/template
+++ b/srcpkgs/ninja/template
@@ -1,7 +1,7 @@
# Template file for 'ninja'
pkgname=ninja
version=1.12.1
-revision=1
+revision=2
build_style=cmake
make_cmd=make
hostmakedepends="asciidoc"
From 14b0b3112fd88da623422fc89c6ced41da9aca2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:02 -0500
Subject: [PATCH 0036/1607] python3-Cython: rebuild for python3-3.13
---
srcpkgs/python3-Cython/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Cython/template b/srcpkgs/python3-Cython/template
index faec5722ae171a..a01702f0747d10 100644
--- a/srcpkgs/python3-Cython/template
+++ b/srcpkgs/python3-Cython/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Cython'
pkgname=python3-Cython
version=3.0.11
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 8194f636c45a88b5c83ad06d820336040c50d446 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:02 -0500
Subject: [PATCH 0037/1607] python3-scikit-build-core: rebuild for python3-3.13
---
srcpkgs/python3-scikit-build-core/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scikit-build-core/template b/srcpkgs/python3-scikit-build-core/template
index 43f9f95378f2a8..3925a64436cc4b 100644
--- a/srcpkgs/python3-scikit-build-core/template
+++ b/srcpkgs/python3-scikit-build-core/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scikit-build-core'
pkgname=python3-scikit-build-core
version=0.10.7
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-packaging python3-pathspec cmake"
From 82581918259b0b54224e7acb0bff867fee723c6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:02 -0500
Subject: [PATCH 0038/1607] python3-jsonschema-specifications: rebuild for
python3-3.13
---
srcpkgs/python3-jsonschema-specifications/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jsonschema-specifications/template b/srcpkgs/python3-jsonschema-specifications/template
index cdf6a66d1477b6..9cb567944915aa 100644
--- a/srcpkgs/python3-jsonschema-specifications/template
+++ b/srcpkgs/python3-jsonschema-specifications/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jsonschema-specifications'
pkgname=python3-jsonschema-specifications
version=2023.12.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-referencing"
From 0bf8bc76e28fd960c15d3d6febdfec712eef70e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:03 -0500
Subject: [PATCH 0039/1607] python3-MarkupSafe: update to 3.0.2.
---
srcpkgs/python3-MarkupSafe/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-MarkupSafe/template b/srcpkgs/python3-MarkupSafe/template
index ab000c13f0615e..35a1805b015170 100644
--- a/srcpkgs/python3-MarkupSafe/template
+++ b/srcpkgs/python3-MarkupSafe/template
@@ -1,6 +1,6 @@
# Template file for 'python3-MarkupSafe'
pkgname=python3-MarkupSafe
-version=2.1.5
+version=3.0.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -11,9 +11,9 @@ short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/markupsafe/"
-distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
-checksum=d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b
+distfiles="${PYPI_SITE}/M/MarkupSafe/markupsafe-${version}.tar.gz"
+checksum=ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
post_install() {
- vlicense LICENSE.rst
+ vlicense LICENSE.txt
}
From 001a98883d4d6d3199cbcc1d14e0e4f63b03605d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:03 -0500
Subject: [PATCH 0040/1607] python3-smartypants: rebuild for python3-3.13
---
srcpkgs/python3-smartypants/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-smartypants/template b/srcpkgs/python3-smartypants/template
index ca6c7caefc708b..7a5fb54e00b60f 100644
--- a/srcpkgs/python3-smartypants/template
+++ b/srcpkgs/python3-smartypants/template
@@ -1,7 +1,7 @@
# Template file for 'python3-smartypants'
pkgname=python3-smartypants
version=2.0.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a44521f266e780091871fdddb39f7665c48bbc2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:03 -0500
Subject: [PATCH 0041/1607] python3-pycparser: rebuild for python3-3.13
---
srcpkgs/python3-pycparser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycparser/template b/srcpkgs/python3-pycparser/template
index 5bb3ca177e001c..34df301d2fdcda 100644
--- a/srcpkgs/python3-pycparser/template
+++ b/srcpkgs/python3-pycparser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycparser'
pkgname=python3-pycparser
version=2.21
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ply"
From d167409d920b2abedcbbc0a25a1b3b7093ce8ce4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:03 -0500
Subject: [PATCH 0042/1607] python3-mdurl: rebuild for python3-3.13
---
srcpkgs/python3-mdurl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mdurl/template b/srcpkgs/python3-mdurl/template
index 8d3b400ee133f4..2587a60b8857d0 100644
--- a/srcpkgs/python3-mdurl/template
+++ b/srcpkgs/python3-mdurl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mdurl'
pkgname=python3-mdurl
version=0.1.2
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From 0106754058238f93fda4107819d388ac10a4ff00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:03 -0500
Subject: [PATCH 0043/1607] python3-dateutil: rebuild for python3-3.13
---
srcpkgs/python3-dateutil/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dateutil/template b/srcpkgs/python3-dateutil/template
index 31a4324a307f74..3460e649eab05f 100644
--- a/srcpkgs/python3-dateutil/template
+++ b/srcpkgs/python3-dateutil/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dateutil'
pkgname=python3-dateutil
version=2.9.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-six tzdata"
From 5e1778b71c90993708ae2296d1a8a0c34a398f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:03 -0500
Subject: [PATCH 0044/1607] python3-jupyter_core: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_core/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index f229a3adb66b14..9d5ff5bdb5abfb 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=5.7.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-traitlets python3-platformdirs"
From a1138eaf34e8462392ccfa648b196d9b93d9ad27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:04 -0500
Subject: [PATCH 0045/1607] python3-pyzmq: rebuild for python3-3.13
---
srcpkgs/python3-pyzmq/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index ff54d4de544be8..0797742994c6ca 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyzmq'
pkgname=python3-pyzmq
version=26.2.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--ignore tests/test_log.py"
make_check_target="tests"
From 89b0877a2b73c4b9b95770fd1b6811df8969cf7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:04 -0500
Subject: [PATCH 0046/1607] python3-tornado: rebuild for python3-3.13
---
srcpkgs/python3-tornado/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index 2ae15d98c3739b..3684929c9ccd8c 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tornado'
pkgname=python3-tornado
version=6.4.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
From 27b06e83d254cafe72270a406fbf116bd80299d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:04 -0500
Subject: [PATCH 0047/1607] hatch-nodejs-version: rebuild for python3-3.13
---
srcpkgs/hatch-nodejs-version/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hatch-nodejs-version/template b/srcpkgs/hatch-nodejs-version/template
index 7285e4796266c2..eff3bdb4f779e4 100644
--- a/srcpkgs/hatch-nodejs-version/template
+++ b/srcpkgs/hatch-nodejs-version/template
@@ -1,7 +1,7 @@
# Template file for 'hatch-nodejs-version'
pkgname=hatch-nodejs-version
version=0.3.2
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling"
depends="hatchling"
From 13a21086ee96d062c3e4a51ae2a00abd15ff5a81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:04 -0500
Subject: [PATCH 0048/1607] python3-fastjsonschema: rebuild for python3-3.13
---
srcpkgs/python3-fastjsonschema/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-fastjsonschema/template b/srcpkgs/python3-fastjsonschema/template
index c61cf03282aa24..13bfefedc42605 100644
--- a/srcpkgs/python3-fastjsonschema/template
+++ b/srcpkgs/python3-fastjsonschema/template
@@ -1,7 +1,7 @@
# Template file for 'python3-fastjsonschema'
pkgname=python3-fastjsonschema
version=2.20.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 6ed7fd3c06b1a1ff646323148689c7d38395c827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:04 -0500
Subject: [PATCH 0049/1607] python3-jsonschema: rebuild for python3-3.13
---
srcpkgs/python3-jsonschema/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 2c54d086c4caef..0d19311f27c89d 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jsonschema'
pkgname=python3-jsonschema
version=4.23.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-attrs python3-jsonschema-specifications"
From 93aab704f564b8b56bbe57150649ace35da9190d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:04 -0500
Subject: [PATCH 0050/1607] python3-Jinja2: rebuild for python3-3.13
---
srcpkgs/python3-Jinja2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Jinja2/template b/srcpkgs/python3-Jinja2/template
index 1466b90f64bf05..e1ef5a87d38f64 100644
--- a/srcpkgs/python3-Jinja2/template
+++ b/srcpkgs/python3-Jinja2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Jinja2'
pkgname=python3-Jinja2
version=3.1.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-MarkupSafe"
From 1cf5ff7cb54e5c45c44765e5e98c3abcee0be9ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:05 -0500
Subject: [PATCH 0051/1607] python3-Markdown: rebuild for python3-3.13
---
srcpkgs/python3-Markdown/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 7226522fa5c282..12acc077389e09 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Markdown'
pkgname=python3-Markdown
version=3.6
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
From 50aee043618d6f94f1eb509a91fdcef4c34cbf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:05 -0500
Subject: [PATCH 0052/1607] python3-Pygments: rebuild for python3-3.13
---
srcpkgs/python3-Pygments/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Pygments/template b/srcpkgs/python3-Pygments/template
index f86f50f2012bbc..bc7023e3660a99 100644
--- a/srcpkgs/python3-Pygments/template
+++ b/srcpkgs/python3-Pygments/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Pygments'
pkgname=python3-Pygments
version=2.18.0
-revision=1
+revision=2
build_style=python3-pep517
# Ignored tests rely on unpackaged wcag_contrast_ratio module
make_check_args="--ignore=tests/contrast/test_contrasts.py"
From 03d563e9c654077c26b64ae811f076027e88499f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:05 -0500
Subject: [PATCH 0053/1607] python3-toml: rebuild for python3-3.13
---
srcpkgs/python3-toml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index 2e20c7318cf82c..d276e72468e567 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-toml'
pkgname=python3-toml
version=0.10.2
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 26f2abe06142e13da90e17d1d6317b1d6efdeeb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:05 -0500
Subject: [PATCH 0054/1607] python3-typogrify: rebuild for python3-3.13
---
srcpkgs/python3-typogrify/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-typogrify/template b/srcpkgs/python3-typogrify/template
index 5b50f139b4fe3e..8f170fe2aecb3c 100644
--- a/srcpkgs/python3-typogrify/template
+++ b/srcpkgs/python3-typogrify/template
@@ -1,7 +1,7 @@
# Template file for 'python3-typogrify'
pkgname=python3-typogrify
version=2.0.7
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-smartypants"
From 2193d67dbef79884fc8c9e40bb0f7b278a1c24b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:05 -0500
Subject: [PATCH 0055/1607] meson: rebuild for python3-3.13
---
srcpkgs/meson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 82faf4a8371117..32dc1b30feb221 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,7 +1,7 @@
# Template file for 'meson'
pkgname=meson
version=1.4.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
depends="ninja python3-setuptools"
From ad18288d50764974f4d42c499999629f83a8e949 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:05 -0500
Subject: [PATCH 0056/1607] python3-Mako: rebuild for python3-3.13
---
srcpkgs/python3-Mako/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index d6e200aa1835ab..c77e8c0e722fa0 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Mako'
pkgname=python3-Mako
version=1.3.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-MarkupSafe"
From 5bf262488d6cc93fa6a0e52aa45d4aee46a2c9d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:06 -0500
Subject: [PATCH 0057/1607] python3-charset-normalizer: rebuild for
python3-3.13
---
srcpkgs/python3-charset-normalizer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-charset-normalizer/template b/srcpkgs/python3-charset-normalizer/template
index ff6895367b1627..b2dcd52dce4f77 100644
--- a/srcpkgs/python3-charset-normalizer/template
+++ b/srcpkgs/python3-charset-normalizer/template
@@ -1,7 +1,7 @@
# Template file for 'python3-charset-normalizer'
pkgname=python3-charset-normalizer
version=3.3.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4522799db0fed3005df7685097bcc4ab7c1d92a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:06 -0500
Subject: [PATCH 0058/1607] python3-idna: rebuild for python3-3.13
---
srcpkgs/python3-idna/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-idna/template b/srcpkgs/python3-idna/template
index 520335878283f5..ee220ff742671d 100644
--- a/srcpkgs/python3-idna/template
+++ b/srcpkgs/python3-idna/template
@@ -1,7 +1,7 @@
# Template file for 'python3-idna'
pkgname=python3-idna
version=3.7
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From 7169ab7ab2886139808d6ea663af86eeffc2d65f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:06 -0500
Subject: [PATCH 0059/1607] python3-urllib3: rebuild for python3-3.13
---
srcpkgs/python3-urllib3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template
index c5e6bf84397578..35198b4844c4f3 100644
--- a/srcpkgs/python3-urllib3/template
+++ b/srcpkgs/python3-urllib3/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urllib3'
pkgname=python3-urllib3
version=1.26.12
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
From 0f5fd8f7b95dfd7f9bb5de1606d4391ac16f519c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:06 -0500
Subject: [PATCH 0060/1607] python3-cffi: rebuild for python3-3.13
---
srcpkgs/python3-cffi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cffi/template b/srcpkgs/python3-cffi/template
index 9642b3b4ad217f..c756de59429672 100644
--- a/srcpkgs/python3-cffi/template
+++ b/srcpkgs/python3-cffi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cffi'
pkgname=python3-cffi
version=1.17.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel libffi-devel"
makedepends="python3-devel libffi-devel"
From 793d6e3909c75e6fc1e5bdca32ba59889858dcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:06 -0500
Subject: [PATCH 0061/1607] python3-markdown-it: rebuild for python3-3.13
---
srcpkgs/python3-markdown-it/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-markdown-it/template b/srcpkgs/python3-markdown-it/template
index dee36cc58a1ee2..9598f3afee0ffb 100644
--- a/srcpkgs/python3-markdown-it/template
+++ b/srcpkgs/python3-markdown-it/template
@@ -1,7 +1,7 @@
# Template file for 'python3-markdown-it'
pkgname=python3-markdown-it
version=3.0.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-mdurl"
From 223360c836d64def2bab915b423c2ea089d2fa30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:06 -0500
Subject: [PATCH 0062/1607] python3-poetry-core: rebuild for python3-3.13
---
srcpkgs/python3-poetry-core/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 60d1d99b686fd0..866e48b35bdfc2 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,7 +1,7 @@
# Template file for 'python3-poetry-core'
pkgname=python3-poetry-core
version=1.9.0
-revision=1
+revision=2
build_style="python3-pep517"
depends="python3"
checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
From 6c62a7fc6055153f9f08b157ff952beb9fb9c6ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:07 -0500
Subject: [PATCH 0063/1607] python3-soupsieve: rebuild for python3-3.13
---
srcpkgs/python3-soupsieve/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 3a2b61f70d8537..107604fec169b0 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
# Template file for 'python3-soupsieve'
pkgname=python3-soupsieve
version=2.4.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From 1a9867bc5a527aec16a6bd8ad0ffc0710152d136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:07 -0500
Subject: [PATCH 0064/1607] python3-webencodings: rebuild for python3-3.13
---
srcpkgs/python3-webencodings/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 2fca51b222d848..996bfb0a45c606 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
# Template file for 'python3-webencodings'
pkgname=python3-webencodings
version=0.5.1
-revision=9
+revision=10
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fccfb2019b0c09544826c4b48f80dbeb8e96c13c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:07 -0500
Subject: [PATCH 0065/1607] hatch-jupyter-builder: rebuild for python3-3.13
---
srcpkgs/hatch-jupyter-builder/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/hatch-jupyter-builder/template b/srcpkgs/hatch-jupyter-builder/template
index af3ea922f75e53..0d6d15ac01c671 100644
--- a/srcpkgs/hatch-jupyter-builder/template
+++ b/srcpkgs/hatch-jupyter-builder/template
@@ -1,7 +1,7 @@
# Template file for 'hatch-jupyter-builder'
pkgname=hatch-jupyter-builder
version=0.9.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="hatchling"
From cfa2bc0685a6e3b31a070b2a42febf27cba9a282 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:07 -0500
Subject: [PATCH 0066/1607] python3-jupyter_client: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_client/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 99e5302de7e136..7f6ed7b35d8c01 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_client'
pkgname=python3-jupyter_client
version=8.6.2
-revision=1
+revision=2
build_style=python3-pep517
# 1st: random fail (see https://github.com/jupyter/jupyter_client/issues/979)
# 2nd: fail by timeout in ~ 60s
From ae44449acddc929256da21d613d67d2ddb4bfb0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:07 -0500
Subject: [PATCH 0067/1607] python3-jupyter_nbformat: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_nbformat/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index 4d140dd2462b84..779116e239f75c 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_nbformat'
pkgname=python3-jupyter_nbformat
version=5.10.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-nodejs-version"
depends="python3-fastjsonschema python3-jsonschema python3-jupyter_core
From a8ad7c0afea1d5176cbcc34fd05d5165a899234f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:07 -0500
Subject: [PATCH 0068/1607] python3-ptyprocess: rebuild for python3-3.13
---
srcpkgs/python3-ptyprocess/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index d79a8425d09277..16695ff234bd48 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ptyprocess'
pkgname=python3-ptyprocess
version=0.7.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From d44e0c94e58e169f79a879f9154a4169a93d5def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0069/1607] gi-docgen: rebuild for python3-3.13
---
srcpkgs/gi-docgen/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gi-docgen/template b/srcpkgs/gi-docgen/template
index e292c5641c9833..9cf76819e8d789 100644
--- a/srcpkgs/gi-docgen/template
+++ b/srcpkgs/gi-docgen/template
@@ -1,7 +1,7 @@
# Template file for 'gi-docgen'
pkgname=gi-docgen
version=2023.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Pygments python3-typogrify python3-Jinja2 python3-toml
From 98a6452f367f5a33e5f71ccf86bcc90107a23778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0070/1607] gobject-introspection-bootstrap: rebuild for
python3-3.13
---
srcpkgs/gobject-introspection-bootstrap/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gobject-introspection-bootstrap/template b/srcpkgs/gobject-introspection-bootstrap/template
index 5920810d93b1cc..669e43474c816e 100644
--- a/srcpkgs/gobject-introspection-bootstrap/template
+++ b/srcpkgs/gobject-introspection-bootstrap/template
@@ -5,7 +5,7 @@
# libgirepository-1.0 to libgirepository-2.0 migration.
pkgname=gobject-introspection-bootstrap
version=1.82.0
-revision=1
+revision=2
build_style=meson
build_helper="qemu"
configure_args="-Dbuild_introspection_data=false"
From 121142ac9ebd1cc8fa6ab04212d03a6b7e5526b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0071/1607] python3-docutils: rebuild for python3-3.13
---
srcpkgs/python3-docutils/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-docutils/template b/srcpkgs/python3-docutils/template
index 8fc1fd728afd60..48b7f848142754 100644
--- a/srcpkgs/python3-docutils/template
+++ b/srcpkgs/python3-docutils/template
@@ -1,7 +1,7 @@
# Template file for 'python3-docutils'
pkgname=python3-docutils
version=0.20.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
# docutils/writers/odf_odt/pygmentsformatter.py
From b739fb477961e5eef7e17b1c40c6ca097af44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0072/1607] python3-Babel: rebuild for python3-3.13
---
srcpkgs/python3-Babel/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Babel/template b/srcpkgs/python3-Babel/template
index c1625da5fe8881..2f07dc15d2c747 100644
--- a/srcpkgs/python3-Babel/template
+++ b/srcpkgs/python3-Babel/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Babel'
pkgname=python3-Babel
version=2.16.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
From a25fa50f1cfaf0783484ad8daf6567e34cbbb47d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0073/1607] python3-alabaster: rebuild for python3-3.13
---
srcpkgs/python3-alabaster/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index f3b491846e2dff..2abdd0f3b870b2 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
# Template file for 'python3-alabaster'
pkgname=python3-alabaster
version=0.7.12
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 9fc58390d33a4878616533634dfb61d3506b3c43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0074/1607] python3-imagesize: rebuild for python3-3.13
---
srcpkgs/python3-imagesize/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 536895fe2331cd..373821241c1ad1 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
# Template file for 'python3-imagesize'
pkgname=python3-imagesize
version=1.4.1
-revision=1
+revision=2
build_style=python3-module
# Triest to fetch a dead url
make_check_args="--deselect test/test_get_filelike.py::test_get_filelike"
From ef4ed160bc50c956c296804de6e4f76a7407eb8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:08 -0500
Subject: [PATCH 0075/1607] python3-requests: rebuild for python3-3.13
---
srcpkgs/python3-requests/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-requests/template b/srcpkgs/python3-requests/template
index 4e0827f5783f4d..339b405685a600 100644
--- a/srcpkgs/python3-requests/template
+++ b/srcpkgs/python3-requests/template
@@ -1,7 +1,7 @@
# Template file for 'python3-requests'
pkgname=python3-requests
version=2.32.3
-revision=1
+revision=2
build_style=python3-pep517
# test_unicode_header_name hangs with urllib3 < 2.x
# see: https://github.com/psf/requests/issues/6734
From eb62d16543320fdc61869446eda8697e393c8ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:09 -0500
Subject: [PATCH 0076/1607] python3-snowballstemmer: rebuild for python3-3.13
---
srcpkgs/python3-snowballstemmer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index ad0c115248fe71..da9c945dfe75fc 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
# Template file for 'python3-snowballstemmer'
pkgname=python3-snowballstemmer
version=2.2.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 082b09124fcfdc658c6cf3ab08d29e2ebb3ed590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:09 -0500
Subject: [PATCH 0077/1607] python3-sphinxcontrib-applehelp: rebuild for
python3-3.13
---
srcpkgs/python3-sphinxcontrib-applehelp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 96009d43646cfe..1c45ab30dfe2f2 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib-applehelp'
pkgname=python3-sphinxcontrib-applehelp
version=1.0.4
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools
python3-wheel"
From 19016021afed07230692f640ed57bf2582995d8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:09 -0500
Subject: [PATCH 0078/1607] python3-sphinxcontrib-devhelp: rebuild for
python3-3.13
---
srcpkgs/python3-sphinxcontrib-devhelp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0ef390e5be5edc..bef5b87f7053c3 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib-devhelp'
pkgname=python3-sphinxcontrib-devhelp
version=1.0.2
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fca4982554ce20cb6400c1c1b2e388944304c7c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:09 -0500
Subject: [PATCH 0079/1607] python3-sphinxcontrib-htmlhelp: rebuild for
python3-3.13
---
srcpkgs/python3-sphinxcontrib-htmlhelp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index b3dc3be038daaa..8d3bc3e6bf2c4c 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib-htmlhelp'
pkgname=python3-sphinxcontrib-htmlhelp
version=2.0.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools
python3-wheel"
From f7001104cf5a4425450e7177a02d151798217047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:09 -0500
Subject: [PATCH 0080/1607] python3-sphinxcontrib-jsmath: rebuild for
python3-3.13
---
srcpkgs/python3-sphinxcontrib-jsmath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 2a801832c950ae..f2dc93af44e618 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib-jsmath'
pkgname=python3-sphinxcontrib-jsmath
version=1.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 150e41130111fabce7ce32cc6fb8c07113697f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:09 -0500
Subject: [PATCH 0081/1607] python3-sphinxcontrib-qthelp: rebuild for
python3-3.13
---
srcpkgs/python3-sphinxcontrib-qthelp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 8ac63fef7e4843..e653a9d02b4bc7 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib-qthelp'
pkgname=python3-sphinxcontrib-qthelp
version=1.0.3
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 08a7631c98719df190f3169701afebc42a98faaa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:10 -0500
Subject: [PATCH 0082/1607] python3-sphinxcontrib-serializinghtml: rebuild for
python3-3.13
---
srcpkgs/python3-sphinxcontrib-serializinghtml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 3d3420813fcb0b..56b2eaed295478 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib-serializinghtml'
pkgname=python3-sphinxcontrib-serializinghtml
version=1.1.9
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel python3-flit_core"
depends="python3"
From 0e722d4033f28ec571858f93be8c1aeadb0c40b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:10 -0500
Subject: [PATCH 0083/1607] python3-sniffio: rebuild for python3-3.13
---
srcpkgs/python3-sniffio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sniffio/template b/srcpkgs/python3-sniffio/template
index ac5989243e8c54..8e06d2f57941fc 100644
--- a/srcpkgs/python3-sniffio/template
+++ b/srcpkgs/python3-sniffio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sniffio'
pkgname=python3-sniffio
version=1.3.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
From 76646b5a8d146cacd81779f16cb9f91058158ea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:10 -0500
Subject: [PATCH 0084/1607] python3-hpack: rebuild for python3-3.13
---
srcpkgs/python3-hpack/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 263f4de678bdf6..0f69aa0d2bae1e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hpack'
pkgname=python3-hpack
version=4.0.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From af2e2abbcd79302c3b45a2951be9fc8848e45f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:10 -0500
Subject: [PATCH 0085/1607] python3-hyperframe: rebuild for python3-3.13
---
srcpkgs/python3-hyperframe/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index b20bebe777c78c..865d3e5e55f5af 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hyperframe'
pkgname=python3-hyperframe
version=6.0.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From cbf17c2fcd2ac6936f7e32ee5505bcb020c22b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:10 -0500
Subject: [PATCH 0086/1607] python3-outcome: rebuild for python3-3.13
---
srcpkgs/python3-outcome/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-outcome/template b/srcpkgs/python3-outcome/template
index b4ff48da809ce8..5976562a5dcfd2 100644
--- a/srcpkgs/python3-outcome/template
+++ b/srcpkgs/python3-outcome/template
@@ -1,7 +1,7 @@
# Template file for 'python3-outcome'
pkgname=python3-outcome
version=1.2.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From b81aa94b92e31c1c2b8230a26150a1db44e5b191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:11 -0500
Subject: [PATCH 0087/1607] python3-sortedcontainers: rebuild for python3-3.13
---
srcpkgs/python3-sortedcontainers/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 81dc04a3797311..d7c314578c9236 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sortedcontainers'
pkgname=python3-sortedcontainers
version=2.4.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 59a590d024ce43d4e68e9f8d3f9b2f0a598d3377 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:11 -0500
Subject: [PATCH 0088/1607] python3-parso: rebuild for python3-3.13
---
srcpkgs/python3-parso/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index 14f60bf614eb48..3d2f00afef7872 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -1,7 +1,7 @@
# Template file for 'python3-parso'
pkgname=python3-parso
version=0.8.4
-revision=1
+revision=2
build_style=python3-module
# Several error messages changed form and trigger inappropriate failures
make_check_args="--ignore=test/test_python_errors.py"
From 4816fa125297ec023e927857d51144764af179eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:11 -0500
Subject: [PATCH 0089/1607] python3-wcwidth: rebuild for python3-3.13
---
srcpkgs/python3-wcwidth/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-wcwidth/template b/srcpkgs/python3-wcwidth/template
index c68e3363903a7b..00e305b7158874 100644
--- a/srcpkgs/python3-wcwidth/template
+++ b/srcpkgs/python3-wcwidth/template
@@ -1,7 +1,7 @@
# Template file for 'python3-wcwidth'
pkgname=python3-wcwidth
version=0.2.13
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From f5a3d79685249e22f1c41fb159e8300b405c5d8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:11 -0500
Subject: [PATCH 0090/1607] python3-asttokens: rebuild for python3-3.13
---
srcpkgs/python3-asttokens/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-asttokens/template b/srcpkgs/python3-asttokens/template
index 6f61374e8f8baf..38085284c688d7 100644
--- a/srcpkgs/python3-asttokens/template
+++ b/srcpkgs/python3-asttokens/template
@@ -1,7 +1,7 @@
# Template file for 'python3-asttokens'
pkgname=python3-asttokens
version=2.4.1
-revision=1
+revision=2
build_style=python3-module
# needs a specific astroid version
# https://github.com/gristlabs/asttokens/issues/79
From 75f071deb11ec4a4f4f1c732c4a75f705a40a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:11 -0500
Subject: [PATCH 0091/1607] python3-executing: rebuild for python3-3.13
---
srcpkgs/python3-executing/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-executing/template b/srcpkgs/python3-executing/template
index 666c75ba377eec..41f4ac92fa819c 100644
--- a/srcpkgs/python3-executing/template
+++ b/srcpkgs/python3-executing/template
@@ -1,7 +1,7 @@
# Template file for 'python3-executing'
pkgname=python3-executing
version=2.1.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_target="tests/test_main.py"
hostmakedepends="python3-setuptools_scm python3-wheel"
From 42dec6a92c01712f396353a71fce54be755932d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:11 -0500
Subject: [PATCH 0092/1607] python3-pure_eval: rebuild for python3-3.13
---
srcpkgs/python3-pure_eval/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pure_eval/template b/srcpkgs/python3-pure_eval/template
index d435d16a11b39c..c76df9af49e11d 100644
--- a/srcpkgs/python3-pure_eval/template
+++ b/srcpkgs/python3-pure_eval/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pure_eval'
pkgname=python3-pure_eval
version=0.2.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
From 34d873c45c7cae24d27d6b23cb96176923d5bb70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:12 -0500
Subject: [PATCH 0093/1607] python3-argon2-cffi-bindings: rebuild for
python3-3.13
---
srcpkgs/python3-argon2-cffi-bindings/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-argon2-cffi-bindings/template b/srcpkgs/python3-argon2-cffi-bindings/template
index 3748f546c76d39..3dfe9b2d6c163d 100644
--- a/srcpkgs/python3-argon2-cffi-bindings/template
+++ b/srcpkgs/python3-argon2-cffi-bindings/template
@@ -1,7 +1,7 @@
# Template file for 'python3-argon2-cffi-bindings'
pkgname=python3-argon2-cffi-bindings
version=21.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel python3-cffi"
makedepends="python3-devel libargon2-devel"
From 5d9f92c3b4ef674aa1f57478cc178faa7b62c43d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:12 -0500
Subject: [PATCH 0094/1607] python3-click: rebuild for python3-3.13
---
srcpkgs/python3-click/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index f595b6f0c017b1..507938e9182839 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
# Template file for 'python3-click'
pkgname=python3-click
version=8.1.7
-revision=2
+revision=3
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="python3"
From 2dcdfa5847489f3272d67445a45feac56a2c54aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:12 -0500
Subject: [PATCH 0095/1607] python3-json-logger: rebuild for python3-3.13
---
srcpkgs/python3-json-logger/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-json-logger/template b/srcpkgs/python3-json-logger/template
index 99b4feb9a2189f..8a4380354c2446 100644
--- a/srcpkgs/python3-json-logger/template
+++ b/srcpkgs/python3-json-logger/template
@@ -1,7 +1,7 @@
# Template file for 'python3-json-logger'
pkgname=python3-json-logger
version=2.0.7
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From fadc1ad56cf4810ddeaaced869506b912caf9d5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:12 -0500
Subject: [PATCH 0096/1607] python3-rfc3339-validator: rebuild for python3-3.13
---
srcpkgs/python3-rfc3339-validator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rfc3339-validator/template b/srcpkgs/python3-rfc3339-validator/template
index 3223f5e662fd4e..f1f48a8a75e2ce 100644
--- a/srcpkgs/python3-rfc3339-validator/template
+++ b/srcpkgs/python3-rfc3339-validator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rfc3339-validator'
pkgname=python3-rfc3339-validator
version=0.1.4
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-six"
From 8731d374d8a4b697d8b4048547ed81bc02f2d8b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:12 -0500
Subject: [PATCH 0097/1607] python3-rfc3986-validator: rebuild for python3-3.13
---
srcpkgs/python3-rfc3986-validator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rfc3986-validator/template b/srcpkgs/python3-rfc3986-validator/template
index 55f3a441f207c2..991311cbc473ed 100644
--- a/srcpkgs/python3-rfc3986-validator/template
+++ b/srcpkgs/python3-rfc3986-validator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rfc3986-validator'
pkgname=python3-rfc3986-validator
version=0.1.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 4907858ef2bc914c785c4a4658dd83f9f0f3dacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:12 -0500
Subject: [PATCH 0098/1607] python3-rich: rebuild for python3-3.13
---
srcpkgs/python3-rich/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template
index e15d739b7e800a..166d5d9871a4d9 100644
--- a/srcpkgs/python3-rich/template
+++ b/srcpkgs/python3-rich/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rich'
pkgname=python3-rich
version=13.9.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-Pygments python3-markdown-it"
From 75e114d74e387be7f1a79476a06bd223655916a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0099/1607] python3-yaml: rebuild for python3-3.13
---
srcpkgs/python3-yaml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index 1effb28b61794a..73269ae2f8256d 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yaml'
pkgname=python3-yaml
version=6.0.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="libyaml-devel python3-devel"
From 03ad36a479ba7ed188a3c3325643343a43a980e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0100/1607] python3-BeautifulSoup4: rebuild for python3-3.13
---
srcpkgs/python3-BeautifulSoup4/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 9d41743d35df74..364445f875e54c 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
# Template file for 'python3-BeautifulSoup4'
pkgname=python3-BeautifulSoup4
version=4.12.2
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-soupsieve"
From 36eca0a4e0c2cb852b1c396efdda4e60ca0d5895 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0101/1607] python3-bleach: rebuild for python3-3.13
---
srcpkgs/python3-bleach/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 7dd579d84d18e3..8cf2201528c939 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bleach'
pkgname=python3-bleach
version=6.0.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-six python3-webencodings"
From 73cb984fec1b37057041f3cc2a836493c76fba0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0102/1607] python3-defusedxml: rebuild for python3-3.13
---
srcpkgs/python3-defusedxml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index cfedc3b0148b6b..647dbd9a199447 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-defusedxml'
pkgname=python3-defusedxml
version=0.7.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a0a8ffe592eb283f3f52fba70b3390970c7ad753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0103/1607] python3-jupyterlab_pygments: rebuild for
python3-3.13
---
srcpkgs/python3-jupyterlab_pygments/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyterlab_pygments/template b/srcpkgs/python3-jupyterlab_pygments/template
index eb4bedbbdd49fb..eb8e7a693717b7 100644
--- a/srcpkgs/python3-jupyterlab_pygments/template
+++ b/srcpkgs/python3-jupyterlab_pygments/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyterlab_pygments'
pkgname=python3-jupyterlab_pygments
version=0.3.0
-revision=1
+revision=2
build_style=python3-pep517
make_build_args="--skip-dependency-check" # jupyterlab not needed
hostmakedepends="hatch-jupyter-builder hatch-nodejs-version"
From 99f6a3cf1410344b0ef5091e68dce806b46d1f39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0104/1607] python3-mistune: rebuild for python3-3.13
---
srcpkgs/python3-mistune/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 7630964cf1dd13..828db5643c7a2e 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mistune'
pkgname=python3-mistune
version=3.0.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 480f9868a921471e87908ed0b4e404e3c5898538 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:13 -0500
Subject: [PATCH 0105/1607] python3-nbclient: rebuild for python3-3.13
---
srcpkgs/python3-nbclient/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template
index 684d01548a6389..6053ed8faf4664 100644
--- a/srcpkgs/python3-nbclient/template
+++ b/srcpkgs/python3-nbclient/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nbclient'
pkgname=python3-nbclient
version=0.10.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_client python3-jupyter_nbformat"
From 0eacdb4284ee6950ff4564074cbad79ec56528ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:14 -0500
Subject: [PATCH 0106/1607] python3-pandocfilters: rebuild for python3-3.13
---
srcpkgs/python3-pandocfilters/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index 86c4a348490266..45e58c9c94ddeb 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pandocfilters'
pkgname=python3-pandocfilters
version=1.5.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From d5dd2b935a707d3090da24addd372bb26274ce45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:14 -0500
Subject: [PATCH 0107/1607] python3-tinycss2: rebuild for python3-3.13
---
srcpkgs/python3-tinycss2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tinycss2/template b/srcpkgs/python3-tinycss2/template
index a505ecf742ab4e..f6a82308faa6e2 100644
--- a/srcpkgs/python3-tinycss2/template
+++ b/srcpkgs/python3-tinycss2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tinycss2'
pkgname=python3-tinycss2
version=1.4.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core python3-webencodings"
depends="python3-webencodings"
From 42c8b30ddf37739dcc021fa3c6c580eb3a170280 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:14 -0500
Subject: [PATCH 0108/1607] python3-terminado: rebuild for python3-3.13
---
srcpkgs/python3-terminado/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 39cee5de9c1b08..0efb9772886beb 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
# Template file for 'python3-terminado'
pkgname=python3-terminado
version=0.17.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-ptyprocess python3-tornado"
From ca9b5e64a628ad35815ae42f32c3b4f4af56924a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:14 -0500
Subject: [PATCH 0109/1607] glib: rebuild for python3-3.13
---
srcpkgs/glib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 26071b0ef66164..5c03f91d581efa 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -2,7 +2,7 @@
# keep in sync with glib-bootstrap
pkgname=glib
version=2.82.1
-revision=1
+revision=2
build_style=meson
build_helper="qemu"
# static version is necessary for qemu-user
From 32afce3dd81b2c263755583bc6cb1bf31b534465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:14 -0500
Subject: [PATCH 0110/1607] python3-Sphinx: rebuild for python3-3.13
---
srcpkgs/python3-Sphinx/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index eed352bec3e24a..32a5f267ac4535 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Sphinx'
pkgname=python3-Sphinx
version=7.2.6
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-pyproject-hooks"
depends="python3-Jinja2 python3-docutils python3-Pygments
From 771147eb60a8cbea98ad8e5476e6a632ba51a2e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:14 -0500
Subject: [PATCH 0111/1607] python3-iniconfig: rebuild for python3-3.13
---
srcpkgs/python3-iniconfig/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index 8006b49755e65b..2b3f215977c5f6 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
# Template file for 'python3-iniconfig'
pkgname=python3-iniconfig
version=1.1.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
From 9a29c91cde8ead48ca60f7b2c6577b10260e019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:15 -0500
Subject: [PATCH 0112/1607] python3-pyproject-metadata: update to 0.9.0.
---
srcpkgs/python3-pyproject-metadata/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-pyproject-metadata/template b/srcpkgs/python3-pyproject-metadata/template
index 15d8afa4ace18b..611bf1f2840d67 100644
--- a/srcpkgs/python3-pyproject-metadata/template
+++ b/srcpkgs/python3-pyproject-metadata/template
@@ -1,6 +1,6 @@
# Template file for 'python3-pyproject-metadata'
pkgname=python3-pyproject-metadata
-version=0.8.0
+version=0.9.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-wheel"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://pep621.readthedocs.io/"
changelog="https://raw.githubusercontent.com/FFY00/python-pyproject-metadata/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pyproject_metadata/pyproject_metadata-${version}.tar.gz"
-checksum=376d5a00764ac29440a54579f88e66b7d9cb7e629d35c35a1c7248bfebc9b455
+checksum=8511c00a4cad96686af6a6b4143433298beb96105a9379afdc9b0328f4f260c9
make_check=no # tarball includes no tests
post_install() {
From 0fe15bda64e02bccebe37424ddd9999e578846ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:15 -0500
Subject: [PATCH 0113/1607] python3-pyasn1: rebuild for python3-3.13
---
srcpkgs/python3-pyasn1/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyasn1/template b/srcpkgs/python3-pyasn1/template
index c58be4fa03d450..62f275b9f2217b 100644
--- a/srcpkgs/python3-pyasn1/template
+++ b/srcpkgs/python3-pyasn1/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyasn1'
pkgname=python3-pyasn1
version=0.5.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 653feb72ae7f257e795397e8cc14c3d9a5476805 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:15 -0500
Subject: [PATCH 0114/1607] talloc: rebuild for python3-3.13
---
srcpkgs/talloc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/talloc/template b/srcpkgs/talloc/template
index f4555bfee4d058..1b296c44ab4ebb 100644
--- a/srcpkgs/talloc/template
+++ b/srcpkgs/talloc/template
@@ -1,7 +1,7 @@
# Template file for 'talloc'
pkgname=talloc
version=2.4.2
-revision=1
+revision=2
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
From 7175922790660918ca0b35a312fe586dc7fc6218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:15 -0500
Subject: [PATCH 0115/1607] python3-commonmark: rebuild for python3-3.13
---
srcpkgs/python3-commonmark/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-commonmark/template b/srcpkgs/python3-commonmark/template
index 96f964f9d9893d..5e40b4cb0fab7f 100644
--- a/srcpkgs/python3-commonmark/template
+++ b/srcpkgs/python3-commonmark/template
@@ -1,7 +1,7 @@
# Template file for 'python3-commonmark'
pkgname=python3-commonmark
version=0.9.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 64785be8a2e9f6120c1262b26a89e90da18cacdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:15 -0500
Subject: [PATCH 0116/1607] python3-more-itertools: rebuild for python3-3.13
---
srcpkgs/python3-more-itertools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 9c98cecaadfd1a..fb0cc7db053b81 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-more-itertools'
pkgname=python3-more-itertools
version=10.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From aa746ccd0413978b7e27b9053559b517bd7fb941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:16 -0500
Subject: [PATCH 0117/1607] python3-typeguard: rebuild for python3-3.13
---
srcpkgs/python3-typeguard/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-typeguard/template b/srcpkgs/python3-typeguard/template
index 12c11d3a183b19..db2d63fc1bafdc 100644
--- a/srcpkgs/python3-typeguard/template
+++ b/srcpkgs/python3-typeguard/template
@@ -1,7 +1,7 @@
# Template file for 'python3-typeguard'
pkgname=python3-typeguard
version=4.2.1
-revision=1
+revision=2
build_style=python3-pep517
# mypy checks seem to require that the module be installed
make_check_args="--ignore=tests/mypy"
From 4eb0d4b09544d215188f980d4938b520ed4e2c2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:16 -0500
Subject: [PATCH 0118/1607] python3-zope.interface: rebuild for python3-3.13
---
srcpkgs/python3-zope.interface/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.interface/template b/srcpkgs/python3-zope.interface/template
index 9335fcd634f80f..018530d1847cff 100644
--- a/srcpkgs/python3-zope.interface/template
+++ b/srcpkgs/python3-zope.interface/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.interface'
pkgname=python3-zope.interface
version=6.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 7fb8aa4490652d66a82b2545e6f37fe0dfe38f66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:16 -0500
Subject: [PATCH 0119/1607] python3-anyio: rebuild for python3-3.13
---
srcpkgs/python3-anyio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template
index bf15d94014cceb..13776f697758c2 100644
--- a/srcpkgs/python3-anyio/template
+++ b/srcpkgs/python3-anyio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-anyio'
pkgname=python3-anyio
version=4.4.0
-revision=1
+revision=2
build_style=python3-pep517
# This file needs python module `exceptiongroup`
make_check_args="--ignore tests/test_taskgroups.py"
From bfe410433488c19fb4730f30411302755ec7d798 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:16 -0500
Subject: [PATCH 0120/1607] python3-certifi: rebuild for python3-3.13
---
srcpkgs/python3-certifi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 0a6039ec5496de..6917f4ba5b8dd7 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-certifi'
pkgname=python3-certifi
version=2022.09.24
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 20c440583c0455041c0d320e0791279721e7857a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:16 -0500
Subject: [PATCH 0121/1607] python3-h11: rebuild for python3-3.13
---
srcpkgs/python3-h11/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index e01f289b4a2fc9..2fc75c07290e11 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
# Template file for 'python3-h11'
pkgname=python3-h11
version=0.14.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From d762f1bce3697e032eef89986c2f3df8b335f879 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:16 -0500
Subject: [PATCH 0122/1607] python3-h2: rebuild for python3-3.13
---
srcpkgs/python3-h2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template
index 90a0c639613044..84a5fcf082a9ed 100644
--- a/srcpkgs/python3-h2/template
+++ b/srcpkgs/python3-h2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-h2'
pkgname=python3-h2
version=4.1.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-hpack python3-hyperframe"
From 22d4945575862b3f783a217eabb74e4f4b82f52b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:17 -0500
Subject: [PATCH 0123/1607] python3-socksio: rebuild for python3-3.13
---
srcpkgs/python3-socksio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-socksio/template b/srcpkgs/python3-socksio/template
index 22011122e516cb..cc9b0dca82b835 100644
--- a/srcpkgs/python3-socksio/template
+++ b/srcpkgs/python3-socksio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-socksio'
pkgname=python3-socksio
version=1.0.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
short_desc="Sans-I/O implementation of SOCKS4/5"
From d56d865433d77a47b848fb5493f23091c1f5c7fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:17 -0500
Subject: [PATCH 0124/1607] python3-trio: rebuild for python3-3.13
---
srcpkgs/python3-trio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-trio/template b/srcpkgs/python3-trio/template
index f73daaa4a81915..62788e39dc6e1c 100644
--- a/srcpkgs/python3-trio/template
+++ b/srcpkgs/python3-trio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-trio'
pkgname=python3-trio
version=0.26.1
-revision=1
+revision=2
build_style=python3-pep517
# Needs astor (https://pypi.org/project/astor/)
make_check_args="--ignore src/trio/_tests/tools/test_gen_exports.py"
From fdcbc5b5e0276102b1d5c22f6be8e4bcaffb70ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:17 -0500
Subject: [PATCH 0125/1607] python3-backcall: rebuild for python3-3.13
---
srcpkgs/python3-backcall/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index 580aec50f65115..b0c397cbe54018 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
# Template file for 'python3-backcall'
pkgname=python3-backcall
version=0.2.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From b07b98ce9d3ee83072d0e177f8ba8a306580ec09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:17 -0500
Subject: [PATCH 0126/1607] python3-decorator: rebuild for python3-3.13
---
srcpkgs/python3-decorator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-decorator/template b/srcpkgs/python3-decorator/template
index 838b71279d6bda..13012a7277203e 100644
--- a/srcpkgs/python3-decorator/template
+++ b/srcpkgs/python3-decorator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-decorator'
pkgname=python3-decorator
version=5.1.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c860b60d305ed355f32a55ea3ec73c3cbfc6221b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:17 -0500
Subject: [PATCH 0127/1607] python3-jedi: rebuild for python3-3.13
---
srcpkgs/python3-jedi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index d5b17fda081bed..dc5ae987ef1341 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jedi'
pkgname=python3-jedi
version=0.19.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parso"
From 7e71cc1a43978ea29b8311f10f282e5b2d99ca58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:17 -0500
Subject: [PATCH 0128/1607] python3-matplotlib-inline: rebuild for python3-3.13
---
srcpkgs/python3-matplotlib-inline/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-matplotlib-inline/template b/srcpkgs/python3-matplotlib-inline/template
index 833bf0450968a3..b2297a6cd5e457 100644
--- a/srcpkgs/python3-matplotlib-inline/template
+++ b/srcpkgs/python3-matplotlib-inline/template
@@ -1,7 +1,7 @@
# Template file for 'python3-matplotlib-inline'
pkgname=python3-matplotlib-inline
version=0.1.7
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-traitlets"
From 598a55dee55c04fb3fadebdd8fef352485461468 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:18 -0500
Subject: [PATCH 0129/1607] python3-pexpect: rebuild for python3-3.13
---
srcpkgs/python3-pexpect/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index cb77bc58a366ac..874887cdd30b45 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pexpect'
pkgname=python3-pexpect
version=4.9.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ptyprocess"
From f4549e70d2d4633dad954270525b466416453a7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:18 -0500
Subject: [PATCH 0130/1607] python3-pickleshare: rebuild for python3-3.13
---
srcpkgs/python3-pickleshare/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index ee110b53b7309a..e34de11a6de398 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pickleshare'
pkgname=python3-pickleshare
version=0.7.5
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 5f8a19f3cbf9badd6f55a27c353598b5675ddf2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:18 -0500
Subject: [PATCH 0131/1607] python3-prompt_toolkit: rebuild for python3-3.13
---
srcpkgs/python3-prompt_toolkit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 8c1c04614757f2..2083cc48e5c184 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,7 +1,7 @@
# Template file for 'python3-prompt_toolkit'
pkgname=python3-prompt_toolkit
version=3.0.48
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-wcwidth"
From 3ef1f1a4edb217b64487f6b1d6d9fadc50b7a5cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:18 -0500
Subject: [PATCH 0132/1607] python3-stack_data: rebuild for python3-3.13
---
srcpkgs/python3-stack_data/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-stack_data/template b/srcpkgs/python3-stack_data/template
index aef0f2485c48e9..b4ace72e40f1a0 100644
--- a/srcpkgs/python3-stack_data/template
+++ b/srcpkgs/python3-stack_data/template
@@ -1,7 +1,7 @@
# Template file for 'python3-stack_data'
pkgname=python3-stack_data
version=0.6.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-executing python3-asttokens python3-pure_eval"
From 544e8461008595e3fb12e16efd47a5c93d55de93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:18 -0500
Subject: [PATCH 0133/1607] python3-argon2: rebuild for python3-3.13
---
srcpkgs/python3-argon2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 59dc2c94e01817..fe36ff1567b883 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-argon2'
pkgname=python3-argon2
version=23.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-argon2-cffi-bindings"
From 42139775815a65a500fb274b8a49f2412194b100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:18 -0500
Subject: [PATCH 0134/1607] python3-jupyter_events: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_events/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_events/template b/srcpkgs/python3-jupyter_events/template
index 1675c6e34df546..f1191124ca7f32 100644
--- a/srcpkgs/python3-jupyter_events/template
+++ b/srcpkgs/python3-jupyter_events/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_events'
pkgname=python3-jupyter_events
version=0.10.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jsonschema python3-json-logger python3-yaml python3-traitlets
From 3692fad55854c9331e3552687ad477a3e15eb74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0135/1607] python3-jupyter_nbconvert: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_nbconvert/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index 33742fdab28c82..3bf3da5423c28b 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_nbconvert'
pkgname=python3-jupyter_nbconvert
version=7.16.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-BeautifulSoup4 python3-bleach python3-defusedxml
From 8110e44b7fe892d508b46fed6fdade00851c1c64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0136/1607] python3-jupyter_server_terminals: rebuild for
python3-3.13
---
srcpkgs/python3-jupyter_server_terminals/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_server_terminals/template b/srcpkgs/python3-jupyter_server_terminals/template
index b12507d3152f80..26cbc0278436f5 100644
--- a/srcpkgs/python3-jupyter_server_terminals/template
+++ b/srcpkgs/python3-jupyter_server_terminals/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_server_terminals'
pkgname=python3-jupyter_server_terminals
version=0.5.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-terminado"
From 44dc2ddbe45e117601033f46dc1951ae6465d7d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0137/1607] python3-overrides: rebuild for python3-3.13
---
srcpkgs/python3-overrides/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-overrides/template b/srcpkgs/python3-overrides/template
index ed10b82ca6fa3b..b4cebace18ef0f 100644
--- a/srcpkgs/python3-overrides/template
+++ b/srcpkgs/python3-overrides/template
@@ -1,7 +1,7 @@
# Template file for 'python3-overrides'
pkgname=python3-overrides
version=7.7.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From ead6e3210d7e3f041efb69f61586579a19c6660d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0138/1607] python3-prometheus_client: rebuild for python3-3.13
---
srcpkgs/python3-prometheus_client/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 9d7bd419916e2c..590d0bf11cdc1d 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
# Template file for 'python3-prometheus_client'
pkgname=python3-prometheus_client
version=0.20.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From d9852ab9a8ecc455e00fcfb1e6086789c742df07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0139/1607] python3-send2trash: rebuild for python3-3.13
---
srcpkgs/python3-send2trash/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index a6ec94b897ec30..423fce83b1e972 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
# Template file for 'python3-send2trash'
pkgname=python3-send2trash
version=1.8.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From c5ba9234d295ae0e969aa8cead1420f22cee62f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0140/1607] python3-websocket-client: rebuild for python3-3.13
---
srcpkgs/python3-websocket-client/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index b176022f616009..b858a4f86452a7 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
# Template file for 'python3-websocket-client'
pkgname=python3-websocket-client
version=1.7.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_target="websocket/tests"
hostmakedepends="python3-setuptools python3-wheel"
From ee4e0e1a0d5cdc056868715e5ef17ce30e5effdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:19 -0500
Subject: [PATCH 0141/1607] python3-frozenlist: rebuild for python3-3.13
---
srcpkgs/python3-frozenlist/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-frozenlist/template b/srcpkgs/python3-frozenlist/template
index 8c7983a4e0180f..a888c039e3f99c 100644
--- a/srcpkgs/python3-frozenlist/template
+++ b/srcpkgs/python3-frozenlist/template
@@ -1,7 +1,7 @@
# Template file for 'python3-frozenlist'
pkgname=python3-frozenlist
version=1.4.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
From 71279de3c3e9d1fea553a7be8c2dba6e76db9113 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:20 -0500
Subject: [PATCH 0142/1607] python3-multidict: rebuild for python3-3.13
---
srcpkgs/python3-multidict/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 82a24b5c646687..15c0f0270c4802 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
# Template file for 'python3-multidict'
pkgname=python3-multidict
version=5.1.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 493429e914965d40c4838c36e65b1e92cb005a24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:20 -0500
Subject: [PATCH 0143/1607] gobject-introspection: rebuild for python3-3.13
---
srcpkgs/gobject-introspection/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template
index ee2d0b59978584..5cbfae9f6d707b 100644
--- a/srcpkgs/gobject-introspection/template
+++ b/srcpkgs/gobject-introspection/template
@@ -2,7 +2,7 @@
# keep in sync with gobject-introspection-bootstrap
pkgname=gobject-introspection
version=1.82.0
-revision=1
+revision=2
build_style=meson
build_helper="qemu"
pycompile_dirs="usr/lib/gobject-introspection/giscanner"
From 28f9f50a271d4e45e015ce6d80810a92be16b7e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:20 -0500
Subject: [PATCH 0144/1607] python3-cairo: rebuild for python3-3.13
---
srcpkgs/python3-cairo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index 6962db30fa0c30..ce8d62721606f0 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cairo'
pkgname=python3-cairo
version=1.26.0
-revision=1
+revision=2
build_style=meson
hostmakedepends="pkg-config"
makedepends="cairo-devel python3-devel"
From f1b7018f29dd7059225738ea48bc4e7d28901fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:20 -0500
Subject: [PATCH 0145/1607] python3-breathe: rebuild for python3-3.13
---
srcpkgs/python3-breathe/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c375abc8f5e7b4..77918f1d96f0dd 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
# Template file for 'python3-breathe'
pkgname=python3-breathe
version=4.35.0
-revision=2
+revision=3
build_style=python3-module
_pyreqs="python3-Sphinx python3-docutils python3-six"
hostmakedepends="python3-setuptools ${_pyreqs}"
From c2ba0a908832c7ab73740799dc11f340ada6d085 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:20 -0500
Subject: [PATCH 0146/1607] python3-pytest: rebuild for python3-3.13
---
srcpkgs/python3-pytest/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 5c8cd78726f048..65aea2f517bb9e 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pytest'
pkgname=python3-pytest
version=8.3.1
-revision=1
+revision=2
build_style=python3-pep517
_common_deps="python3-iniconfig python3-pluggy"
hostmakedepends="python3-setuptools_scm python3-Sphinx ${_common_deps}"
From a1e8cd0ab2a8b48f5a970fba11803876a81a41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:20 -0500
Subject: [PATCH 0147/1607] python3-sphinx_rtd_theme: rebuild for python3-3.13
---
srcpkgs/python3-sphinx_rtd_theme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 1df3a05abe0d9a..8dd166212459c6 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinx_rtd_theme'
pkgname=python3-sphinx_rtd_theme
version=1.1.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx"
From 711967e5ac001b9ec73dae9269ad8f6451fb8c35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:21 -0500
Subject: [PATCH 0148/1607] sip: rebuild for python3-3.13
---
srcpkgs/sip/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index f5fcf48750aafe..2a57c60054032e 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
# Template file for 'sip'
pkgname=sip
version=6.8.6
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-packaging"
depends="python3-setuptools python3-packaging"
From 4700452a32dd6eda6c2cc2d31091c17026af6283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:21 -0500
Subject: [PATCH 0149/1607] python3-gast: rebuild for python3-3.13
---
srcpkgs/python3-gast/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-gast/template b/srcpkgs/python3-gast/template
index fd05c8b4e544a6..0aa6a89b91e8af 100644
--- a/srcpkgs/python3-gast/template
+++ b/srcpkgs/python3-gast/template
@@ -1,7 +1,7 @@
# Template file for 'python3-gast'
pkgname=python3-gast
version=0.6.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c9bb8842eac52a70f1417461d118f18adefa55cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:21 -0500
Subject: [PATCH 0150/1607] python3-meson-python: update to 0.17.1.
---
srcpkgs/python3-meson-python/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-meson-python/template b/srcpkgs/python3-meson-python/template
index 01055a208201a8..8bb5c378425df9 100644
--- a/srcpkgs/python3-meson-python/template
+++ b/srcpkgs/python3-meson-python/template
@@ -1,6 +1,6 @@
# Template file for 'python3-meson-python'
pkgname=python3-meson-python
-version=0.16.0
+version=0.17.1
revision=1
build_style=python3-pep517
hostmakedepends="meson python3-pyproject-metadata patchelf"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://meson-python.readthedocs.io/"
changelog="https://raw.githubusercontent.com/mesonbuild/meson-python/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/m/meson_python/meson_python-${version}.tar.gz"
-checksum=9068c17e36c89d6c7ff709fffb2a8a9925e8cd0b02629728e5ceaf2ec505cb5f
+checksum=efb91f69f2e19eef7bc9a471ed2a4e730088cc6b39eacaf3e49fc4f930eb5f83
# tests require custom-built executables, need reconciliation with xbps-src env
make_check=no
From 711f6ef724e19bd2df8665b75dd83485424142c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:21 -0500
Subject: [PATCH 0151/1607] python3-anytree: rebuild for python3-3.13
---
srcpkgs/python3-anytree/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index baf83848390064..d4679a9974081f 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,7 +1,7 @@
# Template file for 'python3-anytree'
pkgname=python3-anytree
version=2.12.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-six"
From 06036052fe101c6bfe1b6f60e5fcac9560c8b6a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:21 -0500
Subject: [PATCH 0152/1607] python3-lxml: rebuild for python3-3.13
---
srcpkgs/python3-lxml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-lxml/template b/srcpkgs/python3-lxml/template
index 920367f59438fb..21ef9de4d6c084 100644
--- a/srcpkgs/python3-lxml/template
+++ b/srcpkgs/python3-lxml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-lxml'
pkgname=python3-lxml
version=4.9.3
-revision=3
+revision=4
build_style=python3-module
make_build_args="--with-cython"
hostmakedepends="python3-Cython python3-setuptools"
From 1e6d62c9f8a94884952648334ac4fc7cead33ec2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:21 -0500
Subject: [PATCH 0153/1607] python3-cachetools: rebuild for python3-3.13
---
srcpkgs/python3-cachetools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index b1170a6cc4d188..67ed0be520870b 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cachetools'
pkgname=python3-cachetools
version=5.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From b01af99e62f72a793573b79e0fa3e4b25a011ae7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:22 -0500
Subject: [PATCH 0154/1607] python3-pyasn1-modules: rebuild for python3-3.13
---
srcpkgs/python3-pyasn1-modules/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyasn1-modules/template b/srcpkgs/python3-pyasn1-modules/template
index 742c8bc6f4e8f7..e308a6f8293da0 100644
--- a/srcpkgs/python3-pyasn1-modules/template
+++ b/srcpkgs/python3-pyasn1-modules/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyasn1-modules'
pkgname=python3-pyasn1-modules
version=0.3.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pyasn1"
From 8b682c1c5c8d0e3c52b4490135de09fb044c8493 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:22 -0500
Subject: [PATCH 0155/1607] python3-rsa: rebuild for python3-3.13
---
srcpkgs/python3-rsa/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 129b2332d28158..dd8218526cf04d 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rsa'
pkgname=python3-rsa
version=4.6
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-pyasn1"
From 304c94b0f673254cdd8dc7b9be68ef8feb53b6c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:22 -0500
Subject: [PATCH 0156/1607] python3-protobuf: rebuild for python3-3.13
---
srcpkgs/python3-protobuf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 301489708bf35a..389b19b8f233ba 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-protobuf'
pkgname=python3-protobuf
version=4.25.2
-revision=1
+revision=2
build_style=python3-module
build_wrksrc=python
hostmakedepends="python3-setuptools python3-wheel protobuf"
From 910d94a346aaf555cf78ff855222f0200ba64f18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:22 -0500
Subject: [PATCH 0157/1607] python3-cryptography: update to 43.0.3.
---
srcpkgs/python3-cryptography/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template
index ffc104e763dd8b..ca59175eab88ea 100644
--- a/srcpkgs/python3-cryptography/template
+++ b/srcpkgs/python3-cryptography/template
@@ -2,7 +2,7 @@
# On update, check python3-openssl,
# it has very tie requirements for cryptography
pkgname=python3-cryptography
-version=43.0.1
+version=43.0.3
revision=1
build_style=python3-pep517
build_helper="rust"
@@ -19,7 +19,7 @@ license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
-checksum=203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d
+checksum=315b9001266a492a6ff443b61238f956b214dbec9910a081ba5b6646a055a805
pre_check() {
vsed -i '/addopts/d' pyproject.toml
From cf2ed3b19bcf6c6dc9ec636f5619dbf9ba5013ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:22 -0500
Subject: [PATCH 0158/1607] python3-zipp: rebuild for python3-3.13
---
srcpkgs/python3-zipp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index f8cebdf3873575..b9d70b31d53660 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zipp'
pkgname=python3-zipp
version=3.20.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
From bee5f956c78584d8c0a4d2277da468915e25fb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:23 -0500
Subject: [PATCH 0159/1607] python3-dbus: rebuild for python3-3.13
---
srcpkgs/python3-dbus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dbus/template b/srcpkgs/python3-dbus/template
index 7c2fa19f6890a1..faa4b1dafc0dd6 100644
--- a/srcpkgs/python3-dbus/template
+++ b/srcpkgs/python3-dbus/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dbus'
pkgname=python3-dbus
version=1.3.2
-revision=2
+revision=3
build_style=gnu-configure
hostmakedepends="pkg-config python3"
makedepends="libglib-devel python3-devel"
From 5cb7a30fa761d84b7e289e4b630f95de5ea2eb4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:23 -0500
Subject: [PATCH 0160/1607] tdb: rebuild for python3-3.13
---
srcpkgs/tdb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tdb/template b/srcpkgs/tdb/template
index 6d1c3039ed914f..0b5d722c3199f8 100644
--- a/srcpkgs/tdb/template
+++ b/srcpkgs/tdb/template
@@ -1,7 +1,7 @@
# Template file for 'tdb'
pkgname=tdb
version=1.4.10
-revision=1
+revision=2
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
From 4b63c80d252f8687207a1fce87cc132eaf638909 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:23 -0500
Subject: [PATCH 0161/1607] tevent: rebuild for python3-3.13
---
srcpkgs/tevent/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tevent/template b/srcpkgs/tevent/template
index 1a3f49d8bb8d0b..f481f52736f28c 100644
--- a/srcpkgs/tevent/template
+++ b/srcpkgs/tevent/template
@@ -1,7 +1,7 @@
# Template file for 'tevent'
pkgname=tevent
version=0.16.1
-revision=1
+revision=2
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
From ecf14d34c20260e20c4f2bcf3f66e446afe18e4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:23 -0500
Subject: [PATCH 0162/1607] python3-recommonmark: rebuild for python3-3.13
---
srcpkgs/python3-recommonmark/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-recommonmark/template b/srcpkgs/python3-recommonmark/template
index 7be4e90e2c4010..856802247661c7 100644
--- a/srcpkgs/python3-recommonmark/template
+++ b/srcpkgs/python3-recommonmark/template
@@ -1,7 +1,7 @@
# Template file for 'python3-recommonmark'
pkgname=python3-recommonmark
version=0.7.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-commonmark python3-docutils
python3-Sphinx"
From 1c59e73d9b31de68e7776db0976f0429f0b8473b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:23 -0500
Subject: [PATCH 0163/1607] python3-sphinx-automodapi: rebuild for python3-3.13
---
srcpkgs/python3-sphinx-automodapi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinx-automodapi/template b/srcpkgs/python3-sphinx-automodapi/template
index 17a5cfb3560971..e2fad1962f96b0 100644
--- a/srcpkgs/python3-sphinx-automodapi/template
+++ b/srcpkgs/python3-sphinx-automodapi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinx-automodapi'
pkgname=python3-sphinx-automodapi
version=0.16.0
-revision=2
+revision=3
build_style=python3-pep517
# Something wrong with relative filepaths
make_check_args="
From 1a4e6f713d4eb749d3fa50fd148980a677b379e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:23 -0500
Subject: [PATCH 0164/1607] python3-sphinx-markdown-tables: rebuild for
python3-3.13
---
srcpkgs/python3-sphinx-markdown-tables/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinx-markdown-tables/template b/srcpkgs/python3-sphinx-markdown-tables/template
index 4771d47f81461a..5377ab598aab95 100644
--- a/srcpkgs/python3-sphinx-markdown-tables/template
+++ b/srcpkgs/python3-sphinx-markdown-tables/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinx-markdown-tables'
pkgname=python3-sphinx-markdown-tables
version=0.0.17
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-Markdown"
makedepends=""
From 1b866ff5adce0a9f421b384c7ee20a7a26523a92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:24 -0500
Subject: [PATCH 0165/1607] python3-versioneer: rebuild for python3-3.13
---
srcpkgs/python3-versioneer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-versioneer/template b/srcpkgs/python3-versioneer/template
index 132643116ca3bd..3d1f51618d934d 100644
--- a/srcpkgs/python3-versioneer/template
+++ b/srcpkgs/python3-versioneer/template
@@ -1,7 +1,7 @@
# Template file for 'python3-versioneer'
pkgname=python3-versioneer
version=0.29
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From ed53cf3527e8250a24ea209bffaa6d78d0a3cffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:24 -0500
Subject: [PATCH 0166/1607] python3-deprecation: rebuild for python3-3.13
---
srcpkgs/python3-deprecation/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5257d2a0f79d0f..12ef0646b95602 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,7 +1,7 @@
# Template file for 'python3-deprecation'
pkgname=python3-deprecation
version=2.1.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-packaging"
From 39c855a51442ffa349916af8184c422bb7c485f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:24 -0500
Subject: [PATCH 0167/1607] python3-tomlkit: rebuild for python3-3.13
---
srcpkgs/python3-tomlkit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tomlkit/template b/srcpkgs/python3-tomlkit/template
index b972c88ba3c60b..13481051510ddd 100644
--- a/srcpkgs/python3-tomlkit/template
+++ b/srcpkgs/python3-tomlkit/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tomlkit'
pkgname=python3-tomlkit
version=0.12.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
From 312e541a97e595a941aee56c1e024e996eb7c80f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:24 -0500
Subject: [PATCH 0168/1607] python3-autocommand: rebuild for python3-3.13
---
srcpkgs/python3-autocommand/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-autocommand/template b/srcpkgs/python3-autocommand/template
index f6beb653793ae9..3537068e15cdb3 100644
--- a/srcpkgs/python3-autocommand/template
+++ b/srcpkgs/python3-autocommand/template
@@ -1,7 +1,7 @@
# Template file for 'python3-autocommand'
pkgname=python3-autocommand
version=2.2.2
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From f025a8f1d6f1bb3df596bad3ed8ef7d65d32aad0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:24 -0500
Subject: [PATCH 0169/1607] python3-inflect: rebuild for python3-3.13
---
srcpkgs/python3-inflect/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-inflect/template b/srcpkgs/python3-inflect/template
index 46e6571941a44b..cec20bacfb0f54 100644
--- a/srcpkgs/python3-inflect/template
+++ b/srcpkgs/python3-inflect/template
@@ -1,7 +1,7 @@
# Template file for 'python3-inflect'
pkgname=python3-inflect
version=7.4.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools python3-typeguard python3-typing_extensions"
From 15f13c14e97e9e92c2b15a8786164ef73013dba0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:24 -0500
Subject: [PATCH 0170/1607] python3-jaraco.context: rebuild for python3-3.13
---
srcpkgs/python3-jaraco.context/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index d6637eaec67ac9..61b3d9240e6526 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
version=6.0.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
From 66d612b97f8392d000a1f800b7a54bc4304784c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:25 -0500
Subject: [PATCH 0171/1607] python3-jaraco.functools: rebuild for python3-3.13
---
srcpkgs/python3-jaraco.functools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 0ebc5d8027e33d..cc5d10756537eb 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.functools'
pkgname=python3-jaraco.functools
version=4.0.2
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--override-ini='addopts=--doctest-modules'"
hostmakedepends="python3-wheel python3-setuptools_scm"
From f14b00b509ae9543e9a9c5064c5f17b024b02105 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:25 -0500
Subject: [PATCH 0172/1607] python3-pytz: rebuild for python3-3.13
---
srcpkgs/python3-pytz/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pytz/template b/srcpkgs/python3-pytz/template
index 7abb16e8bb3fb4..26da9b19525068 100644
--- a/srcpkgs/python3-pytz/template
+++ b/srcpkgs/python3-pytz/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pytz'
pkgname=python3-pytz
version=2024.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 tzdata"
From 562089e0dfa2f9d81d87724fb806bd2143a3e59c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:25 -0500
Subject: [PATCH 0173/1607] python3-colorama: rebuild for python3-3.13
---
srcpkgs/python3-colorama/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 6f735ed9f6542b..5df8d6abad16f8 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
# Template file for 'python3-colorama'
pkgname=python3-colorama
version=0.4.6
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From c65c9e657ff1022c572f78941327f032c6519706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:25 -0500
Subject: [PATCH 0174/1607] python3-zope.proxy: rebuild for python3-3.13
---
srcpkgs/python3-zope.proxy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 876e662f692ccf..f024ec1356dda5 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.proxy'
pkgname=python3-zope.proxy
version=4.4.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx"
makedepends="python3-devel"
From 464480e25918272bad73f61e98e8d6221ae9a0ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:25 -0500
Subject: [PATCH 0175/1607] python3-zope.event: rebuild for python3-3.13
---
srcpkgs/python3-zope.event/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 864699d07be05a..6b1f6ba8a15ff7 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.event'
pkgname=python3-zope.event
version=4.5.0
-revision=4
+revision=5
build_style=python3-module
pycompile_module="zope/event"
hostmakedepends="python3-setuptools"
From 0569efce8bb13d46990f9e62bd778c735936b4f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:25 -0500
Subject: [PATCH 0176/1607] xcb-proto: rebuild for python3-3.13
---
srcpkgs/xcb-proto/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index 72c10afcff38c9..94dd0847e2e277 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,7 +1,7 @@
# Template file for 'xcb-proto'
pkgname=xcb-proto
version=1.16.0
-revision=2
+revision=3
build_style=gnu-configure
hostmakedepends="python3 automake"
makedepends="libxml2"
From 0736c660418ebe448a42c4e5a5758588d2ed6583 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0177/1607] python3-Werkzeug: rebuild for python3-3.13
---
srcpkgs/python3-Werkzeug/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index c98d61d7e2622a..46582ff1944d35 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Werkzeug'
pkgname=python3-Werkzeug
version=3.0.1
-revision=1
+revision=2
build_style=python3-pep517
# Some tests depend on unpackaged dependencies
make_check_args="
From d95594af99b3c7b0beac8c1663ac946b327ed7fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0178/1607] python3-blinker: rebuild for python3-3.13
---
srcpkgs/python3-blinker/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index ebf49591c310b8..f2fd1cdd408ffe 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
# Template file for 'python3-blinker'
pkgname=python3-blinker
version=1.7.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
makedepends="python3-devel"
From e4627b23f2438334491f8f30938507fcc6be64e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0179/1607] python3-itsdangerous: rebuild for python3-3.13
---
srcpkgs/python3-itsdangerous/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 039e0ca95699c1..be78cef031a8cc 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
# Template file for 'python3-itsdangerous'
pkgname=python3-itsdangerous
version=2.1.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 051488e10dcc7a780756c42e723f45169457740e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0180/1607] python3-Brotli: rebuild for python3-3.13
---
srcpkgs/python3-Brotli/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Brotli/template b/srcpkgs/python3-Brotli/template
index d2b86573d87d81..0942824d298da5 100644
--- a/srcpkgs/python3-Brotli/template
+++ b/srcpkgs/python3-Brotli/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Brotli'
pkgname=python3-Brotli
version=1.1.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel brotli-devel"
From 58d1e90620dc8f675aafe116cf58b6c52c0751c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0181/1607] python3-httpcore: rebuild for python3-3.13
---
srcpkgs/python3-httpcore/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-httpcore/template b/srcpkgs/python3-httpcore/template
index cb309d34154cc3..4b774174b05835 100644
--- a/srcpkgs/python3-httpcore/template
+++ b/srcpkgs/python3-httpcore/template
@@ -1,7 +1,7 @@
# Template file for 'python3-httpcore'
pkgname=python3-httpcore
version=1.0.7
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling hatch-fancy-pypi-readme"
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
From dfb48121c8b8d7cb89455f9ab0924e1f328e9c66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0182/1607] python3-comm: rebuild for python3-3.13
---
srcpkgs/python3-comm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-comm/template b/srcpkgs/python3-comm/template
index a5f6af7ce9d196..be360563dccc03 100644
--- a/srcpkgs/python3-comm/template
+++ b/srcpkgs/python3-comm/template
@@ -1,7 +1,7 @@
# Template file for 'python3-comm'
pkgname=python3-comm
version=0.2.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-traitlets"
From d003509147b0b7e18969f4ba0fe7186008843c0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:26 -0500
Subject: [PATCH 0183/1607] python3-ipython: update to 8.29.0.
---
srcpkgs/python3-ipython/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index 59763902af04bf..714d9e4169f8d6 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,6 +1,6 @@
# Template file for 'python3-ipython'
pkgname=python3-ipython
-version=8.28.0
+version=8.29.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
homepage="https://ipython.org/"
changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
-checksum=0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a
+checksum=40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb
conflicts="python-ipython<=5.8.0_2"
make_check_pre="env PYTHONPATH=."
From 47b780c20b523c377a98eadc21189e05cea33403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:27 -0500
Subject: [PATCH 0184/1607] python3-nest_asyncio: rebuild for python3-3.13
---
srcpkgs/python3-nest_asyncio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nest_asyncio/template b/srcpkgs/python3-nest_asyncio/template
index 153a37680635f4..88ca3c49ce72a7 100644
--- a/srcpkgs/python3-nest_asyncio/template
+++ b/srcpkgs/python3-nest_asyncio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nest_asyncio'
pkgname=python3-nest_asyncio
version=1.6.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
From b724b9a0c84d8ab0cbfa30c463edfcaf6d6bd78b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:27 -0500
Subject: [PATCH 0185/1607] python3-psutil: rebuild for python3-3.13
---
srcpkgs/python3-psutil/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 9b727050b7c5fc..18e96130dfa80b 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
# Template file for 'python3-psutil'
pkgname=python3-psutil
version=5.9.8
-revision=1
+revision=2
build_style=python3-pep517
# Failing tests: see https://github.com/giampaolo/psutil/issues/2043
make_check_args="--import-mode=importlib
From ea005631734d535d4f8230df73fd382462fea596 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:27 -0500
Subject: [PATCH 0186/1607] python3-json5: rebuild for python3-3.13
---
srcpkgs/python3-json5/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template
index ef0ebfb2d70c53..a0656d05038ff5 100644
--- a/srcpkgs/python3-json5/template
+++ b/srcpkgs/python3-json5/template
@@ -1,7 +1,7 @@
# Template file for 'python3-json5'
pkgname=python3-json5
version=0.9.25
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From b3d561d99e4d29959ed3ca2973aab6e0fae83a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:27 -0500
Subject: [PATCH 0187/1607] python3-jupyter_server: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_server/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template
index c33c03d36e2cd4..a91e9f0ea23c76 100644
--- a/srcpkgs/python3-jupyter_server/template
+++ b/srcpkgs/python3-jupyter_server/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_server'
pkgname=python3-jupyter_server
version=2.14.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-jupyter-builder"
depends="python3-anyio python3-argon2 python3-jupyter_client
From cebd33f16fb0715db3e91c7ab64e6b299b5030d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:27 -0500
Subject: [PATCH 0188/1607] python3-bcrypt: rebuild for python3-3.13
---
srcpkgs/python3-bcrypt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bcrypt/template b/srcpkgs/python3-bcrypt/template
index 99305f2aab87f6..6145c49102dea6 100644
--- a/srcpkgs/python3-bcrypt/template
+++ b/srcpkgs/python3-bcrypt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bcrypt'
pkgname=python3-bcrypt
version=4.1.2
-revision=1
+revision=2
build_style=python3-pep517
build_helper="rust"
hostmakedepends="python3-setuptools-rust python3-wheel python3-cffi cargo"
From d4db497bccdb9b55fec25ea873caed6bc6d42872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:28 -0500
Subject: [PATCH 0189/1607] python3-pynacl: rebuild for python3-3.13
---
srcpkgs/python3-pynacl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index 71ee77e86d182c..a5021c6f355fa4 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pynacl'
pkgname=python3-pynacl
version=1.5.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi python3-wheel"
makedepends="python3-devel python3-cffi libsodium-devel"
From de9ab103192de9634bf5ec48a2a0178a9bb4371a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:28 -0500
Subject: [PATCH 0190/1607] python3-wrapt: rebuild for python3-3.13
---
srcpkgs/python3-wrapt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index 85d8ba32661623..22494dfe4e28f3 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-wrapt'
pkgname=python3-wrapt
version=1.14.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 8140cd261bfe73bb528ec8df4b3242864e22ee7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:28 -0500
Subject: [PATCH 0191/1607] python3-aiosignal: rebuild for python3-3.13
---
srcpkgs/python3-aiosignal/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiosignal/template b/srcpkgs/python3-aiosignal/template
index 25a34eeed8cb75..896a1d5bf93f1a 100644
--- a/srcpkgs/python3-aiosignal/template
+++ b/srcpkgs/python3-aiosignal/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiosignal'
pkgname=python3-aiosignal
version=1.3.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-frozenlist"
From 6cc9975457a9210f782cfaa431a23138d95587c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:28 -0500
Subject: [PATCH 0192/1607] python3-yarl: rebuild for python3-3.13
---
srcpkgs/python3-yarl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index 185ae14854b49b..5a1a63a2835606 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yarl'
pkgname=python3-yarl
version=1.9.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
From 69952c80186673fce5b4c2506a138935cf2f91ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:28 -0500
Subject: [PATCH 0193/1607] python3-gobject: rebuild for python3-3.13
---
srcpkgs/python3-gobject/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index b58b7f1340b063..7c65336e491775 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
# Template file for 'python3-gobject'
pkgname=python3-gobject
version=3.48.2
-revision=1
+revision=2
build_style=meson
build_helper="gir"
configure_args="-Dpython=python${py3_ver}"
From 055159059dbed91af93d5fbfd19409e6c3d02bce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:28 -0500
Subject: [PATCH 0194/1607] python3-pybind11: rebuild for python3-3.13
---
srcpkgs/python3-pybind11/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index cec2f5f8b4b6d0..773afaf9c89481 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pybind11'
pkgname=python3-pybind11
version=2.13.6
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="cmake python3-setuptools
python3-pytest python3-sphinx_rtd_theme python3-breathe"
From 513a45a35984d303ad453c84b04373f7476a80fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:29 -0500
Subject: [PATCH 0195/1607] python3-cppy: rebuild for python3-3.13
---
srcpkgs/python3-cppy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cppy/template b/srcpkgs/python3-cppy/template
index e95f0523d98019..1334560a7f2af8 100644
--- a/srcpkgs/python3-cppy/template
+++ b/srcpkgs/python3-cppy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cppy'
pkgname=python3-cppy
version=1.2.1
-revision=4
+revision=5
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
From 68f3440fab78c9c736d364f1d4554353c2dbbca7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:29 -0500
Subject: [PATCH 0196/1607] python3-PyQt-builder: rebuild for python3-3.13
---
srcpkgs/python3-PyQt-builder/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index 37adfe52a2c1a2..80d737009057ea 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyQt-builder'
pkgname=python3-PyQt-builder
version=1.16.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-setuptools_scm sip python3-wheel"
depends="sip>=6.7"
From 7611d88cd47f5055dfb9eb3c6247358de3ced3af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:29 -0500
Subject: [PATCH 0197/1607] python3-sip-PyQt5: rebuild for python3-3.13
---
srcpkgs/python3-sip-PyQt5/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index f271189ac1e0b5..8cf2bdaa8d19ef 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sip-PyQt5'
pkgname=python3-sip-PyQt5
version=12.13.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
From 51a55d7dcb03654f1da2f13d7b03fc8a077209fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:29 -0500
Subject: [PATCH 0198/1607] python3-beniget: rebuild for python3-3.13
---
srcpkgs/python3-beniget/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-beniget/template b/srcpkgs/python3-beniget/template
index d1eb9004584b37..946ade0cf46b41 100644
--- a/srcpkgs/python3-beniget/template
+++ b/srcpkgs/python3-beniget/template
@@ -1,7 +1,7 @@
# Template file for 'python3-beniget'
pkgname=python3-beniget
version=0.4.2.post1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-gast"
depends="python3-gast"
From 47d28fc689f45ee0ca7a89221a598a59428a9008 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:29 -0500
Subject: [PATCH 0199/1607] python3-numpy: update to 2.1.3.
---
srcpkgs/python3-numpy/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index c7b275f34e9ac0..388f152f41e846 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,6 +1,6 @@
# Template file for 'python3-numpy'
pkgname=python3-numpy
-version=2.1.1
+version=2.1.3
revision=1
build_style=python3-pep517
build_helper="meson qemu"
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
homepage="https://www.numpy.org/"
changelog="https://github.com/numpy/numpy/releases"
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
-checksum=d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd
+checksum=aa08e04e08aaf974d4458def539dece0d28146d866a39da5639596f4921fd761
alternatives="numpy:f2py:/usr/bin/f2py3"
build_options="openblas"
From 6180f3add669e6fe98a4699615d3362089cb5b39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:29 -0500
Subject: [PATCH 0200/1607] gtk-doc: rebuild for python3-3.13
---
srcpkgs/gtk-doc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gtk-doc/template b/srcpkgs/gtk-doc/template
index 93fb16d08ff0e7..2cb3769cd17153 100644
--- a/srcpkgs/gtk-doc/template
+++ b/srcpkgs/gtk-doc/template
@@ -1,7 +1,7 @@
# Template file for 'gtk-doc'
pkgname=gtk-doc
version=1.33.2
-revision=3
+revision=4
build_style=meson
# disable tests to avoid cyclic dependency on glib
configure_args="-Dtests=false"
From b47fb452da70ba2e432c5699d38da8e07cb9c060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:30 -0500
Subject: [PATCH 0201/1607] python3-google-auth: rebuild for python3-3.13
---
srcpkgs/python3-google-auth/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index e57c842d2f83d4..16c66fdc47a932 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
# Template file for 'python3-google-auth'
pkgname=python3-google-auth
version=2.16.2
-revision=2
+revision=3
build_style=python3-module
# upstream restricts python3-cryptography to lower versions
# for tests; causing them to fail with the version in repo
From b5c4dce5b3e93626539af2056f4d5aff807395ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:30 -0500
Subject: [PATCH 0202/1607] python3-googleapis-common-protos: rebuild for
python3-3.13
---
srcpkgs/python3-googleapis-common-protos/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 82a90b89272173..1fdf795f81bd44 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
# Template file for 'python3-googleapis-common-protos'
pkgname=python3-googleapis-common-protos
version=1.58.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-protobuf"
From f963580d7e4eeb7e3c3657c826521ecf6f35f612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:30 -0500
Subject: [PATCH 0203/1607] python3-httplib2: rebuild for python3-3.13
---
srcpkgs/python3-httplib2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 00b48293cb2db3..2a63cd3309f247 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-httplib2'
pkgname=python3-httplib2
version=0.22.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 ca-certificates python3-parsing"
From a851b14b9e9afcc0dd1ba5176d7b2241fcff6d19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:30 -0500
Subject: [PATCH 0204/1607] python3-dnspython: rebuild for python3-3.13
---
srcpkgs/python3-dnspython/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index c90fab431579f3..7621d6bef22bea 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dnspython'
pkgname=python3-dnspython
version=2.6.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From b0fcc2a81e32cfd8b62fe70cfaf9ccb6764a68a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:30 -0500
Subject: [PATCH 0205/1607] python3-gmpy2: rebuild for python3-3.13
---
srcpkgs/python3-gmpy2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 44de709067551d..93d82a79f67299 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-gmpy2'
pkgname=python3-gmpy2
version=2.2.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel gmp-devel mpfr-devel libmpc-devel"
From 5ff350800fc9f074d7f13bf1360bb0f3079026ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:30 -0500
Subject: [PATCH 0206/1607] python3-openssl: rebuild for python3-3.13
---
srcpkgs/python3-openssl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-openssl/template b/srcpkgs/python3-openssl/template
index 6af0598ad87757..05223ce3af153b 100644
--- a/srcpkgs/python3-openssl/template
+++ b/srcpkgs/python3-openssl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-openssl'
pkgname=python3-openssl
version=24.2.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cryptography"
From 9f26ef8b281a0c965e3b5f3f55057db63f4d109d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:31 -0500
Subject: [PATCH 0207/1607] python3-jmespath: rebuild for python3-3.13
---
srcpkgs/python3-jmespath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 2bc9f420c5111a..9b7a4dcc093cda 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jmespath'
pkgname=python3-jmespath
version=1.0.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From dd90f526e4119ff3ac6d8416f956ea3e18c799f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:31 -0500
Subject: [PATCH 0208/1607] python3-jeepney: rebuild for python3-3.13
---
srcpkgs/python3-jeepney/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index dfedc95e879bbf..562c2c9088fd31 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jeepney'
pkgname=python3-jeepney
version=0.8.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-flit_core"
depends="python3"
From 75026a47936bda4997cd39b07f78f9778b2d9cee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:31 -0500
Subject: [PATCH 0209/1607] python3-importlib_metadata: rebuild for
python3-3.13
---
srcpkgs/python3-importlib_metadata/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
index 851a5174f28cbd..0370f55458fb5e 100644
--- a/srcpkgs/python3-importlib_metadata/template
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -1,7 +1,7 @@
# Template file for 'python3-importlib_metadata'
pkgname=python3-importlib_metadata
version=8.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-zipp"
From a778c19de04403170cfca9c55b9504cb68b09053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:31 -0500
Subject: [PATCH 0210/1607] python3-async-timeout: rebuild for python3-3.13
---
srcpkgs/python3-async-timeout/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 717438a5063643..6e72713cb9b50a 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,7 +1,7 @@
# Template file for 'python3-async-timeout'
pkgname=python3-async-timeout
version=4.0.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 047dd348aefd77c3335fb5255efeee2a4bcd8564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:31 -0500
Subject: [PATCH 0211/1607] python3-notify2: rebuild for python3-3.13
---
srcpkgs/python3-notify2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 18cbea5b07232c..425262bc9fcba1 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-notify2'
pkgname=python3-notify2
version=0.3.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dbus"
From ba4f74650b57a8ae6004956ab8d31735dac1445c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:31 -0500
Subject: [PATCH 0212/1607] python3-distro: rebuild for python3-3.13
---
srcpkgs/python3-distro/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 70fcef2eda1a96..12734e936379c5 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
# Template file for 'python3-distro'
pkgname=python3-distro
version=1.9.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
From 677878491a00433ec1c01c72c17e61759aedae43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:32 -0500
Subject: [PATCH 0213/1607] glusterfs: rebuild for python3-3.13
---
srcpkgs/glusterfs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index eabb5e07397099..c6baa514edc36b 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
# Template file for 'glusterfs'
pkgname=glusterfs
version=9.6
-revision=1
+revision=2
build_style=gnu-configure
configure_args="
--with-mountutildir=/usr/bin
From fc00e65f849d97392c6c5217128518b982911764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:32 -0500
Subject: [PATCH 0214/1607] ldb: rebuild for python3-3.13
---
srcpkgs/ldb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ldb/template b/srcpkgs/ldb/template
index f3dcb95611ceb4..6a697c7822f22c 100644
--- a/srcpkgs/ldb/template
+++ b/srcpkgs/ldb/template
@@ -1,7 +1,7 @@
# Template file for 'ldb'
pkgname=ldb
version=2.9.0
-revision=1
+revision=2
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
From 93138572e2ebfec8a33d2b8eb3957255acd3eede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:32 -0500
Subject: [PATCH 0215/1607] llvm17: rebuild for python3-3.13
---
srcpkgs/llvm17/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/llvm17/template b/srcpkgs/llvm17/template
index 68eab0c204b7cc..51ebb663039d51 100644
--- a/srcpkgs/llvm17/template
+++ b/srcpkgs/llvm17/template
@@ -1,7 +1,7 @@
# Template file for 'llvm17'
pkgname=llvm17
version=17.0.6
-revision=3
+revision=4
build_wrksrc=llvm
build_style=cmake
_ext_suffix=".cpython-${py3_ver/./}-linux-${XBPS_TARGET_LIBC/glibc/gnu}.so"
From a4687f56f6e755c78e3a9a97a867b4d259814c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:32 -0500
Subject: [PATCH 0216/1607] python3-elementpath: rebuild for python3-3.13
---
srcpkgs/python3-elementpath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index 46cc06d3b10046..50822cbb089e39 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
# Template file for 'python3-elementpath'
pkgname=python3-elementpath
version=3.0.2
-revision=3
+revision=4
build_style=python3-module
# depends on xmlschema and memory_profiling
make_check_args="--ignore tests/memory_profiling.py \
From a8c08f0c0d56acd5f08362a0903908d0e261d763 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:32 -0500
Subject: [PATCH 0217/1607] python3-automat: rebuild for python3-3.13
---
srcpkgs/python3-automat/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-automat/template b/srcpkgs/python3-automat/template
index 2207067483c8d3..c56800232e0902 100644
--- a/srcpkgs/python3-automat/template
+++ b/srcpkgs/python3-automat/template
@@ -1,7 +1,7 @@
# Template file for 'python3-automat'
pkgname=python3-automat
version=22.10.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-attrs python3-six"
From c1f1e5a50a62043e760c9c7b9a33cf9d5d1e97bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:32 -0500
Subject: [PATCH 0218/1607] python3-constantly: rebuild for python3-3.13
---
srcpkgs/python3-constantly/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-constantly/template b/srcpkgs/python3-constantly/template
index 41102ac1738700..2d60e07786108f 100644
--- a/srcpkgs/python3-constantly/template
+++ b/srcpkgs/python3-constantly/template
@@ -1,7 +1,7 @@
# Template file for 'python3-constantly'
pkgname=python3-constantly
version=23.10.4
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-versioneer"
depends="python3"
From edd68c5eb1e40f59a917a5d78e12045d674142d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:33 -0500
Subject: [PATCH 0219/1607] python3-hyperlink: rebuild for python3-3.13
---
srcpkgs/python3-hyperlink/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hyperlink/template b/srcpkgs/python3-hyperlink/template
index 868471f43869ec..38167b7eda9079 100644
--- a/srcpkgs/python3-hyperlink/template
+++ b/srcpkgs/python3-hyperlink/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hyperlink'
pkgname=python3-hyperlink
version=21.0.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-idna"
From 6776a9d53e5ef6399a6b6fe5a05b437d57ae01a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:33 -0500
Subject: [PATCH 0220/1607] python3-incremental: rebuild for python3-3.13
---
srcpkgs/python3-incremental/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-incremental/template b/srcpkgs/python3-incremental/template
index 797f28e878ab49..1eb99e0f45536b 100644
--- a/srcpkgs/python3-incremental/template
+++ b/srcpkgs/python3-incremental/template
@@ -1,7 +1,7 @@
# Template file for 'python3-incremental'
pkgname=python3-incremental
version=24.7.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
From 628e20a4a7ac6af8ab1bd306ea7dce75d82a9bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:33 -0500
Subject: [PATCH 0221/1607] python3-service_identity: rebuild for python3-3.13
---
srcpkgs/python3-service_identity/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-service_identity/template b/srcpkgs/python3-service_identity/template
index 6189cb7cd280a7..b09edb6c89f2a1 100644
--- a/srcpkgs/python3-service_identity/template
+++ b/srcpkgs/python3-service_identity/template
@@ -1,7 +1,7 @@
# Template file for 'python3-service_identity'
pkgname=python3-service_identity
version=23.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-attrs python3-pyasn1-modules python3-cryptography python3-six"
From 3cfe5c1ee2a6bbc4fb5ef959a2d0468cd34cf849 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:33 -0500
Subject: [PATCH 0222/1607] python3-jupyter_packaging: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_packaging/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_packaging/template b/srcpkgs/python3-jupyter_packaging/template
index 7099bf7995681d..14289fde3127ad 100644
--- a/srcpkgs/python3-jupyter_packaging/template
+++ b/srcpkgs/python3-jupyter_packaging/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_packaging'
pkgname=python3-jupyter_packaging
version=0.12.3
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-deprecation python3-packaging python3-setuptools
From 763b287dca8a13e0d0f7fc262aeea5366f58be8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:33 -0500
Subject: [PATCH 0223/1607] python3-jaraco.classes: rebuild for python3-3.13
---
srcpkgs/python3-jaraco.classes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index da0530c1aad5f3..8e63a80bae322a 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
version=3.4.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
From 32cdab4aaec91da93dcc7fc4b865aacc018a4cd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:33 -0500
Subject: [PATCH 0224/1607] python3-jaraco.text: rebuild for python3-3.13
---
srcpkgs/python3-jaraco.text/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 761692a3d4fcbe..a3824bfbce7d27 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
version=4.0.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
From c0c50d03f9115fad34a24f68859b3290ba1176e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:34 -0500
Subject: [PATCH 0225/1607] python3-tempora: rebuild for python3-3.13
---
srcpkgs/python3-tempora/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index b1bd9f87c34782..c7f1234e044d00 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tempora'
pkgname=python3-tempora
version=5.2.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-pytz python3-jaraco.functools"
From 941ec100b7295a6853a1db761454e78dbd8a2726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:34 -0500
Subject: [PATCH 0226/1607] python3-oauthlib: rebuild for python3-3.13
---
srcpkgs/python3-oauthlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 3c28a64354ba90..33e724d05ada80 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-oauthlib'
pkgname=python3-oauthlib
version=3.1.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 08a9e60d25deb738ab08ef3c7c4d09886e2359e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:34 -0500
Subject: [PATCH 0227/1607] python3-pyqt6-sip: rebuild for python3-3.13
---
srcpkgs/python3-pyqt6-sip/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyqt6-sip/template b/srcpkgs/python3-pyqt6-sip/template
index 45468694ee590c..514591ef885df0 100644
--- a/srcpkgs/python3-pyqt6-sip/template
+++ b/srcpkgs/python3-pyqt6-sip/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyqt6-sip'
pkgname=python3-pyqt6-sip
version=13.8.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
From 035fce866abf3039362323d40ef698dfe838ae0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:34 -0500
Subject: [PATCH 0228/1607] python3-log_symbols: rebuild for python3-3.13
---
srcpkgs/python3-log_symbols/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-log_symbols/template b/srcpkgs/python3-log_symbols/template
index 7e5fbcf7e40699..7c2e28c96b7bf6 100644
--- a/srcpkgs/python3-log_symbols/template
+++ b/srcpkgs/python3-log_symbols/template
@@ -1,7 +1,7 @@
# Template file for 'python3-log_symbols'
pkgname=python3-log_symbols
version=0.0.14
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-colorama"
From 03f15f59a11d62640d05b9217ef68105b86affa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:34 -0500
Subject: [PATCH 0229/1607] python3-spinners: rebuild for python3-3.13
---
srcpkgs/python3-spinners/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-spinners/template b/srcpkgs/python3-spinners/template
index d0c83ed5c02c5b..c1b518ebf296ce 100644
--- a/srcpkgs/python3-spinners/template
+++ b/srcpkgs/python3-spinners/template
@@ -1,7 +1,7 @@
# Template file for 'python3-spinners'
pkgname=python3-spinners
version=0.0.24
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From b59c96995de85212be5c7ec422c165b58fd0cb9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:34 -0500
Subject: [PATCH 0230/1607] python3-termcolor: rebuild for python3-3.13
---
srcpkgs/python3-termcolor/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index 94eb532f04f5e8..f5b2d8aad82c65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
# Template file for 'python3-termcolor'
pkgname=python3-termcolor
version=1.1.0
-revision=12
+revision=13
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="${hostmakedepends}"
From c9c38e2bdc72c03d4d3faf0df581540a1646cbbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:35 -0500
Subject: [PATCH 0231/1607] python3-zope.deferredimport: rebuild for
python3-3.13
---
srcpkgs/python3-zope.deferredimport/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index f22ed86b5dc0e3..2f667f28f301bf 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.deferredimport'
pkgname=python3-zope.deferredimport
version=4.3.1
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-zope.proxy"
From 53b7c38a7ab6285236e1083af57753a1a8c79530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:35 -0500
Subject: [PATCH 0232/1607] python3-zope.deprecation: rebuild for python3-3.13
---
srcpkgs/python3-zope.deprecation/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index ea1c81c578c18d..2e204ae88e0977 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.deprecation'
pkgname=python3-zope.deprecation
version=4.4.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends=python3
From 25848f8a05ef75d8a1cb51e4504d7527f41206ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:35 -0500
Subject: [PATCH 0233/1607] python3-zope.hookable: rebuild for python3-3.13
---
srcpkgs/python3-zope.hookable/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 33260dcd1a7d80..baa7e06d66c6c9 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.hookable'
pkgname=python3-zope.hookable
version=5.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From ae377a4549e90733b4e4e37e873c41d087266757 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:35 -0500
Subject: [PATCH 0234/1607] python3-zope.i18nmessageid: rebuild for
python3-3.13
---
srcpkgs/python3-zope.i18nmessageid/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 43b03f1b56d63c..18a4994e485429 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.i18nmessageid'
pkgname=python3-zope.i18nmessageid
version=5.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx"
makedepends="python3-devel"
From 39d0a583275e1900b37dda2e1432a26c98ffd05f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:35 -0500
Subject: [PATCH 0235/1607] python3-zope.schema: rebuild for python3-3.13
---
srcpkgs/python3-zope.schema/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 226e11fd20c7c0..58fff19b0f24e3 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.schema'
pkgname=python3-zope.schema
version=6.0.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-zope.interface python3-zope.event"
From ae086381c587803e9745816e84e94abdd353ed88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:35 -0500
Subject: [PATCH 0236/1607] python3-repoze.sphinx.autointerface: rebuild for
python3-3.13
---
srcpkgs/python3-repoze.sphinx.autointerface/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index bb44541b247223..3de8d0302f959a 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,7 +1,7 @@
# Template file for 'python3-repoze.sphinx.autointerface'
pkgname=python3-repoze.sphinx.autointerface
version=0.8
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-zope.interface python3-Sphinx python3-setuptools"
From e25429d83fcdff7201d793918621e92fe998f655 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:36 -0500
Subject: [PATCH 0237/1607] python3-pkgconfig: rebuild for python3-3.13
---
srcpkgs/python3-pkgconfig/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index 3fb4bc5d6652fb..a36a8ea18158af 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pkgconfig'
pkgname=python3-pkgconfig
version=1.5.5
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 pkg-config"
From d04a850061a29d714b05088027334e6ec2fcc700 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:36 -0500
Subject: [PATCH 0238/1607] python3-xcffib: rebuild for python3-3.13
---
srcpkgs/python3-xcffib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xcffib/template b/srcpkgs/python3-xcffib/template
index cb66bb641a8514..47d8c8c5df28c8 100644
--- a/srcpkgs/python3-xcffib/template
+++ b/srcpkgs/python3-xcffib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xcffib'
pkgname=python3-xcffib
version=1.5.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools pkg-config cabal-install parallel xcb-proto python3-cffi python3-wheel"
makedepends="python3-devel libffi-devel libxcb-devel python3-six"
From 6bb772221e5f621840b38d3a433d03b7c029ba80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:36 -0500
Subject: [PATCH 0239/1607] python3-pywayland: rebuild for python3-3.13
---
srcpkgs/python3-pywayland/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template
index 4f5b05811f3431..3b41a1ed8d90ee 100644
--- a/srcpkgs/python3-pywayland/template
+++ b/srcpkgs/python3-pywayland/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pywayland'
pkgname=python3-pywayland
version=0.4.17
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools wayland-protocols pkg-config
python3-wheel python3-cffi wayland-devel"
From 9a0c888233368d3a3f8cb1f07c4c20b9aee1a573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:36 -0500
Subject: [PATCH 0240/1607] python3-xkbcommon: rebuild for python3-3.13
---
srcpkgs/python3-xkbcommon/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xkbcommon/template b/srcpkgs/python3-xkbcommon/template
index 80cd844b2aa423..8acd43919b00e4 100644
--- a/srcpkgs/python3-xkbcommon/template
+++ b/srcpkgs/python3-xkbcommon/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xkbcommon'
pkgname=python3-xkbcommon
version=0.8
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-cffi python3-setuptools python3-wheel"
makedepends="libxkbcommon-devel python3-devel"
From c66561f5f4a5dd2efe1488035d37bbc0eebd06aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:36 -0500
Subject: [PATCH 0241/1607] python3-Flask: rebuild for python3-3.13
---
srcpkgs/python3-Flask/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b78079da07d9f3..f9565736a39e10 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Flask'
pkgname=python3-Flask
version=3.0.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-Werkzeug python3-Jinja2 python3-itsdangerous
From 15b64b9192d487d2c9652bd8c10a151a539e104a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:36 -0500
Subject: [PATCH 0242/1607] python3-pyspnego: rebuild for python3-3.13
---
srcpkgs/python3-pyspnego/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyspnego/template b/srcpkgs/python3-pyspnego/template
index deef92ac7d2b44..8174bf44da0da4 100644
--- a/srcpkgs/python3-pyspnego/template
+++ b/srcpkgs/python3-pyspnego/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyspnego'
pkgname=python3-pyspnego
version=0.11.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3 python3-cryptography"
From ecfcb50557d66fe89cc761b084b2b38812e0405e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0243/1607] python3-pathable: rebuild for python3-3.13
---
srcpkgs/python3-pathable/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pathable/template b/srcpkgs/python3-pathable/template
index 0709c4600c252a..7dac60d4a5c0d5 100644
--- a/srcpkgs/python3-pathable/template
+++ b/srcpkgs/python3-pathable/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pathable'
pkgname=python3-pathable
version=0.4.3
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
From 05f6d6af20670a7ca1874691d78c19fc2aa7d56f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0244/1607] python3-async-lru: rebuild for python3-3.13
---
srcpkgs/python3-async-lru/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-async-lru/template b/srcpkgs/python3-async-lru/template
index e7d70d7be07079..96456af4a55a51 100644
--- a/srcpkgs/python3-async-lru/template
+++ b/srcpkgs/python3-async-lru/template
@@ -1,7 +1,7 @@
# Template file for 'python3-async-lru'
pkgname=python3-async-lru
version=2.0.4
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-typing_extensions"
From a14dc117b381549d15e43e83a1f77f06c80be6d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0245/1607] python3-httpx: rebuild for python3-3.13
---
srcpkgs/python3-httpx/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template
index 8657d643868f6b..e4275ea32d3f8c 100644
--- a/srcpkgs/python3-httpx/template
+++ b/srcpkgs/python3-httpx/template
@@ -1,7 +1,7 @@
# Template file for 'python3-httpx'
pkgname=python3-httpx
version=0.27.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-fancy-pypi-readme"
depends="python3-idna python3-certifi python3-h2 python3-Brotli
From 85826e481fdc959618887156528f56041c0eb605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0246/1607] python3-ipython_ipykernel: rebuild for python3-3.13
---
srcpkgs/python3-ipython_ipykernel/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index 037d5fa0fbe39d..22143ffaf9a5e4 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ipython_ipykernel'
pkgname=python3-ipython_ipykernel
version=6.29.5
-revision=1
+revision=2
build_style=python3-pep517
# run all tests available
make_check_target="tests"
From e6a0da95618291344363f28c835591d4a3830e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0247/1607] python3-jupyterlab_server: rebuild for python3-3.13
---
srcpkgs/python3-jupyterlab_server/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index ca2e82a95ae1c7..28acd33298b97e 100644
--- a/srcpkgs/python3-jupyterlab_server/template
+++ b/srcpkgs/python3-jupyterlab_server/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyterlab_server'
pkgname=python3-jupyterlab_server
version=2.27.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_server python3-Babel python3-json5 python3-requests"
From ae4d693ebf6d116d3797f5238733b664761cc60a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0248/1607] python3-notebook_shim: rebuild for python3-3.13
---
srcpkgs/python3-notebook_shim/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-notebook_shim/template b/srcpkgs/python3-notebook_shim/template
index fd75b010d179b6..c3223a080f8fb3 100644
--- a/srcpkgs/python3-notebook_shim/template
+++ b/srcpkgs/python3-notebook_shim/template
@@ -1,7 +1,7 @@
# Template file for 'python3-notebook_shim'
pkgname=python3-notebook_shim
version=0.2.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-jupyter_server"
From bc7a2e6cdbe7d51c198a3aa540a1b6bd12020cdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:37 -0500
Subject: [PATCH 0249/1607] python3-paramiko: rebuild for python3-3.13
---
srcpkgs/python3-paramiko/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 08603dc4195455..c63c19c9be4626 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
# Template file for 'python3-paramiko'
pkgname=python3-paramiko
version=3.4.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-bcrypt python3-cryptography python3-pynacl"
From 39189948d173e3e487eb28889a6f41c50113aea6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:38 -0500
Subject: [PATCH 0250/1607] python3-resolvelib: rebuild for python3-3.13
---
srcpkgs/python3-resolvelib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
index 8b4a9f19c9b1ad..c25b50b3c2c782 100644
--- a/srcpkgs/python3-resolvelib/template
+++ b/srcpkgs/python3-resolvelib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-resolvelib'
pkgname=python3-resolvelib
version=1.0.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1f9d7e918435ab8d578c0477d5f9671e20477b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:38 -0500
Subject: [PATCH 0251/1607] python3-straight.plugin: rebuild for python3-3.13
---
srcpkgs/python3-straight.plugin/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-straight.plugin/template b/srcpkgs/python3-straight.plugin/template
index 6ed1bd3c725956..e88d63c8c74047 100644
--- a/srcpkgs/python3-straight.plugin/template
+++ b/srcpkgs/python3-straight.plugin/template
@@ -1,7 +1,7 @@
# Template file for 'python3-straight.plugin'
pkgname=python3-straight.plugin
version=1.5.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 9ef8c419caa764c1125cafc7f46dcaff2b98d2ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:38 -0500
Subject: [PATCH 0252/1607] python3-pycares: rebuild for python3-3.13
---
srcpkgs/python3-pycares/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 6d58c5de7cd662..ba3aaf41baa34c 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycares'
pkgname=python3-pycares
version=3.1.1
-revision=6
+revision=7
build_style=python3-module
# using bundled c-ares which is patched for TTL support
hostmakedepends="python3-setuptools python3-cffi"
From 3a1da74d343d882bc1686ccb210a210fa7945a87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:38 -0500
Subject: [PATCH 0253/1607] python3-Cython0.29: rebuild for python3-3.13
---
srcpkgs/python3-Cython0.29/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Cython0.29/template b/srcpkgs/python3-Cython0.29/template
index d68f70edc48a33..029982d82753db 100644
--- a/srcpkgs/python3-Cython0.29/template
+++ b/srcpkgs/python3-Cython0.29/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Cython0.29'
pkgname=python3-Cython0.29
version=0.29.37
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 54676be8f7cff53e987144f5e818c1f538f0493e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:38 -0500
Subject: [PATCH 0254/1607] python3-olefile: rebuild for python3-3.13
---
srcpkgs/python3-olefile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 3fa5fd52bea4d4..d31430a1586a0b 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-olefile'
pkgname=python3-olefile
version=0.46
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="unzip python3-setuptools"
depends="python3"
From c7da244fb48d04a7e80207900f945b901872a0eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0255/1607] python3-Pillow: update to 11.0.0.
---
srcpkgs/python3-Pillow/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index e55f722de47661..a0876a4512c1a8 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,6 +1,6 @@
# Template file for 'python3-Pillow'
pkgname=python3-Pillow
-version=10.4.0
+version=11.0.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="custom:PIL"
homepage="https://python-pillow.org"
changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pillow/pillow-${version}.tar.gz"
-checksum=166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06
+checksum=72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739
post_install() {
vlicense LICENSE
From 3fbdf841bb0ab5477d8f245b91212ef597adfe64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0256/1607] python3-deprecated: update to 1.2.15.
---
srcpkgs/python3-deprecated/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-deprecated/template b/srcpkgs/python3-deprecated/template
index 2c313446083946..70c25f914f4e75 100644
--- a/srcpkgs/python3-deprecated/template
+++ b/srcpkgs/python3-deprecated/template
@@ -1,7 +1,7 @@
# Template file for 'python3-deprecated'
pkgname=python3-deprecated
-version=1.2.14
-revision=2
+version=1.2.15
+revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-wrapt"
@@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/tantale/deprecated"
changelog="https://raw.githubusercontent.com/tantale/deprecated/master/CHANGELOG.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=3309fa073e6c13a126be9fb88959a02689b15a066fa7e222a07b62325e9673a7
+checksum=ee3f4d9ebef7e592be4f5cc1dc8d1bab4f64d8161598df2261d5e80e4be816bd
post_install() {
vlicense LICENSE.rst
From 101774a2dafa3b25bd954a711c6b59261b5177bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0257/1607] python3-future: rebuild for python3-3.13
---
srcpkgs/python3-future/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index e167dd63717467..66807c0c6d2816 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
# Template file for 'python3-future'
pkgname=python3-future
version=0.18.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 3b5d0f1af6cbcf2050642f9114860066fd690bf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0258/1607] python3-aiohttp: rebuild for python3-3.13
---
srcpkgs/python3-aiohttp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index 949652b28ecaf9..899d07b85d85b7 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiohttp'
pkgname=python3-aiohttp
version=3.9.5
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
From 442c6d95b5c491f1435e5fce1bf6a26742b08329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0259/1607] python3-socks: rebuild for python3-3.13
---
srcpkgs/python3-socks/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template
index 2fd397ccf8a716..ff300cd5279cb0 100644
--- a/srcpkgs/python3-socks/template
+++ b/srcpkgs/python3-socks/template
@@ -1,7 +1,7 @@
# Template file for 'python3-socks'
pkgname=python3-socks
version=2.4.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fbd84228fc013c6149025da1ecf199d4905ea947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0260/1607] xapps: rebuild for python3-3.13
---
srcpkgs/xapps/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index 8c75d7f6eb2aa5..51251dce1510ae 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
# Template file for 'xapps'
pkgname=xapps
version=2.6.1
-revision=3
+revision=4
build_style=meson
build_helper="gir"
hostmakedepends="glib-devel pkg-config vala python3 gettext"
From 59931abc65dfa1efa62b81cccd787cb500c6e96f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:39 -0500
Subject: [PATCH 0261/1607] python3-ifaddr: rebuild for python3-3.13
---
srcpkgs/python3-ifaddr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index cb37ba2c0d61bc..24f4c9318d9c17 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ifaddr'
pkgname=python3-ifaddr
version=0.1.7
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From f5f6dbbaa7072fd134b5355887a96a52dda1105c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:40 -0500
Subject: [PATCH 0262/1607] boost: rebuild for python3-3.13
---
srcpkgs/boost/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index e21c2b3b95971c..369b01bcba867a 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
# Template file for 'boost'
pkgname=boost
version=1.83.0
-revision=4
+revision=5
build_style=meta
hostmakedepends="which bzip2-devel icu-devel python3-devel pkg-config"
makedepends="zlib-devel bzip2-devel icu-devel python3-devel liblzma-devel libzstd-devel"
From 17ae48c7003fe17b0c5200163e1c9c6e68882de6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:40 -0500
Subject: [PATCH 0263/1607] fonttools: rebuild for python3-3.13
---
srcpkgs/fonttools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 6ed84a15b2efcf..6499bb749cf24b 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
# Template file for 'fonttools'
pkgname=fonttools
version=4.54.1
-revision=1
+revision=2
build_style=python3-module
make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main
--deselect Tests/ttx/ttx_test.py::test_ttcompile_timestamp_calcs
From 0ef0a487fb2bf686f0435dcf48258f6211721ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:40 -0500
Subject: [PATCH 0264/1607] python3-contourpy: rebuild for python3-3.13
---
srcpkgs/python3-contourpy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template
index eaf2c5298847d8..cfd94bfcbb4248 100644
--- a/srcpkgs/python3-contourpy/template
+++ b/srcpkgs/python3-contourpy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-contourpy'
pkgname=python3-contourpy
version=1.2.1
-revision=1
+revision=2
build_style=python3-pep517
build_helper=meson
hostmakedepends="python3-meson-python python3-pybind11 pkg-config"
From ca8e39c12ff7bc36e98009a81b272d924e8a34de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:40 -0500
Subject: [PATCH 0265/1607] python3-cycler: rebuild for python3-3.13
---
srcpkgs/python3-cycler/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 68106067bfe490..82075d19186c43 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cycler'
pkgname=python3-cycler
version=0.12.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 00606e9f914290b4c1cd5a5b4355ae6fe9005b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:40 -0500
Subject: [PATCH 0266/1607] python3-kiwisolver: rebuild for python3-3.13
---
srcpkgs/python3-kiwisolver/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index c4fe5a704e77e5..ca57ad5da392ed 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
# Template file for 'python3-kiwisolver'
pkgname=python3-kiwisolver
version=1.4.5
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel python3-cppy"
makedepends="python3-devel python3-cppy"
From 1e8f1a5c188725faa0735270792e441efc21b604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:40 -0500
Subject: [PATCH 0267/1607] python3-PyOpenGL: rebuild for python3-3.13
---
srcpkgs/python3-PyOpenGL/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index f49cea6fa4f013..b66a8bb4eda81b 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyOpenGL'
pkgname=python3-PyOpenGL
version=3.1.5
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4538bbd304e3a19a82dcd9b7ca1bb3f05233dfb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:41 -0500
Subject: [PATCH 0268/1607] python3-PyQt5: rebuild for python3-3.13
---
srcpkgs/python3-PyQt5/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 2087c93f224de2..3f984155ba94bb 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyQt5'
pkgname=python3-PyQt5
version=5.15.10
-revision=1
+revision=2
build_style=sip-build
build_helper=qemu
configure_args="--confirm-license"
From 6bd716423222e4eec14166a258ca007359d7adbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:41 -0500
Subject: [PATCH 0269/1607] pythran: update to 0.17.0.
---
srcpkgs/pythran/patches/gast-0.6.patch | 76 --------------------------
srcpkgs/pythran/template | 6 +-
2 files changed, 3 insertions(+), 79 deletions(-)
delete mode 100644 srcpkgs/pythran/patches/gast-0.6.patch
diff --git a/srcpkgs/pythran/patches/gast-0.6.patch b/srcpkgs/pythran/patches/gast-0.6.patch
deleted file mode 100644
index 87dfcdcf450bce..00000000000000
--- a/srcpkgs/pythran/patches/gast-0.6.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 840a0e706ec39963aec6bcd1f118bf33177c20b4 Mon Sep 17 00:00:00 2001
-From: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
-Date: Sat, 29 Jun 2024 19:13:02 +0200
-Subject: [PATCH] Bump gast requirement to 0.6.0
-
-This mostly helps for harmonious behavior wrt. gast.dump
----
- docs/TUTORIAL.rst | 8 ++++----
- pythran/utils.py | 2 +-
- requirements.txt | 2 +-
- 3 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/docs/TUTORIAL.rst b/docs/TUTORIAL.rst
-index 09f6902f9..7692547eb 100644
---- a/docs/TUTORIAL.rst
-+++ b/docs/TUTORIAL.rst
-@@ -20,7 +20,7 @@ Python ships a standard module, ``ast`` to turn Python code into an AST. For ins
- >>> code = "a=1"
- >>> tree = ast.parse(code) # turn the code into an AST
- >>> print(ast.dump(tree)) # view it as a string
-- Module(body=[Assign(targets=[Name(id='a', ctx=Store(), annotation=None, type_comment=None)], value=Constant(value=1, kind=None), type_comment=None)], type_ignores=[])
-+ Module(body=[Assign(targets=[Name(id='a', ctx=Store())], value=Constant(value=1, kind=None))])
-
- Deciphering the above line, one learns that the single assignment is parsed as
- a module containing a single statement, which is an assignment to a single
-@@ -33,7 +33,7 @@ Eventually, one needs to parse more complex codes, and things get a bit more cry
- ... return n if n< 2 else fib(n-1) + fib(n-2)"""
- >>> tree = ast.parse(fib_src)
- >>> print(ast.dump(tree))
-- Module(body=[FunctionDef(name='fib', args=arguments(args=[Name(id='n', ctx=Param(), annotation=None, type_comment=None)], posonlyargs=[], vararg=None, kwonlyargs=[], kw_defaults=[], kwarg=None, defaults=[]), body=[Return(value=IfExp(test=Compare(left=Name(id='n', ctx=Load(), annotation=None, type_comment=None), ops=[Lt()], comparators=[Constant(value=2, kind=None)]), body=Name(id='n', ctx=Load(), annotation=None, type_comment=None), orelse=BinOp(left=Call(func=Name(id='fib', ctx=Load(), annotation=None, type_comment=None), args=[BinOp(left=Name(id='n', ctx=Load(), annotation=None, type_comment=None), op=Sub(), right=Constant(value=1, kind=None))], keywords=[]), op=Add(), right=Call(func=Name(id='fib', ctx=Load(), annotation=None, type_comment=None), args=[BinOp(left=Name(id='n', ctx=Load(), annotation=None, type_comment=None), op=Sub(), right=Constant(value=2, kind=None))], keywords=[]))))], decorator_list=[], returns=None, type_comment=None)], type_ignores=[])
-+ Module(body=[FunctionDef(name='fib', args=arguments(args=[Name(id='n', ctx=Param())]), body=[Return(value=IfExp(test=Compare(left=Name(id='n', ctx=Load()), ops=[Lt()], comparators=[Constant(value=2, kind=None)]), body=Name(id='n', ctx=Load()), orelse=BinOp(left=Call(func=Name(id='fib', ctx=Load()), args=[BinOp(left=Name(id='n', ctx=Load()), op=Sub(), right=Constant(value=1, kind=None))]), op=Add(), right=Call(func=Name(id='fib', ctx=Load()), args=[BinOp(left=Name(id='n', ctx=Load()), op=Sub(), right=Constant(value=2, kind=None))]))))])])
-
- The idea remains the same. The whole Python syntax is described in
- http://docs.python.org/2/library/ast.html and is worth a glance, otherwise
-@@ -199,7 +199,7 @@ constant expressions. In the previous code, there is only two constant
-
- >>> ce = pm.gather(analyses.ConstantExpressions, tree)
- >>> sorted(map(ast.dump, ce))
-- ["Attribute(value=Name(id='math', ctx=Load(), annotation=None, type_comment=None), attr='cos', ctx=Load())", 'Constant(value=3, kind=None)']
-+ ["Attribute(value=Name(id='math', ctx=Load()), attr='cos', ctx=Load())", 'Constant(value=3, kind=None)']
-
- One of the most critical analyse of Pythran is the points-to analysis. There
- are two flavors of this analyse, one that computes an over-set of the aliased
-@@ -210,7 +210,7 @@ variable, and one that computes an under set. ``Aliases`` computes an over-set::
- >>> al = pm.gather(analyses.Aliases, tree)
- >>> returned = tree.body[-1].body[-1].value
- >>> print(ast.dump(returned))
-- Name(id='b', ctx=Load(), annotation=None, type_comment=None)
-+ Name(id='b', ctx=Load())
- >>> sorted(a.id for a in al[returned])
- ['c', 'd']
-
-diff --git a/pythran/utils.py b/pythran/utils.py
-index 2d7a67327..55a7e8ad6 100644
---- a/pythran/utils.py
-+++ b/pythran/utils.py
-@@ -106,7 +106,7 @@ def get_variable(assignable):
- ... slice=ast.Name('j', ast.Load(), None, None),
- ... ctx=ast.Load())
- >>> ast.dump(get_variable(ref))
-- "Name(id='a', ctx=Load(), annotation=None, type_comment=None)"
-+ "Name(id='a', ctx=Load())"
- """
- msg = "Only name and subscript can be assigned."
- assert isinstance(assignable, (ast.Name, ast.Subscript)), msg
-diff --git a/requirements.txt b/requirements.txt
-index fd6a738e5..c7a25c52a 100644
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -1,5 +1,5 @@
- ply>=3.4
- setuptools
--gast~=0.5.0
-+gast~=0.6.0
- numpy
- beniget~=0.4.0
diff --git a/srcpkgs/pythran/template b/srcpkgs/pythran/template
index 9a8761a767f67e..918517d0b5041e 100644
--- a/srcpkgs/pythran/template
+++ b/srcpkgs/pythran/template
@@ -1,7 +1,7 @@
# Template file for 'pythran'
pkgname=pythran
-version=0.16.1
-revision=2
+version=0.17.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-ply python3-gast python3-beniget python3-numpy
@@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://pythran.readthedocs.io/"
distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz"
-checksum=861748c0f9c7d422b32724b114b3817d818ed4eab86c09781aa0a3f7ceabb7f9
+checksum=3b77d6d970a6cf5b448facc7d4f6229c3e73909ac27ea2480c843afdadbad0fb
# Upstream defines no tests
make_check=no
From 9e7fc3ebf1778af7d5016192430b49b09d2a589a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:41 -0500
Subject: [PATCH 0270/1607] python3-cheetah3: rebuild for python3-3.13
---
srcpkgs/python3-cheetah3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 693ea3ee053ab1..8010b2ca40666d 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cheetah3'
pkgname=python3-cheetah3
version=3.2.6.post2
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From be3ed9693f0670bb96e3ed52c952a525db2f2263 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:41 -0500
Subject: [PATCH 0271/1607] glade3: rebuild for python3-3.13
---
srcpkgs/glade3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index ff8d859648ad2a..65106907a60669 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
# Template file for 'glade3'
pkgname=glade3
version=3.40.0
-revision=1
+revision=2
build_style=meson
build_helper="gir qemu"
configure_args="-Dgtk_doc=true -Dman=true -Dintrospection=true
From 827dbbecdb8aefec2b9b01e5b4de5a1ed986881b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:41 -0500
Subject: [PATCH 0272/1607] python3-smmap: rebuild for python3-3.13
---
srcpkgs/python3-smmap/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 389b32a00d3a12..377470d86c50e5 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
# Template file for 'python3-smmap'
pkgname=python3-smmap
version=5.0.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 781069ca33de4ee625a4c3b13a1a58e7389cb245 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:42 -0500
Subject: [PATCH 0273/1607] python3-google-api-core: rebuild for python3-3.13
---
srcpkgs/python3-google-api-core/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a6447f80622ad3..ae9f56926b5cdb 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
# Template file for 'python3-google-api-core'
pkgname=python3-google-api-core
version=2.11.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-googleapis-common-protos python3-protobuf python3-google-auth
From cdd94035a23e48d3bf3e2ae831f5859cd11cc5b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:42 -0500
Subject: [PATCH 0274/1607] python3-google-auth-httplib2: rebuild for
python3-3.13
---
srcpkgs/python3-google-auth-httplib2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 05f9446fc886f5..8761667fbab31c 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-google-auth-httplib2'
pkgname=python3-google-auth-httplib2
version=0.1.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-google-auth python3-httplib2"
From 878891e0113f37872146727723e22f348ecc15bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:42 -0500
Subject: [PATCH 0275/1607] python3-uritemplate: rebuild for python3-3.13
---
srcpkgs/python3-uritemplate/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 748a1d07b6b9aa..747fb439f15f21 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
# Template file for 'python3-uritemplate'
pkgname=python3-uritemplate
version=3.0.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 08f39502e3b0fa3b5c5351dbb7bb98360ae46f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:42 -0500
Subject: [PATCH 0276/1607] python3-email-validator: rebuild for python3-3.13
---
srcpkgs/python3-email-validator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
index 2f2be69e5c96a4..bce887234e3556 100644
--- a/srcpkgs/python3-email-validator/template
+++ b/srcpkgs/python3-email-validator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-email-validator'
pkgname=python3-email-validator
version=2.2.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3"
From 69eb8006bb307cf20a02aace2cc43874d51acb1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:42 -0500
Subject: [PATCH 0277/1607] python3-orderedmultidict: rebuild for python3-3.13
---
srcpkgs/python3-orderedmultidict/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index ddcdc3773dcc9a..b04df9cbe329cc 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,7 +1,7 @@
# Template file for 'python3-orderedmultidict'
pkgname=python3-orderedmultidict
version=1.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-six"
From 234b0ff8873cc1028eeab2d8c4b9445a1bb5ef2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:42 -0500
Subject: [PATCH 0278/1607] python3-WebOb: rebuild for python3-3.13
---
srcpkgs/python3-WebOb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 6394f98612681e..0b91f1be58ee9b 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,7 +1,7 @@
# Template file for 'python3-WebOb'
pkgname=python3-WebOb
version=1.8.5
-revision=6
+revision=7
build_style=python3-module
pycompile_module="webob"
hostmakedepends="python3-setuptools"
From 370862c2341dfb313a9e4be411cbe0ba4d0d07a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:43 -0500
Subject: [PATCH 0279/1607] sip4: rebuild for python3-3.13
---
srcpkgs/sip4/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sip4/template b/srcpkgs/sip4/template
index b29b1aedac32a7..1d1e8fb89c3c48 100644
--- a/srcpkgs/sip4/template
+++ b/srcpkgs/sip4/template
@@ -1,7 +1,7 @@
# Template file for 'sip4'
pkgname=sip4
version=4.19.25
-revision=4
+revision=5
hostmakedepends="python3-devel python3-setuptools"
makedepends="${hostmakedepends}"
short_desc="Python extension module generator for C/C++ libraries"
From f978caf96684bb5d5df55136969fa2687fd2a377 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:43 -0500
Subject: [PATCH 0280/1607] python3-utils: rebuild for python3-3.13
---
srcpkgs/python3-utils/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 9a842617e23966..b6551163fb502f 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
# Template file for 'python3-utils'
pkgname=python3-utils
version=3.8.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-typing_extensions"
From 3aaded24cf6bcb38c6c72b41095c5b88edadb65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:43 -0500
Subject: [PATCH 0281/1607] python3-mpmath: rebuild for python3-3.13
---
srcpkgs/python3-mpmath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index d65f485f09bf1e..5bae4012c56109 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mpmath'
pkgname=python3-mpmath
version=1.3.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-gmpy2"
From d526c5298626f4f04c31175f7cd624c36f4a782e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:43 -0500
Subject: [PATCH 0282/1607] python3-josepy: rebuild for python3-3.13
---
srcpkgs/python3-josepy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index 2946ff85d27100..46e86fc9d9cb78 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-josepy'
pkgname=python3-josepy
version=1.13.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cryptography python3-openssl python3-setuptools python3-six"
From c2d3e0aad3bcb67fd1ff665c450d9d7520bb169f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:43 -0500
Subject: [PATCH 0283/1607] python3-pyrfc3339: rebuild for python3-3.13
---
srcpkgs/python3-pyrfc3339/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 01decf9d0fed20..03854ff53d1f0e 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyrfc3339'
pkgname=python3-pyrfc3339
version=1.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pytz"
From 2c6cb937214ecb1c859cb709ac8a478dd4a4fb29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:43 -0500
Subject: [PATCH 0284/1607] python3-requests-toolbelt: rebuild for python3-3.13
---
srcpkgs/python3-requests-toolbelt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 0bf9ece02a966a..8d26375a482cb1 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-requests-toolbelt'
pkgname=python3-requests-toolbelt
version=1.0.0
-revision=2
+revision=3
build_style=python3-pep517
make_check_args="--ignore tests/test_x509_adapter.py"
hostmakedepends="python3-wheel python3-setuptools"
From 9abd4ab8847944cdebfbb7f007d00a67a8772ce1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0285/1607] python3-greenlet: rebuild for python3-3.13
---
srcpkgs/python3-greenlet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 0bcb4171771f1f..6e674feb08c58d 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
# Template file for 'python3-greenlet'
pkgname=python3-greenlet
version=3.0.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From cd3eac20a5d951b5c3621a0a94405011f3c489d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0286/1607] python3-sgmllib: rebuild for python3-3.13
---
srcpkgs/python3-sgmllib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sgmllib/template b/srcpkgs/python3-sgmllib/template
index 71a8a1ec9ec05d..a6ec8042b18ab7 100644
--- a/srcpkgs/python3-sgmllib/template
+++ b/srcpkgs/python3-sgmllib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sgmllib'
pkgname=python3-sgmllib
version=1.0.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1fa40e5f0a36f230aa85c63b2c21c2b885090496 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0287/1607] python3-isodate: rebuild for python3-3.13
---
srcpkgs/python3-isodate/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-isodate/template b/srcpkgs/python3-isodate/template
index 058f95dbc22142..244db83f22f259 100644
--- a/srcpkgs/python3-isodate/template
+++ b/srcpkgs/python3-isodate/template
@@ -1,7 +1,7 @@
# Template file for 'python3-isodate'
pkgname=python3-isodate
version=0.6.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
From 2386e971fe78a887e99c38c5ef8aa88893e3acc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0288/1607] python3-botocore: rebuild for python3-3.13
---
srcpkgs/python3-botocore/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index 1e893164c22c65..e8a51b3facf5f3 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
# Template file for 'python3-botocore'
pkgname=python3-botocore
version=1.32.6
-revision=1
+revision=2
build_style=python3-module
# integration tests want aws credentials
make_check_target="tests/functional tests/unit"
From 194efabc9c21a8bad82cb02862c0487ab983a24c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0289/1607] python3-urwid: rebuild for python3-3.13
---
srcpkgs/python3-urwid/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urwid/template b/srcpkgs/python3-urwid/template
index 12503516cc4178..e585bb7409882c 100644
--- a/srcpkgs/python3-urwid/template
+++ b/srcpkgs/python3-urwid/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urwid'
pkgname=python3-urwid
version=2.2.3
-revision=1
+revision=2
build_style=python3-pep517
# "vterm" tests do pipe writes that hang
make_check_args="--ignore=tests/test_vterm.py"
From 8b8facdd8ba5e8ccb4544d87ad76d87fc49f6497 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0290/1607] python3-pyscard: rebuild for python3-3.13
---
srcpkgs/python3-pyscard/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 5e59b539d5215c..460c8898a35c69 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
pkgname=python3-pyscard
_pkgname=pyscard
version=2.0.5
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools swig"
makedepends="python3-devel pcsclite-devel"
From e514d7aeeee0467e9421b1698d180f5bd0c35145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:44 -0500
Subject: [PATCH 0291/1607] python3-SecretStorage: rebuild for python3-3.13
---
srcpkgs/python3-SecretStorage/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 747af5a1c4c052..0a178cc3f7ae42 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,7 +1,7 @@
# Template file for 'python3-SecretStorage'
pkgname=python3-SecretStorage
version=3.3.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jeepney python3-cryptography"
From 1261b0ee4c09db08e4bc8e6c3b0a6c2b363c6500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:45 -0500
Subject: [PATCH 0292/1607] python3-pycountry: rebuild for python3-3.13
---
srcpkgs/python3-pycountry/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 43041a2783e502..42e900b41c6db3 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycountry'
pkgname=python3-pycountry
version=23.12.11
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3 python3-importlib_metadata"
From 384e95e0a1951ed7be5cdebf29acd6e31f1a2079 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:45 -0500
Subject: [PATCH 0293/1607] python3-redis: update to 5.2.0.
---
srcpkgs/python3-redis/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index 5df2d0c45f38d8..80d57768c29ffc 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,6 +1,6 @@
# Template file for 'python3-redis'
pkgname=python3-redis
-version=5.1.0
+version=5.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/redis/redis-py"
changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES"
distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=1ac0b73774a8f62b0f66adbbb5b586e3b53c82183b5d2ddf39faf616a186a3db
+checksum=9be14a8c988a0428c942b8eda201bb2ed2ea6ff7c05a07bbede45b1e1b60d19c
replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server
From b59f29c2feda4baf0cd7c12b1166d720367c0b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:45 -0500
Subject: [PATCH 0294/1607] python3-mutagen: rebuild for python3-3.13
---
srcpkgs/python3-mutagen/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mutagen/template b/srcpkgs/python3-mutagen/template
index 80bcbd477af5cd..e5e10c3250ec73 100644
--- a/srcpkgs/python3-mutagen/template
+++ b/srcpkgs/python3-mutagen/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mutagen'
pkgname=python3-mutagen
version=1.46.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
makedepends="$hostmakedepends"
From 70b46c295a1e70f4570e0650e6bd87d01613bdb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:45 -0500
Subject: [PATCH 0295/1607] python3-websockets: update to 14.1.
---
srcpkgs/python3-websockets/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
index 5b4fd30497a3f1..f825992b7a485e 100644
--- a/srcpkgs/python3-websockets/template
+++ b/srcpkgs/python3-websockets/template
@@ -1,6 +1,6 @@
# Template file for 'python3-websockets'
pkgname=python3-websockets
-version=13.1
+version=14.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://websockets.readthedocs.io/en/stable/"
changelog="https://websockets.readthedocs.io/en/stable/project/changelog.html"
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
-checksum=a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878
+checksum=398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8
# Package ships no tests
make_check=no
From 8e240f3dc2ddc4d9e82849caa7191ee4a9c32d19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:45 -0500
Subject: [PATCH 0296/1607] python3-Pyphen: rebuild for python3-3.13
---
srcpkgs/python3-Pyphen/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Pyphen/template b/srcpkgs/python3-Pyphen/template
index 37add8bb67bbbd..5031652d2e49bc 100644
--- a/srcpkgs/python3-Pyphen/template
+++ b/srcpkgs/python3-Pyphen/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Pyphen'
pkgname=python3-Pyphen
version=0.17.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
checkdepends="python3-pytest-isort python3-pytest-cov python3-pytest-flake8
From 7bfaf25da14336e311e6729f4d09eea54d97760f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:45 -0500
Subject: [PATCH 0297/1607] python3-cssselect2: rebuild for python3-3.13
---
srcpkgs/python3-cssselect2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cssselect2/template b/srcpkgs/python3-cssselect2/template
index 74b235b430a9f4..64363d5a8d57cd 100644
--- a/srcpkgs/python3-cssselect2/template
+++ b/srcpkgs/python3-cssselect2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cssselect2'
pkgname=python3-cssselect2
version=0.7.0
-revision=2
+revision=3
build_style=python3-pep517
_runtime_deps="python3-tinycss2 python3-webencodings"
hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}"
From 4420097fe0cdff8e6725d422a66b43ec60945d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:46 -0500
Subject: [PATCH 0298/1607] python3-html5lib: rebuild for python3-3.13
---
srcpkgs/python3-html5lib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index c07661a443e111..98b955adcce415 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-html5lib'
pkgname=python3-html5lib
version=1.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-webencodings"
From 23b260a7c3cdfd941a28ec7973d50629bf17d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:46 -0500
Subject: [PATCH 0299/1607] python3-pydyf: rebuild for python3-3.13
---
srcpkgs/python3-pydyf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pydyf/template b/srcpkgs/python3-pydyf/template
index 392d463dd8e4c5..cfb67d00ba33f3 100644
--- a/srcpkgs/python3-pydyf/template
+++ b/srcpkgs/python3-pydyf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pydyf'
pkgname=python3-pydyf
version=0.11.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
checkdepends="python3-pytest-cov python3-pytest-isort python3-pytest-flake8
From c4bec1ec916dd41047b23ffeae01f41f9fc384f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:46 -0500
Subject: [PATCH 0300/1607] python3-tinyhtml5: rebuild for python3-3.13
---
srcpkgs/python3-tinyhtml5/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tinyhtml5/template b/srcpkgs/python3-tinyhtml5/template
index 4b9fa41598cfc3..b7cb21c18c47eb 100644
--- a/srcpkgs/python3-tinyhtml5/template
+++ b/srcpkgs/python3-tinyhtml5/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tinyhtml5'
pkgname=python3-tinyhtml5
version=2.0.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-flit_core"
depends="python3-webencodings"
From 6dc1db8c68bb6f69546829d26ed864ea05770bfa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:46 -0500
Subject: [PATCH 0301/1607] python3-ruamel.yaml.clib: rebuild for python3-3.13
---
srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 919fa2fb51780b..1357b113842594 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ruamel.yaml.clib'
pkgname=python3-ruamel.yaml.clib
version=0.2.12
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From f376a504c2cabf34bd888805cf4979d6e3d348c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:46 -0500
Subject: [PATCH 0302/1607] python3-XlsxWriter: rebuild for python3-3.13
---
srcpkgs/python3-XlsxWriter/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index 7962e61ad433a3..1474b46f0b9747 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,7 +1,7 @@
# Template file for 'python3-XlsxWriter'
pkgname=python3-XlsxWriter
version=1.3.7
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 0434a2cc90e779fc67a66f1d16596a2346257131 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:46 -0500
Subject: [PATCH 0303/1607] python3-click-plugins: rebuild for python3-3.13
---
srcpkgs/python3-click-plugins/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 7a5565beca33d1..2787cc95c6c202 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,7 +1,7 @@
# Template file for 'python3-click-plugins'
pkgname=python3-click-plugins
version=1.1.1
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-click"
From 707c25ab8a8add2cd951c348caeace2da1423bbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:47 -0500
Subject: [PATCH 0304/1607] python3-aniso8601: rebuild for python3-3.13
---
srcpkgs/python3-aniso8601/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 7932199d42a644..391fc65ce06139 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aniso8601'
pkgname=python3-aniso8601
version=9.0.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil"
From f3be3675c68191978bbba0d50d5a1722affe7589 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:47 -0500
Subject: [PATCH 0305/1607] python3-pbr: rebuild for python3-3.13
---
srcpkgs/python3-pbr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pbr/template b/srcpkgs/python3-pbr/template
index 5064dafc76e045..f2e559a50ae3f0 100644
--- a/srcpkgs/python3-pbr/template
+++ b/srcpkgs/python3-pbr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pbr'
pkgname=python3-pbr
version=5.6.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a63679a6d69747487b4b13264862986d527a445a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:47 -0500
Subject: [PATCH 0306/1607] python3-tzlocal: rebuild for python3-3.13
---
srcpkgs/python3-tzlocal/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index ef80ac118bffda..63e7005f354e4a 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tzlocal'
pkgname=python3-tzlocal
version=5.0.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
From da587c9776108b6bc9bed897d9dc94367a933264 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:47 -0500
Subject: [PATCH 0307/1607] python3-distlib: rebuild for python3-3.13
---
srcpkgs/python3-distlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index c71af0fd55df8f..e00eefd1b8e5c8 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-distlib'
pkgname=python3-distlib
version=0.3.6
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 3ac9f1cac816b52f5b2b5873b344da83b8690d18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:47 -0500
Subject: [PATCH 0308/1607] python3-filelock: rebuild for python3-3.13
---
srcpkgs/python3-filelock/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index de958d109c7f1b..bdc4742e22c200 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
# Template file for 'python3-filelock'
pkgname=python3-filelock
version=3.15.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
From a3d5bb2126687cba3b3e48d9cec903e93c019d55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:47 -0500
Subject: [PATCH 0309/1607] apparmor: rebuild for python3-3.13
---
srcpkgs/apparmor/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index 51afdea88b2356..4da6d6a59f866c 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -2,7 +2,7 @@
pkgname=apparmor
reverts="4.0.2_1"
version=3.1.7
-revision=3
+revision=4
build_wrksrc=libraries/libapparmor
build_style=gnu-configure
conf_files="/etc/apparmor.d/local/* /etc/apparmor/*"
From fe9fcf528f8fa6f895dc1439eea0c63ce1815841 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:48 -0500
Subject: [PATCH 0310/1607] python3-rapidfuzz: rebuild for python3-3.13
---
srcpkgs/python3-rapidfuzz/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index 9aa737a38caec2..55169d59e2b674 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.10.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
makedepends="python3-devel rapidfuzz-cpp"
From 6255f752376caa3bc947956d4a686e170531abb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:48 -0500
Subject: [PATCH 0311/1607] python3-scikit-build: rebuild for python3-3.13
---
srcpkgs/python3-scikit-build/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scikit-build/template b/srcpkgs/python3-scikit-build/template
index a1de6792fd3743..fe6df7241f9ea2 100644
--- a/srcpkgs/python3-scikit-build/template
+++ b/srcpkgs/python3-scikit-build/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scikit-build'
pkgname=python3-scikit-build
version=0.18.1
-revision=1
+revision=2
build_style=python3-pep517
# test requires setuptools_scm to not be installed
make_check_args="-k not(nosetuptoolsscm)"
From b71f4838855bc2378e2f977ac862aba2f700e358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:48 -0500
Subject: [PATCH 0312/1607] python3-pyudev: rebuild for python3-3.13
---
srcpkgs/python3-pyudev/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index a864c8dad157d2..e4975397859315 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyudev'
pkgname=python3-pyudev
version=0.24.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-six eudev-libudev"
From e80d6fd93c7ed961dd1ec618482add4860125c8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:48 -0500
Subject: [PATCH 0313/1607] samba: rebuild for python3-3.13
---
srcpkgs/samba/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template
index 7753f947c05bf0..bb08c562f7e961 100644
--- a/srcpkgs/samba/template
+++ b/srcpkgs/samba/template
@@ -1,7 +1,7 @@
# Template file for 'samba'
pkgname=samba
version=4.20.1
-revision=2
+revision=3
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
From 35778c83179b81c86e9c71d1e2049e6444d10c54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:48 -0500
Subject: [PATCH 0314/1607] shiboken2: rebuild for python3-3.13
---
srcpkgs/shiboken2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index d0a38c63d9eefa..16e84d76bba239 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
# Template file for 'shiboken2'
pkgname=shiboken2
version=5.15.10
-revision=2
+revision=3
_pkgname="pyside-setup-opensource-src-${version}"
build_wrksrc="sources/shiboken2"
build_style=cmake
From 1ecbf3d0823405b9308dec5699d0874e886faf72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:48 -0500
Subject: [PATCH 0315/1607] postgresql16: rebuild for python3-3.13
---
srcpkgs/postgresql16/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/postgresql16/template b/srcpkgs/postgresql16/template
index 7ff69ed08d255d..fcf44a12d8bd70 100644
--- a/srcpkgs/postgresql16/template
+++ b/srcpkgs/postgresql16/template
@@ -1,7 +1,7 @@
# Template file for 'postgresql16'
pkgname=postgresql16
version=16.4
-revision=1
+revision=2
build_style=gnu-configure
make_build_target=world
_major="${version%%.*}"
From 33ada189338e30eed753c74b293edf027ac13ce2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:49 -0500
Subject: [PATCH 0316/1607] python3-annotated-types: rebuild for python3-3.13
---
srcpkgs/python3-annotated-types/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-annotated-types/template b/srcpkgs/python3-annotated-types/template
index ca3900a9904302..b5c71d8beff3bc 100644
--- a/srcpkgs/python3-annotated-types/template
+++ b/srcpkgs/python3-annotated-types/template
@@ -1,7 +1,7 @@
# Template file for 'python3-annotated-types'
pkgname=python3-annotated-types
version=0.6.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From 88a9cd559dd3e6bace7fd3c46b3f1d0fcba31670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:49 -0500
Subject: [PATCH 0317/1607] python3-pydantic-core: rebuild for python3-3.13
---
srcpkgs/python3-pydantic-core/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pydantic-core/template b/srcpkgs/python3-pydantic-core/template
index 74e09f8b94734e..5e211897aebffa 100644
--- a/srcpkgs/python3-pydantic-core/template
+++ b/srcpkgs/python3-pydantic-core/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pydantic-core'
pkgname=python3-pydantic-core
version=2.21.0
-revision=1
+revision=2
build_style=python3-pep517
build_helper=rust
hostmakedepends="maturin cargo"
From ddebd01ac4eac12f65c7244fcfc55e1fe07dcdc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:49 -0500
Subject: [PATCH 0318/1607] python3-xmlschema: rebuild for python3-3.13
---
srcpkgs/python3-xmlschema/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index 37a3e42cf58f1c..0b6ac358c91b31 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xmlschema'
pkgname=python3-xmlschema
version=2.5.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-elementpath"
depends="python3-elementpath"
From 8021a1f42f1e793b4d268d3e45e8d19b9d43277a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:49 -0500
Subject: [PATCH 0319/1607] python3-canonicaljson: rebuild for python3-3.13
---
srcpkgs/python3-canonicaljson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 717e90a3725efc..6e37e74a91e650 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-canonicaljson'
pkgname=python3-canonicaljson
version=2.0.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From d01d250f0b011f1bff4b8e3e7e81ce2add9b0154 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:49 -0500
Subject: [PATCH 0320/1607] python3-unpaddedbase64: rebuild for python3-3.13
---
srcpkgs/python3-unpaddedbase64/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index fecaf29d41306b..3a680701d20c4d 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,7 +1,7 @@
# Template file for 'python3-unpaddedbase64'
pkgname=python3-unpaddedbase64
version=2.1.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
From cf6a630065db68f0c68cfc4439e187fc1c5b4eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:49 -0500
Subject: [PATCH 0321/1607] python3-Twisted: rebuild for python3-3.13
---
srcpkgs/python3-Twisted/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Twisted/template b/srcpkgs/python3-Twisted/template
index 2d993d219b848c..a3a6be8c2d88b2 100644
--- a/srcpkgs/python3-Twisted/template
+++ b/srcpkgs/python3-Twisted/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Twisted'
pkgname=python3-Twisted
version=24.7.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-fancy-pypi-readme python3-incremental
python3-setuptools"
From 248851114f3d7398b4f9c79cac75665dc002ca39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:50 -0500
Subject: [PATCH 0322/1607] python3-babelfish: rebuild for python3-3.13
---
srcpkgs/python3-babelfish/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index deadfe7de8a804..837efb858fbb36 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
# Template file for 'python3-babelfish'
pkgname=python3-babelfish
version=0.6.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 5bc5f92bf3b69f94f1400f611487ad2299f4c74b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:50 -0500
Subject: [PATCH 0323/1607] python3-rebulk: rebuild for python3-3.13
---
srcpkgs/python3-rebulk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index 744678c48a034d..9aeb3fbd4196fa 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rebulk'
pkgname=python3-rebulk
version=2.0.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-six"
From de9c542050bc2c26c0fcc225dce07dd3595e9732 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:50 -0500
Subject: [PATCH 0324/1607] python3-chardet: rebuild for python3-3.13
---
srcpkgs/python3-chardet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-chardet/template b/srcpkgs/python3-chardet/template
index c40384ff575c78..23425818a68526 100644
--- a/srcpkgs/python3-chardet/template
+++ b/srcpkgs/python3-chardet/template
@@ -1,7 +1,7 @@
# Template file for 'python3-chardet'
pkgname=python3-chardet
version=5.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 8cbb01fba280fe3062a42b589475f6457179fd51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:50 -0500
Subject: [PATCH 0325/1607] python3-wsproto: rebuild for python3-3.13
---
srcpkgs/python3-wsproto/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index dfa95cc913fedd..45b6fb59cfd95c 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
# Template file for 'python3-wsproto'
pkgname=python3-wsproto
version=1.2.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-h11"
From 176a05db8a1de1aeeb7144a3aa582074818087a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:50 -0500
Subject: [PATCH 0326/1607] python3-cysignals: rebuild for python3-3.13
---
srcpkgs/python3-cysignals/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cysignals/template b/srcpkgs/python3-cysignals/template
index 6cd461880c9d6f..cf39b51cedeafc 100644
--- a/srcpkgs/python3-cysignals/template
+++ b/srcpkgs/python3-cysignals/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cysignals'
pkgname=python3-cysignals
version=1.11.4
-revision=1
+revision=2
# need gnu-configure build style to support cross build
build_style=gnu-configure
build_helper=python3
From 30632ff417e9ed88f02c98049e48958808db22a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:50 -0500
Subject: [PATCH 0327/1607] python3-jupyter_widgetsnbextension: rebuild for
python3-3.13
---
srcpkgs/python3-jupyter_widgetsnbextension/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index a5c40839870327..82146ccfd62d32 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_widgetsnbextension'
pkgname=python3-jupyter_widgetsnbextension
version=4.0.11
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-jupyter_packaging"
short_desc="Interactive HTML widgets for Jupyter notebooks"
From 218de4851277b53f21b537261131b19ef79644cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:51 -0500
Subject: [PATCH 0328/1607] python3-Cheroot: rebuild for python3-3.13
---
srcpkgs/python3-Cheroot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index 4a2e37ab2c7777..83ea54aa498b83 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Cheroot'
pkgname=python3-Cheroot
version=8.4.5
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-setuptools python3-six
From 49aeb4e604cb0d4f9e5386e6d7698709ce58ca4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:51 -0500
Subject: [PATCH 0329/1607] python3-jaraco.collections: rebuild for
python3-3.13
---
srcpkgs/python3-jaraco.collections/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index fd4b9a878e0247..d98a4d34ada852 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
version=5.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
From 827505a8ddce814568c68b1bed7a3d5e080cbb49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:51 -0500
Subject: [PATCH 0330/1607] python3-portend: rebuild for python3-3.13
---
srcpkgs/python3-portend/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 34387eaa89d441..5e1b04886063b9 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
version=3.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
From c468fd32ccc768d4577b656dc55c3e35f8cadc37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:51 -0500
Subject: [PATCH 0331/1607] python3-zc.lockfile: rebuild for python3-3.13
---
srcpkgs/python3-zc.lockfile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index 4187351f0639b8..6f1da85238e34f 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zc.lockfile'
pkgname=python3-zc.lockfile
version=2.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From c980ba09e3a1885a52666ac1cf01fd26473ca3df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:51 -0500
Subject: [PATCH 0332/1607] python3-requests-oauthlib: rebuild for python3-3.13
---
srcpkgs/python3-requests-oauthlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index 9921ec7ac2342d..b93c3acf2b9812 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-requests-oauthlib'
pkgname=python3-requests-oauthlib
version=1.3.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-oauthlib"
From e27ef7a6b28cdefb2f73545b52d5ad0befd4a0bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:51 -0500
Subject: [PATCH 0333/1607] python3-distutils-extra: rebuild for python3-3.13
---
srcpkgs/python3-distutils-extra/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-distutils-extra/template b/srcpkgs/python3-distutils-extra/template
index d3e9b0d6469810..06a5a93e53fd07 100644
--- a/srcpkgs/python3-distutils-extra/template
+++ b/srcpkgs/python3-distutils-extra/template
@@ -1,7 +1,7 @@
# Template file for 'python3-distutils-extra'
pkgname=python3-distutils-extra
version=2.39
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="intltool python3-setuptools"
depends="python3-setuptools"
From 20d83f1cc08542d8ed09c42dc9f224c59a989956 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:52 -0500
Subject: [PATCH 0334/1607] python3-socketIO-client: rebuild for python3-3.13
---
srcpkgs/python3-socketIO-client/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index d5606f93639407..54721378653b9e 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
# Template file for 'python3-socketIO-client'
pkgname=python3-socketIO-client
version=0.7.2
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-six python3-websocket-client"
From 7b9d1e9a4440f7cb9ae1847f542274994c210512 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:52 -0500
Subject: [PATCH 0335/1607] python3-boolean.py: rebuild for python3-3.13
---
srcpkgs/python3-boolean.py/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-boolean.py/template b/srcpkgs/python3-boolean.py/template
index 9fd3e31e05d3fc..d25b71a5159fe8 100644
--- a/srcpkgs/python3-boolean.py/template
+++ b/srcpkgs/python3-boolean.py/template
@@ -1,7 +1,7 @@
# Template file for 'python3-boolean.py'
pkgname=python3-boolean.py
version=3.8
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From efc3cb20ed134c9b0c6e3087e72072a7a8d7706c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:52 -0500
Subject: [PATCH 0336/1607] python3-pyqt6: rebuild for python3-3.13
---
srcpkgs/python3-pyqt6/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyqt6/template b/srcpkgs/python3-pyqt6/template
index 5cdf4cf243005b..45cd11722a6963 100644
--- a/srcpkgs/python3-pyqt6/template
+++ b/srcpkgs/python3-pyqt6/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyqt6'
pkgname=python3-pyqt6
version=6.7.1
-revision=1
+revision=2
build_style=sip-build
build_helper=qemu
configure_args="--confirm-license --dbus $XBPS_CROSS_BASE/usr/include/dbus-1.0
From b83666ade27164e73c49bf0b0938993efd118311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:52 -0500
Subject: [PATCH 0337/1607] python3-appdirs: rebuild for python3-3.13
---
srcpkgs/python3-appdirs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index ad60a465562dae..cea8dfbdd77f13 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
# Template file for 'python3-appdirs'
pkgname=python3-appdirs
version=1.4.4
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c601116201613a954bcf1c8c383cc5e18b1f06d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:52 -0500
Subject: [PATCH 0338/1607] python3-argcomplete: rebuild for python3-3.13
---
srcpkgs/python3-argcomplete/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index d1c4e0f3475797..13cc7afbce0a9b 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
# Template file for 'python3-argcomplete'
pkgname=python3-argcomplete
version=3.5.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
From a69476bdd2d70bec7554e6ca19630e916d68d44b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:52 -0500
Subject: [PATCH 0339/1607] python3-halo: rebuild for python3-3.13
---
srcpkgs/python3-halo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-halo/template b/srcpkgs/python3-halo/template
index c2db538b84820f..8cdedc290fbb33 100644
--- a/srcpkgs/python3-halo/template
+++ b/srcpkgs/python3-halo/template
@@ -1,7 +1,7 @@
# Template file for 'python3-halo'
pkgname=python3-halo
version=0.0.31
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-log_symbols python3-spinners python3-termcolor
From 3599b5beae4ef6f361ffc90e40db2fbeb8be447f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:53 -0500
Subject: [PATCH 0340/1607] python3-coverage: rebuild for python3-3.13
---
srcpkgs/python3-coverage/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-coverage/template b/srcpkgs/python3-coverage/template
index e8937d89ecb720..4f1525c4d4586d 100644
--- a/srcpkgs/python3-coverage/template
+++ b/srcpkgs/python3-coverage/template
@@ -1,7 +1,7 @@
# Template file for 'python3-coverage'
pkgname=python3-coverage
version=7.6.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 8b2ddeae691f50d6aeeed7a2d22f13406bacab47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:53 -0500
Subject: [PATCH 0341/1607] python3-zope.component: rebuild for python3-3.13
---
srcpkgs/python3-zope.component/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 238c8af4470407..a780cc6b8dafab 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.component'
pkgname=python3-zope.component
version=5.0.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-zope.deferredimport python3-zope.deprecation
From a95f536079daa092409f9799c8cf79eda19a268e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:53 -0500
Subject: [PATCH 0342/1607] python3-zope.configuration: rebuild for
python3-3.13
---
srcpkgs/python3-zope.configuration/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index d9bfe3618ef4b6..e6b97943da7c46 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.configuration'
pkgname=python3-zope.configuration
version=4.4.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
From da22a1e54431d073e14130aa597f47ece86bf746 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:53 -0500
Subject: [PATCH 0343/1607] python3-sphinxcontrib: rebuild for python3-3.13
---
srcpkgs/python3-sphinxcontrib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index 8e61ddfef07ff3..337ca4c10ef052 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinxcontrib'
pkgname=python3-sphinxcontrib
version=1.0
-revision=8
+revision=9
create_wrksrc=yes
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From f203cab731838031dcab5fccdfcc1bc7151d6be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:53 -0500
Subject: [PATCH 0344/1607] python3-zope.exceptions: rebuild for python3-3.13
---
srcpkgs/python3-zope.exceptions/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 22801aff90d9a2..c8bef07b86528a 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.exceptions'
pkgname=python3-zope.exceptions
version=4.4
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
python3-Sphinx"
From 1d77509451a447ded39baa289611e32844e174d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:53 -0500
Subject: [PATCH 0345/1607] python3-lz4: rebuild for python3-3.13
---
srcpkgs/python3-lz4/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 8ac95d83f3b0da..e53b43e903b122 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
# Template file for 'python3-lz4'
pkgname=python3-lz4
version=4.3.3
-revision=1
+revision=2
build_style=python3-pep517
# Module lz4.stream is experimental and not built by default
make_check_args="--ignore=tests/stream"
From baa50d47bc2dcd16995c0f2bc5b637b55bd11d66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:54 -0500
Subject: [PATCH 0346/1607] python3-priority: rebuild for python3-3.13
---
srcpkgs/python3-priority/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 8816c3a3160e50..560991dd8dc12b 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,7 +1,7 @@
# Template file for 'python3-priority'
pkgname=python3-priority
version=2.0.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 61a0566d883c7e4ba2adc2499fbb71ad3562ca4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:54 -0500
Subject: [PATCH 0347/1607] python3-cairocffi: rebuild for python3-3.13
---
srcpkgs/python3-cairocffi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index e727933e060336..0560d9cfa00291 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cairocffi'
pkgname=python3-cairocffi
version=1.7.1
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--pyargs cairocffi"
hostmakedepends="python3-setuptools python3-cffi python3-wheel
From 16bc2fb1d47ab151ab159cdaf5148af4f67801ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:54 -0500
Subject: [PATCH 0348/1607] python3-pywlroots: rebuild for python3-3.13
---
srcpkgs/python3-pywlroots/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pywlroots/template b/srcpkgs/python3-pywlroots/template
index b24e5295878823..d7c8b6e68d9346 100644
--- a/srcpkgs/python3-pywlroots/template
+++ b/srcpkgs/python3-pywlroots/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pywlroots'
pkgname=python3-pywlroots
version=0.17.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
python3-wheel python3-devel wlroots${version%.*}-devel"
From c29f3d40ec1f992abda5e39cbeb35c8b50794827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:54 -0500
Subject: [PATCH 0349/1607] python3-EasyProcess: rebuild for python3-3.13
---
srcpkgs/python3-EasyProcess/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 9f5e5387a7b599..4952b79ff7884e 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,7 +1,7 @@
# Template file for 'python3-EasyProcess'
pkgname=python3-EasyProcess
version=1.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fa9472f279b703424f0cfcc4b7c5ad99bcb574d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:54 -0500
Subject: [PATCH 0350/1607] python3-flasgger: rebuild for python3-3.13
---
srcpkgs/python3-flasgger/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-flasgger/template b/srcpkgs/python3-flasgger/template
index 2cf6a5c5d440c1..a9d2161b684754 100644
--- a/srcpkgs/python3-flasgger/template
+++ b/srcpkgs/python3-flasgger/template
@@ -1,7 +1,7 @@
# Template file for 'python3-flasgger'
pkgname=python3-flasgger
version=0.9.7.1
-revision=1
+revision=2
build_style=python3-module
# Examples require unpackaged "flex"
make_check_args="--ignore tests/test_examples.py"
From d5851bd04eb79b0bb00ff6e3f2adc7e4f474febd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:54 -0500
Subject: [PATCH 0351/1607] python3-mccabe: rebuild for python3-3.13
---
srcpkgs/python3-mccabe/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 59394d51eff0d1..38c6fbab92dba3 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mccabe'
pkgname=python3-mccabe
version=0.7.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 47c527a043dc6a83d017879ce2d2a947a9931eb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0352/1607] python3-pycodestyle: rebuild for python3-3.13
---
srcpkgs/python3-pycodestyle/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template
index 98bce87adeef79..1f7c9f7dec3103 100644
--- a/srcpkgs/python3-pycodestyle/template
+++ b/srcpkgs/python3-pycodestyle/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycodestyle'
pkgname=python3-pycodestyle
version=2.12.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 49843077ec2239f666033fa488a847f44ccc1928 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0353/1607] python3-pyflakes: rebuild for python3-3.13
---
srcpkgs/python3-pyflakes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 8dfff07ea5b970..bacf98c1ae897f 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyflakes'
pkgname=python3-pyflakes
version=3.2.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fc0473f02a1ab427d6fd623c4414dbfaaafbdbf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0354/1607] python3-mypy_extensions: rebuild for python3-3.13
---
srcpkgs/python3-mypy_extensions/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index 5d96135ce4f733..99cfe062302d2a 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mypy_extensions'
pkgname=python3-mypy_extensions
version=1.0.0
-revision=2
+revision=3
build_style=python3-module
make_check_target="tests/testextensions.py"
hostmakedepends="python3-setuptools"
From e9d3cf511ad261587b726aa6385534884cb42296 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0355/1607] python3-requests-ntlm: rebuild for python3-3.13
---
srcpkgs/python3-requests-ntlm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index c1a2f7eb8b6638..b341a045eace40 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,7 +1,7 @@
# Template file for 'python3-requests-ntlm'
pkgname=python3-requests-ntlm
version=1.3.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3 python3-requests python3-pyspnego"
From e2e90867a99e3f90f3d044d9668ec857d9a7827f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0356/1607] python3-xmltodict: rebuild for python3-3.13
---
srcpkgs/python3-xmltodict/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 96a94f7e91f86a..cf444ee312210f 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xmltodict'
pkgname=python3-xmltodict
version=0.13.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c25f20715f417ca260fcb18419565f99ba776978 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0357/1607] capstone: rebuild for python3-3.13
---
srcpkgs/capstone/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 06ca41eb68b648..86e50c8a401772 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
# Template file for 'capstone'
pkgname=capstone
version=5.0.1
-revision=2
+revision=3
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="python3-setuptools"
From 1631fcd0297e914e05862aee6ce309c5f93c56b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:55 -0500
Subject: [PATCH 0358/1607] python3-jsonschema-path: rebuild for python3-3.13
---
srcpkgs/python3-jsonschema-path/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jsonschema-path/template b/srcpkgs/python3-jsonschema-path/template
index 85f7a1ad8afbae..b38c1454a1ec56 100644
--- a/srcpkgs/python3-jsonschema-path/template
+++ b/srcpkgs/python3-jsonschema-path/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jsonschema-path'
pkgname=python3-jsonschema-path
version=0.3.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-pathable python3-referencing python3-yaml"
From 06ae15ec0ce1ab2966042403d5c4833821d9f4b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:56 -0500
Subject: [PATCH 0359/1607] python3-lazy-object-proxy: rebuild for python3-3.13
---
srcpkgs/python3-lazy-object-proxy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index d458a8cdafe035..a4c570f80aa5dd 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-lazy-object-proxy'
pkgname=python3-lazy-object-proxy
version=1.9.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
From a9729c1904666c7fc4e71b8b8660e0c18ffb29f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:56 -0500
Subject: [PATCH 0360/1607] python3-openapi-schema-validator: rebuild for
python3-3.13
---
srcpkgs/python3-openapi-schema-validator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-openapi-schema-validator/template b/srcpkgs/python3-openapi-schema-validator/template
index 30ecfaa90361d0..1103a0691613b2 100644
--- a/srcpkgs/python3-openapi-schema-validator/template
+++ b/srcpkgs/python3-openapi-schema-validator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-openapi-schema-validator'
pkgname=python3-openapi-schema-validator
version=0.6.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-jsonschema python3-rfc3339-validator"
From b16398330208962545f8192bfb2c31eb2c16e603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:56 -0500
Subject: [PATCH 0361/1607] python3-et-xmlfile: rebuild for python3-3.13
---
srcpkgs/python3-et-xmlfile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
index 4fc7e995ef5b69..f022d4abc63a0a 100644
--- a/srcpkgs/python3-et-xmlfile/template
+++ b/srcpkgs/python3-et-xmlfile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-et-xmlfile'
pkgname=python3-et-xmlfile
version=1.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends=python3
From caad210de41a92be4ef32782f835e162efbac17f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:56 -0500
Subject: [PATCH 0362/1607] python3-ultrajson: rebuild for python3-3.13
---
srcpkgs/python3-ultrajson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1f0d3d3f18e8ae..08e19173dda999 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ultrajson'
pkgname=python3-ultrajson
version=5.10.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
From fbaf1e82a652c6b20edabbc7de023f1ed11c23b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:56 -0500
Subject: [PATCH 0363/1607] jupyterlab: rebuild for python3-3.13
---
srcpkgs/jupyterlab/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index 3b46476ec61ea1..4782370a75598d 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,7 +1,7 @@
# Template file for 'jupyterlab'
pkgname=jupyterlab
version=4.2.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-jupyter-builder"
depends="nodejs python3-async-lru python3-httpx python3-ipython_ipykernel
From ab29518c1c5a8cc957eb86e5f43acd40c6376b9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:57 -0500
Subject: [PATCH 0364/1607] python3-pystache: rebuild for python3-3.13
---
srcpkgs/python3-pystache/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pystache/template b/srcpkgs/python3-pystache/template
index df56a83ccdd383..53ebec3d46305d 100644
--- a/srcpkgs/python3-pystache/template
+++ b/srcpkgs/python3-pystache/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pystache'
pkgname=python3-pystache
version=0.5.4
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From eb1e47f098daa97ad9dbea48407043503b32d547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:57 -0500
Subject: [PATCH 0365/1607] ansible-core: rebuild for python3-3.13
---
srcpkgs/ansible-core/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template
index 90390483d86687..ea81c7a11a2c2c 100644
--- a/srcpkgs/ansible-core/template
+++ b/srcpkgs/ansible-core/template
@@ -1,7 +1,7 @@
# Template file for 'ansible-core'
pkgname=ansible-core
version=2.17.5
-revision=1
+revision=2
hostmakedepends="python3-setuptools python3-wheel python3-packaging
python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml"
depends="python3-cryptography python3-Jinja2 python3-paramiko python3-yaml
From 4311c112349619e397d3361fe7de10d6b0b614fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:57 -0500
Subject: [PATCH 0366/1607] python3-subprocess-tee: rebuild for python3-3.13
---
srcpkgs/python3-subprocess-tee/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-subprocess-tee/template b/srcpkgs/python3-subprocess-tee/template
index f0539ac1737da9..02b359b57670cf 100644
--- a/srcpkgs/python3-subprocess-tee/template
+++ b/srcpkgs/python3-subprocess-tee/template
@@ -1,7 +1,7 @@
# Template file for 'python3-subprocess-tee'
pkgname=python3-subprocess-tee
version=0.4.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
From c04900834d49288691d1ad0b78511c414c17f2a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:57 -0500
Subject: [PATCH 0367/1607] python3-bracex: rebuild for python3-3.13
---
srcpkgs/python3-bracex/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bracex/template b/srcpkgs/python3-bracex/template
index 807ae4225239de..8888bdc8741fda 100644
--- a/srcpkgs/python3-bracex/template
+++ b/srcpkgs/python3-bracex/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bracex'
pkgname=python3-bracex
version=2.3.post1
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From d9e8f9fdb4b6a48804a96315f066d4080ef789d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:57 -0500
Subject: [PATCH 0368/1607] python3-pycryptodome: rebuild for python3-3.13
---
srcpkgs/python3-pycryptodome/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycryptodome/template b/srcpkgs/python3-pycryptodome/template
index 18053bfa20a4a2..6496b80696a834 100644
--- a/srcpkgs/python3-pycryptodome/template
+++ b/srcpkgs/python3-pycryptodome/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycryptodome'
pkgname=python3-pycryptodome
version=3.17
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From b78831967eecddc7aac2332b8b62b691ead07ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:57 -0500
Subject: [PATCH 0369/1607] python3-pypng: rebuild for python3-3.13
---
srcpkgs/python3-pypng/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pypng/template b/srcpkgs/python3-pypng/template
index 6ef365893c1982..9e3b25b75069aa 100644
--- a/srcpkgs/python3-pypng/template
+++ b/srcpkgs/python3-pypng/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pypng'
pkgname=python3-pypng
version=0.20220715.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From e557c094c1fbd2661844ae4ca346432b3193d193 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0370/1607] python3-aiodns: rebuild for python3-3.13
---
srcpkgs/python3-aiodns/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index d4e0498cb98df7..82cfb9189eef85 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=2.0.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pycares"
From 3470296bf71c5873a4bfcc5b23e02b69b259db36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0371/1607] python3-pathlib2: rebuild for python3-3.13
---
srcpkgs/python3-pathlib2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pathlib2/template b/srcpkgs/python3-pathlib2/template
index 62debc55a162de..58871dd5aa7a3f 100644
--- a/srcpkgs/python3-pathlib2/template
+++ b/srcpkgs/python3-pathlib2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pathlib2'
pkgname=python3-pathlib2
version=2.3.4
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
From c35d13f5fed3e40b9575fd682eac7238dc93639c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0372/1607] python3-asgiref: rebuild for python3-3.13
---
srcpkgs/python3-asgiref/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-asgiref/template b/srcpkgs/python3-asgiref/template
index 78b207508b7153..03298915aedb62 100644
--- a/srcpkgs/python3-asgiref/template
+++ b/srcpkgs/python3-asgiref/template
@@ -1,7 +1,7 @@
# Template file for 'python3-asgiref'
pkgname=python3-asgiref
version=3.5.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From be9b2e67d2ba0110733d030d0b311728368dea4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0373/1607] python3-uvloop: update to 0.21.0.
---
srcpkgs/python3-uvloop/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 071d8431f8cbc3..12cbfad978eae0 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,10 +1,10 @@
# Template file for 'python3-uvloop'
pkgname=python3-uvloop
-version=0.20.0
+version=0.21.0
revision=1
build_style=python3-pep517
make_check_target="../tests"
-hostmakedepends="python3 python3-setuptools python3-wheel python3-Cython0.29"
+hostmakedepends="python3 python3-setuptools python3-wheel python3-Cython"
makedepends="libuv-devel python3-devel"
depends="python3"
checkdepends="flake8 python3-pytest-xdist python3-openssl python3-psutil"
@@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/MagicStack/uvloop"
distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=9fa2458b6aa280aa4268bc0054ef53cefb624463f2b5ff09db3ce406ea581f94
+checksum=1edc1301832851833dd19bbacd9dddfe3180473b963b58c9c58a1823927fc204
# Must not be in wrksrc to avoid failed imports from current directory
make_check_pre="env -C .xbps-testdir"
From 592987f54132902cd1b40477d95ed06aa3b5be88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0374/1607] python3-configobj: rebuild for python3-3.13
---
srcpkgs/python3-configobj/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-configobj/template b/srcpkgs/python3-configobj/template
index 3c87ce9ac37e26..0690d5f8de0858 100644
--- a/srcpkgs/python3-configobj/template
+++ b/srcpkgs/python3-configobj/template
@@ -1,7 +1,7 @@
# Template file for 'python3-configobj'
pkgname=python3-configobj
version=5.0.8
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
From d861ded35fba54ef9021fd67c15902aca4806341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0375/1607] python3-tabulate: rebuild for python3-3.13
---
srcpkgs/python3-tabulate/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 90778ce5172ae9..afd0d21f1bd794 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tabulate'
pkgname=python3-tabulate
version=0.9.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-wcwidth"
From 5d677a89c3e76da81ade7fa1c45266389614a75d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:58 -0500
Subject: [PATCH 0376/1607] python3-psycopg: rebuild for python3-3.13
---
srcpkgs/python3-psycopg/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-psycopg/template b/srcpkgs/python3-psycopg/template
index df245e8d772474..f9c798f9328ef3 100644
--- a/srcpkgs/python3-psycopg/template
+++ b/srcpkgs/python3-psycopg/template
@@ -1,7 +1,7 @@
# Template file for 'python3-psycopg'
pkgname=python3-psycopg
version=3.2.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-typing_extensions"
From da2596605046146a68830ee7425925901e39c95d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:59 -0500
Subject: [PATCH 0377/1607] python3-sqlparse: rebuild for python3-3.13
---
srcpkgs/python3-sqlparse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sqlparse/template b/srcpkgs/python3-sqlparse/template
index d5f1b24fec59b9..e9f407185bada7 100644
--- a/srcpkgs/python3-sqlparse/template
+++ b/srcpkgs/python3-sqlparse/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sqlparse'
pkgname=python3-sqlparse
version=0.4.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From 431be106b9f6fdaf5a1c75ccaafe29854c5006e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:59 -0500
Subject: [PATCH 0378/1607] python3-colorclass: rebuild for python3-3.13
---
srcpkgs/python3-colorclass/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index e9834d3ac664f0..85e6a0acad5e7f 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,7 +1,7 @@
# Template file for 'python3-colorclass'
pkgname=python3-colorclass
version=2.2.0
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 0f7825a8ea2f8faeb3122a0c99493d7ee0ba8794 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:59 -0500
Subject: [PATCH 0379/1607] python3-easygui: rebuild for python3-3.13
---
srcpkgs/python3-easygui/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index ef6148d21d6ba1..437679fb81972f 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,7 +1,7 @@
# Template file for 'python3-easygui'
pkgname=python3-easygui
version=0.98.3
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-tkinter"
From 8e93c57ba35edcc2f60c1c366107ac00c42ae50b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:59 -0500
Subject: [PATCH 0380/1607] python3-msoffcrypto-tool: rebuild for python3-3.13
---
srcpkgs/python3-msoffcrypto-tool/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 0ca181f2f166e4..0e30784e715060 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
# Template file for 'python3-msoffcrypto-tool'
pkgname=python3-msoffcrypto-tool
version=5.4.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-setuptools python3-olefile python3-cryptography"
From c1a73f14b5f5750528354efc9d44db4de7cdf54f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:59 -0500
Subject: [PATCH 0381/1607] python3-pcodedmp: rebuild for python3-3.13
---
srcpkgs/python3-pcodedmp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index 713bc78abeaaa9..94a06b1b00d737 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pcodedmp'
pkgname=python3-pcodedmp
version=1.2.6
-revision=6
+revision=7
build_style=python3-module
pycompile_module="pcodedmp"
hostmakedepends="python3-setuptools"
From 842fbfd13385cd05bf153e81b8cdd3bc305c734f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:25:59 -0500
Subject: [PATCH 0382/1607] python3-pdfrw: rebuild for python3-3.13
---
srcpkgs/python3-pdfrw/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index e1e05f1d2d5bb8..a25b6233e6150a 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pdfrw'
pkgname=python3-pdfrw
version=0.4
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a912315635b551d472d731d0c3e2b3afa4dcca18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:00 -0500
Subject: [PATCH 0383/1607] python3-pikepdf: rebuild for python3-3.13
---
srcpkgs/python3-pikepdf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index 86501ca505ffae..4f3bddd6be3523 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pikepdf'
pkgname=python3-pikepdf
version=8.13.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-pybind11 python3-wheel"
makedepends="libqpdf-devel python3-pybind11"
From d248517ac87b124d564da7d053c994e4f1286018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:00 -0500
Subject: [PATCH 0384/1607] python3-construct: rebuild for python3-3.13
---
srcpkgs/python3-construct/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index b59a1c55b07161..ea9a7178186420 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
# Template file for 'python3-construct'
pkgname=python3-construct
version=2.10.68
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From ac527b3df00c2e59828e25b06b0417155564561e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:00 -0500
Subject: [PATCH 0385/1607] python3-pycryptodomex: rebuild for python3-3.13
---
srcpkgs/python3-pycryptodomex/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index fb5c9931f9be6e..883d4620e7e5e1 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycryptodomex'
pkgname=python3-pycryptodomex
version=3.16.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 2e6a41e38699c205f2cf3639491715d191220519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:00 -0500
Subject: [PATCH 0386/1607] python3-Unidecode: rebuild for python3-3.13
---
srcpkgs/python3-Unidecode/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index 3b5ab5d057c72c..6f0d7ed3d2e4c3 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Unidecode'
pkgname=python3-Unidecode
version=1.3.7
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 0c3031e77d23cbfcba84d184c02e2fb38acf4baa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:00 -0500
Subject: [PATCH 0387/1607] python3-text-unidecode: rebuild for python3-3.13
---
srcpkgs/python3-text-unidecode/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index c1424caff5558a..345711b30046ab 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,7 +1,7 @@
# Template file for 'python3-text-unidecode'
pkgname=python3-text-unidecode
version=1.3
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From cf5f76ea866587b67b492ec884111183737ee6e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:01 -0500
Subject: [PATCH 0388/1607] olm-python3: rebuild for python3-3.13
---
srcpkgs/olm-python3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index 8bdc025a243228..c11f441d37f9c3 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
# Template file for 'olm-python3'
pkgname=olm-python3
version=3.2.16
-revision=1
+revision=2
build_wrksrc=python
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi"
From b1849a726addabf213f04f4df5ff36a24dc6d23d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:01 -0500
Subject: [PATCH 0389/1607] python3-aiofiles: rebuild for python3-3.13
---
srcpkgs/python3-aiofiles/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index a5c79dd244ec94..8299b8cf8f2c85 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiofiles'
pkgname=python3-aiofiles
version=24.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From cfcfadaad0c3017eccef50727014cb217169f996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:01 -0500
Subject: [PATCH 0390/1607] python3-aiohttp_socks: rebuild for python3-3.13
---
srcpkgs/python3-aiohttp_socks/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 11f8f7fc149b56..e77ec1e3f2780d 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiohttp_socks'
pkgname=python3-aiohttp_socks
version=0.8.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-aiohttp python3-socks"
From ba385e658a717da9936830e2168c49840cffa604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:01 -0500
Subject: [PATCH 0391/1607] python3-atomicwrites: rebuild for python3-3.13
---
srcpkgs/python3-atomicwrites/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-atomicwrites/template b/srcpkgs/python3-atomicwrites/template
index 64713ccbb803bb..dc14256fc0fc57 100644
--- a/srcpkgs/python3-atomicwrites/template
+++ b/srcpkgs/python3-atomicwrites/template
@@ -1,7 +1,7 @@
# Template file for 'python3-atomicwrites'
pkgname=python3-atomicwrites
version=1.4.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 9abba99fa1a4d5849bc2e0c52a2c49626cfcb1b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:01 -0500
Subject: [PATCH 0392/1607] python3-peewee: rebuild for python3-3.13
---
srcpkgs/python3-peewee/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index db80101152f25b..5c3edb282b3963 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=3.17.7
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
makedepends="python3-devel sqlite-devel"
From 39a6d30a22a881bd48b22ac03864d40a25e94fc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:01 -0500
Subject: [PATCH 0393/1607] python3-cssselect: rebuild for python3-3.13
---
srcpkgs/python3-cssselect/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index 5c1c16b4894295..4243e146784d2c 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cssselect'
pkgname=python3-cssselect
version=1.2.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From e2f9186758ef01f5131436a537380f93037a9f08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:02 -0500
Subject: [PATCH 0394/1607] python3-msgpack: rebuild for python3-3.13
---
srcpkgs/python3-msgpack/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index ba5f0a40fd8ffe..e8681d951bd795 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -2,7 +2,7 @@
# Please ensure this version works with 'borg' before bumping!
pkgname=python3-msgpack
version=1.1.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 2313853439272aca1c1131232ea1ec04f614d7aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:02 -0500
Subject: [PATCH 0395/1607] nemo: rebuild for python3-3.13
---
srcpkgs/nemo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template
index af04526a6ac826..97c49fa1fa92bc 100644
--- a/srcpkgs/nemo/template
+++ b/srcpkgs/nemo/template
@@ -1,7 +1,7 @@
# Template file for 'nemo'
pkgname=nemo
version=5.8.5
-revision=2
+revision=3
build_style=meson
build_helper=gir
pycompile_dirs="/usr/share/nemo/actions/myaction.py"
From 92eebb434acdc040ae125a4101261e163f7dfc8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:02 -0500
Subject: [PATCH 0396/1607] python3-pyserial: rebuild for python3-3.13
---
srcpkgs/python3-pyserial/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyserial/template b/srcpkgs/python3-pyserial/template
index e7645fccbee816..26b41623aabdda 100644
--- a/srcpkgs/python3-pyserial/template
+++ b/srcpkgs/python3-pyserial/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyserial'
pkgname=python3-pyserial
version=3.5
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From dfc2995a6821d204e984236ef8e343670b70aee8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:02 -0500
Subject: [PATCH 0397/1607] scons: rebuild for python3-3.13
---
srcpkgs/scons/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index 4d82ec02737c4e..241c34cfe13c93 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,7 +1,7 @@
# Template file for 'scons'
pkgname=scons
version=4.8.1
-revision=1
+revision=2
build_style="python3-module"
make_install_args="--install-data=/usr/share/man/man1/"
hostmakedepends="python3 python3-setuptools"
From 888c14a816261ee67efb69718b4ae79e0a4f7055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:02 -0500
Subject: [PATCH 0398/1607] python3-serpent: rebuild for python3-3.13
---
srcpkgs/python3-serpent/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 27587283554101..63e10e3f9cc706 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,7 +1,7 @@
# Template file for 'python3-serpent'
pkgname=python3-serpent
version=1.41
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From dcd92d00201e52cd776fbe97e7daef865bdaaa53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:02 -0500
Subject: [PATCH 0399/1607] gst1-python3: rebuild for python3-3.13
---
srcpkgs/gst1-python3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index 81a83de1d4603f..f78354195f484b 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
# Template file for 'gst1-python3'
pkgname=gst1-python3
version=1.24.9
-revision=1
+revision=2
build_style=meson
hostmakedepends="pkg-config python3"
makedepends="libglib-devel python3-devel python3-gobject-devel gst-plugins-base1-devel"
From 9979c1bc0650cc906f00480ce716be1489d0140e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:03 -0500
Subject: [PATCH 0400/1607] python3-pykka: rebuild for python3-3.13
---
srcpkgs/python3-pykka/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index 4729447ed474bb..b14b8985f05fcb 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pykka'
pkgname=python3-pykka
version=2.0.2
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a4048eeae5884b6a8c15d768c8a5d066db24da57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:03 -0500
Subject: [PATCH 0401/1607] python3-casttube: rebuild for python3-3.13
---
srcpkgs/python3-casttube/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 356394558e2ff1..372eb950f0d414 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,7 +1,7 @@
# Template file for 'python3-casttube'
pkgname=python3-casttube
version=0.2.0
-revision=6
+revision=7
build_style=python3-module
pycompile_module="casttube"
hostmakedepends="python3-setuptools"
From 3801c9fb5cd7ab2a3150b492ec94ec0d4751b5fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:03 -0500
Subject: [PATCH 0402/1607] python3-zeroconf: rebuild for python3-3.13
---
srcpkgs/python3-zeroconf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index f21d246dba525d..d207f351b1dc63 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zeroconf'
pkgname=python3-zeroconf
version=0.39.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ifaddr python3-async-timeout"
From ae0f40289f610045ceeb599ce36c50ba21bd63e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:03 -0500
Subject: [PATCH 0403/1607] libcap-ng: rebuild for python3-3.13
---
srcpkgs/libcap-ng/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index 62666752e06950..186866489e8496 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
# Template file for 'libcap-ng'
pkgname=libcap-ng
version=0.8.5
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--without-python --without-python3"
short_desc="Alternate POSIX capabilities library"
From a6d446f4018b583a9a00271f35643b4e361c3e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:03 -0500
Subject: [PATCH 0404/1607] python3-xdg: rebuild for python3-3.13
---
srcpkgs/python3-xdg/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xdg/template b/srcpkgs/python3-xdg/template
index 0904db59a7e04d..dc0178037489ad 100644
--- a/srcpkgs/python3-xdg/template
+++ b/srcpkgs/python3-xdg/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xdg'
pkgname=python3-xdg
version=0.28
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1c34f6ea6eff7997ab9ec185d96451868386abfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:03 -0500
Subject: [PATCH 0405/1607] python3-txaio: rebuild for python3-3.13
---
srcpkgs/python3-txaio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index 5f0b6434443320..fb883d071890a1 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-txaio'
pkgname=python3-txaio
version=23.1.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1547074e6e0d714bcc8a37fa229b2f264ca9da5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:04 -0500
Subject: [PATCH 0406/1607] python3-hkdf: rebuild for python3-3.13
---
srcpkgs/python3-hkdf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index a2bffc72fbf334..758fc60d97ae50 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hkdf'
pkgname=python3-hkdf
version=0.0.3
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3"
From cd6af67de7e15c75e75e865602838ef9900c8c1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:04 -0500
Subject: [PATCH 0407/1607] libixion: rebuild for python3-3.13
---
srcpkgs/libixion/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 74bfc536355bad..f9ca527f3b6e40 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
# Template file for 'libixion'
pkgname=libixion
version=0.19.0
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config python3"
makedepends="boost-devel fmt-devel mdds python3-devel spdlog"
From f6e7daeac4ce7e7a4a46d494cfdbc3c00144d2a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:04 -0500
Subject: [PATCH 0408/1607] gpgme: rebuild for python3-3.13
---
srcpkgs/gpgme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gpgme/template b/srcpkgs/gpgme/template
index 1323fece74ecd5..f172ee112ddde6 100644
--- a/srcpkgs/gpgme/template
+++ b/srcpkgs/gpgme/template
@@ -3,7 +3,7 @@
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/gpgme-qt6"
pkgname=gpgme
version=1.23.2
-revision=4
+revision=5
build_style=gnu-configure
build_helper="python3"
configure_args="--enable-fd-passing
From 7426947d4323f1c94066057146d976661075d53c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:04 -0500
Subject: [PATCH 0409/1607] opencv: rebuild for python3-3.13
---
srcpkgs/opencv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index e267a87f7aee23..66c110edd20847 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
# Template file for 'opencv'
pkgname=opencv
version=4.7.0
-revision=3
+revision=4
create_wrksrc=yes
build_wrksrc=${pkgname}-${version}
build_style=cmake
From 61b5c334d8b1509a16dd65cb1ce631bf0208610d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:04 -0500
Subject: [PATCH 0410/1607] imath: rebuild for python3-3.13
---
srcpkgs/imath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/imath/template b/srcpkgs/imath/template
index b4a47b59073b8c..d5ce132cf536f4 100644
--- a/srcpkgs/imath/template
+++ b/srcpkgs/imath/template
@@ -1,7 +1,7 @@
# Template file for 'imath'
pkgname=imath
version=3.1.9
-revision=3
+revision=4
build_style=cmake
configure_args="-DPYTHON=ON"
hostmakedepends="python3-numpy"
From 7fa4a02dab7780ac665e4468cd5eb371f98f0331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:05 -0500
Subject: [PATCH 0411/1607] python3-ldap3: rebuild for python3-3.13
---
srcpkgs/python3-ldap3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index e6c2b5fd829d36..5023b8ae0b6f0c 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ldap3'
pkgname=python3-ldap3
version=2.8.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pyasn1"
From 5190671f55ca5c4ee0853230fb8f1da0764e78e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:05 -0500
Subject: [PATCH 0412/1607] python3-jaraco.logging: rebuild for python3-3.13
---
srcpkgs/python3-jaraco.logging/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.logging/template b/srcpkgs/python3-jaraco.logging/template
index 29fe5144f3450d..8474dc4236f461 100644
--- a/srcpkgs/python3-jaraco.logging/template
+++ b/srcpkgs/python3-jaraco.logging/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.logging'
pkgname=python3-jaraco.logging
version=3.3.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
From f1508c5b3aca7d380f8acea112506ec334ab663c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:05 -0500
Subject: [PATCH 0413/1607] python3-jaraco.stream: rebuild for python3-3.13
---
srcpkgs/python3-jaraco.stream/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index 873c7c592bd016..46b6c74616b44c 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
version=3.0.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
From 629679f214c2a55fe9f9d973e48a9926c9cd4e72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:05 -0500
Subject: [PATCH 0414/1607] python3-magic: rebuild for python3-3.13
---
srcpkgs/python3-magic/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index e343f8b909c1ee..da804444dd3396 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
# Template file for 'python3-magic'
pkgname=python3-magic
version=0.4.25
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="libmagic"
From c6c4a0d9b7617df65915d7fe3854aa43095c6da7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:05 -0500
Subject: [PATCH 0415/1607] python3-filetype: rebuild for python3-3.13
---
srcpkgs/python3-filetype/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index b2d6446f8ffe20..9d79e58a854d60 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
# Template file for 'python3-filetype'
pkgname=python3-filetype
version=1.2.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a648b2eb91fb91b2f8a50d4ede55104497edf727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:05 -0500
Subject: [PATCH 0416/1607] python3-pylast: rebuild for python3-3.13
---
srcpkgs/python3-pylast/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index d8ca9697b29d48..086859175c79cb 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pylast'
pkgname=python3-pylast
version=5.3.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-httpx"
From 11002ec68fbc9ba1958bdc8c4312ff7ce34cf133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:06 -0500
Subject: [PATCH 0417/1607] SoapySDR: rebuild for python3-3.13
---
srcpkgs/SoapySDR/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 61bdbce1827bec..d2c71c9ce6f3cf 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
# Template file for 'SoapySDR'
pkgname=SoapySDR
version=0.8.1
-revision=3
+revision=4
build_style=cmake
configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
hostmakedepends="doxygen swig python3 python3-setuptools"
From e66d5d169c7401286e55cdea2a6e0489c4659f18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:06 -0500
Subject: [PATCH 0418/1607] libiio: rebuild for python3-3.13
---
srcpkgs/libiio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libiio/template b/srcpkgs/libiio/template
index a572eabda899f7..acd6a929e42c2e 100644
--- a/srcpkgs/libiio/template
+++ b/srcpkgs/libiio/template
@@ -1,7 +1,7 @@
# Template file for 'libiio'
pkgname=libiio
version=0.25
-revision=2
+revision=3
build_style=cmake
configure_args="-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d -DWITH_DOC=YES
-DWITH_SERIAL_BACKEND=YES -DHAVE_DNS_SD=YES -DPYTHON_BINDINGS=YES"
From 73da127e209c33bf5c44d6b9b0458fc3b4552ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:06 -0500
Subject: [PATCH 0419/1607] python3-matplotlib: rebuild for python3-3.13
---
srcpkgs/python3-matplotlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index c98abbcd87a43b..8daa5bec66cd72 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-matplotlib'
pkgname=python3-matplotlib
version=3.9.2
-revision=1
+revision=2
build_style=python3-pep517
build_helper="meson numpy"
make_build_args="-Csetup-args=-Dsystem-freetype=true
From f615297b4496975e00994daa5769cedcf523edf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:06 -0500
Subject: [PATCH 0420/1607] python3-pygccxml: rebuild for python3-3.13
---
srcpkgs/python3-pygccxml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pygccxml/template b/srcpkgs/python3-pygccxml/template
index cad678b2a7ca9a..a678da66ada622 100644
--- a/srcpkgs/python3-pygccxml/template
+++ b/srcpkgs/python3-pygccxml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pygccxml'
pkgname=python3-pygccxml
version=2.2.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme"
depends="CastXML which"
From 6d19b581f86d1e2263da4492e4ca84034b4ea02a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:06 -0500
Subject: [PATCH 0421/1607] python3-pyqtgraph: rebuild for python3-3.13
---
srcpkgs/python3-pyqtgraph/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index fd58932ba44742..1a0877a0345eed 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyqtgraph'
pkgname=python3-pyqtgraph
version=0.13.7
-revision=1
+revision=2
build_style=python3-module
make_check_target="tests"
make_install_args="--no-compile"
From 743d3c7a9d8ae12060fd4e709b0dcfd4e6eb5999 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:06 -0500
Subject: [PATCH 0422/1607] python3-scipy: rebuild for python3-3.13
---
srcpkgs/python3-scipy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 00aa693110b985..61ec0f8fa66d1f 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.14.1
-revision=1
+revision=2
build_style=python3-pep517
build_helper="meson numpy"
# SciPy imposes strict and unnecessary restrictions on build dependencies
From 4de38a039fbac543be8b467852a46cfd3c63ee37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:07 -0500
Subject: [PATCH 0423/1607] volk: rebuild for python3-3.13
---
srcpkgs/volk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cda7e47c489c31..54d611bcfacc9b 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
# Template file for 'volk'
pkgname=volk
version=3.1.2
-revision=1
+revision=2
_cpu_features_gitrev="188d0d3c383689cdb6bb70dc6da2469faec84f61"
_sse2neon_ver=1.7.0
create_wrksrc=yes
From ead046d9ae908271df59ae28045614321e3e117d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:07 -0500
Subject: [PATCH 0424/1607] keystone: rebuild for python3-3.13
---
srcpkgs/keystone/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index 84bee2c91be4ff..06d55e251c1293 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
# Template file for 'keystone'
pkgname=keystone
version=0.9.2
-revision=5
+revision=6
build_style=cmake
configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
hostmakedepends="python3-setuptools"
From 928d649afd43654c6ecdb0266398098ee093704a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:07 -0500
Subject: [PATCH 0425/1607] python3-filebytes: rebuild for python3-3.13
---
srcpkgs/python3-filebytes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index fe023d59a625dc..cf0e3484367e9b 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-filebytes'
pkgname=python3-filebytes
version=0.10.2
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 8e0e56d7a4060cbb3ab5322cbcb5dd8e904364bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:07 -0500
Subject: [PATCH 0426/1607] libpeas: rebuild for python3-3.13
---
srcpkgs/libpeas/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index e5cc677ca1cfef..808d788c7cefa0 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
# Template file for 'libpeas'
pkgname=libpeas
version=1.36.0
-revision=2
+revision=3
build_style=meson
build_helper="gir"
configure_args="-Ddemos=false -Dvapi=true"
From cc3943f86801729b89186333627292b9f691b162 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:07 -0500
Subject: [PATCH 0427/1607] python3-precis-i18n: rebuild for python3-3.13
---
srcpkgs/python3-precis-i18n/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index c63a93d107d260..d58520af9a9b32 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,7 +1,7 @@
# Template file for 'python3-precis-i18n'
pkgname=python3-precis-i18n
version=1.1.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a3a6c28f3b41b2e885b3fd234709da2c75063ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:08 -0500
Subject: [PATCH 0428/1607] python3-gitdb: rebuild for python3-3.13
---
srcpkgs/python3-gitdb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 94629ce8351a4c..c84ed4931ba681 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
# Template file for 'python3-gitdb'
pkgname=python3-gitdb
version=4.0.10
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-smmap"
From 08c3a652d859aea33271bf6d22717232cf9f1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:08 -0500
Subject: [PATCH 0429/1607] python3-bottle: rebuild for python3-3.13
---
srcpkgs/python3-bottle/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index 2590c647a79c8f..b2b954122941ef 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bottle'
pkgname=python3-bottle
version=0.12.25
-revision=2
+revision=3
build_style=python3-module
make_check_args="--deselect test/test_sendfile.py::TestSendFile::test_invalid"
hostmakedepends="python3-setuptools"
From 4746188e2877388f1545912c4f12ac430cc04b55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:08 -0500
Subject: [PATCH 0430/1607] python3-google-api-python-client: rebuild for
python3-3.13
---
srcpkgs/python3-google-api-python-client/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index dfca76ef2fc27b..19c64dc342c6bf 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
# Template file for 'python3-google-api-python-client'
pkgname=python3-google-api-python-client
version=2.80.0
-revision=2
+revision=3
build_style=python3-module
make_check_args="--deselect=tests/test__helpers.py::PositionalTests::test_usage
--deselect=tests/test_discovery.py::DiscoveryErrors::test_tests_should_be_run_with_strict_positional_enforcement"
From c8bbfb46f0cd300fc32077c508779344942ccdbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:08 -0500
Subject: [PATCH 0431/1607] python3-pyasyncore: rebuild for python3-3.13
---
srcpkgs/python3-pyasyncore/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyasyncore/template b/srcpkgs/python3-pyasyncore/template
index 58ad0e77592ad1..2ef8423567eae9 100644
--- a/srcpkgs/python3-pyasyncore/template
+++ b/srcpkgs/python3-pyasyncore/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyasyncore'
pkgname=python3-pyasyncore
version=1.0.2
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From e40cd3a2b1295f44e2bc946b2f66cb5fb8ab3706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:08 -0500
Subject: [PATCH 0432/1607] python3-WTForms: rebuild for python3-3.13
---
srcpkgs/python3-WTForms/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 851dd57654f328..2680b367351755 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
# Template file for 'python3-WTForms'
pkgname=python3-WTForms
version=3.1.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools hatchling python3-Babel"
depends="python3 python3-MarkupSafe python3-email-validator"
From 3c093226bdf98ed1303e54f2248012b8b6f43147 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:08 -0500
Subject: [PATCH 0433/1607] python3-asn1crypto: rebuild for python3-3.13
---
srcpkgs/python3-asn1crypto/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index a9a2bc0ea3ea23..ce1a3fe4a8f9b2 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
# Template file for 'python3-asn1crypto'
pkgname=python3-asn1crypto
version=1.4.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 2991a62b2aa16e9039294db1e5fccd8699bc154e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:09 -0500
Subject: [PATCH 0434/1607] python3-furl: rebuild for python3-3.13
---
srcpkgs/python3-furl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 03b272b58f01cc..88019b997fc800 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-furl'
pkgname=python3-furl
version=2.1.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-orderedmultidict"
From 1d325e4d3283b7d6d5514c3126334fcb3ff15824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:09 -0500
Subject: [PATCH 0435/1607] python3-py: rebuild for python3-3.13
---
srcpkgs/python3-py/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 68e4d72677c306..52d243f2efea2a 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
# Template file for 'python3-py'
pkgname=python3-py
version=1.11.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
From 9b25eeae91906832cb9bd9a067c7ef1a186914d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:09 -0500
Subject: [PATCH 0436/1607] python3-scrypt: rebuild for python3-3.13
---
srcpkgs/python3-scrypt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index bc85ca82a7ff58..a6439c27b14152 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scrypt'
pkgname=python3-scrypt
version=0.8.17
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel openssl-devel"
From e4619f6387dc8693f42e2d7fa6f74e0d1a7cca70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:09 -0500
Subject: [PATCH 0437/1607] python3-vobject: rebuild for python3-3.13
---
srcpkgs/python3-vobject/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index f366fc0c1a12fc..f8672757cb96da 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
# Template file for 'python3-vobject'
pkgname=python3-vobject
version=0.9.6.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-dateutil python3-six"
From d5c3f002f502a3f82d761f88d78f4af3dee8c820 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:09 -0500
Subject: [PATCH 0438/1607] python3-passlib: rebuild for python3-3.13
---
srcpkgs/python3-passlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index 5e99056bce9d0b..b141b3412017fd 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-passlib'
pkgname=python3-passlib
version=1.7.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 55092109cf3b728647240835fd824aa678a9780a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:09 -0500
Subject: [PATCH 0439/1607] python3-bitarray: rebuild for python3-3.13
---
srcpkgs/python3-bitarray/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index 8e5cd8c48b6315..c0aedc648cdc7f 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bitarray'
pkgname=python3-bitarray
version=2.9.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libcurl-devel"
From 1dccc91f44f828bcd589f024e49523aa56f54e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:10 -0500
Subject: [PATCH 0440/1607] python3-PyBrowserID: rebuild for python3-3.13
---
srcpkgs/python3-PyBrowserID/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index c187857dd59766..a20dbbd1c854aa 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyBrowserID'
pkgname=python3-PyBrowserID
version=0.14.0
-revision=7
+revision=8
build_style=python3-module
pycompile_module="browserid"
hostmakedepends="python3-setuptools"
From 173752159bdac1b11031a092f801c940310888fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:10 -0500
Subject: [PATCH 0441/1607] python3-hawkauthlib: rebuild for python3-3.13
---
srcpkgs/python3-hawkauthlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index bc61a8a62fab70..f222602af95e3f 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hawkauthlib'
pkgname=python3-hawkauthlib
version=2.0.0
-revision=7
+revision=8
build_style=python3-module
pycompile_module="hawkauthlib"
hostmakedepends="python3-setuptools"
From 9d6c8c20d24663133a74244a0e82eec06189993c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:10 -0500
Subject: [PATCH 0442/1607] libArcus: rebuild for python3-3.13
---
srcpkgs/libArcus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 343eef52730880..cf4cc14e03bbb1 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
# Template file for 'libArcus'
pkgname=libArcus
version=4.13.1
-revision=8
+revision=9
build_style=cmake
configure_args="-DBUILD_EXAMPLES=OFF"
hostmakedepends="protobuf python3-sip-devel python3-setuptools"
From 865542a50fb8ee84d32c6cf17ffccc2dfcc10365 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:10 -0500
Subject: [PATCH 0443/1607] python3-numpy-stl: rebuild for python3-3.13
---
srcpkgs/python3-numpy-stl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 72a7448c990aad..84eb1f4b9fa277 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-numpy-stl'
pkgname=python3-numpy-stl
version=2.17.1
-revision=4
+revision=5
build_style=python3-module
build_helper="numpy"
# skip flake8 tests
From ef8818be80d92f726e178ef91ed8e9080bbf9e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:10 -0500
Subject: [PATCH 0444/1607] python3-shapely: rebuild for python3-3.13
---
srcpkgs/python3-shapely/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 16d9131b2c630e..ad867f965078f5 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -1,7 +1,7 @@
# Template file for 'python3-shapely'
pkgname=python3-shapely
version=2.0.5
-revision=1
+revision=2
build_style=python3-module
build_helper=numpy
hostmakedepends="python3-setuptools python3-Cython0.29 geos"
From 32cc3635240fb0131cf26c21a3c6e5d30e6649d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:10 -0500
Subject: [PATCH 0445/1607] python3-networkx: rebuild for python3-3.13
---
srcpkgs/python3-networkx/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 0460de43b267eb..12d7ec71e36436 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
# Template file for 'python3-networkx'
pkgname=python3-networkx
version=3.4.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 705c4a7145ad28d27fd083ed8a05d892a305bf6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:11 -0500
Subject: [PATCH 0446/1607] python3-pycollada: rebuild for python3-3.13
---
srcpkgs/python3-pycollada/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index bef804b24e0a5f..eea82bdd84fd4b 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycollada'
pkgname=python3-pycollada
version=0.8
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-dateutil python3-numpy"
From 85ec768119969e6d3aad3c2f7b6f57d2f59b72f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:11 -0500
Subject: [PATCH 0447/1607] python3-pyglet: rebuild for python3-3.13
---
srcpkgs/python3-pyglet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyglet/template b/srcpkgs/python3-pyglet/template
index f7057f4f9bd775..57f31fcf67faad 100644
--- a/srcpkgs/python3-pyglet/template
+++ b/srcpkgs/python3-pyglet/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyglet'
pkgname=python3-pyglet
version=1.4.10
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
depends="python3"
From af6db379cb74a90ef4688ad348e0d3a296e2abf5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:11 -0500
Subject: [PATCH 0448/1607] python3-rtree: rebuild for python3-3.13
---
srcpkgs/python3-rtree/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 4714005a91e332..b1ee20100bbc69 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rtree'
pkgname=python3-rtree
version=1.0.0
-revision=3
+revision=4
build_style=python3-module
make_check_target="tests"
hostmakedepends="python3-setuptools libspatialindex-devel python3-wheel"
From f0082976a9c1e539fc4e99ba53422e80b2251777 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:11 -0500
Subject: [PATCH 0449/1607] python3-svg.path: rebuild for python3-3.13
---
srcpkgs/python3-svg.path/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 9b7ad281e4b49b..35d15ecba15c5a 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,7 +1,7 @@
# Template file for 'python3-svg.path'
pkgname=python3-svg.path
version=6.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 256e17e1c44bee4a6f13ed353691b67de16c68ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:11 -0500
Subject: [PATCH 0450/1607] python3-sympy: rebuild for python3-3.13
---
srcpkgs/python3-sympy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 8ad820d1511fe2..ee253fe52a36d0 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sympy'
pkgname=python3-sympy
version=1.13.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-mpmath"
From efe03e56613d1266665566691f38fed07689eba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:11 -0500
Subject: [PATCH 0451/1607] python3-atspi: rebuild for python3-3.13
---
srcpkgs/python3-atspi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index a4e85ca067b594..4a46169b0c17ef 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-atspi'
pkgname=python3-atspi
version=2.38.0
-revision=6
+revision=7
build_style=gnu-configure
hostmakedepends="pkg-config python3"
makedepends="at-spi2-core-devel python3-gobject-devel"
From 1b6f548074cf6cd7cbbfc53fcb289c82fef777d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:12 -0500
Subject: [PATCH 0452/1607] python3-setproctitle: rebuild for python3-3.13
---
srcpkgs/python3-setproctitle/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 1d0bf67e7fc35a..ce2dbee76d4c98 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
# Template file for 'python3-setproctitle'
pkgname=python3-setproctitle
version=1.3.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From f001d6de39a30fdfa46f1f54f84a563f3d36c0e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:12 -0500
Subject: [PATCH 0453/1607] python3-xapp: rebuild for python3-3.13
---
srcpkgs/python3-xapp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 2004e9d7223b32..01d255986695f7 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xapp'
pkgname=python3-xapp
version=2.4.1
-revision=2
+revision=3
build_style=meson
hostmakedepends="python3"
depends="python3 python3-psutil xapps"
From 9824c8eea25d963fb83120cc64471b0923eb1b20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:12 -0500
Subject: [PATCH 0454/1607] python3-ConfigArgParse: rebuild for python3-3.13
---
srcpkgs/python3-ConfigArgParse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index b0debe1cd51470..a07362a6a747a4 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ConfigArgParse'
pkgname=python3-ConfigArgParse
version=1.7
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4cc3599a682e399f23c9e37ed3b2be365fe417d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:12 -0500
Subject: [PATCH 0455/1607] python3-acme: rebuild for python3-3.13
---
srcpkgs/python3-acme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 4db21729bb4b22..aaa2b666df61a0 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
# Template file for 'python3-acme'
pkgname=python3-acme
version=2.7.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
depends="python3-cryptography python3-openssl python3-pyrfc3339
From 5b2e5c146a799c7e3086d2d6b31055e5ee0674a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:12 -0500
Subject: [PATCH 0456/1607] python3-parsedatetime: rebuild for python3-3.13
---
srcpkgs/python3-parsedatetime/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 7a50c02a01f6a7..531d3869a4af97 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,7 +1,7 @@
# Template file for 'python3-parsedatetime'
pkgname=python3-parsedatetime
version=2.6
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future"
From 117b3e9eb92164ba2719cfed54fe5a56a7dfdc54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:12 -0500
Subject: [PATCH 0457/1607] python3-gevent: rebuild for python3-3.13
---
srcpkgs/python3-gevent/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index a61545d6a315f9..5d1bdb8c038bdd 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
# Template file for 'python3-gevent'
pkgname=python3-gevent
version=23.9.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel libev-devel libuv-devel c-ares-devel python3-greenlet-devel"
From 876439ad595c86183a44f9200ee37bb64c948743 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:13 -0500
Subject: [PATCH 0458/1607] python3-feedparser: rebuild for python3-3.13
---
srcpkgs/python3-feedparser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-feedparser/template b/srcpkgs/python3-feedparser/template
index 6295f90a0ab40a..14c90f19d80acf 100644
--- a/srcpkgs/python3-feedparser/template
+++ b/srcpkgs/python3-feedparser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-feedparser'
pkgname=python3-feedparser
version=6.0.11
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-sgmllib python3-requests"
From 8f7442281a97ab1535d73674d7d78c93a2aa2336 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:13 -0500
Subject: [PATCH 0459/1607] python3-inflate64: rebuild for python3-3.13
---
srcpkgs/python3-inflate64/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-inflate64/template b/srcpkgs/python3-inflate64/template
index d6788064d9988e..09859110c404c2 100644
--- a/srcpkgs/python3-inflate64/template
+++ b/srcpkgs/python3-inflate64/template
@@ -1,7 +1,7 @@
# Template file for 'python3-inflate64'
pkgname=python3-inflate64
version=1.0.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
From c06ac8081bbdb83bc1aaab53ade226766e206b33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:13 -0500
Subject: [PATCH 0460/1607] python3-multivolumefile: rebuild for python3-3.13
---
srcpkgs/python3-multivolumefile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-multivolumefile/template b/srcpkgs/python3-multivolumefile/template
index 6592f0b5bed5c7..a11b75bdbfa8c2 100644
--- a/srcpkgs/python3-multivolumefile/template
+++ b/srcpkgs/python3-multivolumefile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-multivolumefile'
pkgname=python3-multivolumefile
version=0.2.3
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
From 4e4f2db3a3ff5a4eb30e5bc066a9b4796d7856fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:13 -0500
Subject: [PATCH 0461/1607] python3-pybcj: rebuild for python3-3.13
---
srcpkgs/python3-pybcj/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pybcj/template b/srcpkgs/python3-pybcj/template
index 4831758cf29d46..b310004b8bcbfd 100644
--- a/srcpkgs/python3-pybcj/template
+++ b/srcpkgs/python3-pybcj/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pybcj'
pkgname=python3-pybcj
version=1.0.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
From b09956ccbde0439b56a6461843fb6007d91fed70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:13 -0500
Subject: [PATCH 0462/1607] python3-pyppmd: rebuild for python3-3.13
---
srcpkgs/python3-pyppmd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyppmd/template b/srcpkgs/python3-pyppmd/template
index 6a54ffabc73efc..a8f767bf57c01b 100644
--- a/srcpkgs/python3-pyppmd/template
+++ b/srcpkgs/python3-pyppmd/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyppmd'
pkgname=python3-pyppmd
version=1.1.0
-revision=1
+revision=2
build_style=python3-module
make_check_args="--noconftest --ignore=tests/test_benchmark.py"
hostmakedepends="python3-setuptools_scm"
From 522933969bb3aed82e26a7d548717dab112b65b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:13 -0500
Subject: [PATCH 0463/1607] python3-pyzstd: rebuild for python3-3.13
---
srcpkgs/python3-pyzstd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyzstd/template b/srcpkgs/python3-pyzstd/template
index daba86a8a46239..5034115f03a63c 100644
--- a/srcpkgs/python3-pyzstd/template
+++ b/srcpkgs/python3-pyzstd/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyzstd'
pkgname=python3-pyzstd
version=0.16.0
-revision=1
+revision=2
build_style=python3-module
make_build_args="--dynamic-link-zstd"
hostmakedepends="python3-setuptools"
From a82e23cd23acd3f96b9e6851ee355326d0c82aa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:14 -0500
Subject: [PATCH 0464/1607] python3-texttable: rebuild for python3-3.13
---
srcpkgs/python3-texttable/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index e648c4c57e8d07..97225fb1e042d3 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
# Template file for 'python3-texttable'
pkgname=python3-texttable
version=1.6.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From e8a203563385a9b1b9798635f56e42f1df9862de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:14 -0500
Subject: [PATCH 0465/1607] python3-rdflib: rebuild for python3-3.13
---
srcpkgs/python3-rdflib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rdflib/template b/srcpkgs/python3-rdflib/template
index 1ea3f086408906..1807983a4893df 100644
--- a/srcpkgs/python3-rdflib/template
+++ b/srcpkgs/python3-rdflib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rdflib'
pkgname=python3-rdflib
version=6.2.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-setuptools python3-isodate python3-parsing"
From e8f743025ef932f99e42036d559a18f2c42fcfd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:14 -0500
Subject: [PATCH 0466/1607] python3-xlib: rebuild for python3-3.13
---
srcpkgs/python3-xlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xlib/template b/srcpkgs/python3-xlib/template
index 1d948042453140..8a3c17c24272c2 100644
--- a/srcpkgs/python3-xlib/template
+++ b/srcpkgs/python3-xlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xlib'
pkgname=python3-xlib
version=0.33
-revision=2
+revision=3
build_style=python3-module
make_check_target="test"
hostmakedepends="python3-setuptools_scm"
From 12a50b3080c0b0105d004bdaa3af5c800eb2b49a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:14 -0500
Subject: [PATCH 0467/1607] python3-pyfuse3: rebuild for python3-3.13
---
srcpkgs/python3-pyfuse3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyfuse3/template b/srcpkgs/python3-pyfuse3/template
index dd75556c9b28e5..486f6ae36dc979 100644
--- a/srcpkgs/python3-pyfuse3/template
+++ b/srcpkgs/python3-pyfuse3/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyfuse3'
pkgname=python3-pyfuse3
version=3.3.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools"
makedepends="fuse3-devel python3-devel"
From 5a54fd435aad65bc89a3b6cf4f5108dcf8df95d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:14 -0500
Subject: [PATCH 0468/1607] python3-Arrow: rebuild for python3-3.13
---
srcpkgs/python3-Arrow/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index d72afac240beaf..4239c2cfe4d54a 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Arrow'
pkgname=python3-Arrow
version=1.2.3
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil"
From 1b2b56706112cba08f12949dbadbe3209f417cbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:14 -0500
Subject: [PATCH 0469/1607] python3-logfury: rebuild for python3-3.13
---
srcpkgs/python3-logfury/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index 628c314326e20f..34ca425008cfda 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
# Template file for 'python3-logfury'
pkgname=python3-logfury
version=1.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
From 9ed0d2e191d139f270f98c370b6a1fa962e4964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:15 -0500
Subject: [PATCH 0470/1607] python3-pdm-backend: rebuild for python3-3.13
---
srcpkgs/python3-pdm-backend/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pdm-backend/template b/srcpkgs/python3-pdm-backend/template
index 38dd9b4c8f4019..61091ceea4b7a4 100644
--- a/srcpkgs/python3-pdm-backend/template
+++ b/srcpkgs/python3-pdm-backend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pdm-backend'
pkgname=python3-pdm-backend
version=2.4.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging"
short_desc="PDM-Backend"
From 1734f73a77ce3466eafd08ecf601221f5970aff9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:15 -0500
Subject: [PATCH 0471/1607] python3-tqdm: rebuild for python3-3.13
---
srcpkgs/python3-tqdm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 088f30acf17af0..b7a6f8e1e05117 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tqdm'
pkgname=python3-tqdm
version=4.66.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
From 79da434b0ef5694a8ea9390496b7a751f3da8c67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:15 -0500
Subject: [PATCH 0472/1607] python3-s3transfer: rebuild for python3-3.13
---
srcpkgs/python3-s3transfer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index a605212ea24fcf..9fdbf083028de7 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
# Template file for 'python3-s3transfer'
pkgname=python3-s3transfer
version=0.5.0
-revision=3
+revision=4
build_style=python3-module
# integration tests want aws credentials
make_check_target="tests/unit tests/functional"
From c123456be4776485047befc82edf76bd3e6f62bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:15 -0500
Subject: [PATCH 0473/1607] python3-MyST-Parser: rebuild for python3-3.13
---
srcpkgs/python3-MyST-Parser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-MyST-Parser/template b/srcpkgs/python3-MyST-Parser/template
index c98f43d7392199..7cf9cfb8ca7941 100644
--- a/srcpkgs/python3-MyST-Parser/template
+++ b/srcpkgs/python3-MyST-Parser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-MyST-Parser'
pkgname=python3-MyST-Parser
version=3.0.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
short_desc="Sphinx and Docutils extension to parse MyST"
From 83ee1b8e4911958302ad57cdc1b99feee563cbe1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:15 -0500
Subject: [PATCH 0474/1607] python3-mdit-py-plugins: rebuild for python3-3.13
---
srcpkgs/python3-mdit-py-plugins/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mdit-py-plugins/template b/srcpkgs/python3-mdit-py-plugins/template
index cc9ac1c9e9b823..488d659fd3de8e 100644
--- a/srcpkgs/python3-mdit-py-plugins/template
+++ b/srcpkgs/python3-mdit-py-plugins/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mdit-py-plugins'
pkgname=python3-mdit-py-plugins
version=0.4.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
short_desc="Markdown-It-Py Plugin Extensions"
From 85cfca162ebcddc5609804c3c87e16cacb109096 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:15 -0500
Subject: [PATCH 0475/1607] z3: rebuild for python3-3.13
---
srcpkgs/z3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 7e959a658420c0..5398ae63d2a0b8 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
# Template file for 'z3'
pkgname=z3
version=4.13.3
-revision=1
+revision=2
build_style=configure
configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"
make_build_args="-C build all examples"
From 6b975486c5f30b0309c6c9f7f3d2c8f1bc1d4380 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:16 -0500
Subject: [PATCH 0476/1607] python3-authres: rebuild for python3-3.13
---
srcpkgs/python3-authres/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 071496ddafe8a3..eb753352ac5d62 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,7 +1,7 @@
# Template file for 'python3-authres'
pkgname=python3-authres
version=1.2.0
-revision=7
+revision=8
build_style=python3-module
pycompile_module=authres
hostmakedepends="python3-setuptools"
From fcaaa3f9a1a7a4c20a0bfa82177f84e1f33f1870 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:16 -0500
Subject: [PATCH 0477/1607] python3-markdown-math: rebuild for python3-3.13
---
srcpkgs/python3-markdown-math/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index 2a8680b2d7c662..10edf65b7dc76f 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,7 +1,7 @@
# Template file for 'python3-markdown-math'
pkgname=python3-markdown-math
version=0.8
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Markdown"
From a626d07d2b95851172cfdd4ef6e146825dbc411b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:16 -0500
Subject: [PATCH 0478/1607] python3-QtPy: rebuild for python3-3.13
---
srcpkgs/python3-QtPy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 79e4016fb02361..d654aba6d112c3 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-QtPy'
pkgname=python3-QtPy
version=2.4.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
# depends on either of PyQt5, PyQt6
From aa8900e0114260bb526f9eee3195abc2ebaff0b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:16 -0500
Subject: [PATCH 0479/1607] python3-SQLAlchemy: rebuild for python3-3.13
---
srcpkgs/python3-SQLAlchemy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-SQLAlchemy/template b/srcpkgs/python3-SQLAlchemy/template
index e3d67f29108b1b..81871b0cdb8015 100644
--- a/srcpkgs/python3-SQLAlchemy/template
+++ b/srcpkgs/python3-SQLAlchemy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-SQLAlchemy'
pkgname=python3-SQLAlchemy
version=1.4.50
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From a4dfac162637bca8f4ce496d7079d3b1fa406422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:16 -0500
Subject: [PATCH 0480/1607] python3-editor: rebuild for python3-3.13
---
srcpkgs/python3-editor/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index 96538c5d923f2c..9d4a2c955717d1 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
# Template file for 'python3-editor'
pkgname=python3-editor
version=1.0.4
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 392dbedfd6ca99fafd5c70081b19be319bef8d8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:17 -0500
Subject: [PATCH 0481/1607] python3-regex: rebuild for python3-3.13
---
srcpkgs/python3-regex/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 3539414a7eeb6b..621daf235f8613 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2024.9.11
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel"
From 069955b5cf6d97d4d13afd464c8b8c5ae7dc6f30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:17 -0500
Subject: [PATCH 0482/1607] python3-pyperclip: rebuild for python3-3.13
---
srcpkgs/python3-pyperclip/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index c10a9aeeefc6f5..a1dca720a65edc 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyperclip'
pkgname=python3-pyperclip
version=1.8.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1c95ad6752ee2647840ef67739d1bf2cf440721c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:17 -0500
Subject: [PATCH 0483/1607] python3-urwid_readline: rebuild for python3-3.13
---
srcpkgs/python3-urwid_readline/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urwid_readline/template b/srcpkgs/python3-urwid_readline/template
index 7a8645104e1cf2..b57c6e37400507 100644
--- a/srcpkgs/python3-urwid_readline/template
+++ b/srcpkgs/python3-urwid_readline/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urwid_readline'
pkgname=python3-urwid_readline
version=0.14
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-urwid"
From 02eebaa42391f2f1979011d7dbc3236e803c91d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:17 -0500
Subject: [PATCH 0484/1607] python3-zulip: rebuild for python3-3.13
---
srcpkgs/python3-zulip/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zulip/template b/srcpkgs/python3-zulip/template
index a73001c2f30ca0..7ee0b9067ef3b5 100644
--- a/srcpkgs/python3-zulip/template
+++ b/srcpkgs/python3-zulip/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zulip'
pkgname=python3-zulip
version=0.9.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-click python3-distro python3-requests python3-typing_extensions"
From 4713e50e9ba25f617fa9b41cfca95c9d51df2919 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:17 -0500
Subject: [PATCH 0485/1607] python3-fido2: rebuild for python3-3.13
---
srcpkgs/python3-fido2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index 2d94fcd365ea94..c50ff8ab319c10 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,7 +2,7 @@
pkgname=python3-fido2
_pkgname=fido2
version=1.1.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-six python3-cryptography python3-pyscard"
From 3739141cac709e4b088ce1ff5dfa9d8f8a42c43e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:18 -0500
Subject: [PATCH 0486/1607] python3-keyring: rebuild for python3-3.13
---
srcpkgs/python3-keyring/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index d36e7cbe171360..ac702f17de401f 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,7 +1,7 @@
# Template file for 'python3-keyring'
pkgname=python3-keyring
version=25.4.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-SecretStorage python3-jeepney
From cf9ea0efe96dd89e289419a27fcd3119c4c125b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:18 -0500
Subject: [PATCH 0487/1607] downloader-cli: rebuild for python3-3.13
---
srcpkgs/downloader-cli/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index d2d48437a6e2e3..eba586c0494a9a 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,7 +1,7 @@
# Template file for 'downloader-cli'
pkgname=downloader-cli
version=0.3.4
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-urllib3 python3-downloader-cli"
From 387ee19ea358ba9bac7c9ec3d8d7218fb46c35de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:18 -0500
Subject: [PATCH 0488/1607] python3-ffmpeg-python: rebuild for python3-3.13
---
srcpkgs/python3-ffmpeg-python/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index e4eddfb3270527..be000d331a61b1 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ffmpeg-python'
pkgname=python3-ffmpeg-python
version=0.2.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ffmpeg python3-future"
From e59a167aaf2c96822f173ecc0febc90fe1e0c6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:18 -0500
Subject: [PATCH 0489/1607] python3-itunespy: rebuild for python3-3.13
---
srcpkgs/python3-itunespy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7c48399c301495..0970835f360195 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-itunespy'
pkgname=python3-itunespy
version=1.6.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-pycountry"
From ad4f3b1ba52ba63aff7ab5058210f85099868635 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:18 -0500
Subject: [PATCH 0490/1607] python3-musicbrainzngs: rebuild for python3-3.13
---
srcpkgs/python3-musicbrainzngs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 4ea0496f53d056..0f4329f7c92c8d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
# Template file for 'python3-musicbrainzngs'
pkgname=python3-musicbrainzngs
version=0.7.1
-revision=4
+revision=5
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="python3"
From 3db324fe8c6d51d3a472fc7b7cebc38fdf2213c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:19 -0500
Subject: [PATCH 0491/1607] python3-pyDes: rebuild for python3-3.13
---
srcpkgs/python3-pyDes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyDes/template b/srcpkgs/python3-pyDes/template
index 78bebbd12de766..a85b8ed32a44e6 100644
--- a/srcpkgs/python3-pyDes/template
+++ b/srcpkgs/python3-pyDes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyDes'
pkgname=python3-pyDes
version=2.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fe51e84e70707d46ec3228e9748349b73f924d0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:19 -0500
Subject: [PATCH 0492/1607] python3-pysocks: rebuild for python3-3.13
---
srcpkgs/python3-pysocks/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index c04d623ce9b3e5..9f99f6fecdd2d0 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pysocks'
pkgname=python3-pysocks
version=1.7.0
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c9cd1e1c9a7174629261dfcdede535ae038e20cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:19 -0500
Subject: [PATCH 0493/1607] python3-simber: rebuild for python3-3.13
---
srcpkgs/python3-simber/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-simber/template b/srcpkgs/python3-simber/template
index 7f029b018de784..8df685efa63c6d 100644
--- a/srcpkgs/python3-simber/template
+++ b/srcpkgs/python3-simber/template
@@ -1,7 +1,7 @@
# Template file for 'python3-simber'
pkgname=python3-simber
version=0.2.6
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-colorama"
From c9211929959b73f816f0a329666c76bafe432960 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:19 -0500
Subject: [PATCH 0494/1607] python3-spotipy: rebuild for python3-3.13
---
srcpkgs/python3-spotipy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-spotipy/template b/srcpkgs/python3-spotipy/template
index 4a4cdf3d32f68b..1aaa7071421123 100644
--- a/srcpkgs/python3-spotipy/template
+++ b/srcpkgs/python3-spotipy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-spotipy'
pkgname=python3-spotipy
version=2.22.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools"
makedepends="python3-devel"
From abaf5d47337fe19b0235b7377269fc4b7ff1c331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:19 -0500
Subject: [PATCH 0495/1607] python3-youtube-search: rebuild for python3-3.13
---
srcpkgs/python3-youtube-search/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 7a43e6e85919cc..0ee4dba144701f 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,7 +1,7 @@
# Template file for 'python3-youtube-search'
pkgname=python3-youtube-search
version=2.1.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
From 316c2d53276f11d41c306681d5e94e699a7c3a54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:20 -0500
Subject: [PATCH 0496/1607] python3-youtubesearch: rebuild for python3-3.13
---
srcpkgs/python3-youtubesearch/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-youtubesearch/template b/srcpkgs/python3-youtubesearch/template
index 1dc8277be8f8fc..b68362dc5d6428 100644
--- a/srcpkgs/python3-youtubesearch/template
+++ b/srcpkgs/python3-youtubesearch/template
@@ -1,7 +1,7 @@
# Template file for 'python3-youtubesearch'
pkgname=python3-youtubesearch
version=1.6.6
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-httpx"
From 3bfdab11f73c05b6beefabf5e6d1c2a0d6f08a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:20 -0500
Subject: [PATCH 0497/1607] python3-ytmusicapi: rebuild for python3-3.13
---
srcpkgs/python3-ytmusicapi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ytmusicapi/template b/srcpkgs/python3-ytmusicapi/template
index 31e0980167a9fe..04852f4244dec8 100644
--- a/srcpkgs/python3-ytmusicapi/template
+++ b/srcpkgs/python3-ytmusicapi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ytmusicapi'
pkgname=python3-ytmusicapi
version=1.8.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-requests"
From a9acd072fc72c428e38908189baf36bad3c1d64e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:20 -0500
Subject: [PATCH 0498/1607] yt-dlp: rebuild for python3-3.13
---
srcpkgs/yt-dlp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template
index 910e93feeb7b68..db44a5130a489f 100644
--- a/srcpkgs/yt-dlp/template
+++ b/srcpkgs/yt-dlp/template
@@ -1,7 +1,7 @@
# Template file for 'yt-dlp'
pkgname=yt-dlp
version=2024.11.04
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="-k not((download)or(test_socks))"
hostmakedepends="hatchling"
From e75f5ea476e9db53b8cf1a2c4f355086e373aaec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:20 -0500
Subject: [PATCH 0499/1607] python3-WeasyPrint: rebuild for python3-3.13
---
srcpkgs/python3-WeasyPrint/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-WeasyPrint/template b/srcpkgs/python3-WeasyPrint/template
index cbf9dc00bb5d6f..b14e6c1ef55c95 100644
--- a/srcpkgs/python3-WeasyPrint/template
+++ b/srcpkgs/python3-WeasyPrint/template
@@ -1,7 +1,7 @@
# Template file for 'python3-WeasyPrint'
pkgname=python3-WeasyPrint
version=63.0
-revision=1
+revision=2
build_style=python3-pep517
_runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib
python3-cffi python3-Pyphen python3-pydyf python3-tinyhtml5 glib pango"
From 13d8f8d688cdc0d18eb59170f63f54840001d57c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:20 -0500
Subject: [PATCH 0500/1607] python3-google-i18n-address: rebuild for
python3-3.13
---
srcpkgs/python3-google-i18n-address/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-google-i18n-address/template b/srcpkgs/python3-google-i18n-address/template
index 658315a30cb9b4..636f8d69ca895f 100644
--- a/srcpkgs/python3-google-i18n-address/template
+++ b/srcpkgs/python3-google-i18n-address/template
@@ -1,7 +1,7 @@
# Template file for 'python3-google-i18n-address'
pkgname=python3-google-i18n-address
version=3.1.1
-revision=1
+revision=2
build_style=python3-pep517
make_check_target="tests/"
hostmakedepends="python3-poetry-core hatchling"
From 7a0b73da4038d48d03f676d124e246a0d4c1980d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:21 -0500
Subject: [PATCH 0501/1607] python3-intervaltree: rebuild for python3-3.13
---
srcpkgs/python3-intervaltree/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-intervaltree/template b/srcpkgs/python3-intervaltree/template
index 39c9ba3aa5561e..7f83a970c3f0a2 100644
--- a/srcpkgs/python3-intervaltree/template
+++ b/srcpkgs/python3-intervaltree/template
@@ -1,7 +1,7 @@
# Template file for 'python3-intervaltree'
pkgname=python3-intervaltree
version=3.1.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-sortedcontainers"
From 5ce02a8151cb1a47faabf082755d33049c49ae65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:21 -0500
Subject: [PATCH 0502/1607] python3-kitchen: rebuild for python3-3.13
---
srcpkgs/python3-kitchen/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index d17187c5d2a410..51de2f67e2b45b 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
# Template file for 'python3-kitchen'
pkgname=python3-kitchen
version=1.2.6
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 2461383b6939c76a24c11c134a1f680600230c36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:21 -0500
Subject: [PATCH 0503/1607] pywal: rebuild for python3-3.13
---
srcpkgs/pywal/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 8d18d29503d1d7..66ddb4c75c30c2 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,7 +1,7 @@
# Template file for 'pywal'
pkgname=pywal
version=3.3.0
-revision=6
+revision=7
build_style=python3-module
pycompile_module="pywal"
hostmakedepends="python3-setuptools"
From ab423f39b382b7874298715461bf0ebbd20d36ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:21 -0500
Subject: [PATCH 0504/1607] python3-discid: rebuild for python3-3.13
---
srcpkgs/python3-discid/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index f89b243f2f208c..8c5ee5edca8e36 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,7 +1,7 @@
# Template file for 'python3-discid'
pkgname=python3-discid
version=1.2.0
-revision=7
+revision=8
build_style=python3-module
pycompile_module=discid
hostmakedepends="python3 python3-setuptools libdiscid"
From 02cc47462a0ed1d34ee8f5776b2c4bdb8fefc13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:21 -0500
Subject: [PATCH 0505/1607] python3-pycdio: rebuild for python3-3.13
---
srcpkgs/python3-pycdio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index b958e5f53fa0c1..b05fa9a9beab4d 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pycdio'
pkgname=python3-pycdio
version=2.1.0
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools pkg-config swig"
makedepends="libcdio-devel python3-devel"
From e7ab2fe04906dc96c5b73c9b3eff9387823e160d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:22 -0500
Subject: [PATCH 0506/1607] python3-ruamel.yaml: rebuild for python3-3.13
---
srcpkgs/python3-ruamel.yaml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 1b6673f2740de5..291286e1525fa0 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ruamel.yaml'
pkgname=python3-ruamel.yaml
version=0.17.21
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 1dc63e86db9307ff9e371bde2e490cc57ae7bf32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:22 -0500
Subject: [PATCH 0507/1607] python3-curl: rebuild for python3-3.13
---
srcpkgs/python3-curl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index a3f449f98a9eec..736a5e871045da 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-curl'
pkgname=python3-curl
version=7.45.3
-revision=1
+revision=2
build_style=python3-module
# hanging/failing tests
make_check_args="--ignore tests/multi_socket_select_test.py
From 7f3a2f9e36e674925994f856c20a609034f3d331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:22 -0500
Subject: [PATCH 0508/1607] python3-parse: rebuild for python3-3.13
---
srcpkgs/python3-parse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index e06950f250f0ee..4dd745742a238a 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
# Template file for 'python3-parse'
pkgname=python3-parse
version=1.20.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 76dea5c8b781e6e76503f49022bf88bb09e169c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:22 -0500
Subject: [PATCH 0509/1607] python3-shodan: rebuild for python3-3.13
---
srcpkgs/python3-shodan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 8b1d3d5888cd74..993b4adacd575f 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,7 +1,7 @@
# Template file for 'python3-shodan'
pkgname=python3-shodan
version=1.28.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-click python3-click-plugins python3-colorama
From 7945ecb8ce73820e54cf8f8bd3d8f6cfa5d882f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:22 -0500
Subject: [PATCH 0510/1607] gbinder-python: rebuild for python3-3.13
---
srcpkgs/gbinder-python/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gbinder-python/template b/srcpkgs/gbinder-python/template
index 07567d1694c657..25277e914c37ad 100644
--- a/srcpkgs/gbinder-python/template
+++ b/srcpkgs/gbinder-python/template
@@ -1,7 +1,7 @@
# Template file for 'gbinder-python'
pkgname=gbinder-python
version=1.1.2
-revision=2
+revision=3
build_style=python3-module
make_build_args="--cython"
hostmakedepends="python3-Cython pkg-config"
From ad467725d978167a3e33a36d4e5a23bc3f713575 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:23 -0500
Subject: [PATCH 0511/1607] nftables: rebuild for python3-3.13
---
srcpkgs/nftables/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index 521901f405e818..30f0eb06e05159 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
# Template file for 'nftables'
pkgname=nftables
version=1.1.1
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --with-json
--with-python-bin=/bin/python3 --with-cli=readline"
From 71aabeaf3a1d093cbfa39e618c0881e593371f28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:23 -0500
Subject: [PATCH 0512/1607] python3-Flask-RESTful: rebuild for python3-3.13
---
srcpkgs/python3-Flask-RESTful/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index e138fe862977a6..5ca10f22526ff9 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Flask-RESTful'
pkgname=python3-Flask-RESTful
version=0.3.10
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-six python3-pytz python3-aniso8601"
From a288156ed4ddd240b020117b0e31ef0d82ae7533 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:23 -0500
Subject: [PATCH 0513/1607] python3-blessed: rebuild for python3-3.13
---
srcpkgs/python3-blessed/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index b557cc9264e41f..2f349315cb4f3e 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,7 +1,7 @@
# Template file for 'python3-blessed'
pkgname=python3-blessed
version=1.20.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-wcwidth"
From 04cc8d2876b2d48ca19dc25c24bd6cc8cce0f1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:23 -0500
Subject: [PATCH 0514/1607] python3-pysigset: rebuild for python3-3.13
---
srcpkgs/python3-pysigset/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index b855fba8ae4209..b86eff02b14415 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pysigset'
pkgname=python3-pysigset
version=0.4.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1b5bf03633b4e17e5575ba2d24103703a7e81e00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:24 -0500
Subject: [PATCH 0515/1607] python3-requests-unixsocket: rebuild for
python3-3.13
---
srcpkgs/python3-requests-unixsocket/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index d3a18a0203c0fc..b68212703ad7b2 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,7 +1,7 @@
# Template file for 'python3-requests-unixsocket'
pkgname=python3-requests-unixsocket
version=0.3.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-pbr"
depends="python3-requests python3-urllib3"
From 042155b6481cad47ea3567110b185439391c1200 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:24 -0500
Subject: [PATCH 0516/1607] python3-scruffy: rebuild for python3-3.13
---
srcpkgs/python3-scruffy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 313d6f6b95bed3..72e16f784f66a5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scruffy'
pkgname=python3-scruffy
version=0.3.8.2
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-six python3-yaml"
From d0fedc7b802d052adaed74612ed9b5fd2a26109a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:24 -0500
Subject: [PATCH 0517/1607] python3-pulsectl: rebuild for python3-3.13
---
srcpkgs/python3-pulsectl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 7e9fd6a09877cc..1f3a3d37eecc26 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pulsectl'
pkgname=python3-pulsectl
version=24.8.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 8a3f9b3eb4c69af0254d243fb7c100e0bd922d59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:24 -0500
Subject: [PATCH 0518/1607] python3-tasklib: rebuild for python3-3.13
---
srcpkgs/python3-tasklib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tasklib/template b/srcpkgs/python3-tasklib/template
index 9925087c9d5a90..025bf2162ef2d9 100644
--- a/srcpkgs/python3-tasklib/template
+++ b/srcpkgs/python3-tasklib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tasklib'
pkgname=python3-tasklib
version=2.5.1
-revision=2
+revision=3
build_style=python3-module
make_check_target="tasklib/tests.py"
hostmakedepends="python3-setuptools"
From b76f20bfe09a11c2a231d1dd01ee675d4c42dbeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:24 -0500
Subject: [PATCH 0519/1607] python3-stevedore: rebuild for python3-3.13
---
srcpkgs/python3-stevedore/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index e7f9f188f20bde..c7e20a537d877e 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,7 +1,7 @@
# Template file for 'python3-stevedore'
pkgname=python3-stevedore
version=5.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-pbr"
depends="python3-six"
From ee527f7817fd2d7c670f5263473d2ff86fc3c325 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:25 -0500
Subject: [PATCH 0520/1607] python3-virtualenv: rebuild for python3-3.13
---
srcpkgs/python3-virtualenv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 9ef3ceca19e849..ec5857829d5e99 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,7 +1,7 @@
# Template file for 'python3-virtualenv'
pkgname=python3-virtualenv
version=20.27.1
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
--ignore tests/unit/create/via_global_ref/test_build_c_ext.py
From 77f8883d2703d811b8972bd5f71484575720ea55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:25 -0500
Subject: [PATCH 0521/1607] python3-virtualenv-clone: rebuild for python3-3.13
---
srcpkgs/python3-virtualenv-clone/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 7f490f33897154..f2ff5403565f44 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,7 +1,7 @@
# Template file for 'python3-virtualenv-clone'
pkgname=python3-virtualenv-clone
version=0.5.4
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 69bb6acf0bee145a6b0a33446e3424635f364243 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:25 -0500
Subject: [PATCH 0522/1607] libvirt-python3: rebuild for python3-3.13
---
srcpkgs/libvirt-python3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 220e7a7d85f542..98b84dc8505f81 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
# Template file for 'libvirt-python3'
pkgname=libvirt-python3
version=10.5.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="pkg-config python3-devel python3-setuptools libvirt-devel
libapparmor-devel"
From a3f4695b4d3f130684369ae4d8ceab8248260a74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:25 -0500
Subject: [PATCH 0523/1607] python3-aiostream: update to 0.6.4.
---
srcpkgs/python3-aiostream/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-aiostream/template b/srcpkgs/python3-aiostream/template
index 3997853ff7bdd7..8a14c1c87963f8 100644
--- a/srcpkgs/python3-aiostream/template
+++ b/srcpkgs/python3-aiostream/template
@@ -1,6 +1,6 @@
# Template file for 'python3-aiostream'
pkgname=python3-aiostream
-version=0.6.2
+version=0.6.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@@ -10,5 +10,5 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-3.0-or-later"
homepage="https://aiostream.readthedocs.io/"
distfiles="${PYPI_SITE}/a/aiostream/aiostream-${version}.tar.gz"
-checksum=481e58c7f94b98f37a81384411ee39336dffb933784753b1cfa0a26f3681cc2c
+checksum=f99bc6b1b9cea3e70885dc235a233523597555fe4a585ed21d65264b3f1ff3d2
make_check=no # tests do not see custom fixtures
From d9eebd2babff665fba6ecac59211f755f874348a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:25 -0500
Subject: [PATCH 0524/1607] python3-click-log: rebuild for python3-3.13
---
srcpkgs/python3-click-log/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 4347957fe63b77..2cbfc64ae773aa 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
# Template file for 'python3-click-log'
pkgname=python3-click-log
version=0.4.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-click"
From 8659e1c82498fd9b5924df426c05256e0dcec312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:26 -0500
Subject: [PATCH 0525/1607] libgexiv2: rebuild for python3-3.13
---
srcpkgs/libgexiv2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libgexiv2/template b/srcpkgs/libgexiv2/template
index f6739772aa3c77..6fd51561cd2a7c 100644
--- a/srcpkgs/libgexiv2/template
+++ b/srcpkgs/libgexiv2/template
@@ -1,7 +1,7 @@
# Template file for 'libgexiv2'
pkgname=libgexiv2
version=0.14.3
-revision=1
+revision=2
build_style=meson
build_helper="gir"
configure_args="$(vopt_bool gir introspection) $(vopt_bool vala vapi)"
From e74addb1d79d46c272bd313382e672dc303149c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:26 -0500
Subject: [PATCH 0526/1607] python3-minidb: rebuild for python3-3.13
---
srcpkgs/python3-minidb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index c69c4df0ef65e6..82ed4a914b6490 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,7 +1,7 @@
# Template file for 'python3-minidb'
pkgname=python3-minidb
version=2.0.6
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 93c346d48bc20273c680d9b993bd2e7eaccf25c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:26 -0500
Subject: [PATCH 0527/1607] fifengine: rebuild for python3-3.13
---
srcpkgs/fifengine/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index 826a1ef87524bf..fc9a6f6b528720 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
# Template file for 'fifengine'
pkgname=fifengine
version=0.4.2
-revision=14
+revision=15
build_style=cmake
hostmakedepends="swig python3 python3-setuptools"
makedepends="SDL2-devel SDL2_image-devel SDL2_ttf-devel boost-devel
From cbc70dcdc48de37d99fde0180fd7d21ff0a186dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:26 -0500
Subject: [PATCH 0528/1607] python3-Levenshtein: rebuild for python3-3.13
---
srcpkgs/python3-Levenshtein/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index 39470d3338cd17..c3d86d68520458 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Levenshtein'
pkgname=python3-Levenshtein
version=0.25.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="cmake python3-scikit-build"
makedepends="python3-devel rapidfuzz-cpp"
From 2a40aa42db7bc2a5d07bde9caea39773c764b156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:26 -0500
Subject: [PATCH 0529/1607] python3-inotify: rebuild for python3-3.13
---
srcpkgs/python3-inotify/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index b53c64fb25bfcb..303639e71d4bd2 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
# Template file for 'python3-inotify'
pkgname=python3-inotify
version=0.9.6
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 5543052a8c3d10b46bde3481713f7b054124a305 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:27 -0500
Subject: [PATCH 0530/1607] python3-docopt: rebuild for python3-3.13
---
srcpkgs/python3-docopt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index c015ee61516bfa..4e5a30511f98aa 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-docopt'
pkgname=python3-docopt
version=0.6.2
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 645db197a7b19231a2b186fef9979e5fc55d10cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:27 -0500
Subject: [PATCH 0531/1607] python3-pillow-simd: rebuild for python3-3.13
---
srcpkgs/python3-pillow-simd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 26a5b342e6e797..254ff22a27288e 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pillow-simd'
pkgname=python3-pillow-simd
version=7.1.2
-revision=7
+revision=8
archs="x86_64*"
build_style=python3-module
hostmakedepends="python3-setuptools"
From 799ccdfdac8175d9b11a6bf360d5e298782c5ead Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:27 -0500
Subject: [PATCH 0532/1607] python3-keyutils: rebuild for python3-3.13
---
srcpkgs/python3-keyutils/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index d39cb4a4be8da0..078c5860bed2ce 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
# Template file for 'python3-keyutils'
pkgname=python3-keyutils
version=0.6
-revision=9
+revision=10
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel keyutils-devel"
From 5b46391548b459c8973bb1be1011d4633409c2ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:27 -0500
Subject: [PATCH 0533/1607] python3-pyproject-api: rebuild for python3-3.13
---
srcpkgs/python3-pyproject-api/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyproject-api/template b/srcpkgs/python3-pyproject-api/template
index 5570e6d92e910c..5a21da2f98ca89 100644
--- a/srcpkgs/python3-pyproject-api/template
+++ b/srcpkgs/python3-pyproject-api/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyproject-api'
pkgname=python3-pyproject-api
version=1.8.0
-revision=1
+revision=2
build_style=python3-pep517
# failing test, see: https://github.com/tox-dev/pyproject-api/issues/153
make_check_args="--deselect tests/test_frontend_setuptools.py::test_setuptools_prepare_metadata_for_build_wheel"
From dbeb9e2558f7dd1cc147364b54165a60c3cb9669 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:27 -0500
Subject: [PATCH 0534/1607] python3-term-image: rebuild for python3-3.13
---
srcpkgs/python3-term-image/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-term-image/template b/srcpkgs/python3-term-image/template
index 6979ac200cb0de..55495d8d61f6c8 100644
--- a/srcpkgs/python3-term-image/template
+++ b/srcpkgs/python3-term-image/template
@@ -1,7 +1,7 @@
# Template file for 'python3-term-image'
pkgname=python3-term-image
version=0.7.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-Pillow python3-requests python3-typing_extensions python3-urwid"
From 21681fabdeedd2be476f628e7ca241834a88b5b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:28 -0500
Subject: [PATCH 0535/1607] python3-urwidgets: rebuild for python3-3.13
---
srcpkgs/python3-urwidgets/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urwidgets/template b/srcpkgs/python3-urwidgets/template
index d09bc37323da5b..e41a03a882978e 100644
--- a/srcpkgs/python3-urwidgets/template
+++ b/srcpkgs/python3-urwidgets/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urwidgets'
pkgname=python3-urwidgets
version=0.2.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-urwid"
From 2a220168e05b6b88a14b9841aa76e8822ca3d413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:28 -0500
Subject: [PATCH 0536/1607] python3-click-repl: rebuild for python3-3.13
---
srcpkgs/python3-click-repl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 0b117a17a117ef..779bea3643540e 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-click-repl'
pkgname=python3-click-repl
version=0.1.6
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-click python3-prompt_toolkit"
From 05cb2230310936c3dda857df2f15d9393597404d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:28 -0500
Subject: [PATCH 0537/1607] python3-humanize: rebuild for python3-3.13
---
srcpkgs/python3-humanize/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index 0f7a00e6c18ffb..04ef8b8c095ed1 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,7 +1,7 @@
# Template file for 'python3-humanize'
pkgname=python3-humanize
version=4.10.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
From c3af492efeed344c2067f3ad6d47597cd6aa063f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:28 -0500
Subject: [PATCH 0538/1607] python3-icalendar: rebuild for python3-3.13
---
srcpkgs/python3-icalendar/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 2f536e6d5d6716..df0e0cffe16667 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
# Template file for 'python3-icalendar'
pkgname=python3-icalendar
version=5.0.11
-revision=1
+revision=2
build_style=python3-module
make_check_target=src/icalendar/tests
# Test uses different date formats, so calendars are not actually equal
From a1cfffe7acafb868d2a75e14a045d3bd7c99bee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:29 -0500
Subject: [PATCH 0539/1607] python3-art: rebuild for python3-3.13
---
srcpkgs/python3-art/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-art/template b/srcpkgs/python3-art/template
index 32560e10c58dd1..2f563e502a8e80 100644
--- a/srcpkgs/python3-art/template
+++ b/srcpkgs/python3-art/template
@@ -1,7 +1,7 @@
# Template file for 'python3-art'
pkgname=python3-art
version=6.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 2bf140693a58a5a43d24a65159163eeab77903d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:29 -0500
Subject: [PATCH 0540/1607] python3-pyte: rebuild for python3-3.13
---
srcpkgs/python3-pyte/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 184583d5cba0be..a3a704ada8d3f5 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyte'
pkgname=python3-pyte
version=0.8.0
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-wcwidth"
From 4fe448aee9d3148d4d8324f1688d8131a60bcb96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:29 -0500
Subject: [PATCH 0541/1607] python3-pyfiglet: rebuild for python3-3.13
---
srcpkgs/python3-pyfiglet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index cc2c3e76bbdbd6..2ecb317bcd85b3 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyfiglet'
pkgname=python3-pyfiglet
version=0.8.0
-revision=6
+revision=7
build_style="python3-module"
pycompile_module="pyfiglet"
hostmakedepends="python3-setuptools"
From 9892758321e994dc8416b89436a1165c98f21e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:29 -0500
Subject: [PATCH 0542/1607] python3-pip: update to 24.3.1.
---
srcpkgs/python3-pip/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index ab47bd1a76b2fd..130533a81d49ed 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,6 +1,6 @@
# Template file for 'python3-pip'
pkgname=python3-pip
-version=24.2
+version=24.3.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://pip.pypa.io/"
changelog="https://raw.githubusercontent.com/pypa/pip/master/NEWS.rst"
distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz"
-checksum=5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8
+checksum=ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99
# Tests have unpackaged dependencies
make_check=no
From 0bdbf380f7e9fcd45fdec62af619476eda18bb03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:29 -0500
Subject: [PATCH 0543/1607] python3-telegram: rebuild for python3-3.13
---
srcpkgs/python3-telegram/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-telegram/template b/srcpkgs/python3-telegram/template
index c8d9621f261620..4b69d033b0e5f7 100644
--- a/srcpkgs/python3-telegram/template
+++ b/srcpkgs/python3-telegram/template
@@ -1,7 +1,7 @@
# Template file for 'python3-telegram'
pkgname=python3-telegram
version=0.15.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libtd python3-setuptools"
From 397b0650124330a7a7a1ef6fc80a498fafbe3beb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:30 -0500
Subject: [PATCH 0544/1607] configshell-fb: rebuild for python3-3.13
---
srcpkgs/configshell-fb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index f198b1c1ceb1a9..60204d519c0019 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
# Template file for 'configshell-fb'
pkgname=configshell-fb
version=1.1.29
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-urwid python3-parsing"
From 22499cfeeb27999bac111b57b8e2c0ca4e48caf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:30 -0500
Subject: [PATCH 0545/1607] rtslib-fb: rebuild for python3-3.13
---
srcpkgs/rtslib-fb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index 1a085c717b6395..cc211218428880 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,7 +1,7 @@
# Template file for 'rtslib-fb'
pkgname=rtslib-fb
version=2.1.74
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-pyudev"
From f376bb78f4a4ef9604c74a74094adc5f876353f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:30 -0500
Subject: [PATCH 0546/1607] python3-cups: rebuild for python3-3.13
---
srcpkgs/python3-cups/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 9f5831fece0e64..816ae34dd31fd5 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cups'
pkgname=python3-cups
version=2.0.4
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel cups-devel"
From 1d2eba0f3747e362f40ffb4cfb7eab16b6bf8e4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:30 -0500
Subject: [PATCH 0547/1607] python3-smbc: rebuild for python3-3.13
---
srcpkgs/python3-smbc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index 7c384d121bbffd..6264f6cbc4a20a 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-smbc'
pkgname=python3-smbc
version=1.0.25.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="pkg-config python3-devel python3-setuptools"
makedepends="python3-devel samba-devel"
From d28424aff9ba56c8e856bd4d055de1df6bb3017c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:30 -0500
Subject: [PATCH 0548/1607] python3-pyside2: rebuild for python3-3.13
---
srcpkgs/python3-pyside2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index 249efa90988425..52626436ce75f2 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyside2'
pkgname=python3-pyside2
version=5.15.10
-revision=1
+revision=2
_pkgname="pyside-setup-opensource-src-${version}"
build_wrksrc="sources/pyside2"
build_style=cmake
From 11138818ec059df4e2b434faf0ebcdd509d4869e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:31 -0500
Subject: [PATCH 0549/1607] python3-ijson: rebuild for python3-3.13
---
srcpkgs/python3-ijson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template
index 6da11ca0eeb4da..c284a90431e95c 100644
--- a/srcpkgs/python3-ijson/template
+++ b/srcpkgs/python3-ijson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ijson'
pkgname=python3-ijson
version=3.3.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="yajl-devel python3-devel"
From f3d368527db0fb810fec590a12c820d1a175d942 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:31 -0500
Subject: [PATCH 0550/1607] python3-immutabledict: rebuild for python3-3.13
---
srcpkgs/python3-immutabledict/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-immutabledict/template b/srcpkgs/python3-immutabledict/template
index 7a5ef6ba6214cb..57eb323179685a 100644
--- a/srcpkgs/python3-immutabledict/template
+++ b/srcpkgs/python3-immutabledict/template
@@ -1,7 +1,7 @@
# Template file for 'python3-immutabledict'
pkgname=python3-immutabledict
version=4.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
makedepends="python3-devel"
From 63829b9cc9e41c457f1a485628feefa33ba3bb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:31 -0500
Subject: [PATCH 0551/1607] python3-macaroons: rebuild for python3-3.13
---
srcpkgs/python3-macaroons/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 5969093116eb07..50ec71b50e68d1 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,7 +1,7 @@
# Template file for 'python3-macaroons'
pkgname=python3-macaroons
version=0.13.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-pynacl"
From e22e2fe85477933275a4142738e2cd0c6f46c1c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:31 -0500
Subject: [PATCH 0552/1607] python3-matrix-common: rebuild for python3-3.13
---
srcpkgs/python3-matrix-common/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-matrix-common/template b/srcpkgs/python3-matrix-common/template
index 948caeaa3d200c..2c06d1f8d98dc6 100644
--- a/srcpkgs/python3-matrix-common/template
+++ b/srcpkgs/python3-matrix-common/template
@@ -1,7 +1,7 @@
# Template file for 'python3-matrix-common'
pkgname=python3-matrix-common
version=1.3.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-attrs"
From ed6ccc7ea3ad79f5aa644ebf54a58015a76d3bfa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:32 -0500
Subject: [PATCH 0553/1607] python3-netaddr: rebuild for python3-3.13
---
srcpkgs/python3-netaddr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4122ee2c623a5f..144a41a98b6ab9 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-netaddr'
pkgname=python3-netaddr
version=1.3.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 8ca351153ebbef60d3a9498832cb1a8a612e0b54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:32 -0500
Subject: [PATCH 0554/1607] python3-phonenumbers: rebuild for python3-3.13
---
srcpkgs/python3-phonenumbers/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index 5cc50755ea41f4..7600ad872497be 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,7 +1,7 @@
# Template file for 'python3-phonenumbers'
pkgname=python3-phonenumbers
version=8.13.43
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 470d1b8808c01838198b4588946fb162ea7b5bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:32 -0500
Subject: [PATCH 0555/1607] python3-psycopg2: rebuild for python3-3.13
---
srcpkgs/python3-psycopg2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index ea8b781c456f6e..6398ca52d993a7 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-psycopg2'
pkgname=python3-psycopg2
version=2.9.3
-revision=3
+revision=4
build_style=python3-module
# Require postgresql-libs-devel to find executable: pg_config
hostmakedepends="postgresql-libs-devel python3-setuptools"
From c25fe0760d26295f93b13caf4cfe58bafeb6b977 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:32 -0500
Subject: [PATCH 0556/1607] python3-pydantic: rebuild for python3-3.13
---
srcpkgs/python3-pydantic/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pydantic/template b/srcpkgs/python3-pydantic/template
index 566bf06905234f..cc655391554003 100644
--- a/srcpkgs/python3-pydantic/template
+++ b/srcpkgs/python3-pydantic/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pydantic'
pkgname=python3-pydantic
version=2.8.2
-revision=1
+revision=2
build_style=python3-pep517
# 1) requires unpackaged pytest-examples, 2) requires unpackaged cloudpickle
# 3) is already fixed: https://github.com/pydantic/pydantic-core/pull/1286
From b6fc3ab4b96217756e4810da49b118cd2c22f1bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:32 -0500
Subject: [PATCH 0557/1607] python3-python-multipart: rebuild for python3-3.13
---
srcpkgs/python3-python-multipart/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-python-multipart/template b/srcpkgs/python3-python-multipart/template
index 4abc51d5911d58..90bd35a53b062c 100644
--- a/srcpkgs/python3-python-multipart/template
+++ b/srcpkgs/python3-python-multipart/template
@@ -1,7 +1,7 @@
# Template file for 'python3-python-multipart'
pkgname=python3-python-multipart
version=0.0.9
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
checkdepends="python3-pytest python3-yaml"
From c8698008ddba72359a9152e6a2a2578c4cefdbf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:33 -0500
Subject: [PATCH 0558/1607] python3-saml2: rebuild for python3-3.13
---
srcpkgs/python3-saml2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index 7be8b7ccac3567..7f23e62572cd65 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-saml2'
pkgname=python3-saml2
version=7.5.0
-revision=1
+revision=2
build_style=python3-pep517
# require unpackaged pymongo
make_check_args="--ignore=tests/test_36_mdbcache.py \
From 61b45843be2ca25606e1816707e276318715e487 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:33 -0500
Subject: [PATCH 0559/1607] python3-signedjson: rebuild for python3-3.13
---
srcpkgs/python3-signedjson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 61412174b11130..eb3e322433bfaf 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-signedjson'
pkgname=python3-signedjson
version=1.1.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-canonicaljson python3-unpaddedbase64 python3-pynacl
From 1f58192d551156c80c5c54197f8212b0d55724ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:33 -0500
Subject: [PATCH 0560/1607] python3-treq: rebuild for python3-3.13
---
srcpkgs/python3-treq/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 45fcf7038e663f..0b0ab941c89342 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,7 +1,7 @@
# Template file for 'python3-treq'
pkgname=python3-treq
version=23.11.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-incremental"
depends="python3-incremental python3-requests python3-hyperlink
From 4d732b861515561a8324950dadc223d25f911795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:33 -0500
Subject: [PATCH 0561/1607] libgdal: rebuild for python3-3.13
---
srcpkgs/libgdal/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 89106c53024a3d..9a0628e3d9b26a 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
# Template file for 'libgdal'
pkgname=libgdal
version=3.8.4
-revision=2
+revision=3
build_style=cmake
build_helper=python3
configure_args="-DGDAL_USE_OPENCL=ON
From 430d17fb636a496f49196a9567c7c2049bdb0651 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:33 -0500
Subject: [PATCH 0562/1607] python3-dogpile.cache: rebuild for python3-3.13
---
srcpkgs/python3-dogpile.cache/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index e8af558d48aa47..9352517504fcc7 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dogpile.cache'
pkgname=python3-dogpile.cache
version=1.1.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-decorator"
From d939bd819a406549e7463202cfdf0fa944d5cb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:34 -0500
Subject: [PATCH 0563/1607] python3-enzyme: rebuild for python3-3.13
---
srcpkgs/python3-enzyme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index c72e6530d4b99f..8056f920113f78 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
# Template file for 'python3-enzyme'
pkgname=python3-enzyme
version=0.4.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4ccd7be4d200397e0767374e5fe243d750d12f40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:34 -0500
Subject: [PATCH 0564/1607] python3-guessit: rebuild for python3-3.13
---
srcpkgs/python3-guessit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index 926dc03ff57a3b..8242ed2c8f7ddf 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
# Template file for 'python3-guessit'
pkgname=python3-guessit
version=3.1.1
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-rebulk python3-babelfish python3-dateutil"
From f3266a927a0da42b15566ac20af1d9ea1ed3ba38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:34 -0500
Subject: [PATCH 0565/1607] python3-pysrt: rebuild for python3-3.13
---
srcpkgs/python3-pysrt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 0da904ea8aea64..2cad2a005a113e 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pysrt'
pkgname=python3-pysrt
version=1.1.2
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-chardet"
From e46758179839ed146cfb688e34f74c791ea5c984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:34 -0500
Subject: [PATCH 0566/1607] python3-rarfile: rebuild for python3-3.13
---
srcpkgs/python3-rarfile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 1ef192ccafe73a..cfa44a9684b3f7 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rarfile'
pkgname=python3-rarfile
version=4.0
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c94e622ba84223f92775ba902451f9eb773acae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:34 -0500
Subject: [PATCH 0567/1607] python3-trio-websocket: rebuild for python3-3.13
---
srcpkgs/python3-trio-websocket/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-trio-websocket/template b/srcpkgs/python3-trio-websocket/template
index 289d03ec5bcc9b..d504534007dce0 100644
--- a/srcpkgs/python3-trio-websocket/template
+++ b/srcpkgs/python3-trio-websocket/template
@@ -1,7 +1,7 @@
# Template file for 'python3-trio-websocket'
pkgname=python3-trio-websocket
version=0.11.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-trio python3-wsproto"
From f2c46815770877d627f0e226da52728f1af10f2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:35 -0500
Subject: [PATCH 0568/1607] python3-versioningit: rebuild for python3-3.13
---
srcpkgs/python3-versioningit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-versioningit/template b/srcpkgs/python3-versioningit/template
index 764b81ba76694a..d5c7edf54c074b 100644
--- a/srcpkgs/python3-versioningit/template
+++ b/srcpkgs/python3-versioningit/template
@@ -1,7 +1,7 @@
# Template file for 'python3-versioningit'
pkgname=python3-versioningit
version=2.2.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-packaging"
From 02ea2413de08497fff06662fb6c8603b69b19521 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:35 -0500
Subject: [PATCH 0569/1607] python3-natsort: rebuild for python3-3.13
---
srcpkgs/python3-natsort/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index f827aa58111193..f37ddb2c9ed7f2 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
# Template file for 'python3-natsort'
pkgname=python3-natsort
version=8.4.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 0d82c84237bdfe69e3aea6273b6415c761b28306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:35 -0500
Subject: [PATCH 0570/1607] python3-urwidtrees: rebuild for python3-3.13
---
srcpkgs/python3-urwidtrees/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index 2e0f18e37c7baa..27dcb578da1f1c 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urwidtrees'
pkgname=python3-urwidtrees
version=1.0.3
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-urwid"
From 367ffd09877256e0081ef21457c8e6bcb579f509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:35 -0500
Subject: [PATCH 0571/1607] python3-mpd2: rebuild for python3-3.13
---
srcpkgs/python3-mpd2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 32a6eab9b962c4..fd5818bbee847c 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mpd2'
pkgname=python3-mpd2
version=3.0.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From b18265afcdccd2d017883e59972352c4d055dc11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:35 -0500
Subject: [PATCH 0572/1607] python3-PyQt5-webengine: rebuild for python3-3.13
---
srcpkgs/python3-PyQt5-webengine/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 0ac01180e5b506..6e47e2e7642a55 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyQt5-webengine'
pkgname=python3-PyQt5-webengine
version=5.15.6
-revision=3
+revision=4
build_style=sip-build
build_helper="qmake python3"
hostmakedepends="pkg-config qt5-qmake sip python3-PyQt-builder"
From 19e248b50488b906b8d223556e8d3e2499952d9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:36 -0500
Subject: [PATCH 0573/1607] python3-css-parser: rebuild for python3-3.13
---
srcpkgs/python3-css-parser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index e09a2572cdf98f..725bbacf7dd112 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-css-parser'
pkgname=python3-css-parser
version=1.0.8
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c177f3142104bc62d7829b513ebede1bae18cc2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:36 -0500
Subject: [PATCH 0574/1607] python3-bibtexparser: rebuild for python3-3.13
---
srcpkgs/python3-bibtexparser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index 24fc814473e9f5..f33f62750ba49d 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bibtexparser'
pkgname=python3-bibtexparser
version=1.1.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parsing python3-future"
From 26a31826ab323e87dd5c1a6ed408dfe014a5d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:36 -0500
Subject: [PATCH 0575/1607] libsearpc: rebuild for python3-3.13
---
srcpkgs/libsearpc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 9078c4ed974005..cd65a955a389c7 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -3,7 +3,7 @@
pkgname=libsearpc
# floating tag 3.3-latest
version=3.3.0.20220902
-revision=2
+revision=3
_gitrev=15f6f0b9f451b9ecf99dedab72e9242e54e124eb
build_style=gnu-configure
configure_args="--with-python3 --disable-static --disable-compile-demo"
From 3a73f0fb898de920dc81bd5e24724f8bac1e846c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:36 -0500
Subject: [PATCH 0576/1607] python3-reportlab: rebuild for python3-3.13
---
srcpkgs/python3-reportlab/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-reportlab/template b/srcpkgs/python3-reportlab/template
index 7b73e5c1ff9d03..35976af161599b 100644
--- a/srcpkgs/python3-reportlab/template
+++ b/srcpkgs/python3-reportlab/template
@@ -1,7 +1,7 @@
# Template file for 'python3-reportlab'
pkgname=python3-reportlab
version=3.6.11
-revision=4
+revision=5
build_style=python3-module
make_build_args="--use-system-libart"
hostmakedepends="python3-setuptools"
From 2a69cc1bbc5f6053e925fee7eabfc74a7d094f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:36 -0500
Subject: [PATCH 0577/1607] python3-evdev: rebuild for python3-3.13
---
srcpkgs/python3-evdev/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-evdev/template b/srcpkgs/python3-evdev/template
index db69bdc7781c09..c8c22401af0066 100644
--- a/srcpkgs/python3-evdev/template
+++ b/srcpkgs/python3-evdev/template
@@ -1,7 +1,7 @@
# Template file for 'python3-evdev'
pkgname=python3-evdev
version=1.6.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From dba64f5155500190dad3ac52d97dc354b8fe429b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:37 -0500
Subject: [PATCH 0578/1607] python3-vdf: rebuild for python3-3.13
---
srcpkgs/python3-vdf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 27600325c46279..bfa47b3c02bd6e 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-vdf'
pkgname=python3-vdf
version=3.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-setuptools"
From 94c8f1b213ec6e2604c542494df35804898b8561 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:37 -0500
Subject: [PATCH 0579/1607] python3-M2Crypto: rebuild for python3-3.13
---
srcpkgs/python3-M2Crypto/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-M2Crypto/template b/srcpkgs/python3-M2Crypto/template
index c93e70c6325161..a61177702ed9bb 100644
--- a/srcpkgs/python3-M2Crypto/template
+++ b/srcpkgs/python3-M2Crypto/template
@@ -1,7 +1,7 @@
# Template file for 'python3-M2Crypto'
pkgname=python3-M2Crypto
version=0.42.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools swig openssl-devel"
makedepends="openssl-devel python3-devel"
From 1eec4b8149a85248f81e51c95e274cbd29f2934d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:37 -0500
Subject: [PATCH 0580/1607] python3-looseversion: rebuild for python3-3.13
---
srcpkgs/python3-looseversion/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-looseversion/template b/srcpkgs/python3-looseversion/template
index fa9ed794dc1e14..71b323e4bf7343 100644
--- a/srcpkgs/python3-looseversion/template
+++ b/srcpkgs/python3-looseversion/template
@@ -1,7 +1,7 @@
# Template file for 'python3-looseversion'
pkgname=python3-looseversion
version=1.3.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools hatchling"
depends="python3"
From 65044abf5c9e3381f6752117a9ab158cfb38ce45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:37 -0500
Subject: [PATCH 0581/1607] python3-conway-polynomials: rebuild for
python3-3.13
---
srcpkgs/python3-conway-polynomials/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-conway-polynomials/template b/srcpkgs/python3-conway-polynomials/template
index 2724d49767eb8c..af679f82026517 100644
--- a/srcpkgs/python3-conway-polynomials/template
+++ b/srcpkgs/python3-conway-polynomials/template
@@ -1,7 +1,7 @@
# Template file for 'python3-conway-polynomials'
pkgname=python3-conway-polynomials
version=0.10
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--doctest-modules --doctest-glob=README.rst"
hostmakedepends="python3-setuptools python3-wheel"
From 00303bc480b8bd24ff28ccce99c05648a84b32e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:37 -0500
Subject: [PATCH 0582/1607] python3-cypari2: rebuild for python3-3.13
---
srcpkgs/python3-cypari2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cypari2/template b/srcpkgs/python3-cypari2/template
index 2a6b284f2f0ab1..e6f2dbb7e4ee5b 100644
--- a/srcpkgs/python3-cypari2/template
+++ b/srcpkgs/python3-cypari2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cypari2'
pkgname=python3-cypari2
version=2.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython
python3-cysignals pari perl"
From 6c4e575945548db1a815a0909404322b1a616679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:37 -0500
Subject: [PATCH 0583/1607] python3-fpylll: rebuild for python3-3.13
---
srcpkgs/python3-fpylll/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-fpylll/template b/srcpkgs/python3-fpylll/template
index 4009039d35bc5c..10cf315f00d771 100644
--- a/srcpkgs/python3-fpylll/template
+++ b/srcpkgs/python3-fpylll/template
@@ -1,7 +1,7 @@
# Template file for 'python3-fpylll'
pkgname=python3-fpylll
version=0.6.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython
python3-cysignals"
From 81a131f5f3ff59f7b4e1665118414c49c0b5912a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:38 -0500
Subject: [PATCH 0584/1607] python3-jupyter_ipywidgets: rebuild for
python3-3.13
---
srcpkgs/python3-jupyter_ipywidgets/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index f77931f6bdc799..da7840682a6178 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_ipywidgets'
pkgname=python3-jupyter_ipywidgets
version=8.1.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
From 316c5f48cc2c4af433a47f8debe485032803192a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:38 -0500
Subject: [PATCH 0585/1607] python3-lrcalc: rebuild for python3-3.13
---
srcpkgs/python3-lrcalc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-lrcalc/template b/srcpkgs/python3-lrcalc/template
index 71308a2f3d5b3a..f975b6ea5c02fd 100644
--- a/srcpkgs/python3-lrcalc/template
+++ b/srcpkgs/python3-lrcalc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-lrcalc'
pkgname=python3-lrcalc
version=2.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel lrcalc-devel"
From a742c618247bbeff3cc8c5480e1c45b55b36b2b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:38 -0500
Subject: [PATCH 0586/1607] python3-memory_allocator: rebuild for python3-3.13
---
srcpkgs/python3-memory_allocator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-memory_allocator/template b/srcpkgs/python3-memory_allocator/template
index 600e786d02bd67..1c1e1c1581865a 100644
--- a/srcpkgs/python3-memory_allocator/template
+++ b/srcpkgs/python3-memory_allocator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-memory_allocator'
pkgname=python3-memory_allocator
version=0.1.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
makedepends="python3-devel"
From 0054245d91ac8ca00bbe43f1defd52747839ce3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:38 -0500
Subject: [PATCH 0587/1607] python3-pplpy: rebuild for python3-3.13
---
srcpkgs/python3-pplpy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pplpy/template b/srcpkgs/python3-pplpy/template
index 9717dda878d01f..7eb86be2305866 100644
--- a/srcpkgs/python3-pplpy/template
+++ b/srcpkgs/python3-pplpy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pplpy'
pkgname=python3-pplpy
version=0.8.10
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython
python3-cysignals python3-gmpy2"
From a7f014dc6f6ec5c9ebba3e297542470210933b80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:38 -0500
Subject: [PATCH 0588/1607] python3-primecountpy: rebuild for python3-3.13
---
srcpkgs/python3-primecountpy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-primecountpy/template b/srcpkgs/python3-primecountpy/template
index eb3587dbb29c8b..18ff02da7ca5c7 100644
--- a/srcpkgs/python3-primecountpy/template
+++ b/srcpkgs/python3-primecountpy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-primecountpy'
pkgname=python3-primecountpy
version=0.1.0
-revision=4
+revision=5
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython
python3-cysignals"
From ca1e276e104787bb9d04bc1301b84dfa2af2b22a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:38 -0500
Subject: [PATCH 0589/1607] python3-CherryPy: rebuild for python3-3.13
---
srcpkgs/python3-CherryPy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 8675e179c6030f..28c0f7b1302199 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-CherryPy'
pkgname=python3-CherryPy
version=18.8.0
-revision=3
+revision=4
build_style=python3-module
make_check_args="--ignore cherrypy/test/test_session.py
--deselect cherrypy/test/test_states.py::ServerStateTests::test_2_KeyboardInterrupt"
From 2b87f2189a49a2359e5e477451728e6005d3c38f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:39 -0500
Subject: [PATCH 0590/1607] python3-apprise: rebuild for python3-3.13
---
srcpkgs/python3-apprise/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-apprise/template b/srcpkgs/python3-apprise/template
index ef8d644a1a274b..2e9a5cb35e0963 100644
--- a/srcpkgs/python3-apprise/template
+++ b/srcpkgs/python3-apprise/template
@@ -1,7 +1,7 @@
# Template file for 'python3-apprise'
pkgname=python3-apprise
version=1.9.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Babel"
depends="python3-certifi python3-Markdown python3-click python3-requests
From 6cc96589147a1579ac04602e558a4789100d90b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:39 -0500
Subject: [PATCH 0591/1607] python3-puremagic: rebuild for python3-3.13
---
srcpkgs/python3-puremagic/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-puremagic/template b/srcpkgs/python3-puremagic/template
index 8f53dee447742e..f5ce47acf5e31e 100644
--- a/srcpkgs/python3-puremagic/template
+++ b/srcpkgs/python3-puremagic/template
@@ -1,7 +1,7 @@
# Template file for 'python3-puremagic'
pkgname=python3-puremagic
version=1.11
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From ebe66493ca4cb692fa8a41fe6bb85ce766728233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:39 -0500
Subject: [PATCH 0592/1607] python3-sabctools: rebuild for python3-3.13
---
srcpkgs/python3-sabctools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sabctools/template b/srcpkgs/python3-sabctools/template
index 734b18fcc2f993..3cfe4ab6801a43 100644
--- a/srcpkgs/python3-sabctools/template
+++ b/srcpkgs/python3-sabctools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sabctools'
pkgname=python3-sabctools
version=8.2.5
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
From 0327c912679f4d04ca44c1c82cd8705b48d062c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:39 -0500
Subject: [PATCH 0593/1607] tbb: rebuild for python3-3.13
---
srcpkgs/tbb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tbb/template b/srcpkgs/tbb/template
index 43efffc527d909..b9306e9b387fa3 100644
--- a/srcpkgs/tbb/template
+++ b/srcpkgs/tbb/template
@@ -1,7 +1,7 @@
# Template file for 'tbb'
pkgname=tbb
version=2022.0.0
-revision=1
+revision=2
build_style=cmake
configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
makedepends="libgomp-devel libhwloc-devel"
From 0a572c0f432c8f451a09524200b6b6526278721f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:39 -0500
Subject: [PATCH 0594/1607] python3-IPy: rebuild for python3-3.13
---
srcpkgs/python3-IPy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index 7ba4183e8e9acf..5300c4c731ec6f 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-IPy'
pkgname=python3-IPy
version=1.01
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 545438a45a99c3d965df93ae3f73f07be6d4d92d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:40 -0500
Subject: [PATCH 0595/1607] python3-ripe-atlas-cousteau: rebuild for
python3-3.13
---
srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 51081f0baa72b5..c8e86a2fc7ca69 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ripe-atlas-cousteau'
pkgname=python3-ripe-atlas-cousteau
version=1.4.2
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-socketIO-client"
From e276c7f8366188c3f457d9df4afc120d024fae2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:40 -0500
Subject: [PATCH 0596/1607] python3-ripe-atlas-sagan: rebuild for python3-3.13
---
srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index e8d01ff01897b8..77c491de5afab4 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ripe-atlas-sagan'
pkgname=python3-ripe-atlas-sagan
version=1.3.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-pytz python3-cryptography"
From f297011f8571a8a0c5c8c8c9a40c1bc6e4bfd7c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:40 -0500
Subject: [PATCH 0597/1607] avahi-discover: rebuild for python3-3.13
---
srcpkgs/avahi-discover/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 769296f689a88e..b3ff48bf2461d7 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
#
pkgname=avahi-discover
version=0.8
-revision=7
+revision=8
build_style=gnu-configure
build_helper="gir"
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
From 7841f620bd96517e7d1ac2adb993b8b9362d5892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:40 -0500
Subject: [PATCH 0598/1607] python3-binaryornot: rebuild for python3-3.13
---
srcpkgs/python3-binaryornot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-binaryornot/template b/srcpkgs/python3-binaryornot/template
index 86deff3dd36a9f..0b44f95ed97cc1 100644
--- a/srcpkgs/python3-binaryornot/template
+++ b/srcpkgs/python3-binaryornot/template
@@ -1,7 +1,7 @@
# Template file for 'python3-binaryornot'
pkgname=python3-binaryornot
version=0.4.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-chardet"
From 4fc16a7f7ae27370923ada164b20473fd6e4eaf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:40 -0500
Subject: [PATCH 0599/1607] python3-debian: rebuild for python3-3.13
---
srcpkgs/python3-debian/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-debian/template b/srcpkgs/python3-debian/template
index 6f400d9320044b..66b9e22017a65a 100644
--- a/srcpkgs/python3-debian/template
+++ b/srcpkgs/python3-debian/template
@@ -1,7 +1,7 @@
# Template file for 'python3-debian'
pkgname=python3-debian
version=0.1.49
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-chardet"
From b5df88a9d8ef74b877cfd87a7d7748abf77eccb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:40 -0500
Subject: [PATCH 0600/1607] python3-license-expression: rebuild for
python3-3.13
---
srcpkgs/python3-license-expression/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-license-expression/template b/srcpkgs/python3-license-expression/template
index e22a3b92854c73..53c9423a92b275 100644
--- a/srcpkgs/python3-license-expression/template
+++ b/srcpkgs/python3-license-expression/template
@@ -1,7 +1,7 @@
# Template file for 'python3-license-expression'
pkgname=python3-license-expression
version=21.6.14
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm"
depends="python3-boolean.py"
From c5512cccec39f0eb1ced2c7ce3c54f0eeaf992ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:41 -0500
Subject: [PATCH 0601/1607] python3-aionotify: rebuild for python3-3.13
---
srcpkgs/python3-aionotify/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index d23c2fe2fe83ad..78294516ecdbca 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aionotify'
pkgname=python3-aionotify
version=0.2.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 20e2bf0f36b8839970a1dd71a66d2f3453dca022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:41 -0500
Subject: [PATCH 0602/1607] python3-xdg-base-dirs: rebuild for python3-3.13
---
srcpkgs/python3-xdg-base-dirs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xdg-base-dirs/template b/srcpkgs/python3-xdg-base-dirs/template
index 1b2d1269a8e64d..077d6d7a32c045 100644
--- a/srcpkgs/python3-xdg-base-dirs/template
+++ b/srcpkgs/python3-xdg-base-dirs/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xdg-base-dirs'
pkgname=python3-xdg-base-dirs
version=6.0.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
From ffd41466f98e483138ebd2e0b4b72f521b89b8ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:41 -0500
Subject: [PATCH 0603/1607] python3-enchant: rebuild for python3-3.13
---
srcpkgs/python3-enchant/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 12aa14efe113dc..a3c4f9a709cd0c 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,7 +1,7 @@
# Template file for 'python3-enchant'
pkgname=python3-enchant
version=3.2.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools enchant2-devel"
depends="python3 enchant2"
From e2c88440e5ddcfe4d29c0e53e1a03f94932e733e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:41 -0500
Subject: [PATCH 0604/1607] python3-pyxattr: rebuild for python3-3.13
---
srcpkgs/python3-pyxattr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index bcd2f128456733..25a8c31a905f60 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyxattr'
pkgname=python3-pyxattr
version=0.8.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 38a8f7a05e51f657a39f818feecedebe26d4d218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:41 -0500
Subject: [PATCH 0605/1607] python3-pyqt6-webengine: rebuild for python3-3.13
---
srcpkgs/python3-pyqt6-webengine/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyqt6-webengine/template b/srcpkgs/python3-pyqt6-webengine/template
index 5d718db6c023c7..fb0ae5383c9967 100644
--- a/srcpkgs/python3-pyqt6-webengine/template
+++ b/srcpkgs/python3-pyqt6-webengine/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyqt6-webengine'
pkgname=python3-pyqt6-webengine
version=6.7.0
-revision=1
+revision=2
build_style=sip-build
build_helper=python3
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
From 93fee074beda47f6a11cec84297a110e99a57a43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:42 -0500
Subject: [PATCH 0606/1607] python3-dotty-dict: rebuild for python3-3.13
---
srcpkgs/python3-dotty-dict/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dotty-dict/template b/srcpkgs/python3-dotty-dict/template
index 1b4d0085515ea5..28f21418ef760c 100644
--- a/srcpkgs/python3-dotty-dict/template
+++ b/srcpkgs/python3-dotty-dict/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dotty-dict'
pkgname=python3-dotty-dict
version=1.3.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 6f2719cdab37ebf93d8c6b072989c77094c12abb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:42 -0500
Subject: [PATCH 0607/1607] python3-hid: rebuild for python3-3.13
---
srcpkgs/python3-hid/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hid/template b/srcpkgs/python3-hid/template
index 28da3418ee4ae6..5aafdc66903b6e 100644
--- a/srcpkgs/python3-hid/template
+++ b/srcpkgs/python3-hid/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hid'
pkgname=python3-hid
version=1.0.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="hidapi python3"
From ad10bcf74be686d718ac26a2a74525825ed18d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:42 -0500
Subject: [PATCH 0608/1607] python3-hjson: rebuild for python3-3.13
---
srcpkgs/python3-hjson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 41c9b8ec66f6b3..9db138265872bc 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hjson'
pkgname=python3-hjson
version=3.1.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4bee8de327044f218a803974d29e079b366aa5e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:42 -0500
Subject: [PATCH 0609/1607] python3-milc: rebuild for python3-3.13
---
srcpkgs/python3-milc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-milc/template b/srcpkgs/python3-milc/template
index 44272691caa825..b3e583e39b2b69 100644
--- a/srcpkgs/python3-milc/template
+++ b/srcpkgs/python3-milc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-milc'
pkgname=python3-milc
version=1.8.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-appdirs python3-argcomplete python3-colorama python3-halo
From 82dbcdd9bd55fdc18b21a9f5fa590430b41aa991 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:42 -0500
Subject: [PATCH 0610/1607] python3-nose2: rebuild for python3-3.13
---
srcpkgs/python3-nose2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index 3d99ed31a2baa8..a7325f212ca9e7 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nose2'
pkgname=python3-nose2
version=0.15.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-coverage python3-six"
From 811345720cfa2e5fb501f8fa06cf97edb2040cd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:42 -0500
Subject: [PATCH 0611/1607] python3-usb: rebuild for python3-3.13
---
srcpkgs/python3-usb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 157530ded262cd..65d3072e19314f 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
# Template file for 'python3-usb'
pkgname=python3-usb
version=1.2.1
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3 libusb"
From 570c6d1deaf30f4382e2bc1208f397bd7706753c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:43 -0500
Subject: [PATCH 0612/1607] python3-yapf: rebuild for python3-3.13
---
srcpkgs/python3-yapf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index e560cbd900c0ce..0eaa2df1c79ee3 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yapf'
pkgname=python3-yapf
version=0.40.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-importlib_metadata python3-platformdirs python3-tomli"
From aa057d694e3e65488ef5c0f2ee4fb2e6945471cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:43 -0500
Subject: [PATCH 0613/1607] python3-owslib: rebuild for python3-3.13
---
srcpkgs/python3-owslib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-owslib/template b/srcpkgs/python3-owslib/template
index c2af1116f7d11c..f46dfd1849f850 100644
--- a/srcpkgs/python3-owslib/template
+++ b/srcpkgs/python3-owslib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-owslib'
pkgname=python3-owslib
version=0.25.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
depends="python3-lxml"
From 8060e505937cb7ee71b34d164a1b72bd4409ec32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:43 -0500
Subject: [PATCH 0614/1607] python3-pyqt5-qsci: rebuild for python3-3.13
---
srcpkgs/python3-pyqt5-qsci/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyqt5-qsci/template b/srcpkgs/python3-pyqt5-qsci/template
index e736c5552e00ed..2777c01d1afbc2 100644
--- a/srcpkgs/python3-pyqt5-qsci/template
+++ b/srcpkgs/python3-pyqt5-qsci/template
@@ -4,7 +4,7 @@
# qscintilla-qt5 -> PyQt5 -> pyqt5-qsci
pkgname=python3-pyqt5-qsci
version=2.14.1
-revision=2
+revision=3
build_wrksrc=Python
build_style=sip-build
build_helper=qemu
From f43d58c547bd8b1d77ca989f4b42ad730bbaa7c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:43 -0500
Subject: [PATCH 0615/1607] python3-zope.location: rebuild for python3-3.13
---
srcpkgs/python3-zope.location/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index e2928f4eced51e..e124563f2c7e57 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.location'
pkgname=python3-zope.location
version=4.2
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
python3-Sphinx"
From 6f3e9c52492963e7801f163016f25d3ee3df6b55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:43 -0500
Subject: [PATCH 0616/1607] python3-zope.testing: rebuild for python3-3.13
---
srcpkgs/python3-zope.testing/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 8076ff1e59afa0..419157f3d552a8 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.testing'
pkgname=python3-zope.testing
version=4.7
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 382ce35c17abe08956d551f1bea4ec26dd780069 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:43 -0500
Subject: [PATCH 0617/1607] python3-zope.testrunner: rebuild for python3-3.13
---
srcpkgs/python3-zope.testrunner/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 2ba09ded0eb246..7f30ac42df419e 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.testrunner'
pkgname=python3-zope.testrunner
version=5.2
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
depends="python3-zope.exceptions python3-zope.interface python3-six"
From 332af7062a593470a3c62043270db045066779fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:44 -0500
Subject: [PATCH 0618/1607] python3-ansicolor: rebuild for python3-3.13
---
srcpkgs/python3-ansicolor/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index e51ad42f98b604..6ea159cece05bb 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ansicolor'
pkgname=python3-ansicolor
version=0.2.6
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 5d1c994edd3538199bf5c31a44c850600927dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:44 -0500
Subject: [PATCH 0619/1607] python3-libtmux: rebuild for python3-3.13
---
srcpkgs/python3-libtmux/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index 85333754bc5c09..534f2d28ba1c7e 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
# Template file for 'python3-libtmux'
pkgname=python3-libtmux
version=0.37.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_target="tests"
hostmakedepends="python3-poetry-core"
From a48b653b59d93f0b31cfcb53b33441c552e7ff27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:44 -0500
Subject: [PATCH 0620/1607] python3-requests-file: rebuild for python3-3.13
---
srcpkgs/python3-requests-file/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 06687bf137f541..9e6fdd5749f435 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,7 +1,7 @@
# Template file for 'python3-requests-file'
pkgname=python3-requests-file
version=1.4.3
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-requests python3-six"
From 1ba9c21feb4856ae521cc04f745fe9df536fce90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:44 -0500
Subject: [PATCH 0621/1607] python3-numexpr: rebuild for python3-3.13
---
srcpkgs/python3-numexpr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index d148218d101708..e76bb602f124a3 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-numexpr'
pkgname=python3-numexpr
version=2.10.1
-revision=1
+revision=2
build_style=python3-pep517
build_helper="numpy"
make_check_args="-k not(test_max_threads_unset)"
From c12e2df6c937328fb43d99ad3ddee8b69cea8c0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:44 -0500
Subject: [PATCH 0622/1607] python3-testtools: rebuild for python3-3.13
---
srcpkgs/python3-testtools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 8e3ef1b44c9132..49ca5032a03db3 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-testtools'
pkgname=python3-testtools
version=2.4.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools python3-pbr"
depends="python3-pbr"
From 947b089ef438f949b30913fa4784ba97145f079a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:45 -0500
Subject: [PATCH 0623/1607] python3-pandas: rebuild for python3-3.13
---
srcpkgs/python3-pandas/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 79e6f8462349cd..1421585e997238 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pandas'
pkgname=python3-pandas
version=2.2.2
-revision=2
+revision=3
build_style=python3-pep517
build_helper="meson numpy"
# Pandas imposes strict and unnecessary restrictions on build dependencies
From 8e79dbcd0f74480a4d3f87ed75a4c43e50190afc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:45 -0500
Subject: [PATCH 0624/1607] python3-joblib: rebuild for python3-3.13
---
srcpkgs/python3-joblib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 5ff84acef13585..b972e5de0488bb 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-joblib'
pkgname=python3-joblib
version=1.4.2
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="
--deselect joblib/test/test_disk.py::test_disk_used
From 0e89f0f50e8256034e4f67720e239249f65aac97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:45 -0500
Subject: [PATCH 0625/1607] python3-threadpoolctl: rebuild for python3-3.13
---
srcpkgs/python3-threadpoolctl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-threadpoolctl/template b/srcpkgs/python3-threadpoolctl/template
index f1171c60316b78..4f3c9fc5fa604d 100644
--- a/srcpkgs/python3-threadpoolctl/template
+++ b/srcpkgs/python3-threadpoolctl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-threadpoolctl'
pkgname=python3-threadpoolctl
version=3.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From b2f935e80084e8067851e4456a5dd1c0bfa6829f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:45 -0500
Subject: [PATCH 0626/1607] python3-imageio: update to 2.36.0.
---
srcpkgs/python3-imageio/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 73cee3ee66bd89..ded229d53a193a 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,6 +1,6 @@
# Template file for 'python3-imageio'
pkgname=python3-imageio
-version=2.35.1
+version=2.36.0
revision=1
build_style=python3-module
# tests have unpackaged dependencies, require network or missing data files
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-2-Clause"
homepage="https://github.com/imageio/imageio"
distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=6e628cbf32ba1f745ead68415e6c65baa407a96648057bb42dccc8458678d514
+checksum=f7df13ef0aca4d846ce0e62ee830992368e7520af22a951cfbbcd97484f85c09
post_install() {
vlicense LICENSE
From 5280418590d633794a140b7cadaa070f048b2ebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:45 -0500
Subject: [PATCH 0627/1607] python3-lazy_loader: rebuild for python3-3.13
---
srcpkgs/python3-lazy_loader/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-lazy_loader/template b/srcpkgs/python3-lazy_loader/template
index dc33e65c50c375..db0e5374089543 100644
--- a/srcpkgs/python3-lazy_loader/template
+++ b/srcpkgs/python3-lazy_loader/template
@@ -1,7 +1,7 @@
# Template file for 'python3-lazy_loader'
pkgname=python3-lazy_loader
version=0.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From b0e47ca34c4eb79206b52d7d703dac4683b77ef9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:45 -0500
Subject: [PATCH 0628/1607] python3-pywt: rebuild for python3-3.13
---
srcpkgs/python3-pywt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index ca38ea2524f2f3..307b461a924952 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pywt'
pkgname=python3-pywt
version=1.7.0
-revision=1
+revision=2
build_style=python3-pep517
build_helper="meson numpy"
make_check_target=".xbps-testdir/*/${py3_sitelib}/pywt/tests"
From 16e68cec24082898b8937a16c3b08f1f271eabf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:46 -0500
Subject: [PATCH 0629/1607] python3-tifffile: rebuild for python3-3.13
---
srcpkgs/python3-tifffile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index 0026331274bbcd..144261eed0ac28 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2024.9.20
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-numpy"
From 7206f7884a68110b496fc6c6b1c0181b43f59218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:46 -0500
Subject: [PATCH 0630/1607] python3-html2text: rebuild for python3-3.13
---
srcpkgs/python3-html2text/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 40a0f45ec4e539..24ac6606824bad 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-html2text'
pkgname=python3-html2text
version=2024.2.26
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
From 700a18abf8ee14dde0b6e50657c0f7d3d10a0fe5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:46 -0500
Subject: [PATCH 0631/1607] python3-hypercorn: rebuild for python3-3.13
---
srcpkgs/python3-hypercorn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index dc89d21eec828f..50a8c719be087e 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
# Template file for 'python3-hypercorn'
pkgname=python3-hypercorn
version=0.17.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-h11 python3-h2 python3-priority python3-wsproto"
From 1db875e57932cee7e7b692ac80b46591e7a03d1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:46 -0500
Subject: [PATCH 0632/1607] qtile: rebuild for python3-3.13
---
srcpkgs/qtile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index 7626614a390dff..c8024c41172d84 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
# Template file for 'qtile'
pkgname=qtile
version=0.29.0
-revision=1
+revision=2
build_style=python3-pep517
_wlroots=0.17
hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
From 75e24783d675bcdc28a198250174b510b3228576 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:46 -0500
Subject: [PATCH 0633/1607] zbar: rebuild for python3-3.13
---
srcpkgs/zbar/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/zbar/template b/srcpkgs/zbar/template
index baf0c766b333a9..a8cef17827e2af 100644
--- a/srcpkgs/zbar/template
+++ b/srcpkgs/zbar/template
@@ -1,7 +1,7 @@
# Template file for 'zbar'
pkgname=zbar
version=0.23.1
-revision=7
+revision=8
build_style=gnu-configure
build_helper=gir
configure_args="$(vopt_with qt) --with-gir --with-python=python3"
From 57b3e05b68514f7c1de641d8e8ea4afda36c6e76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:47 -0500
Subject: [PATCH 0634/1607] python3-PyVirtualDisplay: rebuild for python3-3.13
---
srcpkgs/python3-PyVirtualDisplay/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index 833ab7b2cdc504..28f6dc88fc1066 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyVirtualDisplay'
pkgname=python3-PyVirtualDisplay
version=3.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-EasyProcess"
From 9e4b2fdb591ec25020ab9c57c3da31b4617cf7a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:47 -0500
Subject: [PATCH 0635/1607] python3-execnet: rebuild for python3-3.13
---
srcpkgs/python3-execnet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-execnet/template b/srcpkgs/python3-execnet/template
index d24998926ac073..189c85d2c82208 100644
--- a/srcpkgs/python3-execnet/template
+++ b/srcpkgs/python3-execnet/template
@@ -1,7 +1,7 @@
# Template file for 'python3-execnet'
pkgname=python3-execnet
version=2.1.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3"
From 24620a4daca061d4e566d6957ecc474ab45b81cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:47 -0500
Subject: [PATCH 0636/1607] python3-pytest-timeout: rebuild for python3-3.13
---
srcpkgs/python3-pytest-timeout/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pytest-timeout/template b/srcpkgs/python3-pytest-timeout/template
index 1c59c27c65c68a..800295aaeb487d 100644
--- a/srcpkgs/python3-pytest-timeout/template
+++ b/srcpkgs/python3-pytest-timeout/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pytest-timeout'
pkgname=python3-pytest-timeout
version=2.3.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-pytest"
From 062cbea4fa065481ae1c83cf4071c3c59958c3dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:47 -0500
Subject: [PATCH 0637/1607] python3-isort: rebuild for python3-3.13
---
srcpkgs/python3-isort/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 3e8e7054f51f5b..bf90d6cca5465f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
# Template file for 'python3-isort'
pkgname=python3-isort
version=5.13.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
From 6d2b362ff93582db76c3c46b4035025645ee4b48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:47 -0500
Subject: [PATCH 0638/1607] python3-httpbin: rebuild for python3-3.13
---
srcpkgs/python3-httpbin/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-httpbin/template b/srcpkgs/python3-httpbin/template
index 757b2a827aadec..5496f0059c309a 100644
--- a/srcpkgs/python3-httpbin/template
+++ b/srcpkgs/python3-httpbin/template
@@ -1,7 +1,7 @@
# Template file for 'python3-httpbin'
pkgname=python3-httpbin
version=0.10.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-Flask python3-Brotli python3-decorator python3-flasgger
From 0825494650d6a4ab2f67abf9aad86a9d7b6e5b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:47 -0500
Subject: [PATCH 0639/1607] flake8: rebuild for python3-3.13
---
srcpkgs/flake8/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3708cf9574ca7a..5a69f175c87a0a 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,7 +1,7 @@
# Template file for 'flake8'
pkgname=flake8
version=7.0.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_target="tests/unit"
make_check_args="--ignore=tests/unit/plugins/pycodestyle_test.py
From 690ad512fa76fa9ad163c27aaaa50a2b58d6190b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:48 -0500
Subject: [PATCH 0640/1607] black: rebuild for python3-3.13
---
srcpkgs/black/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index f88493bbc9abe5..d62a33c8d7f45f 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,7 +1,7 @@
# Template file for 'black'
pkgname=black
version=24.10.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-click python3-platformdirs python3-pathspec python3-packaging
From 2c4c932ece02631d2dbc69b7aa8efe56d15d128f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:48 -0500
Subject: [PATCH 0641/1607] python3-py-cpuinfo: rebuild for python3-3.13
---
srcpkgs/python3-py-cpuinfo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index 543d39bde29ce4..3ea7b4dc60186f 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,7 +1,7 @@
# Template file for 'python3-py-cpuinfo'
pkgname=python3-py-cpuinfo
version=8.0.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 935e0d9787b0edd7be3d474a8e0480b46f2b0bc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:48 -0500
Subject: [PATCH 0642/1607] python3-pytest-asyncio: rebuild for python3-3.13
---
srcpkgs/python3-pytest-asyncio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 7806dd3b1d964b..091f8f5d42a04b 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pytest-asyncio'
pkgname=python3-pytest-asyncio
version=0.23.8
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-pytest"
From 1db4a6e5b9a2a3c78c60d14b1e943706284523ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:48 -0500
Subject: [PATCH 0643/1607] python3-nanobind: rebuild for python3-3.13
---
srcpkgs/python3-nanobind/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nanobind/template b/srcpkgs/python3-nanobind/template
index 79a26486a5a506..e34816677f5e44 100644
--- a/srcpkgs/python3-nanobind/template
+++ b/srcpkgs/python3-nanobind/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nanobind'
pkgname=python3-nanobind
version=2.2.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-scikit-build-core ninja"
depends="python3"
From 901113d1e7656e9ca9fcfec5ced1aa8688f32c6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:48 -0500
Subject: [PATCH 0644/1607] python3-pytools: update to 2024.1.15.
---
srcpkgs/python3-pytools/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 4e0d341032db1c..400ae0e357853d 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,6 +1,6 @@
# Template file for 'python3-pytools'
pkgname=python3-pytools
-version=2024.1.14
+version=2024.1.15
revision=1
build_style=python3-pep517
# Ignored checks require unpackaged siphash24 package
@@ -11,15 +11,15 @@ make_check_args="
--deselect pytools/test/test_persistent_dict.py::test_dataclass_hashing
--deselect pytools/test/test_persistent_dict.py::test_hash_function
"
-hostmakedepends="python3-setuptools python3-wheel"
-depends="python3-platformdirs python3-numpy python3-typing_extensions"
+hostmakedepends="hatchling"
+depends="python3-platformdirs python3-typing_extensions"
checkdepends="python3-pytest-xdist $depends"
short_desc="Python utilities from Andreas Kloeckner"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="X11"
homepage="https://pypi.org/project/pytools"
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
-checksum=39e5bbaf81fa432e688b82dd0980212d18f97b23e51a8c7afe7592249fe40ab1
+checksum=7fb2f18bcaf36eb1ea32189e9752bb8dcb5b9010887bbd2edede15ac40b243f0
post_install() {
vlicense LICENSE
From e1bd702835ff4c4e9cb9114f3b5e201f1fd1b8e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:49 -0500
Subject: [PATCH 0645/1607] python3-pywinrm: rebuild for python3-3.13
---
srcpkgs/python3-pywinrm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7d4607dca4b8ac..e8c7f76bc3798a 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pywinrm'
pkgname=python3-pywinrm
version=0.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3 python3-requests python3-requests-ntlm python3-xmltodict"
From 5db0c015fbddf5dc9c0a158b108c217bdaaae51a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:49 -0500
Subject: [PATCH 0646/1607] python3-cached-property: rebuild for python3-3.13
---
srcpkgs/python3-cached-property/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index 636c8f4566988f..a5b58c33119ff0 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cached-property'
pkgname=python3-cached-property
version=1.5.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4af9eac31bd23b96f611eec2a04af919333c2737 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:49 -0500
Subject: [PATCH 0647/1607] python3-audioread: rebuild for python3-3.13
---
srcpkgs/python3-audioread/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 6b1dabded6f83b..37e1bfa5f6bcb9 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
# Template file for 'python3-audioread'
pkgname=python3-audioread
version=3.0.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From b2d473c95bce235c0cbf0b03b722f30ed0718440 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:49 -0500
Subject: [PATCH 0648/1607] python3-colored-traceback: rebuild for python3-3.13
---
srcpkgs/python3-colored-traceback/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-colored-traceback/template b/srcpkgs/python3-colored-traceback/template
index 11a40e8d47b6db..64c71010de881d 100644
--- a/srcpkgs/python3-colored-traceback/template
+++ b/srcpkgs/python3-colored-traceback/template
@@ -1,7 +1,7 @@
# Template file for 'python3-colored-traceback'
pkgname=python3-colored-traceback
version=0.4.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-colorama"
From 96d10ffc1f7e31bdc2ace5dc1c8ce410d31ad636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:49 -0500
Subject: [PATCH 0649/1607] python3-pyelftools: rebuild for python3-3.13
---
srcpkgs/python3-pyelftools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index aa8d6e80de6f97..31ed26c00ab2b5 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyelftools'
pkgname=python3-pyelftools
version=0.31
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c88980b64a8d21fc0f3d01728a2df08ca2a66228 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:49 -0500
Subject: [PATCH 0650/1607] python3-ropgadget: rebuild for python3-3.13
---
srcpkgs/python3-ropgadget/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ropgadget/template b/srcpkgs/python3-ropgadget/template
index fe585ba5b7c9eb..42ad25af58d632 100644
--- a/srcpkgs/python3-ropgadget/template
+++ b/srcpkgs/python3-ropgadget/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ropgadget'
pkgname=python3-ropgadget
version=7.5
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From e4b8edd13b1c3388713d5ab2b36b177b527b4372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:50 -0500
Subject: [PATCH 0651/1607] python3-tenacity: rebuild for python3-3.13
---
srcpkgs/python3-tenacity/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tenacity/template b/srcpkgs/python3-tenacity/template
index 904439184853b8..6df1cd54cb629e 100644
--- a/srcpkgs/python3-tenacity/template
+++ b/srcpkgs/python3-tenacity/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tenacity'
pkgname=python3-tenacity
version=8.2.2
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-Sphinx python3-tornado python3-typeguard"
From 511756163bdd79ce9b62da6ffc144ed5ecf14f09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:50 -0500
Subject: [PATCH 0652/1607] python3-userpath: rebuild for python3-3.13
---
srcpkgs/python3-userpath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index e36a8632992922..561b02844e0f80 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,7 +1,7 @@
# Template file for 'python3-userpath'
pkgname=python3-userpath
version=1.9.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling python3-wheel"
depends="python3-click"
From 445ceec8bf86ffbad215224737be503c4a0d04b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:50 -0500
Subject: [PATCH 0653/1607] python3-pygame: rebuild for python3-3.13
---
srcpkgs/python3-pygame/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index 3be65270bd056d..35f9e904137bec 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pygame'
pkgname=python3-pygame
version=2.5.2
-revision=1
+revision=2
build_style=python3-module
make_build_args="cython"
hostmakedepends="pkg-config python3-setuptools python3-Cython0.29
From 2cf4678b05172ebf7a6d8f17a1b9973f08b17a67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:50 -0500
Subject: [PATCH 0654/1607] python3-pytzdata: rebuild for python3-3.13
---
srcpkgs/python3-pytzdata/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pytzdata/template b/srcpkgs/python3-pytzdata/template
index 4745ce9fdbdce4..09bac2417613a2 100644
--- a/srcpkgs/python3-pytzdata/template
+++ b/srcpkgs/python3-pytzdata/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pytzdata'
pkgname=python3-pytzdata
version=2020.1
-revision=4
+revision=5
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3 tzdata"
From 963fd9eec1adeaf09ce2f89e131357e52a30afab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:50 -0500
Subject: [PATCH 0655/1607] python3-Arpeggio: rebuild for python3-3.13
---
srcpkgs/python3-Arpeggio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Arpeggio/template b/srcpkgs/python3-Arpeggio/template
index 5dbd12e4171a7c..5f248b342fd1a1 100644
--- a/srcpkgs/python3-Arpeggio/template
+++ b/srcpkgs/python3-Arpeggio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Arpeggio'
pkgname=python3-Arpeggio
version=2.0.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From f44bc632a074f9dc5378c676c8edfbbb8a17dd6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:51 -0500
Subject: [PATCH 0656/1607] youtube-dl: rebuild for python3-3.13
---
srcpkgs/youtube-dl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index f4bf40b1988a45..375be5ba4caad7 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2021.12.17
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1b8024789889d174e5bf6feb26b480b6637c4267 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:51 -0500
Subject: [PATCH 0657/1607] python3-geojson: rebuild for python3-3.13
---
srcpkgs/python3-geojson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 55b5a2d2ca4066..af2ca686d173d8 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-geojson'
pkgname=python3-geojson
version=2.5.0
-revision=6
+revision=7
build_style=python3-module
pycompile_module="geojson"
hostmakedepends="python3-setuptools"
From 2bfa612afad94e33eb4f18fcdefab7b0bdefca3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:51 -0500
Subject: [PATCH 0658/1607] python3-openapi-spec-validator: rebuild for
python3-3.13
---
srcpkgs/python3-openapi-spec-validator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-openapi-spec-validator/template b/srcpkgs/python3-openapi-spec-validator/template
index 084b4d2fbc9f04..0726aadac0e64d 100644
--- a/srcpkgs/python3-openapi-spec-validator/template
+++ b/srcpkgs/python3-openapi-spec-validator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-openapi-spec-validator'
pkgname=python3-openapi-spec-validator
version=0.7.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-jsonschema-path python3-lazy-object-proxy
From be8e3015f41e5c5dc1c74bf24b95ea5532c6e806 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:51 -0500
Subject: [PATCH 0659/1607] python3-openpyxl: rebuild for python3-3.13
---
srcpkgs/python3-openpyxl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
index 8bac63bd732cb0..43621163ae01e5 100644
--- a/srcpkgs/python3-openpyxl/template
+++ b/srcpkgs/python3-openpyxl/template
@@ -1,7 +1,7 @@
# Template file for 'python3-openpyxl'
pkgname=python3-openpyxl
version=3.1.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-et-xmlfile"
From 1eb29d5ae2555613aa429720b3a20ba2246a4599 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:51 -0500
Subject: [PATCH 0660/1607] python3-nose: rebuild for python3-3.13
---
srcpkgs/python3-nose/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nose/template b/srcpkgs/python3-nose/template
index 46be66069d5ae3..e732d2e04dcb61 100644
--- a/srcpkgs/python3-nose/template
+++ b/srcpkgs/python3-nose/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nose'
pkgname=python3-nose
version=1.3.7
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 6002003ff221f8822dac5f1b3d2f4440eea6b8d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:52 -0500
Subject: [PATCH 0661/1607] python3-cjkwrap: rebuild for python3-3.13
---
srcpkgs/python3-cjkwrap/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index e5071a523a3fb5..774f078a67f0d4 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cjkwrap'
pkgname=python3-cjkwrap
version=2.2
-revision=7
+revision=8
build_style=python3-module
pycompile_module="cjkwrap.py"
hostmakedepends="python3-setuptools"
From 24c761236b71b39161658c30369d78c7e2313079 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:52 -0500
Subject: [PATCH 0662/1607] python3-mistune2: rebuild for python3-3.13
---
srcpkgs/python3-mistune2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template
index b483112c253715..2a2f23bf83eb3a 100644
--- a/srcpkgs/python3-mistune2/template
+++ b/srcpkgs/python3-mistune2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mistune2'
pkgname=python3-mistune2
version=2.0.4
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
From d239f7230bd9aa6de48636d6d9bc3e9c7e349dab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:52 -0500
Subject: [PATCH 0663/1607] python3-altgraph: rebuild for python3-3.13
---
srcpkgs/python3-altgraph/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 0d8342d2c1b02e..e214e463b6e095 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,7 +1,7 @@
# Template file for 'python3-altgraph'
pkgname=python3-altgraph
version=0.17
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 9218957adb35271e964e489e049f05f7058d90b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:52 -0500
Subject: [PATCH 0664/1607] python3-docstring-to-markdown: rebuild for
python3-3.13
---
srcpkgs/python3-docstring-to-markdown/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-docstring-to-markdown/template b/srcpkgs/python3-docstring-to-markdown/template
index 788f9126f3730e..ee43bfa81fc6e0 100644
--- a/srcpkgs/python3-docstring-to-markdown/template
+++ b/srcpkgs/python3-docstring-to-markdown/template
@@ -1,7 +1,7 @@
# Template file for 'python3-docstring-to-markdown'
pkgname=python3-docstring-to-markdown
version=0.12
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
From 21c70c61a6265b9daaaf6816000035a9a92dff0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:52 -0500
Subject: [PATCH 0665/1607] python3-lsp-jsonrpc: rebuild for python3-3.13
---
srcpkgs/python3-lsp-jsonrpc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-lsp-jsonrpc/template b/srcpkgs/python3-lsp-jsonrpc/template
index 742b1c265c2dc0..77b280d7cb3996 100644
--- a/srcpkgs/python3-lsp-jsonrpc/template
+++ b/srcpkgs/python3-lsp-jsonrpc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-lsp-jsonrpc'
pkgname=python3-lsp-jsonrpc
version=1.1.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-ultrajson"
From 6978d8a7da63f557e603fc61cbffe8746f754228 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:52 -0500
Subject: [PATCH 0666/1607] python3-jupyter_console: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_console/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 1b286c83e5a576..8c470c84d6bf50 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_console'
pkgname=python3-jupyter_console
version=6.6.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-ipython_ipykernel python3-ipython python3-jupyter_client
From 0f8f13afdf3a60e3729e23a5f3dda2a2cf98f38a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:53 -0500
Subject: [PATCH 0667/1607] python3-jupyter_notebook: rebuild for python3-3.13
---
srcpkgs/python3-jupyter_notebook/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index 366db9c139843c..3984d364cd7eb5 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jupyter_notebook'
pkgname=python3-jupyter_notebook
version=7.2.1
-revision=1
+revision=2
build_style=python3-pep517
make_build_args="--skip-dependency-check"
hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
From 6a71ca53af617bfab024952cd77fbd3cce3d30cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:53 -0500
Subject: [PATCH 0668/1607] python3-entrypoints: rebuild for python3-3.13
---
srcpkgs/python3-entrypoints/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 16c29691644269..3739c55d59f483 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
# Template file for 'python3-entrypoints'
pkgname=python3-entrypoints
version=0.4
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From 82bad6f27dbb1b545d14e71896f0e02e477bbdd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:53 -0500
Subject: [PATCH 0669/1607] python3-grpcio: rebuild for python3-3.13
---
srcpkgs/python3-grpcio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index c255fca6481415..13a234c49d1589 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-grpcio'
pkgname=python3-grpcio
version=1.60.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools python3-six python3-Cython0.29"
makedepends="python3-devel zlib-devel c-ares-devel re2-devel openssl-devel
From d47b21de63fc6f85dd6cc76d85781a455b557d9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:53 -0500
Subject: [PATCH 0670/1607] python3-PyJWT: rebuild for python3-3.13
---
srcpkgs/python3-PyJWT/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index 5f576666b76589..79d627dbcb725b 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyJWT'
pkgname=python3-PyJWT
version=2.7.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cryptography"
From 922093e6981f54fcef30136081a481bae7a0e77b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:53 -0500
Subject: [PATCH 0671/1607] python3-responses: rebuild for python3-3.13
---
srcpkgs/python3-responses/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-responses/template b/srcpkgs/python3-responses/template
index ab9599d92a6b37..3f1ad9c0059cf0 100644
--- a/srcpkgs/python3-responses/template
+++ b/srcpkgs/python3-responses/template
@@ -1,7 +1,7 @@
# Template file for 'python3-responses'
pkgname=python3-responses
version=0.25.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-requests python3-urllib3 python3-yaml"
From 6faa8df32c1ddcc25405e9b81d2268c06c207208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:54 -0500
Subject: [PATCH 0672/1607] eduvpn-common: rebuild for python3-3.13
---
srcpkgs/eduvpn-common/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/eduvpn-common/template b/srcpkgs/eduvpn-common/template
index 43ae352e4b8a79..1ec33f0fc22331 100644
--- a/srcpkgs/eduvpn-common/template
+++ b/srcpkgs/eduvpn-common/template
@@ -1,7 +1,7 @@
# Template file for 'eduvpn-common'
pkgname=eduvpn-common
version=2.1.0
-revision=2
+revision=3
build_style=go
go_import_path=github.com/eduvpn/eduvpn-common
hostmakedepends="python3-setuptools python3-wheel"
From 2f6f1ec1e68c780c5db0a64edafdde7abd349902 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:54 -0500
Subject: [PATCH 0673/1607] libkdumpfile: rebuild for python3-3.13
---
srcpkgs/libkdumpfile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libkdumpfile/template b/srcpkgs/libkdumpfile/template
index 573f30622ed295..e3de4e047fb54c 100644
--- a/srcpkgs/libkdumpfile/template
+++ b/srcpkgs/libkdumpfile/template
@@ -1,7 +1,7 @@
# Template file for 'libkdumpfile'
pkgname=libkdumpfile
version=0.5.4
-revision=1
+revision=2
build_style=gnu-configure
configure_args="PYTHON=python3"
hostmakedepends="automake pkg-config libtool python3-setuptools"
From 41464af145c7fccbc22afdb9a41c7029e37e90de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:54 -0500
Subject: [PATCH 0674/1607] python3-docker: rebuild for python3-3.13
---
srcpkgs/python3-docker/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 0f5bd514525b08..ae8d506d905195 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
# Template file for 'python3-docker'
pkgname=python3-docker
version=5.0.2
-revision=4
+revision=5
build_style=python3-module
make_check_target="tests/unit" # other tests fail due to needing a running docker daemon
hostmakedepends="python3-setuptools"
From 12227fa7e7343409db7085c82c28b173a8196123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:54 -0500
Subject: [PATCH 0675/1607] python3-loguru: rebuild for python3-3.13
---
srcpkgs/python3-loguru/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-loguru/template b/srcpkgs/python3-loguru/template
index 734ceb1d765bda..f75480c0cab861 100644
--- a/srcpkgs/python3-loguru/template
+++ b/srcpkgs/python3-loguru/template
@@ -1,7 +1,7 @@
# Template file for 'python3-loguru'
pkgname=python3-loguru
version=0.7.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-setuptools"
depends="python3"
From 3e2658b98dbfe9049d793232a7a4c2a9cb29fb8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:54 -0500
Subject: [PATCH 0676/1607] python3-cwcwidth: rebuild for python3-3.13
---
srcpkgs/python3-cwcwidth/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cwcwidth/template b/srcpkgs/python3-cwcwidth/template
index c556c799bb523e..19a900e9bcd615 100644
--- a/srcpkgs/python3-cwcwidth/template
+++ b/srcpkgs/python3-cwcwidth/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cwcwidth'
pkgname=python3-cwcwidth
version=0.1.9
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-Cython python3-setuptools python3-wheel"
makedepends="python3-devel"
From e5b902e295a5ff7b898b47128fad3153a1fd16e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:54 -0500
Subject: [PATCH 0677/1607] python3-snakeoil: rebuild for python3-3.13
---
srcpkgs/python3-snakeoil/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index a416145409f949..f6d6b757dc7d74 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
# Template file for 'python3-snakeoil'
pkgname=python3-snakeoil
version=0.10.5
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-lazy-object-proxy"
From 1cb53930d8cce6008ed179d88b0db3e2ccf5b8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:55 -0500
Subject: [PATCH 0678/1607] python3-gitchangelog: rebuild for python3-3.13
---
srcpkgs/python3-gitchangelog/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index a4573fd372f617..6a346f4dc20963 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,7 +1,7 @@
# Template file for 'python3-gitchangelog'
pkgname=python3-gitchangelog
version=3.0.4
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-pystache python3-Mako"
From 586afb367e5c4bb54857ff00965f97558488d8bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:55 -0500
Subject: [PATCH 0679/1607] python3-validators: rebuild for python3-3.13
---
srcpkgs/python3-validators/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 8e5da74afffaaa..1cb983185f3e07 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,7 +1,7 @@
# Template file for 'python3-validators'
pkgname=python3-validators
version=0.14.2
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-decorator python3-six"
From 40143055ee8b47cecfefc97ac0522763a513b07f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:55 -0500
Subject: [PATCH 0680/1607] python3-xyzservices: rebuild for python3-3.13
---
srcpkgs/python3-xyzservices/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xyzservices/template b/srcpkgs/python3-xyzservices/template
index 6ac42a42e65ebd..5ff10bfb5c5938 100644
--- a/srcpkgs/python3-xyzservices/template
+++ b/srcpkgs/python3-xyzservices/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xyzservices'
pkgname=python3-xyzservices
version=2024.9.0
-revision=1
+revision=2
build_style=python3-module
# Provider tests require unpackaged 'mercantile'
make_check_args="--ignore=xyzservices/tests/test_providers.py"
From 22ec47b2f0e71b4efe9eb8cb45fbd1b9ca518f8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:55 -0500
Subject: [PATCH 0681/1607] python3-sh: rebuild for python3-3.13
---
srcpkgs/python3-sh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index fdc394ebe2cd0c..82b4dfd322bc15 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sh'
pkgname=python3-sh
version=1.14.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From aedd43b17d9c18b25804de2222eb6449a4ebe3dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:55 -0500
Subject: [PATCH 0682/1607] python3-betamax: rebuild for python3-3.13
---
srcpkgs/python3-betamax/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-betamax/template b/srcpkgs/python3-betamax/template
index 61de0d09087be9..c43a7ddb90a26c 100644
--- a/srcpkgs/python3-betamax/template
+++ b/srcpkgs/python3-betamax/template
@@ -1,7 +1,7 @@
# Template file for 'python3-betamax'
pkgname=python3-betamax
version=0.8.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
From b0aae8d542520d07432d23b5e18ca40e730bbe94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:56 -0500
Subject: [PATCH 0683/1607] python3-axolotl-curve25519: rebuild for
python3-3.13
---
srcpkgs/python3-axolotl-curve25519/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 13563bd0cc91a2..fe0f109a508a0a 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
pkgname=python3-axolotl-curve25519
_pkgname=${pkgname/3/}
version=0.4.1.post2
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 6aedf5f5896f5b254cf57c31567be449c53c8f6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:56 -0500
Subject: [PATCH 0684/1607] python3-fields: rebuild for python3-3.13
---
srcpkgs/python3-fields/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-fields/template b/srcpkgs/python3-fields/template
index fd8d6a47c82408..111c158be5a47d 100644
--- a/srcpkgs/python3-fields/template
+++ b/srcpkgs/python3-fields/template
@@ -1,7 +1,7 @@
# Template file for 'python3-fields'
pkgname=python3-fields
version=5.0.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 413d21a4fa74abc3b4df5b9e44de4f8884825e29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:56 -0500
Subject: [PATCH 0685/1607] python3-ansible-compat: rebuild for python3-3.13
---
srcpkgs/python3-ansible-compat/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template
index a70a780cfb278c..985a4b21194c1f 100644
--- a/srcpkgs/python3-ansible-compat/template
+++ b/srcpkgs/python3-ansible-compat/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ansible-compat'
pkgname=python3-ansible-compat
version=24.9.1
-revision=1
+revision=2
build_style=python3-pep517
# deselect unnecessary tests in venv
make_check_args="--deselect test/test_runtime_scan_path.py::test_scan_sys_path[scanF-raises_not_foundT]
From ff5dd79e8fd82d6b977e2827192de2b22d6278d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:56 -0500
Subject: [PATCH 0686/1607] python3-wcmatch: rebuild for python3-3.13
---
srcpkgs/python3-wcmatch/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-wcmatch/template b/srcpkgs/python3-wcmatch/template
index 4978d7b50a956b..b3a93135c0b4f5 100644
--- a/srcpkgs/python3-wcmatch/template
+++ b/srcpkgs/python3-wcmatch/template
@@ -1,7 +1,7 @@
# Template file for 'python3-wcmatch'
pkgname=python3-wcmatch
version=8.5
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_realpath --deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_tilde"
hostmakedepends="hatchling"
From 9e63d5c51c915a9fe7e9399cdbb5c24003440c20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:56 -0500
Subject: [PATCH 0687/1607] python3-yamllint: rebuild for python3-3.13
---
srcpkgs/python3-yamllint/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 4fe0ed626b98ac..6d89f2ef3fed51 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yamllint'
pkgname=python3-yamllint
version=1.35.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pathspec python3-yaml"
From f061f5d0f253af8b6e1e06a623b10b485828e460 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:57 -0500
Subject: [PATCH 0688/1607] python3-ciso8601: rebuild for python3-3.13
---
srcpkgs/python3-ciso8601/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 271a713644e3f3..93e0843334282b 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ciso8601'
pkgname=python3-ciso8601
version=2.3.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 774e1b8fd60be2be44ce0f381c0c8fa92b32e225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:57 -0500
Subject: [PATCH 0689/1607] python3-pamqp: rebuild for python3-3.13
---
srcpkgs/python3-pamqp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 67da2d3210a933..1842de14fd5627 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pamqp'
pkgname=python3-pamqp
version=3.3.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1f827838ed8fa34ff90040a5b028935c2effd9b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:57 -0500
Subject: [PATCH 0690/1607] python3-pyaes: rebuild for python3-3.13
---
srcpkgs/python3-pyaes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index bc54d534a02fa2..c583f3b54b2942 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyaes'
pkgname=python3-pyaes
version=1.6.1
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 7750c539c114b547e23ba8f05b4500b69efcbdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:57 -0500
Subject: [PATCH 0691/1607] python3-pysol_cards: rebuild for python3-3.13
---
srcpkgs/python3-pysol_cards/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 539fae8ffa1da9..26504ca0b358da 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pysol_cards'
pkgname=python3-pysol_cards
version=0.14.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools python3-pbr"
depends="python3-pbr python3-six"
From 220145de9d1fb6e5290ab061441b383c9e440622 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:57 -0500
Subject: [PATCH 0692/1607] python3-random2: rebuild for python3-3.13
---
srcpkgs/python3-random2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index f63e81a4200c7a..fd0d10d55d4ab6 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-random2'
pkgname=python3-random2
version=1.0.1
-revision=9
+revision=10
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
depends="python3-setuptools"
From ee267630c5fa9ee93088c592a9ba0bc9c2102b92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:58 -0500
Subject: [PATCH 0693/1607] python3-netifaces: rebuild for python3-3.13
---
srcpkgs/python3-netifaces/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-netifaces/template b/srcpkgs/python3-netifaces/template
index bea1c879d51f25..4cbe08c17a9e6f 100644
--- a/srcpkgs/python3-netifaces/template
+++ b/srcpkgs/python3-netifaces/template
@@ -1,7 +1,7 @@
# Template file for 'python3-netifaces'
pkgname=python3-netifaces
version=0.11.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 5844c77348ce37aaa2c206cd34a74e60dc003166 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:58 -0500
Subject: [PATCH 0694/1607] python3-pmw: rebuild for python3-3.13
---
srcpkgs/python3-pmw/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 9f98bf5f75d57e..df0b3b9cbcfb58 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pmw'
pkgname=python3-pmw
version=2.0.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel tk-devel"
From 9cc05d6078b31fa0f3c95485275df4dbda8b9d0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:58 -0500
Subject: [PATCH 0695/1607] python3-astroid: rebuild for python3-3.13
---
srcpkgs/python3-astroid/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index 6c9ddeda9587c8..dc5db3294907ac 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,7 +1,7 @@
# Template file for 'python3-astroid'
pkgname=python3-astroid
version=3.2.4
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="
--deselect tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
From f1d050df851c8a13fff91baeb4b34f9a9c8dd65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:58 -0500
Subject: [PATCH 0696/1607] python3-dill: rebuild for python3-3.13
---
srcpkgs/python3-dill/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template
index 2425afa6a49fde..235340d2b546b3 100644
--- a/srcpkgs/python3-dill/template
+++ b/srcpkgs/python3-dill/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dill'
pkgname=python3-dill
version=0.3.6
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From f40921b1d7caf0d36cf9f5bcf68a4b752ffa198c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:58 -0500
Subject: [PATCH 0697/1607] python3-SQLAlchemy2: rebuild for python3-3.13
---
srcpkgs/python3-SQLAlchemy2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-SQLAlchemy2/template b/srcpkgs/python3-SQLAlchemy2/template
index 24793492f83e18..9e9b42a514f4c4 100644
--- a/srcpkgs/python3-SQLAlchemy2/template
+++ b/srcpkgs/python3-SQLAlchemy2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-SQLAlchemy2'
pkgname=python3-SQLAlchemy2
version=2.0.23
-revision=1
+revision=2
build_style=python3-pep517
make_install_target="dist/SQLAlchemy-${version}-*-*-*.whl"
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
From 8b037d936df04161e3728b4fe7dfc9a8bd7a7bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:58 -0500
Subject: [PATCH 0698/1607] python3-pythondialog: rebuild for python3-3.13
---
srcpkgs/python3-pythondialog/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index ee6cc54a793930..8d23ee0314dded 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pythondialog'
pkgname=python3-pythondialog
version=3.5.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 30a45e16b32dd822855b3758dfda2b4b669c8a0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:59 -0500
Subject: [PATCH 0699/1607] nodeenv: rebuild for python3-3.13
---
srcpkgs/nodeenv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nodeenv/template b/srcpkgs/nodeenv/template
index e0b36f468cb85c..ce94d773471459 100644
--- a/srcpkgs/nodeenv/template
+++ b/srcpkgs/nodeenv/template
@@ -1,7 +1,7 @@
# Template file for 'nodeenv'
pkgname=nodeenv
version=1.7.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="make python3-setuptools"
From 639146246ffc829c54f8e3b884cf931c9c3db038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:59 -0500
Subject: [PATCH 0700/1607] python3-cfgv: rebuild for python3-3.13
---
srcpkgs/python3-cfgv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cfgv/template b/srcpkgs/python3-cfgv/template
index d6cfbc78255a6f..4bbccebed22b48 100644
--- a/srcpkgs/python3-cfgv/template
+++ b/srcpkgs/python3-cfgv/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cfgv'
pkgname=python3-cfgv
version=3.3.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From aedee8fba5191e0db87e076c444ef3a32ea4b55f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:59 -0500
Subject: [PATCH 0701/1607] python3-identify: rebuild for python3-3.13
---
srcpkgs/python3-identify/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-identify/template b/srcpkgs/python3-identify/template
index 1290e6591aed7a..96c7f5e3fa2d0c 100644
--- a/srcpkgs/python3-identify/template
+++ b/srcpkgs/python3-identify/template
@@ -1,7 +1,7 @@
# Template file for 'python3-identify'
pkgname=python3-identify
version=2.4.12
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 998e0b46744dcdb6343c3e967ebeb013a0777d41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:59 -0500
Subject: [PATCH 0702/1607] python3-colour: rebuild for python3-3.13
---
srcpkgs/python3-colour/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
index fccee02399616b..60659654e3ddd8 100644
--- a/srcpkgs/python3-colour/template
+++ b/srcpkgs/python3-colour/template
@@ -1,7 +1,7 @@
# Template file for 'python3-colour'
pkgname=python3-colour
version=0.1.5
-revision=2
+revision=3
depends="python3"
short_desc="Python library, converts and manipulates various color representation"
maintainer="Martin Dimov <martin@dmarto.com>"
From fbb737cdba772361304d10f4c53d1a82ff90cf99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:26:59 -0500
Subject: [PATCH 0703/1607] python3-potr: rebuild for python3-3.13
---
srcpkgs/python3-potr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-potr/template b/srcpkgs/python3-potr/template
index 810c6344d7f46b..822d3d57addfbd 100644
--- a/srcpkgs/python3-potr/template
+++ b/srcpkgs/python3-potr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-potr'
pkgname=python3-potr
version=1.0.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pycryptodome"
From 0360524b29e1f0f0b421b61ac7d2953477c53cf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:00 -0500
Subject: [PATCH 0704/1607] python3-qrcode: rebuild for python3-3.13
---
srcpkgs/python3-qrcode/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index ebe91ed2e61191..a2f2830c8f3289 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
# Template file for 'python3-qrcode'
pkgname=python3-qrcode
version=7.4.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pypng python3-typing_extensions"
From bb8ae8b1651f047551bebd508c4bdc1a7244f313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:00 -0500
Subject: [PATCH 0705/1607] python3-slixmpp: rebuild for python3-3.13
---
srcpkgs/python3-slixmpp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 260d28bc491637..0f784d2d17ca66 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-slixmpp'
pkgname=python3-slixmpp
version=1.8.5
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools python3-Cython"
makedepends="python3-devel libidn-devel"
From b22a4dca16d8469dc5d00f971c05c48343362aa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:00 -0500
Subject: [PATCH 0706/1607] python3-dotenv: rebuild for python3-3.13
---
srcpkgs/python3-dotenv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index 32e777477de068..468831abbe9621 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dotenv'
pkgname=python3-dotenv
version=1.0.0
-revision=2
+revision=3
build_style=python3-module
# CLI tests and test_set_key_permission_error fail in xbps-src's build environment
make_check_args="-k not(test_run)
From e6089705fc1dfaa7d0d4844f2e521b6f834b41c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:00 -0500
Subject: [PATCH 0707/1607] python3-plover_stroke: rebuild for python3-3.13
---
srcpkgs/python3-plover_stroke/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
index e38779045fa6a0..42ede5774b5ea0 100644
--- a/srcpkgs/python3-plover_stroke/template
+++ b/srcpkgs/python3-plover_stroke/template
@@ -1,7 +1,7 @@
# Template file for 'python3-plover_stroke'
pkgname=python3-plover_stroke
version=1.1.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From e6e511829e402fb9d2e03e0f42a57daa301408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:00 -0500
Subject: [PATCH 0708/1607] python3-rtf_tokenize: rebuild for python3-3.13
---
srcpkgs/python3-rtf_tokenize/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
index 8e5c104f85fc80..69453d2c44a58e 100644
--- a/srcpkgs/python3-rtf_tokenize/template
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rtf_tokenize'
pkgname=python3-rtf_tokenize
version=1.0.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 4d3c4357cf6504138ada7113c5e0abd8a66312be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:01 -0500
Subject: [PATCH 0709/1607] wxPython: rebuild for python3-3.13
---
srcpkgs/wxPython/patches/wxsvg-cython.patch | 12 ++++++++++++
srcpkgs/wxPython/template | 9 +++++----
2 files changed, 17 insertions(+), 4 deletions(-)
create mode 100644 srcpkgs/wxPython/patches/wxsvg-cython.patch
diff --git a/srcpkgs/wxPython/patches/wxsvg-cython.patch b/srcpkgs/wxPython/patches/wxsvg-cython.patch
new file mode 100644
index 00000000000000..0876d61c4295f1
--- /dev/null
+++ b/srcpkgs/wxPython/patches/wxsvg-cython.patch
@@ -0,0 +1,12 @@
+The only thing preventing use of Cython 3 is an unused, invalid import.
+
+--- a/wx/svg/_nanosvg.pyx
++++ b/wx/svg/_nanosvg.pyx
+@@ -42,7 +42,6 @@
+
+ import sys
+
+-cimport cython.object
+ from cpython.buffer cimport (
+ Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
+ PyBuffer_Release)
diff --git a/srcpkgs/wxPython/template b/srcpkgs/wxPython/template
index 0d29630771a48f..0ab2d5a2b9b3e3 100644
--- a/srcpkgs/wxPython/template
+++ b/srcpkgs/wxPython/template
@@ -1,11 +1,11 @@
# Template file for 'wxPython'
pkgname=wxPython
version=4.2.1
-revision=5
+revision=6
build_style=python3-module
make_build_args="--skip-build"
make_install_args="--skip-build"
-hostmakedepends="pkg-config python3-setuptools python3-pathlib2 python3-Cython0.29"
+hostmakedepends="pkg-config python3-setuptools python3-Cython"
makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel
gst-plugins-base1-devel"
depends="python3-six"
@@ -32,6 +32,7 @@ post_patch() {
pre_build() {
chmod -R go+rX $wrksrc
+
PYTHONPATH="${PYTHONPATH:+${PYTHONPATH}:}$wrksrc"
if [ "$CROSS_BUILD" ]; then
PYPREFIX="$XBPS_CROSS_BASE"
@@ -39,9 +40,9 @@ pre_build() {
CC="${XBPS_CROSS_TRIPLET}-gcc -pthread $CFLAGS $LDFLAGS"
LDSHARED="${CC} -shared $LDFLAGS"
env CC="$CC" LDSHARED="$LDSHARED" \
- PYPREFIX="$PYPREFIX" CFLAGS="$CFLAGS" \
PYTHON_CONFIG="${XBPS_CROSS_BASE}/usr/bin/python3-config" \
- LDFLAGS="$LDFLAGS" python3 build.py build_py --use_syswx
+ PYPREFIX="$PYPREFIX" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+ python3 build.py build_py --use_syswx
else
python3 build.py build_py --use_syswx
fi
From ebbb3b12b006d3368308e4e72b38a7ec5332a1ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:01 -0500
Subject: [PATCH 0710/1607] python3-ajsonrpc: rebuild for python3-3.13
---
srcpkgs/python3-ajsonrpc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ajsonrpc/template b/srcpkgs/python3-ajsonrpc/template
index e966224ea1eb8b..89280446010e5b 100644
--- a/srcpkgs/python3-ajsonrpc/template
+++ b/srcpkgs/python3-ajsonrpc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ajsonrpc'
pkgname=python3-ajsonrpc
version=1.2.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 02b29118cd36d668a64b7f352fbbb2d17e4945f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:01 -0500
Subject: [PATCH 0711/1607] python3-marshmallow: rebuild for python3-3.13
---
srcpkgs/python3-marshmallow/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index c5d92ca62c3702..e63535cb965569 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,7 +1,7 @@
# Template file for 'python3-marshmallow'
pkgname=python3-marshmallow
version=3.19.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-packaging"
From 29aa1be281051016673304b8da99302af3518baf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:01 -0500
Subject: [PATCH 0712/1607] python3-starlette: rebuild for python3-3.13
---
srcpkgs/python3-starlette/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-starlette/template b/srcpkgs/python3-starlette/template
index 77c5ae1da3dd2d..3a17e7a5f6ddfa 100644
--- a/srcpkgs/python3-starlette/template
+++ b/srcpkgs/python3-starlette/template
@@ -1,7 +1,7 @@
# Template file for 'python3-starlette'
pkgname=python3-starlette
version=0.38.5
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
From f8b8c3d5555fca0d1cdc984c3e9357d06843acf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:01 -0500
Subject: [PATCH 0713/1607] python3-uvicorn: rebuild for python3-3.13
---
srcpkgs/python3-uvicorn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-uvicorn/template b/srcpkgs/python3-uvicorn/template
index 355cfe27b191b8..7f0cccfc03835d 100644
--- a/srcpkgs/python3-uvicorn/template
+++ b/srcpkgs/python3-uvicorn/template
@@ -1,7 +1,7 @@
# Template file for 'python3-uvicorn'
pkgname=python3-uvicorn
version=0.30.6
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-asgiref python3-uvloop python3-click python3-h11"
From a30e10c52dbb68de830bf053c80a0853ea64e747 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:01 -0500
Subject: [PATCH 0714/1607] python3-fasteners: rebuild for python3-3.13
---
srcpkgs/python3-fasteners/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index d4735da5c7e52f..dc9c1f5ae97bf9 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
# Template file for 'python3-fasteners'
pkgname=python3-fasteners
version=0.19
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3 python3-wheel"
depends="python3"
From fed2ef1fcd20fb81d08620b025cc6331053a2b5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:02 -0500
Subject: [PATCH 0715/1607] gst1-editing-services: rebuild for python3-3.13
---
srcpkgs/gst1-editing-services/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gst1-editing-services/template b/srcpkgs/gst1-editing-services/template
index 2f2f8ed71d8410..d8668a6df3ab52 100644
--- a/srcpkgs/gst1-editing-services/template
+++ b/srcpkgs/gst1-editing-services/template
@@ -1,7 +1,7 @@
# Template file for 'gst1-editing-services'
pkgname=gst1-editing-services
version=1.24.9
-revision=1
+revision=2
build_style=meson
build_helper="gir"
configure_args="-Ddoc=disabled $(vopt_feature gir introspection)"
From fe86a35b70ce9707a3ecc2c69135dac746802527 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:02 -0500
Subject: [PATCH 0716/1607] python3-cli_helpers: rebuild for python3-3.13
---
srcpkgs/python3-cli_helpers/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 52861874f34d25..92acbab6497b17 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cli_helpers'
pkgname=python3-cli_helpers
version=2.3.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-configobj python3-tabulate python3-Pygments"
From 023f52fdda8070a357f1cee81f2a38aa7f93620a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:02 -0500
Subject: [PATCH 0717/1607] python3-pgspecial: rebuild for python3-3.13
---
srcpkgs/python3-pgspecial/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 3e2ef44d169df4..80ee21917d32d0 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pgspecial'
pkgname=python3-pgspecial
version=2.1.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-click python3-sqlparse python3-psycopg"
From d92da81372878c94e63bfd5d8800ebfb453aa963 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:02 -0500
Subject: [PATCH 0718/1607] mercurial: rebuild for python3-3.13
---
srcpkgs/mercurial/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index bbbfeb03bda036..ba989b80067c84 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
# Template file for 'mercurial'
pkgname=mercurial
version=6.8.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3 python3-setuptools python3-devel gettext git"
makedepends="python3-devel"
From f2eee1af77589bd922f49c474cb54e3655d1ffb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:02 -0500
Subject: [PATCH 0719/1607] python3-feedgenerator: rebuild for python3-3.13
---
srcpkgs/python3-feedgenerator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index 1be6eb48843405..b9c1da4e06acca 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
# Template file for 'python3-feedgenerator'
pkgname=python3-feedgenerator
version=1.9.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 26666ff1a3c50671acc74ad30983ca5bdf936825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:03 -0500
Subject: [PATCH 0720/1607] python3-oletools: rebuild for python3-3.13
---
srcpkgs/python3-oletools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4fd288892b993d..69206ba104fd0f 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-oletools'
pkgname=python3-oletools
version=0.60.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parsing python3-olefile python3-colorclass python3-easygui
From ecaebee2ff222e9ef23cb47f57a88558080f5da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:03 -0500
Subject: [PATCH 0721/1607] python3-pefile: rebuild for python3-3.13
---
srcpkgs/python3-pefile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index d7095553b8d77d..ee0ca0f513880a 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pefile'
pkgname=python3-pefile
version=2024.8.26
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4968dfd0db261bfc6d3a3f2a4911ef3b557d3dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:03 -0500
Subject: [PATCH 0722/1607] python3-virustotal-api: rebuild for python3-3.13
---
srcpkgs/python3-virustotal-api/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index e428eee7381c4c..32682112af97af 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,7 +1,7 @@
# Template file for 'python3-virustotal-api'
pkgname=python3-virustotal-api
version=1.1.11
-revision=6
+revision=7
build_style=python3-module
pycompile_module="virus_total_apis"
hostmakedepends="python3-setuptools"
From c0f5430aa6e71b55185e277d3e6789bb62f99f95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:03 -0500
Subject: [PATCH 0723/1607] python3-yara: rebuild for python3-3.13
---
srcpkgs/python3-yara/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 1bdd32fdb128c4..92f4e381191857 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yara'
pkgname=python3-yara
version=4.5.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="yara-devel python3-devel"
From cdbf6e0e630864f8668a78b57eb4090869b9473b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:03 -0500
Subject: [PATCH 0724/1607] img2pdf: rebuild for python3-3.13
---
srcpkgs/img2pdf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/img2pdf/template b/srcpkgs/img2pdf/template
index ec1d99f8bf90aa..48b7eba811892a 100644
--- a/srcpkgs/img2pdf/template
+++ b/srcpkgs/img2pdf/template
@@ -1,7 +1,7 @@
# Template file for 'img2pdf'
pkgname=img2pdf
version=0.4.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-pikepdf python3-setuptools"
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
From 8befd2a4b00fbded08a7da8d41d01ca5a066e91c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:03 -0500
Subject: [PATCH 0725/1607] python3-pykeepass: rebuild for python3-3.13
---
srcpkgs/python3-pykeepass/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index fb340f915de912..8dc91fa7871bf9 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pykeepass'
pkgname=python3-pykeepass
version=4.0.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
From ac3a0f10d32bfc6d87967f5a76c827e92886088c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:04 -0500
Subject: [PATCH 0726/1607] python3-zxcvbn: rebuild for python3-3.13
---
srcpkgs/python3-zxcvbn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template
index 41ead4a4d4ceec..0c3c27b73133f0 100644
--- a/srcpkgs/python3-zxcvbn/template
+++ b/srcpkgs/python3-zxcvbn/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zxcvbn'
pkgname=python3-zxcvbn
version=4.4.28
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 0abd56722712fdf737c860fc185ea15314395b7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:04 -0500
Subject: [PATCH 0727/1607] python3-Whoosh: rebuild for python3-3.13
---
srcpkgs/python3-Whoosh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index 09b5545c948ba9..7ff26de09f5c4f 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Whoosh'
pkgname=python3-Whoosh
version=2.7.4
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel"
From 9870b0958a44e0c252b500d74f9bb93faaf39856 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:04 -0500
Subject: [PATCH 0728/1607] python3-arxiv2bib: rebuild for python3-3.13
---
srcpkgs/python3-arxiv2bib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 72763aee307248..4c9d0caf95a6b7 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-arxiv2bib'
pkgname=python3-arxiv2bib
version=1.0.8
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 9b4d802f46e6def2983c808d7ddae4fe398dcbe4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:04 -0500
Subject: [PATCH 0729/1607] python3-doi: rebuild for python3-3.13
---
srcpkgs/python3-doi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index e8ae590895694f..1a7b04252097af 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-doi'
pkgname=python3-doi
version=0.2.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fcaf63b2b0ee3614a27c70f959f3a28282254fa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:04 -0500
Subject: [PATCH 0730/1607] python3-dominate: rebuild for python3-3.13
---
srcpkgs/python3-dominate/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 068f2c7b3fea88..4fe60db7d1d928 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dominate'
pkgname=python3-dominate
version=2.9.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 7d935b4b555b3c00f849ec27fd349ba5451fbca2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:05 -0500
Subject: [PATCH 0731/1607] python3-habanero: rebuild for python3-3.13
---
srcpkgs/python3-habanero/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index 4349e05a4da0c7..2eef5c063745cf 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
# Template file for 'python3-habanero'
pkgname=python3-habanero
version=0.6.2
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
From 24508e12a292210843d906c230306fc6253a213e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:05 -0500
Subject: [PATCH 0732/1607] python3-isbnlib: rebuild for python3-3.13
---
srcpkgs/python3-isbnlib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index f723c2c03bc5de..f3765ad6fe534b 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-isbnlib'
pkgname=python3-isbnlib
version=3.10.8
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 7c33e42385c0e77411e9bdac88b873b8d0f039ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:05 -0500
Subject: [PATCH 0733/1607] python3-slugify: rebuild for python3-3.13
---
srcpkgs/python3-slugify/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 96e7318f8b80af..daae83ff13358f 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -1,7 +1,7 @@
# Template file for 'python3-slugify'
pkgname=python3-slugify
version=6.1.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-text-unidecode python3-Unidecode"
From 3e1fd746059d809db4014a1c2aa8fc7489f24235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:05 -0500
Subject: [PATCH 0734/1607] python3-janus: rebuild for python3-3.13
---
srcpkgs/python3-janus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index e7fd3ec3579c8d..c57011b37f3765 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,7 +1,7 @@
# Template file for 'python3-janus'
pkgname=python3-janus
version=1.0.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-typing_extensions"
From 7cb6bdb0f680909e5ee5ea01b9347e233fb5e0b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:05 -0500
Subject: [PATCH 0735/1607] python3-logbook: rebuild for python3-3.13
---
srcpkgs/python3-logbook/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index bb85ea54c98136..35c8831250f91e 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
# Template file for 'python3-logbook'
pkgname=python3-logbook
version=1.5.3
-revision=7
+revision=8
build_style=python3-pep517
make_check_args="--ignore=scripts"
hostmakedepends="python3-setuptools python3-wheel python3-devel python3-Cython0.29"
From 49face3b62c46168002bb46871a48fdfc5d26215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:06 -0500
Subject: [PATCH 0736/1607] python3-matrix-nio: rebuild for python3-3.13
---
srcpkgs/python3-matrix-nio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index bda0f5b61d76ac..f91d67f82cf87e 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
# Template file for 'python3-matrix-nio'
pkgname=python3-matrix-nio
version=0.24.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-aiohttp python3-aiofiles python3-h11
From f563b6b0f291dafcb0c2b0b2e4138e98e90f1fce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:06 -0500
Subject: [PATCH 0737/1607] python3-pydbus: rebuild for python3-3.13
---
srcpkgs/python3-pydbus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 39377afa3c3cf3..28e06c8449bacf 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pydbus'
pkgname=python3-pydbus
version=0.6.0
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 172a9bad5bcc39852fa074f90d3b4d38ba3b95ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:06 -0500
Subject: [PATCH 0738/1607] rpm: rebuild for python3-3.13
---
srcpkgs/rpm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index c7c5e7a628955f..693efa0cb63ddc 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
# Template file for 'rpm'
pkgname=rpm
version=4.18.1
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--with-cap --with-acl
--enable-python PYTHON=python3 --sharedstatedir=/var/lib"
From d5073be1df568572e5b172bb7860f7a3697b01b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:06 -0500
Subject: [PATCH 0739/1607] brltty: rebuild for python3-3.13
---
srcpkgs/brltty/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index c92b681ea57067..9e1ca6c132da6c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
# Template file for 'brltty'
pkgname=brltty
version=6.4
-revision=11
+revision=12
build_style=gnu-configure
build_helper=python3
configure_args="--enable-gpm --with-screen-driver=lx,sc
From 5f39accf82804d259abbae17c9a30d61fe04170f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:06 -0500
Subject: [PATCH 0740/1607] liblouis: rebuild for python3-3.13
---
srcpkgs/liblouis/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index fbade9be434c9e..69299629eb8527 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
# Template file for 'liblouis'
pkgname=liblouis
version=3.15.0
-revision=4
+revision=5
build_style=gnu-configure
configure_args="--enable-ucs4"
hostmakedepends="pkg-config help2man python3-devel python3-setuptools"
From 7b41b94875d1207fbda946d159f552ba308f71eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:06 -0500
Subject: [PATCH 0741/1607] speech-dispatcher: rebuild for python3-3.13
---
srcpkgs/speech-dispatcher/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 55e64f030c1a45..b087a2e326e893 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
# Template file for 'speech-dispatcher'
pkgname=speech-dispatcher
version=0.11.5
-revision=1
+revision=2
build_style=gnu-configure
# Disable support for sundry non-free TTS systems (said support causes
# the pre-pkg step to fail on account of missing shlibs).
From eb82d88c65128d42bcf91f380e89510b9509ed5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:07 -0500
Subject: [PATCH 0742/1607] libopenshot: rebuild for python3-3.13
---
srcpkgs/libopenshot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 2da22764f66e9b..44c013d00863bf 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
# Template file for 'libopenshot'
pkgname=libopenshot
version=0.3.2
-revision=2
+revision=3
build_style=cmake
# Builds fail with Ruby-2.4.1
configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"
From 92646250df618976c22686cb6406af90b15f07d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:07 -0500
Subject: [PATCH 0743/1607] python3-daemonize: rebuild for python3-3.13
---
srcpkgs/python3-daemonize/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index f3665d9c19c205..1de897543b6efb 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
# Template file for 'python3-daemonize'
pkgname=python3-daemonize
version=2.5.0
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 103c965cb92476e612b9b3aa1698a721e17952b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:07 -0500
Subject: [PATCH 0744/1607] vtk: rebuild for python3-3.13
---
srcpkgs/vtk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 5d87abde765f37..056d5ed087cf3a 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
# Template file for 'vtk'
pkgname=vtk
version=9.3.1
-revision=1
+revision=2
build_style=cmake
# vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
# Build only the core modules plus python bindings for now
From 56eed028d83a2bca64b2399d764457d572c2aa09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:07 -0500
Subject: [PATCH 0745/1607] python3-readability-lxml: rebuild for python3-3.13
---
srcpkgs/python3-readability-lxml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 6b23acb05806f0..65a320f92f8ea6 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-readability-lxml'
pkgname=python3-readability-lxml
version=0.8.1
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-lxml python3-chardet python3-cssselect"
From 3f83ec5e51bffb54abb20f4c39513cb5c984128e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:07 -0500
Subject: [PATCH 0746/1607] python3-imaplib2: rebuild for python3-3.13
---
srcpkgs/python3-imaplib2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-imaplib2/template b/srcpkgs/python3-imaplib2/template
index 9d6fdca25fdbf1..f7c52f45405061 100644
--- a/srcpkgs/python3-imaplib2/template
+++ b/srcpkgs/python3-imaplib2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-imaplib2'
pkgname=python3-imaplib2
version=3.6
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From e8af63deb9e049ee68c628f1bf9b27e2f554bae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:08 -0500
Subject: [PATCH 0747/1607] python3-rfc6555: rebuild for python3-3.13
---
srcpkgs/python3-rfc6555/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rfc6555/template b/srcpkgs/python3-rfc6555/template
index 0e55d6efa95392..7163ec2ff19501 100644
--- a/srcpkgs/python3-rfc6555/template
+++ b/srcpkgs/python3-rfc6555/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rfc6555'
pkgname=python3-rfc6555
version=0.1.0
-revision=3
+revision=4
build_style=python3-module
make_check_args="--deselect tests/test_ipv6.py::test_ipv6_available" # CI fail
hostmakedepends="python3-setuptools"
From 27611968512716be4371f7ed5c2d268215763ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:08 -0500
Subject: [PATCH 0748/1607] python3-stem: rebuild for python3-3.13
---
srcpkgs/python3-stem/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 3546a33b34d5ea..6965c7d17b2ed7 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
# Template file for 'python3-stem'
pkgname=python3-stem
version=1.8.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cryptography"
From 734336fcdd421995f186f1caeb2db55d024767a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:08 -0500
Subject: [PATCH 0749/1607] python3-neovim: rebuild for python3-3.13
---
srcpkgs/python3-neovim/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index be2fd507e9c508..555b7cc624532b 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,7 +1,7 @@
# Template file for 'python3-neovim'
pkgname=python3-neovim
version=0.5.0
-revision=1
+revision=2
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="neovim python3-greenlet python3-msgpack"
From a17d5e2ab29c901660a3b946ea65a71006d96d8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:08 -0500
Subject: [PATCH 0750/1607] nemo-python: rebuild for python3-3.13
---
srcpkgs/nemo-python/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/nemo-python/template b/srcpkgs/nemo-python/template
index 009b05c1fb3b85..3e4c77324187dd 100644
--- a/srcpkgs/nemo-python/template
+++ b/srcpkgs/nemo-python/template
@@ -1,7 +1,7 @@
# Template file for 'nemo-python'
pkgname=nemo-python
version=5.8.0
-revision=2
+revision=3
build_wrksrc=nemo-python
build_style=meson
hostmakedepends="pkg-config"
From 807d7e6e59cb6c7f4e0ebf82bfc3c06f782f7061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:08 -0500
Subject: [PATCH 0751/1607] meld: rebuild for python3-3.13
---
srcpkgs/meld/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index c43fff43dca5c9..f6407cc385afe5 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
# Template file for 'meld'
pkgname=meld
version=3.22.2
-revision=1
+revision=2
build_style=meson
hostmakedepends="pkg-config gettext python3-distro itstool
gtk-update-icon-cache libxml2-python3 glib-devel"
From f29ce7829886fee4c87aa9e94e491b011a34835e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:08 -0500
Subject: [PATCH 0752/1607] gpsd: rebuild for python3-3.13
---
srcpkgs/gpsd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gpsd/template b/srcpkgs/gpsd/template
index 77c28ac1978000..62ad6fa8a15d12 100644
--- a/srcpkgs/gpsd/template
+++ b/srcpkgs/gpsd/template
@@ -1,7 +1,7 @@
# Template file for 'gpsd'
pkgname=gpsd
version=3.24
-revision=3
+revision=4
build_style=scons
make_build_args="dbus_export=0 gpsd_user=gpsd gpsd_group=gpsd
sbindir=/usr/bin CC=${CC} qt_versioned=5"
From 2ab593e682db8994bcb3808c0be182833658e068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:09 -0500
Subject: [PATCH 0753/1607] python3-Pyro4: rebuild for python3-3.13
---
srcpkgs/python3-Pyro4/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 9205ee4f4824ad..5a88e1ab7ca4b1 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Pyro4'
pkgname=python3-Pyro4
version=4.80
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-serpent"
From f46f97c5c8c7a9c18c8cc4eb54423ac9b5b95db4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:09 -0500
Subject: [PATCH 0754/1607] python3-musicpd: rebuild for python3-3.13
---
srcpkgs/python3-musicpd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index b7dfc3349e5b1e..ae91d40632a6be 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,7 +1,7 @@
# Template file for 'python3-musicpd'
pkgname=python3-musicpd
version=0.4.4
-revision=6
+revision=7
build_style=python3-module
pycompile_module="musicpd.py"
hostmakedepends="python3-setuptools"
From ae3921a6082d630b3617b5c943ac033915325927 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:09 -0500
Subject: [PATCH 0755/1607] mopidy: rebuild for python3-3.13
---
srcpkgs/mopidy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index 8f3000288c0978..f0a2bb2a26045f 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,7 +1,7 @@
# Template file for 'mopidy'
pkgname=mopidy
version=3.4.2
-revision=1
+revision=2
build_style=python3-module
make_check_args="--ignore tests/test_help.py"
hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme
From db0d04dd05227a01318a839bee672ffc4e493e3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:09 -0500
Subject: [PATCH 0756/1607] python3-uritools: rebuild for python3-3.13
---
srcpkgs/python3-uritools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 3454f2346318b2..e5527353c3cf39 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-uritools'
pkgname=python3-uritools
version=3.0.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From f6fd36bf357f5630c5acb2d3cbf7d8f523828575 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:09 -0500
Subject: [PATCH 0757/1607] python3-SoCo: rebuild for python3-3.13
---
srcpkgs/python3-SoCo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 5b0fa489fba64b..34e889385721fa 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,7 +1,7 @@
# Template file for 'python3-SoCo'
pkgname=python3-SoCo
version=0.29.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-xmltodict python3-requests python3-ifaddr python3-appdirs python3-lxml"
From ae5914eecf5fc17ee9393cf73d5819d3f09f3953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:10 -0500
Subject: [PATCH 0758/1607] python3-chromecast: rebuild for python3-3.13
---
srcpkgs/python3-chromecast/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index 2a929d2a3d4e43..aff6546a594d5e 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,7 +1,7 @@
# Template file for 'python3-chromecast'
pkgname=python3-chromecast
version=13.0.7
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-protobuf python3-zeroconf python3-casttube"
depends="python3-protobuf python3-zeroconf python3-casttube"
From 127df44c38850d02f05c5545d41a9705a731a78e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:10 -0500
Subject: [PATCH 0759/1607] python3-kaitaistruct: rebuild for python3-3.13
---
srcpkgs/python3-kaitaistruct/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-kaitaistruct/template b/srcpkgs/python3-kaitaistruct/template
index 6db94ab4babdc7..bc9d1c228383f1 100644
--- a/srcpkgs/python3-kaitaistruct/template
+++ b/srcpkgs/python3-kaitaistruct/template
@@ -1,7 +1,7 @@
# Template file for 'python3-kaitaistruct'
pkgname=python3-kaitaistruct
version=0.10
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From e7112ece4bc839be3658813f51436c4d00e94c0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:10 -0500
Subject: [PATCH 0760/1607] python3-mitmproxy_wireguard: rebuild for
python3-3.13
---
srcpkgs/python3-mitmproxy_wireguard/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mitmproxy_wireguard/template b/srcpkgs/python3-mitmproxy_wireguard/template
index e2dfa751c63ee2..0e9ce93191b0e8 100644
--- a/srcpkgs/python3-mitmproxy_wireguard/template
+++ b/srcpkgs/python3-mitmproxy_wireguard/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mitmproxy_wireguard'
pkgname=python3-mitmproxy_wireguard
version=0.1.19
-revision=2
+revision=3
build_style=python3-pep517
build_helper=rust
hostmakedepends="cargo maturin"
From b48b7235e564b24015b1eb243abdf59912f5f7d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:10 -0500
Subject: [PATCH 0761/1607] python3-publicsuffix2: rebuild for python3-3.13
---
srcpkgs/python3-publicsuffix2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-publicsuffix2/template b/srcpkgs/python3-publicsuffix2/template
index b1d4510cc7ece6..dbfc327b7e366a 100644
--- a/srcpkgs/python3-publicsuffix2/template
+++ b/srcpkgs/python3-publicsuffix2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-publicsuffix2'
pkgname=python3-publicsuffix2
version=2019.12.21
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-requests python3-wheel public-suffix"
depends="python3 public-suffix"
From 36ef835c7d066dc3b6dc4253d6a1e4f6b318d5e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:10 -0500
Subject: [PATCH 0762/1607] python3-zstandard: rebuild for python3-3.13
---
srcpkgs/python3-zstandard/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index 36907f76c111c1..417422372fcfd1 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zstandard'
pkgname=python3-zstandard
version=0.22.0
-revision=1
+revision=2
build_style=python3-module
make_build_args="--system-zstd"
hostmakedepends="python3-setuptools"
From ab9af9b7c525fef301166e80437561a2b82cf75c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:11 -0500
Subject: [PATCH 0763/1607] openvswitch: rebuild for python3-3.13
---
srcpkgs/openvswitch/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template
index 0634593cb6684d..7b9cae1680e7f8 100644
--- a/srcpkgs/openvswitch/template
+++ b/srcpkgs/openvswitch/template
@@ -1,7 +1,7 @@
# Template file for 'openvswitch'
pkgname=openvswitch
version=2.17.0
-revision=4
+revision=5
archs="i686* x86_64* ppc64*"
build_style=gnu-configure
configure_args="--with-rundir=/run/openvswitch"
From 1b253a61b3dc5cb1d2f89c2bd66a3821b36d5f32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:11 -0500
Subject: [PATCH 0764/1607] python3-textual: rebuild for python3-3.13
---
srcpkgs/python3-textual/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-textual/template b/srcpkgs/python3-textual/template
index 1f7155205b6dda..fd16cbb175802a 100644
--- a/srcpkgs/python3-textual/template
+++ b/srcpkgs/python3-textual/template
@@ -1,7 +1,7 @@
# Template file for 'python3-textual'
pkgname=python3-textual
version=0.73.0
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="-k not((snapshot)or(markdown)or(feature)or(language))"
hostmakedepends="python3-poetry-core"
From 88d60ce6e8da4d29c4b3773b1ed1d1513a51dce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:11 -0500
Subject: [PATCH 0765/1607] mailnag: rebuild for python3-3.13
---
srcpkgs/mailnag/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template
index 9eb83d021341f0..f0cf635cc77ef9 100644
--- a/srcpkgs/mailnag/template
+++ b/srcpkgs/mailnag/template
@@ -1,7 +1,7 @@
# Template file for 'mailnag'
pkgname=mailnag
version=2.2.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3 python3-setuptools gettext"
depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3"
From 1311c08165adb2ca3991888102c6df40d1cbd959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:11 -0500
Subject: [PATCH 0766/1607] python3-autobahn: rebuild for python3-3.13
---
srcpkgs/python3-autobahn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index bfbb249f4fbcb3..3f4d7726e0de4c 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,7 +1,7 @@
# Template file for 'python3-autobahn'
pkgname=python3-autobahn
version=23.6.2
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-cffi python3-Twisted python3-cryptography python3-txaio
From b246c24bc585270acd1de650714bc7c4c785e76a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:11 -0500
Subject: [PATCH 0767/1607] python3-iterable-io: rebuild for python3-3.13
---
srcpkgs/python3-iterable-io/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-iterable-io/template b/srcpkgs/python3-iterable-io/template
index d7616cfd136baf..2ac605875a1879 100644
--- a/srcpkgs/python3-iterable-io/template
+++ b/srcpkgs/python3-iterable-io/template
@@ -1,7 +1,7 @@
# Template file for 'python3-iterable-io'
pkgname=python3-iterable-io
version=1.0.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 47896bf0e676b71b8f5a39338276b8fb95a9b953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:11 -0500
Subject: [PATCH 0768/1607] python3-spake2: rebuild for python3-3.13
---
srcpkgs/python3-spake2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index 90a755a1482d40..e4bf27fc958508 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-spake2'
pkgname=python3-spake2
version=0.8
-revision=7
+revision=8
build_style=python3-module
pycompile_module="spake2"
hostmakedepends="python3 python3-setuptools"
From 55dbeb34030f052c644ae4730628d68b5601cf6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:12 -0500
Subject: [PATCH 0769/1607] python3-txtorcon: rebuild for python3-3.13
---
srcpkgs/python3-txtorcon/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index 43ae4e0fe19c32..0496ed0c10712c 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,7 +1,7 @@
# Template file for 'python3-txtorcon'
pkgname=python3-txtorcon
version=23.11.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="lsof python3-automat python3-cryptography python3-six python3-Twisted
From f6db2f1d6427a6768026767192bf7faae36cee14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:12 -0500
Subject: [PATCH 0770/1607] python3-zipstream-ng: rebuild for python3-3.13
---
srcpkgs/python3-zipstream-ng/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zipstream-ng/template b/srcpkgs/python3-zipstream-ng/template
index b24c2b5d0c86db..3a6a87967be48d 100644
--- a/srcpkgs/python3-zipstream-ng/template
+++ b/srcpkgs/python3-zipstream-ng/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zipstream-ng'
pkgname=python3-zipstream-ng
version=1.8.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1c2a352a98ce7f883a7bcc2ffe7a834d9be04584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:12 -0500
Subject: [PATCH 0771/1607] audit: rebuild for python3-3.13
---
srcpkgs/audit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index c57cdd0812dfc1..3f6c65a84f8fa5 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
# Template file for 'audit'
pkgname=audit
version=3.1.4
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
--with-apparmor --with-libcap-ng --with-python3"
From 3ba940f5c6945d2dd8a0d0a800dae1228e218ba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:12 -0500
Subject: [PATCH 0772/1607] libpfm4: rebuild for python3-3.13
---
srcpkgs/libpfm4/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libpfm4/template b/srcpkgs/libpfm4/template
index 800b57d06712e6..1d9694a16dea17 100644
--- a/srcpkgs/libpfm4/template
+++ b/srcpkgs/libpfm4/template
@@ -1,7 +1,7 @@
# Template file for 'libpfm4'
pkgname=libpfm4
version=4.13.0
-revision=2
+revision=3
build_style=gnu-makefile
build_helper=python3
make_use_env=yes
From 8cde4ea2a7bf01733b0dac22fa673a8684e629b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:12 -0500
Subject: [PATCH 0773/1607] fontforge: rebuild for python3-3.13
---
srcpkgs/fontforge/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index c61bc52cd7d4cc..931b9ea60b2569 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
# Template file for 'fontforge'
pkgname=fontforge
version=20230101
-revision=3
+revision=4
build_style=cmake
hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
pkg-config python3 python3-setuptools"
From 9f8bdd4082fae7e1819427a68cc6bfde9dbf70f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:13 -0500
Subject: [PATCH 0774/1607] liborcus: rebuild for python3-3.13
---
srcpkgs/liborcus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 8615c7ce97a312..bcc151612a1112 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
# Template file for 'liborcus'
pkgname=liborcus
version=0.19.2
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config python3"
makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"
From dac48c8ceb4b0840184714163ea771c41c671e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:13 -0500
Subject: [PATCH 0775/1607] libplist: rebuild for python3-3.13
---
srcpkgs/libplist/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libplist/template b/srcpkgs/libplist/template
index e9ea27c2981262..cc04ce12370e0a 100644
--- a/srcpkgs/libplist/template
+++ b/srcpkgs/libplist/template
@@ -1,7 +1,7 @@
# Template file for 'libplist'
pkgname=libplist
version=2.2.0
-revision=4
+revision=5
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkgconf python3 python3-Cython"
From 104378c2abd1d4ad7d766415ee0b3b2d0d3c69a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:13 -0500
Subject: [PATCH 0776/1607] libbytesize: rebuild for python3-3.13
---
srcpkgs/libbytesize/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 173485a41ccc7a..1641d4babbf643 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
# Template file for 'libbytesize'
pkgname=libbytesize
version=2.10
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config gettext python3"
makedepends="mpfr-devel pcre2-devel"
From 4c72d9b7ade7f9c68b839a0d9d93abc45218c444 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:13 -0500
Subject: [PATCH 0777/1607] libnvme: rebuild for python3-3.13
---
srcpkgs/libnvme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libnvme/template b/srcpkgs/libnvme/template
index c447667fed4b04..7b3a1f6a8a1471 100644
--- a/srcpkgs/libnvme/template
+++ b/srcpkgs/libnvme/template
@@ -1,7 +1,7 @@
# Template file for 'libnvme'
pkgname=libnvme
version=1.10
-revision=1
+revision=2
build_style=meson
configure_args="-Ddocs=man"
hostmakedepends="pkg-config swig tar xz"
From f00ee08280c1d73d942b3b76cdbd40bf480acf86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:13 -0500
Subject: [PATCH 0778/1607] volume_key: rebuild for python3-3.13
---
srcpkgs/volume_key/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index bcb21a01bcda3b..577f9be9ccc58a 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
# Template file for 'volume_key'
pkgname=volume_key
version=0.3.12
-revision=7
+revision=8
build_style=gnu-configure
configure_args="--without-python"
hostmakedepends="pkg-config python3-setuptools swig"
From 0388837535c39add47af00b59f830aa90d14c24e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:14 -0500
Subject: [PATCH 0779/1607] mlt7: rebuild for python3-3.13
---
srcpkgs/mlt7/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/mlt7/template b/srcpkgs/mlt7/template
index 06fa2a22cceac4..fac7f22b1aea6a 100644
--- a/srcpkgs/mlt7/template
+++ b/srcpkgs/mlt7/template
@@ -1,7 +1,7 @@
# Template file for 'mlt7'
pkgname=mlt7
version=7.24.0
-revision=3
+revision=4
build_style=cmake
configure_args="-DSWIG_PYTHON=ON -DMOD_QT6=ON"
hostmakedepends="doxygen pkg-config ladspa-sdk swig python3 which
From 70046e17c1c6b4f46ebf9518279b2d56fc189de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:14 -0500
Subject: [PATCH 0780/1607] opencolorio: rebuild for python3-3.13
---
srcpkgs/opencolorio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/opencolorio/template b/srcpkgs/opencolorio/template
index 814b4aadd86c7a..502bdecd663780 100644
--- a/srcpkgs/opencolorio/template
+++ b/srcpkgs/opencolorio/template
@@ -1,7 +1,7 @@
# Template file for 'opencolorio'
pkgname=opencolorio
version=2.1.3
-revision=1
+revision=2
build_style=cmake
configure_args="-DCMAKE_CONFIGURATION_TYPES=None
-DOCIO_INSTALL_EXT_PACKAGES=NONE
From e42af706fd9bc74cb323705ca0d626de87121cff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:14 -0500
Subject: [PATCH 0781/1607] libcec: rebuild for python3-3.13
---
srcpkgs/libcec/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index b31bc3c3b2cf6a..877a04a15179de 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
# Template file for 'libcec'
pkgname=libcec
version=6.0.2
-revision=4
+revision=5
build_style=cmake
configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
hostmakedepends="pkg-config libtool swig"
From cd59835795cbf527dc244073cac7966849c1d1e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:14 -0500
Subject: [PATCH 0782/1607] ldapdomaindump: rebuild for python3-3.13
---
srcpkgs/ldapdomaindump/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ldapdomaindump/template b/srcpkgs/ldapdomaindump/template
index 82314c72341119..72d609edc9eef2 100644
--- a/srcpkgs/ldapdomaindump/template
+++ b/srcpkgs/ldapdomaindump/template
@@ -1,7 +1,7 @@
# Template file for 'ldapdomaindump'
pkgname=ldapdomaindump
version=0.9.4
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future python3-ldap3 python3-dnspython"
From 6e4e1bf7455af10ab7f17bc7d8e201ebcec0358b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:14 -0500
Subject: [PATCH 0783/1607] python3-cloudscraper: rebuild for python3-3.13
---
srcpkgs/python3-cloudscraper/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 32403e5f88fbdb..1cec559e45a05a 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cloudscraper'
pkgname=python3-cloudscraper
version=1.2.58
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests-toolbelt"
From b0dec2a3e73b02db5bfce770212a5222dd6e78b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:14 -0500
Subject: [PATCH 0784/1607] python3-mpv: rebuild for python3-3.13
---
srcpkgs/python3-mpv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index f624f4a5b4a96f..f55d47cdb78508 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mpv'
pkgname=python3-mpv
version=1.0.6
-revision=1
+revision=2
build_style=python3-pep517
# this test takes too long and has a low chance of failure
# https://github.com/jaseg/python-mpv/issues/209#issuecomment-1180248112
From 784e163435315741b2a14803cb67336aca9de067 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:15 -0500
Subject: [PATCH 0785/1607] lensfun: rebuild for python3-3.13
---
srcpkgs/lensfun/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/lensfun/template b/srcpkgs/lensfun/template
index fb81b5909694b8..60995f17e26ce8 100644
--- a/srcpkgs/lensfun/template
+++ b/srcpkgs/lensfun/template
@@ -1,7 +1,7 @@
# Template file for 'lensfun'
pkgname=lensfun
version=0.3.4
-revision=1
+revision=2
build_style=cmake
configure_args="-DINSTALL_HELPER_SCRIPTS=0"
hostmakedepends="pkg-config python3-setuptools"
From de457ef787675abc0a924e83f0f3d7f9db5fb10e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:15 -0500
Subject: [PATCH 0786/1607] python3-dulwich: rebuild for python3-3.13
---
srcpkgs/python3-dulwich/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index b83beb4eec1392..9694d0f2b9ee28 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dulwich'
pkgname=python3-dulwich
version=0.21.7
-revision=1
+revision=2
build_style=python3-module
make_check_target="dulwich/tests"
hostmakedepends="python3-setuptools"
From aca879b7267e2018cc5f81a1aea2214637a73142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:15 -0500
Subject: [PATCH 0787/1607] libproxy: rebuild for python3-3.13
---
srcpkgs/libproxy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libproxy/template b/srcpkgs/libproxy/template
index cbd736031b0ea1..4786711f548baa 100644
--- a/srcpkgs/libproxy/template
+++ b/srcpkgs/libproxy/template
@@ -1,7 +1,7 @@
# Template file for 'libproxy'
pkgname=libproxy
version=0.4.18
-revision=3
+revision=4
build_style=cmake
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
-DWITH_PERL=0 -DWITH_PYTHON3=1 -DWITH_WEBKIT=0"
From 56e638310e1b837ec0d0dfeaef58b565fb79e39a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:15 -0500
Subject: [PATCH 0788/1607] python3-irc: rebuild for python3-3.13
---
srcpkgs/python3-irc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 2b573aac307445..f5ef27c377aa29 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-irc'
pkgname=python3-irc
version=20.1.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.collections python3-jaraco.text python3-jaraco.logging
From b5eda30c1d246c3aa90267ea56334e8892b33931 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:15 -0500
Subject: [PATCH 0789/1607] python3-mautrix: rebuild for python3-3.13
---
srcpkgs/python3-mautrix/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mautrix/template b/srcpkgs/python3-mautrix/template
index 78ad7fd72f1d5c..e484edee6b7473 100644
--- a/srcpkgs/python3-mautrix/template
+++ b/srcpkgs/python3-mautrix/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mautrix'
pkgname=python3-mautrix
version=0.20.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-aiohttp python3-attrs python3-yarl python3-magic olm-python3"
From 2fbf815b1b19eb65b64ceaf49f5fe06da0bad2d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:16 -0500
Subject: [PATCH 0790/1607] python3-shellingham: rebuild for python3-3.13
---
srcpkgs/python3-shellingham/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-shellingham/template b/srcpkgs/python3-shellingham/template
index 551360a29e31f4..97141314ddf0d5 100644
--- a/srcpkgs/python3-shellingham/template
+++ b/srcpkgs/python3-shellingham/template
@@ -1,7 +1,7 @@
# Template file for 'python3-shellingham'
pkgname=python3-shellingham
version=1.5.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 818ad838efbf545ec232ce0abab82547c90d524a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:16 -0500
Subject: [PATCH 0791/1607] python3-tomli-w: rebuild for python3-3.13
---
srcpkgs/python3-tomli-w/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tomli-w/template b/srcpkgs/python3-tomli-w/template
index 7b12a90c3325b5..bed635cacdefdd 100644
--- a/srcpkgs/python3-tomli-w/template
+++ b/srcpkgs/python3-tomli-w/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tomli-w'
pkgname=python3-tomli-w
version=1.0.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From 5464f55ba77ef7efbd920d1b1bd70394b8417dd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:16 -0500
Subject: [PATCH 0792/1607] python3-injector: rebuild for python3-3.13
---
srcpkgs/python3-injector/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
index 78ce53f8aeebb4..b30e22d56a8000 100644
--- a/srcpkgs/python3-injector/template
+++ b/srcpkgs/python3-injector/template
@@ -1,7 +1,7 @@
# Template file for 'python3-injector'
pkgname=python3-injector
version=0.19.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-typing_extensions python3-setuptools"
depends="python3 python3-typing_extensions"
From 2a4f27ae6281553b54d50d18b7c51d8c142bc922 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:16 -0500
Subject: [PATCH 0793/1607] python3-nvml: rebuild for python3-3.13
---
srcpkgs/python3-nvml/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
index 9ecb485fcf8e5a..166b0c1fee3f4a 100644
--- a/srcpkgs/python3-nvml/template
+++ b/srcpkgs/python3-nvml/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nvml'
pkgname=python3-nvml
version=0.2.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 430074e2821a1d184df0bd1656a69ba64cd07f56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:16 -0500
Subject: [PATCH 0794/1607] python3-rx: rebuild for python3-3.13
---
srcpkgs/python3-rx/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
index 05faa7a90e9d13..0bb4f1b4a1411d 100644
--- a/srcpkgs/python3-rx/template
+++ b/srcpkgs/python3-rx/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rx'
pkgname=python3-rx
version=3.1.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools python3-pytest"
depends="python3"
From 94b16689b8e7d3a8f5f06dcd17519215bfced752 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:17 -0500
Subject: [PATCH 0795/1607] ufw: rebuild for python3-3.13
---
srcpkgs/ufw/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index cf5f2bbe804450..18a0821401cf45 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,7 +1,7 @@
# Template file for 'ufw'
pkgname=ufw
version=0.36.2
-revision=2
+revision=3
_major_minor="${version%.*}"
build_style=python3-module
conf_files="
From d36c2c883fa7e58cca31b8a874f0f0b20671c6db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:17 -0500
Subject: [PATCH 0796/1607] python3-path-and-address: rebuild for python3-3.13
---
srcpkgs/python3-path-and-address/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 7ca9db919a1fc1..da4c378835663f 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,7 +1,7 @@
# Template file for 'python3-path-and-address'
pkgname=python3-path-and-address
version=2.0.1
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 11f1c509d4ba68e15f5a9c67d65eff84331196fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:17 -0500
Subject: [PATCH 0797/1607] python3-PyICU: rebuild for python3-3.13
---
srcpkgs/python3-PyICU/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index f92daea7cb1880..d959c44acf3bcf 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyICU'
pkgname=python3-PyICU
version=2.11
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel icu-devel"
From 0cee258caf777419f8c8f6e5fe589102ebabb51c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:17 -0500
Subject: [PATCH 0798/1607] python3-bsddb3: rebuild for python3-3.13
---
srcpkgs/python3-bsddb3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index c9418b98c50755..e21b61ec2ce465 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bsddb3'
pkgname=python3-bsddb3
version=6.2.7
-revision=5
+revision=6
build_style=python3-module
make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
From 2a0ecb3d7146d89f572c9b09ef00d4bc34a178fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:17 -0500
Subject: [PATCH 0799/1607] eyeD3: rebuild for python3-3.13
---
srcpkgs/eyeD3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index 469383a78e2240..0815e9122ad9b6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,7 +1,7 @@
# Template file for 'eyeD3'
pkgname=eyeD3
version=0.9.6
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pylast python3-setuptools python3-deprecation python3-filetype"
From 81aa2535a68f7bb9bce8c1e67ce527582e9584ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:17 -0500
Subject: [PATCH 0800/1607] python3-mygpoclient: rebuild for python3-3.13
---
srcpkgs/python3-mygpoclient/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index ed1381607d12d7..b113bac376bf61 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mygpoclient'
pkgname=python3-mygpoclient
version=1.8
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 1da365d4026602a11dd826e0c63914e16ab1e810 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:18 -0500
Subject: [PATCH 0801/1607] python3-podcastparser: rebuild for python3-3.13
---
srcpkgs/python3-podcastparser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index bbe0fb724d82fa..52a93fdd4913d2 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-podcastparser'
pkgname=python3-podcastparser
version=0.6.9
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 69686d6db513aa8ae1b2ff48cf320f419984f5d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:18 -0500
Subject: [PATCH 0802/1607] gnuradio: rebuild for python3-3.13
---
srcpkgs/gnuradio/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 96618ae919df63..d06dacc2c28523 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
# Template file for 'gnuradio'
pkgname=gnuradio
version=3.10.11.0
-revision=1
+revision=2
build_style=cmake
build_helper="python3"
conf_files="/etc/gnuradio/conf.d/*"
From f1e7bec61edc6783085302d0c57ce4b705cbe052 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:18 -0500
Subject: [PATCH 0803/1607] ktoblzcheck: rebuild for python3-3.13
---
srcpkgs/ktoblzcheck/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ktoblzcheck/template b/srcpkgs/ktoblzcheck/template
index 9724e86fe2a78d..cb204f106c6ab7 100644
--- a/srcpkgs/ktoblzcheck/template
+++ b/srcpkgs/ktoblzcheck/template
@@ -1,7 +1,7 @@
# Template file for 'ktoblzcheck'
pkgname=ktoblzcheck
version=1.53
-revision=5
+revision=6
build_style=cmake
configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
hostmakedepends="pkg-config python3"
From a67448f5ff7528e83dd839e0d3390c1327f56332 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:18 -0500
Subject: [PATCH 0804/1607] python3-aiohttp-cors: rebuild for python3-3.13
---
srcpkgs/python3-aiohttp-cors/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index 709f7f206805eb..7d8cd1c98d90a8 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiohttp-cors'
pkgname=python3-aiohttp-cors
version=0.7.0
-revision=6
+revision=7
build_style=python3-module
pycompile_module="aiohttp_cors"
hostmakedepends="python3-setuptools"
From 98c65a27279e2d9e35397aca0c7c52c871bc0e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:18 -0500
Subject: [PATCH 0805/1607] gns3-net-converter: rebuild for python3-3.13
---
srcpkgs/gns3-net-converter/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index b3ea811af6eb5e..fe21c181675c31 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,7 +1,7 @@
# Template file for 'gns3-net-converter'
pkgname=gns3-net-converter
version=1.3.0
-revision=8
+revision=9
build_style=python3-module
pycompile_module="gns3converter"
hostmakedepends="python3-setuptools"
From bbb7cfba5c85880b8b0d472152cc436854e5aad7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:19 -0500
Subject: [PATCH 0806/1607] libpwquality: rebuild for python3-3.13
---
srcpkgs/libpwquality/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index c7eff1fbe2a537..7c5ecc58faaeb8 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
# Template file for 'libpwquality'
pkgname=libpwquality
version=1.4.5
-revision=2
+revision=3
build_style=gnu-configure
build_helper=python3
configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
From b8766d7c50d397824b137bb5b69dbafeee0f9006 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:19 -0500
Subject: [PATCH 0807/1607] python3-pyotp: rebuild for python3-3.13
---
srcpkgs/python3-pyotp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 0f0ae31f18a451..d40deae430c33c 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyotp'
pkgname=python3-pyotp
version=2.6.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 7509a2613df55f1f03947c3da36119e125102a30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:19 -0500
Subject: [PATCH 0808/1607] libgit2-glib: rebuild for python3-3.13
---
srcpkgs/libgit2-glib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index 37a02337da3736..4203bf1ad73969 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
# Template file for 'libgit2-glib'
pkgname=libgit2-glib
version=1.2.0
-revision=2
+revision=3
build_style=meson
build_helper="gir"
configure_args="-Dintrospection=$(vopt_if gir true false)
From 6c5579f4e7240157281c994a6a84a03a15dff028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:19 -0500
Subject: [PATCH 0809/1607] libpeas2: rebuild for python3-3.13
---
srcpkgs/libpeas2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libpeas2/template b/srcpkgs/libpeas2/template
index 84d8b99454c0cd..27c1a5c02cbb32 100644
--- a/srcpkgs/libpeas2/template
+++ b/srcpkgs/libpeas2/template
@@ -1,7 +1,7 @@
# Template file for 'libpeas2'
pkgname=libpeas2
version=2.0.1
-revision=1
+revision=2
build_style=meson
build_helper="gir"
configure_args="-Dgtk_doc=true -Dvapi=true"
From c52f1ccf274b7d1df5c52dc038a1ebc92c3d4483 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:19 -0500
Subject: [PATCH 0810/1607] python3-orjson: rebuild for python3-3.13
---
srcpkgs/python3-orjson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-orjson/template b/srcpkgs/python3-orjson/template
index 0b8e5137fd57e2..01287a8ee3a0c7 100644
--- a/srcpkgs/python3-orjson/template
+++ b/srcpkgs/python3-orjson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-orjson'
pkgname=python3-orjson
version=3.10.11
-revision=1
+revision=2
build_style=python3-pep517
build_helper="rust"
hostmakedepends="maturin cargo"
From 58b5163592d95b419fedc44ee8d789e332496bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:20 -0500
Subject: [PATCH 0811/1607] blueprint-compiler: rebuild for python3-3.13
---
srcpkgs/blueprint-compiler/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/blueprint-compiler/template b/srcpkgs/blueprint-compiler/template
index 3e175a97a4201a..4569bf5e8e2003 100644
--- a/srcpkgs/blueprint-compiler/template
+++ b/srcpkgs/blueprint-compiler/template
@@ -1,7 +1,7 @@
# Template file for 'blueprint-compiler'
pkgname=blueprint-compiler
version=0.14.0
-revision=1
+revision=2
build_style=meson
depends="python3-gobject"
checkdepends="${depends} libadwaita-devel xvfb-run"
From 9194667e7c67f03293d0d4e6c5cee196c741005b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:20 -0500
Subject: [PATCH 0812/1607] python3-syndom: rebuild for python3-3.13
---
srcpkgs/python3-syndom/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-syndom/template b/srcpkgs/python3-syndom/template
index 2d1e037ddf3124..906c6a17c086ad 100644
--- a/srcpkgs/python3-syndom/template
+++ b/srcpkgs/python3-syndom/template
@@ -1,7 +1,7 @@
# Template file for 'python3-syndom'
pkgname=python3-syndom
version=1.0
-revision=1
+revision=2
build_style=meson
hostmakedepends="pkg-config python3-pybind11"
makedepends="fmt-devel libtidy5-devel pugixml-devel python3-pybind11"
From 8d54fbd211c5e5f9c377d37e3697591bd2757a7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:20 -0500
Subject: [PATCH 0813/1607] gdb: rebuild for python3-3.13
---
srcpkgs/gdb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 70a0d0aea0baa0..99b9b77ca7863e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
# Template file for 'gdb'
pkgname=gdb
version=15.2
-revision=1
+revision=2
build_style=gnu-configure
pycompile_dirs="/usr/share/gdb/python"
configure_args="--disable-werror --disable-nls --with-system-readline
From 408fdadc22b6a58f097774afc63ad8a92c9009c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:20 -0500
Subject: [PATCH 0814/1607] python3-Ropper: rebuild for python3-3.13
---
srcpkgs/python3-Ropper/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index f65eb94a127067..bf90a46fdd330e 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Ropper'
pkgname=python3-Ropper
version=1.13.10
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="capstone-python3 python3-filebytes keystone-python3 python3-setuptools"
From d87c4fd48e107dab10ec3bc206e69e8bb551a2b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:20 -0500
Subject: [PATCH 0815/1607] unicorn: rebuild for python3-3.13
---
srcpkgs/unicorn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index a1ec4a1f5a426a..56a2e5f32d1157 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
# Template file for 'unicorn'
pkgname=unicorn
version=1.0.2
-revision=4
+revision=5
hostmakedepends="python3-devel python3-setuptools"
short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"
maintainer="Piraty <mail@piraty.dev>"
From 841235c93142245b2f3c6c8b6c10b03001c6e6db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:21 -0500
Subject: [PATCH 0816/1607] gedit: rebuild for python3-3.13
---
srcpkgs/gedit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index 63020ed5217117..7bae0fb4074abf 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -2,7 +2,7 @@
# keep major version in sync with gedit-plugins
pkgname=gedit
version=48.0
-revision=1
+revision=2
build_helper="gir"
build_style=meson
pycompile_dirs="usr/lib/gedit/plugins"
From 71b804cc88be25f5336e948a3aab41094d9fbe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:21 -0500
Subject: [PATCH 0817/1607] python3-colorlog: rebuild for python3-3.13
---
srcpkgs/python3-colorlog/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-colorlog/template b/srcpkgs/python3-colorlog/template
index 67dce1b7ff6880..c2ac00b2625c8e 100644
--- a/srcpkgs/python3-colorlog/template
+++ b/srcpkgs/python3-colorlog/template
@@ -1,7 +1,7 @@
# Template file for 'python3-colorlog'
pkgname=python3-colorlog
version=6.8.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 79b11bb9dc09d23d07001624d52e061dd69b1ccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:21 -0500
Subject: [PATCH 0818/1607] python3-oauth2client: rebuild for python3-3.13
---
srcpkgs/python3-oauth2client/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index 2b1db5dcaec365..136e7a1f947f2b 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
# Template file for 'python3-oauth2client'
pkgname=python3-oauth2client
version=4.1.3
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-httplib2 python3-pyasn1 python3-pyasn1-modules
From 0b7d038a5393abe65b2d345ff4c96575d24083f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:21 -0500
Subject: [PATCH 0819/1607] python3-emoji: rebuild for python3-3.13
---
srcpkgs/python3-emoji/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-emoji/template b/srcpkgs/python3-emoji/template
index 21c32dfa83c268..2c17b00e0264b2 100644
--- a/srcpkgs/python3-emoji/template
+++ b/srcpkgs/python3-emoji/template
@@ -1,7 +1,7 @@
# Template file for 'python3-emoji'
pkgname=python3-emoji
version=2.7.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 36cb0848a3598cba5f21f0ed8fd2ec55c106983d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:21 -0500
Subject: [PATCH 0820/1607] python3-nbxmpp: rebuild for python3-3.13
---
srcpkgs/python3-nbxmpp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 8c051c324a4b92..bdbd69dd958f74 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=5.0.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
From a84358476ff6dad38874ee8e5c0ee6cc8e7a1860 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:21 -0500
Subject: [PATCH 0821/1607] python3-omemo-dr: rebuild for python3-3.13
---
srcpkgs/python3-omemo-dr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-omemo-dr/template b/srcpkgs/python3-omemo-dr/template
index 836dbd91953cdd..99749ff0540bdd 100644
--- a/srcpkgs/python3-omemo-dr/template
+++ b/srcpkgs/python3-omemo-dr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-omemo-dr'
pkgname=python3-omemo-dr
version=1.0.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
From 8bfdc4c87d2fbeb4d696a313580d7bf21b996aa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:22 -0500
Subject: [PATCH 0822/1607] med: rebuild for python3-3.13
---
srcpkgs/med/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index 48f8d35c88bd7a..001f0ff2c43387 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
# Template file for 'med'
pkgname=med
version=4.1.0
-revision=4
+revision=5
build_style=gnu-configure
configure_args="--with-swig=yes --includedir=/usr/include/med"
hostmakedepends="gcc-fortran swig python3-setuptools"
From f4aa23fb025767075e591bff0b32b495bc04b346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:22 -0500
Subject: [PATCH 0823/1607] python3-GitPython: rebuild for python3-3.13
---
srcpkgs/python3-GitPython/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index d919fb30f7f2a8..18a42acfa710d4 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
# Template file for 'python3-GitPython'
pkgname=python3-GitPython
version=3.1.31
-revision=2
+revision=3
build_style=python3-module
make_check_args="--deselect test/test_base.py::TestBase::test_with_rw_remote_and_rw_repo
--deselect test/test_git.py::TestGit::test_refresh
From a1b4211930e04cbd3659802fd0a09b7f015b402f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:22 -0500
Subject: [PATCH 0824/1607] python3-pivy: rebuild for python3-3.13
---
srcpkgs/python3-pivy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index 2b984696fbd889..da23cd62f3a6a1 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pivy'
pkgname=python3-pivy
version=0.6.8
-revision=3
+revision=4
build_style=cmake
hostmakedepends="python3-devel swig"
makedepends="python3-devel coin3-devel"
From 740dba85bcf72ac5d46d736fbf4d28311a4aef4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:22 -0500
Subject: [PATCH 0825/1607] beancount: rebuild for python3-3.13
---
srcpkgs/beancount/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index dc665645d9b157..354485b68ec606 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
# Template file for 'beancount'
pkgname=beancount
version=2.3.6
-revision=3
+revision=4
build_style=python3-module
make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
--deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
From 8affba709ad57233751235f7cf9adcbb8cf65975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:22 -0500
Subject: [PATCH 0826/1607] python3-Flask-Babel: rebuild for python3-3.13
---
srcpkgs/python3-Flask-Babel/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index ff0fb4bb066865..da803b64cba3ca 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Flask-Babel'
pkgname=python3-Flask-Babel
version=4.0.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-pytz python3-Jinja2 python3-Babel python3-Flask"
From ef3833b7bcc0a554207122f035459668a53a3158 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:23 -0500
Subject: [PATCH 0827/1607] python3-markdown2: rebuild for python3-3.13
---
srcpkgs/python3-markdown2/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index 17274d3790d161..86e628333700da 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
# Template file for 'python3-markdown2'
pkgname=python3-markdown2
version=2.4.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 4cfa88d5335631461feff309ce8516ffe92d993e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:23 -0500
Subject: [PATCH 0828/1607] python3-simplejson: rebuild for python3-3.13
---
srcpkgs/python3-simplejson/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 78c145bf175ddc..1c173ddc400a70 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
# Template file for 'python3-simplejson'
pkgname=python3-simplejson
version=3.18.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 75c44980fcb059bd98746f5c402324507320a594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:23 -0500
Subject: [PATCH 0829/1607] python3-pyasynchat: rebuild for python3-3.13
---
srcpkgs/python3-pyasynchat/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pyasynchat/template b/srcpkgs/python3-pyasynchat/template
index 0f009aab1cc282..4b59ea88b8d4a4 100644
--- a/srcpkgs/python3-pyasynchat/template
+++ b/srcpkgs/python3-pyasynchat/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pyasynchat'
pkgname=python3-pyasynchat
version=1.0.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-pyasyncore"
depends="python3-pyasyncore"
From 4af151106098bc3417c6cf7b80e5c747bf938dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:23 -0500
Subject: [PATCH 0830/1607] python3-Flask-WTF: update to 1.2.2.
---
srcpkgs/python3-Flask-WTF/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 575213d79cae8e..242df6f8e2268b 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,6 +1,6 @@
# Template file for 'python3-Flask-WTF'
pkgname=python3-Flask-WTF
-version=1.2.1
+version=1.2.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://github.com/lepture/flask-wtf"
changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=d069b141376fd6784198ca087a4b7fb56c4ce00856e108a37a9f9a02286cd1be
+checksum=54c29c2ff464d9875191299afdd9148c4ea83e39456a9c08f7d0543bf46fd4fd
post_install() {
vlicense LICENSE.rst
From bb9857a03e928745852fff98fd6f260def613a68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:23 -0500
Subject: [PATCH 0831/1607] python3-etebase: rebuild for python3-3.13
---
srcpkgs/python3-etebase/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-etebase/template b/srcpkgs/python3-etebase/template
index 696a8d3d7c4f0e..9e72c48f1f9248 100644
--- a/srcpkgs/python3-etebase/template
+++ b/srcpkgs/python3-etebase/template
@@ -1,7 +1,7 @@
# Template file for 'python3-etebase'
pkgname=python3-etebase
version=0.31.5
-revision=6
+revision=7
build_style=python3-module
build_helper="rust"
hostmakedepends="python3-setuptools-rust python3-wheel cargo pkg-config"
From 20decc110c65f0ddcfe1a6880472bb81e3ccdedb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:23 -0500
Subject: [PATCH 0832/1607] python3-etesync: rebuild for python3-3.13
---
srcpkgs/python3-etesync/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index b6d5c17ea83ebe..71267be32e138f 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
# Template file for 'python3-etesync'
pkgname=python3-etesync
version=0.12.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-appdirs python3-asn1crypto python3-cffi python3-cryptography python3-dateutil
From dec36bb9315ea69635b5458b0d30cb1e8f32c1ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:24 -0500
Subject: [PATCH 0833/1607] radicale: rebuild for python3-3.13
---
srcpkgs/radicale/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 69280f239d6f3c..ff1b546f08f214 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
# Template file for 'radicale'
pkgname=radicale
version=3.3.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
From 1e788717b972c7d2d8e51b2456a6f448a737e4e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:24 -0500
Subject: [PATCH 0834/1607] python3-bitstring: rebuild for python3-3.13
---
srcpkgs/python3-bitstring/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index e32598cd438450..0a17c94a50c7c2 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,7 +1,7 @@
# Template file for 'python3-bitstring'
pkgname=python3-bitstring
version=4.1.4
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-bitarray"
From 7c02f94b8a148237f3a1bcd95d2511ea0fa9f379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:24 -0500
Subject: [PATCH 0835/1607] python3-ecdsa: rebuild for python3-3.13
---
srcpkgs/python3-ecdsa/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index 0cce9910988f7c..3bb83bf7d6a124 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ecdsa'
pkgname=python3-ecdsa
version=0.18.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
From 1f1e64e11e55a1d57c02db13130bca2eefb0a261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:24 -0500
Subject: [PATCH 0836/1607] python3-reedsolo: rebuild for python3-3.13
---
srcpkgs/python3-reedsolo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-reedsolo/template b/srcpkgs/python3-reedsolo/template
index e64a0b4efc57a5..097c9b5ff0700d 100644
--- a/srcpkgs/python3-reedsolo/template
+++ b/srcpkgs/python3-reedsolo/template
@@ -1,7 +1,7 @@
# Template file for 'python3-reedsolo'
pkgname=python3-reedsolo
version=1.5.11
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 2987ad93222bc4269a17e2052926c72f70a65417 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:24 -0500
Subject: [PATCH 0837/1607] python3-PyFxA: rebuild for python3-3.13
---
srcpkgs/python3-PyFxA/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 48d63160755ebe..687b896fe7d1e8 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,7 +1,7 @@
# Template file for 'python3-PyFxA'
pkgname=python3-PyFxA
version=0.7.3
-revision=6
+revision=7
build_style=python3-module
pycompile_module="fxa"
hostmakedepends="python3-setuptools"
From 53e7b5ae26994b66131c6e369e95110d3db202e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:24 -0500
Subject: [PATCH 0838/1607] python3-aiorpcx: rebuild for python3-3.13
---
srcpkgs/python3-aiorpcx/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 66496de5973e03..ac6eb499a65b24 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aiorpcx'
pkgname=python3-aiorpcx
version=0.22.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-attrs"
From a5f0a8c8e28ec637d263c19ee9ca893ea07b6f8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:25 -0500
Subject: [PATCH 0839/1607] python3-jsonrpclib: rebuild for python3-3.13
---
srcpkgs/python3-jsonrpclib/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 661e33deb5f40d..9577f49c4b373a 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jsonrpclib'
pkgname=python3-jsonrpclib
version=0.4.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 581ecbe9bb5945a013b5c97a7e15a3a36c7fd0d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:25 -0500
Subject: [PATCH 0840/1607] binwalk: rebuild for python3-3.13
---
srcpkgs/binwalk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index f4e69b040075b2..391fdf2dd9fee6 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,7 +1,7 @@
# Template file for 'binwalk'
pkgname=binwalk
version=2.4.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 tar"
From 57e2e05b42a11c33b019ee84c353c4295ee7e947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:25 -0500
Subject: [PATCH 0841/1607] python3-jsondiff: rebuild for python3-3.13
---
srcpkgs/python3-jsondiff/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 6ce295bf4f0c2e..283997f2b2fd22 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jsondiff'
pkgname=python3-jsondiff
version=2.0.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From af9e4f21d18d07c77d27a33244fc5b02499c44d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:25 -0500
Subject: [PATCH 0842/1607] python3-libarchive-c: rebuild for python3-3.13
---
srcpkgs/python3-libarchive-c/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index c834b199977191..3e083e8f5b12e4 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
# Template file for 'python3-libarchive-c'
pkgname=python3-libarchive-c
version=4.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libarchive python3"
From 03a981f9bd19d7edd4d70ad6e6494e6dc5435d45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:25 -0500
Subject: [PATCH 0843/1607] python3-progressbar: rebuild for python3-3.13
---
srcpkgs/python3-progressbar/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-progressbar/template b/srcpkgs/python3-progressbar/template
index 242eb11571c6aa..d6395c335b45b1 100644
--- a/srcpkgs/python3-progressbar/template
+++ b/srcpkgs/python3-progressbar/template
@@ -1,7 +1,7 @@
# Template file for 'python3-progressbar'
pkgname=python3-progressbar
version=2.5
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From c18bcf6b8dd52be5b8f566839a274db84105acbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:26 -0500
Subject: [PATCH 0844/1607] python3-pypdf: rebuild for python3-3.13
---
srcpkgs/python3-pypdf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pypdf/template b/srcpkgs/python3-pypdf/template
index 5d07bdf669fa0e..6a75a9b86797a0 100644
--- a/srcpkgs/python3-pypdf/template
+++ b/srcpkgs/python3-pypdf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pypdf'
pkgname=python3-pypdf
version=3.17.4
-revision=1
+revision=2
_sample_files_gitrev=964fb47b0fbfa89864680582640ae4eedf143890
build_wrksrc="pypdf-${version}"
build_style=python3-pep517
From d77804ae26f52baa87b40cffcf92d8d2477ae47f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:26 -0500
Subject: [PATCH 0845/1607] tlsh: rebuild for python3-3.13
---
srcpkgs/tlsh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 93aa04df486c9f..a2b7650826b678 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
# Template file for 'tlsh'
pkgname=tlsh
version=4.8.2
-revision=1
+revision=2
build_style=cmake
build_helper=python3
hostmakedepends="python3-setuptools"
From 16e0c65916cba756d983a0ee3c856593e2206325 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:26 -0500
Subject: [PATCH 0846/1607] libtorrent-rasterbar: rebuild for python3-3.13
---
srcpkgs/libtorrent-rasterbar/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 194d2b9022da2d..cd83cd872945a0 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -2,7 +2,7 @@
# Breaks ABI/API without changing soname, revbump all dependants
pkgname=libtorrent-rasterbar
version=2.0.10
-revision=1
+revision=2
build_style=cmake
configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
-Dpython-bindings=ON -Dbuild_tests=ON"
From a42d947879b8bcbfd522814040d11733165f4b3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:26 -0500
Subject: [PATCH 0847/1607] python3-rencode: rebuild for python3-3.13
---
srcpkgs/python3-rencode/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index 6f8c856ed2d0a7..4a11ae39dfe156 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rencode'
pkgname=python3-rencode
version=1.0.6
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
makedepends="python3-devel"
From 3a676ff763c456a4a49a3b298c5180348e5de060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:26 -0500
Subject: [PATCH 0848/1607] Uranium: rebuild for python3-3.13
---
srcpkgs/Uranium/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 6e2b7e6df7ef02..a6c3c29f94d2c8 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
# Template file for 'Uranium'
pkgname=Uranium
version=4.13.1
-revision=3
+revision=4
build_style=cmake
pycompile_dirs="usr/lib/uranium/plugins"
hostmakedepends="python3 gettext"
From 6ee869a7e743cdb581813220a84dffcbaf2ea90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:27 -0500
Subject: [PATCH 0849/1607] libCharon: rebuild for python3-3.13
---
srcpkgs/libCharon/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libCharon/template b/srcpkgs/libCharon/template
index e40aca701a0f17..215658f20f625d 100644
--- a/srcpkgs/libCharon/template
+++ b/srcpkgs/libCharon/template
@@ -1,7 +1,7 @@
# Template file for 'libCharon'
pkgname=libCharon
version=4.13.0
-revision=3
+revision=4
build_style=cmake
configure_args="INSTALL_SERVICE=OFF"
hostmakedepends="python3"
From 79da109a14f3fd7a165da85117e6bbcb0d1f913d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:27 -0500
Subject: [PATCH 0850/1607] libSavitar: rebuild for python3-3.13
---
srcpkgs/libSavitar/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 01c35a76f10709..9ff088aae3ba56 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
# Template file for 'libSavitar'
pkgname=libSavitar
version=4.13.1
-revision=3
+revision=4
build_style=cmake
hostmakedepends="python3 python3-setuptools"
makedepends="python3-sip-devel python3-devel pugixml-devel"
From 112ad0000d97887be1d4a8db1c7f79d80c1ac061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:27 -0500
Subject: [PATCH 0851/1607] python3-pynest2d: rebuild for python3-3.13
---
srcpkgs/python3-pynest2d/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pynest2d/template b/srcpkgs/python3-pynest2d/template
index c3c50e789b88a9..b7bd5f7b9ffde1 100644
--- a/srcpkgs/python3-pynest2d/template
+++ b/srcpkgs/python3-pynest2d/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pynest2d'
pkgname=python3-pynest2d
version=4.12.1
-revision=3
+revision=4
build_style=cmake
configure_args="-DCMAKE_CXX_STANDARD=14"
hostmakedepends="python3-sip-devel python3-setuptools"
From f35880939c81c053b23f03d47a9c3f1713a15924 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:27 -0500
Subject: [PATCH 0852/1607] python3-sentry: rebuild for python3-3.13
---
srcpkgs/python3-sentry/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index ae4a99019ddc90..81488b850d7d95 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sentry'
pkgname=python3-sentry
version=1.0.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends=python3-setuptools
depends="python3-certifi python3-urllib3"
From c94054aebe3c9874ff062522d66cb23ad20a664d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:27 -0500
Subject: [PATCH 0853/1607] python3-trimesh: rebuild for python3-3.13
---
srcpkgs/python3-trimesh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 08e4182dea802b..549812abaa7594 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=4.4.3
-revision=1
+revision=2
build_style=python3-pep517
make_check_target="tests"
# Ignored tests require unpackaged dependencies
From afd3209379bce6a7ce53420faee18c162b89a33a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:27 -0500
Subject: [PATCH 0854/1607] python3-apsw: rebuild for python3-3.13
---
srcpkgs/python3-apsw/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index d9581f13665b28..3058146dfb0779 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -1,7 +1,7 @@
# Template file for 'python3-apsw'
pkgname=python3-apsw
version=3.39.3.0
-revision=3
+revision=4
build_style=python3-module
make_build_args="--enable=load_extension"
hostmakedepends="python3-devel python3-setuptools"
From c040564b3e1d87ba66bef2acae541c91606fb797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:28 -0500
Subject: [PATCH 0855/1607] rrdtool: rebuild for python3-3.13
---
srcpkgs/rrdtool/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 20a0bafe77acda..9421005da7fad7 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
# Template file for 'rrdtool'
pkgname=rrdtool
version=1.8.0
-revision=3
+revision=4
build_style=gnu-configure
configure_args="--enable-perl --enable-perl-site-install
--with-perl-options=INSTALLDIRS=vendor --enable-ruby
From 45c4c2e88307b7949ab3e33d31afc0eb27c09379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:28 -0500
Subject: [PATCH 0856/1607] caribou: rebuild for python3-3.13
---
srcpkgs/caribou/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index 62a4559e1f9c64..fe0277f2ef12a2 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
# Template file for 'caribou'
pkgname=caribou
version=0.4.21
-revision=8
+revision=9
build_style=gnu-configure
build_helper="gir"
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module
From 3bcbc29d9da9ceab7839ee7ba6658a1a60c2e04e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:28 -0500
Subject: [PATCH 0857/1607] cinnamon-screensaver: rebuild for python3-3.13
---
srcpkgs/cinnamon-screensaver/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cinnamon-screensaver/template b/srcpkgs/cinnamon-screensaver/template
index 906f49f861ea5b..8b5a5f26a9f1a7 100644
--- a/srcpkgs/cinnamon-screensaver/template
+++ b/srcpkgs/cinnamon-screensaver/template
@@ -1,7 +1,7 @@
# Template file for 'cinnamon-screensaver'
pkgname=cinnamon-screensaver
version=5.8.1
-revision=2
+revision=3
build_style=meson
build_helper="gir"
hostmakedepends="gettext-devel glib-devel pkg-config python3-devel"
From 812d416f4a2abdc3aca74f9dc0faaf49cd74581e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:28 -0500
Subject: [PATCH 0858/1607] python3-pam: rebuild for python3-3.13
---
srcpkgs/python3-pam/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index b92473e11c653d..d9c9fcf9c394b8 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pam'
pkgname=python3-pam
version=1.8.4
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 pam"
From 2e7a559884b34664aaa347f42fa3935a00627958 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:28 -0500
Subject: [PATCH 0859/1607] python3-tinycss: rebuild for python3-3.13
---
srcpkgs/python3-tinycss/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index dd3c042d5bf841..00f3123a53aa04 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tinycss'
pkgname=python3-tinycss
version=0.4
-revision=6
+revision=7
build_style=python3-module
pycompile_module="tinycss"
hostmakedepends="python3-setuptools"
From c6b1d476fd2740a941b5df0188b1d0340a1dacb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:28 -0500
Subject: [PATCH 0860/1607] python3-suds: rebuild for python3-3.13
---
srcpkgs/python3-suds/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-suds/template b/srcpkgs/python3-suds/template
index cb396e5142ef4a..cb055703774372 100644
--- a/srcpkgs/python3-suds/template
+++ b/srcpkgs/python3-suds/template
@@ -1,7 +1,7 @@
# Template file for 'python3-suds'
pkgname=python3-suds
version=1.1.2
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From cf4f2805bdefe6bcc09ae4d0275a80aea66c48a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:29 -0500
Subject: [PATCH 0861/1607] python3-yattag: rebuild for python3-3.13
---
srcpkgs/python3-yattag/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-yattag/template b/srcpkgs/python3-yattag/template
index 42351221da17d5..b60834132a3699 100644
--- a/srcpkgs/python3-yattag/template
+++ b/srcpkgs/python3-yattag/template
@@ -1,7 +1,7 @@
# Template file for 'python3-yattag'
pkgname=python3-yattag
version=1.16.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From af559d9d9dbdb97ed264fe7346f7c6a432c88954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:29 -0500
Subject: [PATCH 0862/1607] certbot: rebuild for python3-3.13
---
srcpkgs/certbot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index efa83137bbafea..92650a284532d8 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
# Template file for 'certbot'
pkgname=certbot
version=2.10.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
depends="python3-acme python3-ConfigArgParse python3-configobj
From d0197cfc7d7848fbe6ca05d42bbb9d46b7df04a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:29 -0500
Subject: [PATCH 0863/1607] python3-augeas: rebuild for python3-3.13
---
srcpkgs/python3-augeas/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-augeas/template b/srcpkgs/python3-augeas/template
index 13b51d487f959c..c5ee2390b304ef 100644
--- a/srcpkgs/python3-augeas/template
+++ b/srcpkgs/python3-augeas/template
@@ -1,7 +1,7 @@
# Template file for 'python3-augeas'
pkgname=python3-augeas
version=1.1.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools augeas-devel python3-cffi"
makedepends="python3-devel"
From d7eae82c9658d892212f8e4c593e3c3b6f3d21ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:29 -0500
Subject: [PATCH 0864/1607] compizconfig-python: rebuild for python3-3.13
---
srcpkgs/compizconfig-python/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 9f790d0d663b72..32f9ec703770f1 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
# Template file for 'compizconfig-python'
pkgname=compizconfig-python
version=0.8.18
-revision=7
+revision=8
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config glib-devel gettext-devel
From d9cb3c7a463312a4e08f7addb552d316857ecb24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:29 -0500
Subject: [PATCH 0865/1607] python3-grequests: rebuild for python3-3.13
---
srcpkgs/python3-grequests/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-grequests/template b/srcpkgs/python3-grequests/template
index a4b34676c43b3b..31832fc7413e4f 100644
--- a/srcpkgs/python3-grequests/template
+++ b/srcpkgs/python3-grequests/template
@@ -1,7 +1,7 @@
# Template file for 'python3-grequests'
pkgname=python3-grequests
version=0.6.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gevent python3-requests"
From e6a760dda728588c85a3bd36f8a3c1a53d17e2a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:30 -0500
Subject: [PATCH 0866/1607] canto-next: rebuild for python3-3.13
---
srcpkgs/canto-next/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index 11a2d055da0dcb..f61782a89824fa 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,7 +1,7 @@
# Template file for 'canto-next'
pkgname=canto-next
version=0.9.8
-revision=3
+revision=4
build_style=python3-module
pycompile_dirs="/usr/lib/canto/plugins"
hostmakedepends="python3-setuptools"
From 6b9c9d9c00629ef63bd98e0aa077027d2dce4eeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:30 -0500
Subject: [PATCH 0867/1607] python3-cchardet: rebuild for python3-3.13
---
srcpkgs/python3-cchardet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-cchardet/template b/srcpkgs/python3-cchardet/template
index d6636df451cec0..09fd2d559cb2f4 100644
--- a/srcpkgs/python3-cchardet/template
+++ b/srcpkgs/python3-cchardet/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cchardet'
pkgname=python3-cchardet
version=2.1.7
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
From f0ccc5416f3657f8466ddf38d9c93c5a4620f375 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:30 -0500
Subject: [PATCH 0868/1607] python3-html5-parser: rebuild for python3-3.13
---
srcpkgs/python3-html5-parser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 9aeb4df623a7e7..ca990d67e4f9f9 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-html5-parser'
pkgname=python3-html5-parser
version=0.4.10
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools pkg-config"
makedepends="python3-devel libxml2-devel"
From 8379f547983ed70b35897256cbc81db318080a16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:30 -0500
Subject: [PATCH 0869/1607] python3-mechanize: rebuild for python3-3.13
---
srcpkgs/python3-mechanize/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index 02cd87ed597788..31cc6090972eb8 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mechanize'
pkgname=python3-mechanize
version=0.4.7
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-html5lib"
From 4951f911507385e4759ccd678de3ca7e132e72bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:30 -0500
Subject: [PATCH 0870/1607] python3-py7zr: rebuild for python3-3.13
---
srcpkgs/python3-py7zr/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-py7zr/template b/srcpkgs/python3-py7zr/template
index f8a9da49b26614..58f41b06c4349a 100644
--- a/srcpkgs/python3-py7zr/template
+++ b/srcpkgs/python3-py7zr/template
@@ -1,7 +1,7 @@
# Template file for 'python3-py7zr'
pkgname=python3-py7zr
version=0.21.0
-revision=1
+revision=2
build_style=python3-pep517
# - test_concurrent.py fails on timeout. This test downloads several different
# 7z archives; likely failing due to slow download or dead links -
From d1230704f26615ac6c69186b0e9da7a5d74b0d60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:30 -0500
Subject: [PATCH 0871/1607] python3-pychm: rebuild for python3-3.13
---
srcpkgs/python3-pychm/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pychm/template b/srcpkgs/python3-pychm/template
index 149d004f217328..a4b7dc730f8b86 100644
--- a/srcpkgs/python3-pychm/template
+++ b/srcpkgs/python3-pychm/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pychm'
pkgname=python3-pychm
version=0.8.6
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
makedepends="libchmlib-devel python3-devel"
From 98571e909c371495acc63e44dd08df5246e86c49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:31 -0500
Subject: [PATCH 0872/1607] python3-xxhash: rebuild for python3-3.13
---
srcpkgs/python3-xxhash/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index b3711c8c990632..9327dc530e61e4 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xxhash'
pkgname=python3-xxhash
version=3.2.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel xxHash-devel"
From 81cfd282c7fe5c967b175957b414e49438269cba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:31 -0500
Subject: [PATCH 0873/1607] zeitgeist: rebuild for python3-3.13
---
srcpkgs/zeitgeist/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/zeitgeist/template b/srcpkgs/zeitgeist/template
index 49658d499fe0b5..0612ba596ceba4 100644
--- a/srcpkgs/zeitgeist/template
+++ b/srcpkgs/zeitgeist/template
@@ -1,7 +1,7 @@
# Template file for 'zeitgeist'
pkgname=zeitgeist
version=1.0.4
-revision=1
+revision=2
build_style=gnu-configure
build_helper="gir"
configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
From 86c55541aa77e462db2f8561ba6091c423021ed0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:31 -0500
Subject: [PATCH 0874/1607] python3-ewmh: rebuild for python3-3.13
---
srcpkgs/python3-ewmh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index 03497da0d4054c..6853e70ba6fc3e 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
# Template file for 'python3-ewmh'
pkgname=python3-ewmh
version=0.1.6
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-xlib"
From e352f54ce1b6e804da3570d4be859d79366715d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:31 -0500
Subject: [PATCH 0875/1607] python3-fuse: rebuild for python3-3.13
---
srcpkgs/python3-fuse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index d7860366e847ee..f3c727f9321b6d 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
# Template file for 'python3-fuse'
pkgname=python3-fuse
version=1.0.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools"
makedepends="fuse-devel python3-devel"
From 17f0375f1da46f18b12ff3599eb26d9827e3c38a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:31 -0500
Subject: [PATCH 0876/1607] borg: rebuild for python3-3.13
---
srcpkgs/borg/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index aabf178923d305..5ab97fc7100550 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
# Template file for 'borg'
pkgname=borg
version=1.4.0
-revision=1
+revision=2
build_style=python3-module
make_check_args="-k not((benchmark)or(readonly))"
make_check_target="build/lib.*/borg/testsuite"
From 1f2009bec53be6e8cc7c4929aa5e99b214d786c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:32 -0500
Subject: [PATCH 0877/1607] python3-confuse: rebuild for python3-3.13
---
srcpkgs/python3-confuse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-confuse/template b/srcpkgs/python3-confuse/template
index ab5b09648d9937..8da5da4bcc3baf 100644
--- a/srcpkgs/python3-confuse/template
+++ b/srcpkgs/python3-confuse/template
@@ -1,7 +1,7 @@
# Template file for 'python3-confuse'
pkgname=python3-confuse
version=2.0.0
-revision=3
+revision=4
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-yaml"
From d6e61394bbc7bcbe764525d082651132f03efc95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:32 -0500
Subject: [PATCH 0878/1607] python3-jellyfish: rebuild for python3-3.13
---
srcpkgs/python3-jellyfish/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index a6ebb721e337a1..6a13370b5581eb 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jellyfish'
pkgname=python3-jellyfish
version=1.0.4
-revision=1
+revision=2
build_style=python3-pep517
build_helper="rust"
hostmakedepends="maturin cargo"
From 099bcb21f2053e6e0073834a951900e9395564ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:32 -0500
Subject: [PATCH 0879/1607] python3-mediafile: rebuild for python3-3.13
---
srcpkgs/python3-mediafile/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-mediafile/template b/srcpkgs/python3-mediafile/template
index ad750edbe0a4a0..335facc1e66c5e 100644
--- a/srcpkgs/python3-mediafile/template
+++ b/srcpkgs/python3-mediafile/template
@@ -1,7 +1,7 @@
# Template file for 'python3-mediafile'
pkgname=python3-mediafile
version=0.12.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-mutagen python3-six"
From c4f5657ec95d111187346096d42e3ccc17a47287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:32 -0500
Subject: [PATCH 0880/1607] python3-munkres: rebuild for python3-3.13
---
srcpkgs/python3-munkres/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index 577e05e9254e33..08d555dfcd160f 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,7 +1,7 @@
# Template file for 'python3-munkres'
pkgname=python3-munkres
version=1.1.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fac8aa1f3d3450af27d4e9a8e7dba98a30363076 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:32 -0500
Subject: [PATCH 0881/1607] python3-b2sdk: rebuild for python3-3.13
---
srcpkgs/python3-b2sdk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-b2sdk/template b/srcpkgs/python3-b2sdk/template
index 0eb9eebc63edc8..eaf049c82c9cf1 100644
--- a/srcpkgs/python3-b2sdk/template
+++ b/srcpkgs/python3-b2sdk/template
@@ -1,7 +1,7 @@
# Template file for 'python3-b2sdk'
pkgname=python3-b2sdk
version=2.6.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3-logfury python3-Arrow python3-requests python3-tqdm"
From 8aa642bf61af29f8a6b8498833092b03018f037d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:32 -0500
Subject: [PATCH 0882/1607] python3-phx-class-registry: rebuild for
python3-3.13
---
srcpkgs/python3-phx-class-registry/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-phx-class-registry/template b/srcpkgs/python3-phx-class-registry/template
index 0c2ac22a911642..c8e770327ae9fe 100644
--- a/srcpkgs/python3-phx-class-registry/template
+++ b/srcpkgs/python3-phx-class-registry/template
@@ -1,7 +1,7 @@
# Template file for 'python3-phx-class-registry'
pkgname=python3-phx-class-registry
version=4.0.5
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3"
From 1a5a7f729019949ec827cb24b015b45ec6a513dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:33 -0500
Subject: [PATCH 0883/1607] python3-rst2ansi: rebuild for python3-3.13
---
srcpkgs/python3-rst2ansi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-rst2ansi/template b/srcpkgs/python3-rst2ansi/template
index 1dbb73fc119668..f13a577ae4dace 100644
--- a/srcpkgs/python3-rst2ansi/template
+++ b/srcpkgs/python3-rst2ansi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-rst2ansi'
pkgname=python3-rst2ansi
version=0.1.5
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-docutils"
From 41d9e900009e8d71a4fac0cb1764f9721169f41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:33 -0500
Subject: [PATCH 0884/1607] python3-shxparser: rebuild for python3-3.13
---
srcpkgs/python3-shxparser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-shxparser/template b/srcpkgs/python3-shxparser/template
index 61f1c4aee3e01e..4f5172391c4f6c 100644
--- a/srcpkgs/python3-shxparser/template
+++ b/srcpkgs/python3-shxparser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-shxparser'
pkgname=python3-shxparser
version=0.0.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
checkdepends="python3-pytest python3-svgelements"
From 64323b5de9da3f6a44104c16bea010c91c7ae384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:33 -0500
Subject: [PATCH 0885/1607] python3-svgelements: rebuild for python3-3.13
---
srcpkgs/python3-svgelements/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-svgelements/template b/srcpkgs/python3-svgelements/template
index e073419739d418..5664208f6c984e 100644
--- a/srcpkgs/python3-svgelements/template
+++ b/srcpkgs/python3-svgelements/template
@@ -1,7 +1,7 @@
# Template file for 'python3-svgelements'
pkgname=python3-svgelements
version=1.9.6
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
checkdepends="python3-pytest python3-numpy python3-scipy python3-Pillow"
From fe3fa30a41ac50020e9d69c5e919fb41aeeff095 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:33 -0500
Subject: [PATCH 0886/1607] python3-boto3: rebuild for python3-3.13
---
srcpkgs/python3-boto3/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index 2adaeffdb70342..15dc623f19a2f2 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
# Template file for 'python3-boto3'
pkgname=python3-boto3
version=1.35.19
-revision=1
+revision=2
build_style=python3-module
make_check_args="--ignore=tests/integration" # These tests require aws credentials
hostmakedepends="python3-setuptools"
From 0c4add550cb51a7d90f0b834c99fcde6700326b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:33 -0500
Subject: [PATCH 0887/1607] python3-i3ipc: rebuild for python3-3.13
---
srcpkgs/python3-i3ipc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index 2ee624893267fa..18d465d595d26d 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-i3ipc'
pkgname=python3-i3ipc
version=2.2.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-xlib"
From d1f2c0d8a7f89582e9e4b170e8a13d52cf62bdd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:34 -0500
Subject: [PATCH 0888/1607] python3-llfuse: rebuild for python3-3.13
---
srcpkgs/python3-llfuse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index fd792e3fe8d3e2..87e96242b0f6a2 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
# Template file for 'python3-llfuse'
pkgname=python3-llfuse
version=1.5.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools pkg-config"
makedepends="python3-devel fuse-devel attr-devel"
From 0b3a1995b0cb3f1f973404cf3e57940c4e42a31c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:34 -0500
Subject: [PATCH 0889/1607] python3-pypandoc: rebuild for python3-3.13
---
srcpkgs/python3-pypandoc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 3abe8c82b034aa..7afe0ed1e8f9f1 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pypandoc'
pkgname=python3-pypandoc
version=1.6.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="pandoc python3"
From 01dae6c64597ec164333ee7a0d2359cd054d49c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:34 -0500
Subject: [PATCH 0890/1607] notmuch: rebuild for python3-3.13
---
srcpkgs/notmuch/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 9151a721360278..52648d3305db66 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
# Template file for 'notmuch'
pkgname=notmuch
version=0.38
-revision=3
+revision=4
build_style=configure
build_helper=python3
configure_args="--prefix=/usr
From 8e27431b9f2991ab5a882abe56bfa640f860e137 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:34 -0500
Subject: [PATCH 0891/1607] llvm18: rebuild for python3-3.13
---
srcpkgs/llvm18/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/llvm18/template b/srcpkgs/llvm18/template
index c72b16151ae53a..1b1790fb796faa 100644
--- a/srcpkgs/llvm18/template
+++ b/srcpkgs/llvm18/template
@@ -1,7 +1,7 @@
# Template file for 'llvm18'
pkgname=llvm18
version=18.1.8
-revision=2
+revision=3
build_wrksrc=llvm
build_style=cmake
_ext_suffix=".cpython-${py3_ver/./}-linux-${XBPS_TARGET_LIBC/glibc/gnu}.so"
From 58aef19f38898112a8b7d14c732a1510e59d03aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:34 -0500
Subject: [PATCH 0892/1607] python3-dkimpy: rebuild for python3-3.13
---
srcpkgs/python3-dkimpy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index bbad09ac65b7e0..ac88ac304e963b 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dkimpy'
pkgname=python3-dkimpy
version=1.0.5
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dnspython python3-authres python3-pynacl python3-aiodns"
From e8a02edb61a8b85c53c81633f5737836a9dd5c7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:34 -0500
Subject: [PATCH 0893/1607] python3-aputils: rebuild for python3-3.13
---
srcpkgs/python3-aputils/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-aputils/template b/srcpkgs/python3-aputils/template
index f2632044821c96..dd921c4b62729d 100644
--- a/srcpkgs/python3-aputils/template
+++ b/srcpkgs/python3-aputils/template
@@ -1,7 +1,7 @@
# Template file for 'python3-aputils'
pkgname=python3-aputils
version=0.1.4
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pycryptodome"
From 2d86278a35fd5640d5c68cc2a7cb5a1e93a4344d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:35 -0500
Subject: [PATCH 0894/1607] python3-Markups: rebuild for python3-3.13
---
srcpkgs/python3-Markups/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index c2473511785102..38d0973bdb9edd 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Markups'
pkgname=python3-Markups
version=3.0.0
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-markdown-math"
From 9558363bdb96561540203574231e141276149923 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:35 -0500
Subject: [PATCH 0895/1607] python3-Flask-Cors: rebuild for python3-3.13
---
srcpkgs/python3-Flask-Cors/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-Flask-Cors/template b/srcpkgs/python3-Flask-Cors/template
index 6e75c20ba01b42..daff2078497d41 100644
--- a/srcpkgs/python3-Flask-Cors/template
+++ b/srcpkgs/python3-Flask-Cors/template
@@ -1,7 +1,7 @@
# Template file for 'python3-Flask-Cors'
pkgname=python3-Flask-Cors
version=5.0.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-six"
From b3d68e9887e5f652b1e4b12d6d6407feaea4c5e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:35 -0500
Subject: [PATCH 0896/1607] python3-QtAwesome: rebuild for python3-3.13
---
srcpkgs/python3-QtAwesome/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-QtAwesome/template b/srcpkgs/python3-QtAwesome/template
index ecf628744e1e93..c7abd1ebe0f257 100644
--- a/srcpkgs/python3-QtAwesome/template
+++ b/srcpkgs/python3-QtAwesome/template
@@ -1,7 +1,7 @@
# Template file for 'python3-QtAwesome'
pkgname=python3-QtAwesome
version=1.3.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-QtPy"
From 968d22028281def31a8f9de42bf73669a6bd4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:35 -0500
Subject: [PATCH 0897/1607] python3-alembic: rebuild for python3-3.13
---
srcpkgs/python3-alembic/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ca326578eb715c..639a93d4ff541e 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
# Template file for 'python3-alembic'
pkgname=python3-alembic
version=1.9.4
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
From 10f118d31edce0ebadfc1ab2d84d95f6fbcaebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:35 -0500
Subject: [PATCH 0898/1607] python3-pymediainfo: rebuild for python3-3.13
---
srcpkgs/python3-pymediainfo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pymediainfo/template b/srcpkgs/python3-pymediainfo/template
index ac93843287d306..9ab140f325b7a0 100644
--- a/srcpkgs/python3-pymediainfo/template
+++ b/srcpkgs/python3-pymediainfo/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pymediainfo'
pkgname=python3-pymediainfo
version=6.0.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="libmediainfo"
From ea1d1ef3f24b597912f31f18770f51d40f6e071a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:36 -0500
Subject: [PATCH 0899/1607] python3-vlc: rebuild for python3-3.13
---
srcpkgs/python3-vlc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-vlc/template b/srcpkgs/python3-vlc/template
index b12377fa580084..188551ac940987 100644
--- a/srcpkgs/python3-vlc/template
+++ b/srcpkgs/python3-vlc/template
@@ -1,7 +1,7 @@
# Template file for 'python3-vlc'
pkgname=python3-vlc
version=3.0.20123
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 libvlc"
From 51334825feda57a16c2f707ae43f2d97526f22ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:36 -0500
Subject: [PATCH 0900/1607] python3-waitress: rebuild for python3-3.13
---
srcpkgs/python3-waitress/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-waitress/template b/srcpkgs/python3-waitress/template
index f9230aa0ffe4b9..8ce6498cccf86b 100644
--- a/srcpkgs/python3-waitress/template
+++ b/srcpkgs/python3-waitress/template
@@ -1,7 +1,7 @@
# Template file for 'python3-waitress'
pkgname=python3-waitress
version=3.0.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 130e332e820e3fe9a53685de44431a1d7494945d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:36 -0500
Subject: [PATCH 0901/1607] python3-dateparser: rebuild for python3-3.13
---
srcpkgs/python3-dateparser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index 910ade7aaceecd..9aad3aaf145f86 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,7 +1,7 @@
# Template file for 'python3-dateparser'
pkgname=python3-dateparser
version=1.1.8
-revision=2
+revision=3
build_style=python3-module
make_check_args="--ignore tests/test_hijri.py --ignore tests/test_jalali.py
--ignore tests/test_language_detect.py --ignore tests/test_dateparser_data_integrity.py"
From d12dade7a0c5946833655b3f0e59335db6e46e19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:36 -0500
Subject: [PATCH 0902/1607] python3-piexif: rebuild for python3-3.13
---
srcpkgs/python3-piexif/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-piexif/template b/srcpkgs/python3-piexif/template
index 200d2bf80074c8..0edc585d69cd74 100644
--- a/srcpkgs/python3-piexif/template
+++ b/srcpkgs/python3-piexif/template
@@ -1,7 +1,7 @@
# Template file for 'python3-piexif'
pkgname=python3-piexif
version=1.1.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 54af1b8857d726a95f00058c002022d1f2506c88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:36 -0500
Subject: [PATCH 0903/1607] python3-pure-protobuf: rebuild for python3-3.13
---
srcpkgs/python3-pure-protobuf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index c5ff7143c07590..7002ee0149bd65 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pure-protobuf'
pkgname=python3-pure-protobuf
version=2.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From ed8757f8bc864f3037e974cf05be94a527b2b3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:36 -0500
Subject: [PATCH 0904/1607] pyliblo: rebuild for python3-3.13
---
srcpkgs/pyliblo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/pyliblo/template b/srcpkgs/pyliblo/template
index 44b0efdb28307b..022249338bace2 100644
--- a/srcpkgs/pyliblo/template
+++ b/srcpkgs/pyliblo/template
@@ -1,7 +1,7 @@
# Template file for 'pyliblo'
pkgname=pyliblo
version=0.10.0
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython0.29"
makedepends="python3-devel liblo-devel"
From 2042808112fcf2bdb02c98c5968142c2f23d1ce8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:37 -0500
Subject: [PATCH 0905/1607] zulip-term: rebuild for python3-3.13
---
srcpkgs/zulip-term/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/zulip-term/template b/srcpkgs/zulip-term/template
index 5c385b37b4b454..48aebb02e16392 100644
--- a/srcpkgs/zulip-term/template
+++ b/srcpkgs/zulip-term/template
@@ -1,7 +1,7 @@
# Template file for 'zulip-term'
pkgname=zulip-term
version=0.7.0
-revision=1
+revision=2
build_style=python3-pep517
# these two tests don't expect "pytest" to be called as "pytest3"
make_check_target="
From 5f131e5a5b18599e63b4a7367632e5d21f6c1c56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:37 -0500
Subject: [PATCH 0906/1607] znc: rebuild for python3-3.13
---
srcpkgs/znc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index 3a0c1e1be133b5..881b400cbb5c10 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
# Template file for 'znc'
pkgname=znc
version=1.9.1
-revision=1
+revision=2
build_style=cmake
configure_args="-DWANT_PYTHON=YES -DWANT_PERL=YES -DWANT_TCL=YES
-DWANT_ARGON=YES -DWANT_I18N=YES"
From d0ad35f14a9a422bf86f61be6d7f7fad15441295 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:37 -0500
Subject: [PATCH 0907/1607] zim: rebuild for python3-3.13
---
srcpkgs/zim/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 575f024a6bdcd0..1bc600dae39e31 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,7 +1,7 @@
# Template file for 'zim'
pkgname=zim
version=0.75.2
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-gobject python3-xdg python3-setuptools gtk+3"
depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"
From 4b48583f09d9c9ec08d9e46fa9576460287d02a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:37 -0500
Subject: [PATCH 0908/1607] zeek: rebuild for python3-3.13
---
srcpkgs/zeek/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/zeek/template b/srcpkgs/zeek/template
index d42662d53ea753..d489ff00f15e71 100644
--- a/srcpkgs/zeek/template
+++ b/srcpkgs/zeek/template
@@ -1,7 +1,7 @@
# Template file for 'zeek'
pkgname=zeek
version=7.0.3
-revision=1
+revision=2
archs="x86_64* i686* aarch64* armv7* ppc64*"
build_style=cmake
build_helper=qemu
From d4c681be96a5a7bb444aa036779f2b36a2d079db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:37 -0500
Subject: [PATCH 0909/1607] yubikey-manager: rebuild for python3-3.13
---
srcpkgs/yubikey-manager/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 8880d974e4abb3..a9e496b90aa36d 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=5.2.1
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="libfido2 python3-click python3-fido2 python3-cryptography
From d61bb8a3f6be3af64d31f937e24761a456a07d22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:38 -0500
Subject: [PATCH 0910/1607] ytmdl: rebuild for python3-3.13
---
srcpkgs/ytmdl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 76f89d68b05a91..888605a125b45a 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,7 +1,7 @@
# Template file for 'ytmdl'
pkgname=ytmdl
version=2024.08.15.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ffmpeg yt-dlp python3-mutagen python3-requests python3-colorama
From d3171074e446fe48ddc517873dc69a95c9e2e568 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:38 -0500
Subject: [PATCH 0911/1607] ytcc: rebuild for python3-3.13
---
srcpkgs/ytcc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index 650bc639c66eba..fa12b04bac43e4 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,7 +1,7 @@
# Template file for 'ytcc'
pkgname=ytcc
version=2.6.1
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="mpv yt-dlp python3-click python3-wcwidth"
From e0f56762fe8f920b4986a1e9abef7dc4dde83153 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:38 -0500
Subject: [PATCH 0912/1607] yq: rebuild for python3-3.13
---
srcpkgs/yq/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 2ff10af03e7ca6..6f1ad6ce324243 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
# Template file for 'yq'
pkgname=yq
version=3.4.3
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-yaml python3-xmltodict python3-tomlkit python3-argcomplete jq"
From a16a7564b1c2026807b6ba8e505be20b4ff6c4d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:38 -0500
Subject: [PATCH 0913/1607] you-get: rebuild for python3-3.13
---
srcpkgs/you-get/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index 7c06af27bb8dbb..24888a42c41458 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,7 +1,7 @@
# Template file for 'you-get'
pkgname=you-get
version=0.4.1650
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pysocks python3-setuptools"
From 3f3ba6c023839d4864628da46bbe0ba01fabaa88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:38 -0500
Subject: [PATCH 0914/1607] yewtube: rebuild for python3-3.13
---
srcpkgs/yewtube/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/yewtube/template b/srcpkgs/yewtube/template
index 383517705111d2..731e2ff2f07a72 100644
--- a/srcpkgs/yewtube/template
+++ b/srcpkgs/yewtube/template
@@ -1,7 +1,7 @@
# Template file for 'yewtube'
pkgname=yewtube
version=2.12.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-pyperclip python3-youtubesearch python3-pylast yt-dlp
From 1066053c82b0b245cd157f96434f23a9ea99af9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:38 -0500
Subject: [PATCH 0915/1607] xpra: rebuild for python3-3.13
---
srcpkgs/xpra/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index ba7447ea317fd5..c7a9b21165cb9a 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
# Template file for 'xpra'
pkgname=xpra
version=6.2.1
-revision=1
+revision=2
build_style=python3-module
make_build_args="--without-cuda_kernels --without-cuda_rebuild
$(vopt_if docs "--with-docs")"
From b2228b23e9ab561df9198a03df00101575575922 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:39 -0500
Subject: [PATCH 0916/1607] xonsh: rebuild for python3-3.13
---
srcpkgs/xonsh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index 118c37c3a18bb9..afeec41d531e99 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
# Template file for 'xonsh'
pkgname=xonsh
version=0.18.4
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3 python3-Pygments"
From 79e92fcbdcfa6e987d1d0717027c00371f907b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:39 -0500
Subject: [PATCH 0917/1607] xmldiff: rebuild for python3-3.13
---
srcpkgs/xmldiff/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 0e266e5681aeeb..a0a4efeea8a41f 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
# Template file for 'xmldiff'
pkgname=xmldiff
version=2.7.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-lxml python3-setuptools"
From 0a29e426dbe85298df9e670b38096ac3d6cf906d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:39 -0500
Subject: [PATCH 0918/1607] xml2rfc: rebuild for python3-3.13
---
srcpkgs/xml2rfc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xml2rfc/template b/srcpkgs/xml2rfc/template
index 2649c95a3a280e..b6f33028f7cebf 100644
--- a/srcpkgs/xml2rfc/template
+++ b/srcpkgs/xml2rfc/template
@@ -1,7 +1,7 @@
# Template file for 'xml2rfc'
pkgname=xml2rfc
version=3.24.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
From 529fbe963f1512e68472c2d2888b4bc792e87b60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:39 -0500
Subject: [PATCH 0919/1607] xkcdpass: rebuild for python3-3.13
---
srcpkgs/xkcdpass/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 5ce320a46789a7..c574c197e2f393 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,7 +1,7 @@
# Template file for 'xkcdpass'
pkgname=xkcdpass
version=1.19.9
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From ed20c935de100c97c70743562de5562be3ff1a6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:39 -0500
Subject: [PATCH 0920/1607] xen: rebuild for python3-3.13
---
srcpkgs/xen/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 52ae2f85c33e33..8ff41345f7189b 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
# Template file for 'xen'
pkgname=xen
version=4.14.1
-revision=11
+revision=12
# grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
_git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
# TODO: arm / aarch64
From 4553a042e4245605f625302d05963f317297c597 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:40 -0500
Subject: [PATCH 0921/1607] xdot: rebuild for python3-3.13
---
srcpkgs/xdot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 69fb5ff6dc472c..557cc4929aabae 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,7 +1,7 @@
# Template file for 'xdot'
pkgname=xdot
version=1.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="graphviz gtk+3 python3-gobject python3-numpy"
From 3ab16d6a628ddfddf83bed63e44c6d2ccff0b2b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:40 -0500
Subject: [PATCH 0922/1607] wpgtk: rebuild for python3-3.13
---
srcpkgs/wpgtk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 96030043d8cf8f..b14473451d00fc 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,7 +1,7 @@
# Template file for 'wpgtk'
pkgname=wpgtk
version=6.1.3
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="gtk+3 python3-gobject python3-Pillow pywal libxslt"
From 1a4db7204cb46cbd54a98712f9f29132536030e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:40 -0500
Subject: [PATCH 0923/1607] wicd: rebuild for python3-3.13
---
srcpkgs/wicd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/wicd/template b/srcpkgs/wicd/template
index e376f45988d858..9ff5c6b2c511a6 100644
--- a/srcpkgs/wicd/template
+++ b/srcpkgs/wicd/template
@@ -1,7 +1,7 @@
# Template file for 'wicd'
pkgname=wicd
version=1.7.4
-revision=9
+revision=10
_ver=$version+tb2+2019.09.18git2e0ba579-1
build_style="python3-module"
hostmakedepends="python3-setuptools python3-Babel"
From f26ed4a1237a8c0b9729238efb9d7d06e8c6cb1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:40 -0500
Subject: [PATCH 0924/1607] whipper: rebuild for python3-3.13
---
srcpkgs/whipper/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index caa766bbdd7fd3..41b80c4631ba81 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
# Template file for 'whipper'
pkgname=whipper
version=0.10.0
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="libsndfile-devel python3-devel"
From 41f2f9c8a3ff50ba3a4f67af366b4699d8821be8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:40 -0500
Subject: [PATCH 0925/1607] wfuzz: rebuild for python3-3.13
---
srcpkgs/wfuzz/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 2a0e81a1547201..bcb0dbc8dd5ea8 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,7 +1,7 @@
# Template file for 'wfuzz'
pkgname=wfuzz
version=3.1.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
From 32780e2d4ae458e8797c9b1134e887ed59d96e77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:40 -0500
Subject: [PATCH 0926/1607] weechat: rebuild for python3-3.13
---
srcpkgs/weechat/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 512c9e886c30d2..6500bd34a76ca6 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
# Template file for 'weechat'
pkgname=weechat
version=4.4.3
-revision=1
+revision=2
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
From 94468cc68e69ec4aff99fdb5ec381aecc5c3bf0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:41 -0500
Subject: [PATCH 0927/1607] weather: rebuild for python3-3.13
---
srcpkgs/weather/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index 4e77906b2d6537..f50cf2295a9bb1 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,7 +1,7 @@
# Template file for 'weather'
pkgname=weather
version=2.4.1
-revision=5
+revision=6
depends="python3"
conf_files="/etc/weatherrc"
short_desc="CLI utility for current (METAR) weather conditions and forecasts"
From f57e17d77fd2382055e04f08e927fcf893e677ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:41 -0500
Subject: [PATCH 0928/1607] waydroid: rebuild for python3-3.13
---
srcpkgs/waydroid/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/waydroid/template b/srcpkgs/waydroid/template
index d902226652a95b..7382778fe7a968 100644
--- a/srcpkgs/waydroid/template
+++ b/srcpkgs/waydroid/template
@@ -1,7 +1,7 @@
# Template file for 'waydroid'
pkgname=waydroid
version=1.4.2
-revision=1
+revision=2
# https://developer.android.com/ndk/guides/abis#sa
archs="aarch64* armv7* i686* x86_64*"
build_style=gnu-makefile
From e4cd0b6ac5111906ea21401e92881fdd0111b45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:41 -0500
Subject: [PATCH 0929/1607] vpn-slice: rebuild for python3-3.13
---
srcpkgs/vpn-slice/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vpn-slice/template b/srcpkgs/vpn-slice/template
index 44977d38b29e00..9b2cd8d2cc7f76 100644
--- a/srcpkgs/vpn-slice/template
+++ b/srcpkgs/vpn-slice/template
@@ -1,7 +1,7 @@
# Template file for 'vpn-slice'
pkgname=vpn-slice
version=0.16.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dnspython python3-setproctitle iproute2"
From 041f7169f156c90c7f333adab819b69f0af0f553 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:41 -0500
Subject: [PATCH 0930/1607] voltron: rebuild for python3-3.13
---
srcpkgs/voltron/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index c2bf1c656c2e5a..b04d4c66552166 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,7 +1,7 @@
# Template file for 'voltron'
pkgname=voltron
version=0.1.7
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-blessed python3-Flask python3-Pygments python3-pysigset
From 18505df533337775750f24dada7af3b087af6c79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:41 -0500
Subject: [PATCH 0931/1607] volctl: rebuild for python3-3.13
---
srcpkgs/volctl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 7c211032211d2c..ea97d013a7d3aa 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
# Template file for 'volctl'
pkgname=volctl
version=0.9.3
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-pulsectl"
From 7d9370aad8c3fa58fb4f92f24d15341be87e7350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:41 -0500
Subject: [PATCH 0932/1607] vit: rebuild for python3-3.13
---
srcpkgs/vit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template
index 6def6d6c4c6e82..c5ab4e31e3bbf1 100644
--- a/srcpkgs/vit/template
+++ b/srcpkgs/vit/template
@@ -1,7 +1,7 @@
# Template file for 'vit'
pkgname=vit
version=2.3.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="task python3-urwid python3-tasklib"
From d2096e0230404facead87c68fd35320045fa36b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:42 -0500
Subject: [PATCH 0933/1607] visidata: rebuild for python3-3.13
---
srcpkgs/visidata/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index ee80066f8b52c5..cfe89f611485f8 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,7 +1,7 @@
# Template file for 'visidata'
pkgname=visidata
version=3.1.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-importlib_metadata python3-setuptools"
From cf5094866eb6a13b56d622c22674c2f26a6a6c12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:42 -0500
Subject: [PATCH 0934/1607] virtualenvwrapper: rebuild for python3-3.13
---
srcpkgs/virtualenvwrapper/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 280b97b8e89515..45aa0e36de233c 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,7 +1,7 @@
# Template file for 'virtualenvwrapper'
pkgname=virtualenvwrapper
version=4.8.4
-revision=7
+revision=8
build_style=python3-module
pycompile_module="virtualenvwrapper"
hostmakedepends="python3-setuptools python3-pbr"
From df878325f350535ab04aea8b3cfca33f5d25715d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:42 -0500
Subject: [PATCH 0935/1607] virtme: rebuild for python3-3.13
---
srcpkgs/virtme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index 73940395770d47..34c32391c6967f 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,7 +1,7 @@
# Template file for 'virtme'
pkgname=virtme
version=0.1.1
-revision=6
+revision=7
build_style=python3-module
pycompile_module="virtme"
hostmakedepends="python3-setuptools"
From 5d54ca30561ab9f22a39d8624833639b31f5ef0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:42 -0500
Subject: [PATCH 0936/1607] virt-manager: rebuild for python3-3.13
---
srcpkgs/virt-manager/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index 6fcf4da68ea3c6..6e4c08baa55af8 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,7 +1,7 @@
# Template file for 'virt-manager'
pkgname=virt-manager
version=4.1.0
-revision=3
+revision=4
build_style=python3-module
pycompile_dirs="/usr/share/${pkgname}/virtManager"
hostmakedepends="gettext python3-docutils python3-setuptools"
From 1988d3ee78757baffde4a4bba75ae95f188a3949 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:42 -0500
Subject: [PATCH 0937/1607] vimiv: rebuild for python3-3.13
---
srcpkgs/vimiv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index da8bbaa56c7129..8945bee96a13f4 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
# Template file for 'vimiv'
pkgname=vimiv
version=0.9.1
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 8719a4d573640b73be3d2a0c2627e05ed47cd9f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:43 -0500
Subject: [PATCH 0938/1607] vim: rebuild for python3-3.13
---
srcpkgs/vim/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index eba202dff162c2..2daf13eb51e427 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
# Template file for 'vim'
pkgname=vim
version=9.1.0772
-revision=1
+revision=2
create_wrksrc=required
hostmakedepends="gettext glib-devel pkg-config"
makedepends="acl-devel ncurses-devel
From 2ceb0cbb38fe8e308c0fe192827dcd1b52e563ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:43 -0500
Subject: [PATCH 0939/1607] vidcutter: rebuild for python3-3.13
---
srcpkgs/vidcutter/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index d06ea51c8a9a4f..724e059abf4995 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,7 +1,7 @@
# Template file for 'vidcutter'
pkgname=vidcutter
version=6.0.5.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython0.29"
makedepends="mpv-devel python3-devel"
From 3b1991ce2bfb2f9207d650f9320b2b2750d8210c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:43 -0500
Subject: [PATCH 0940/1607] vdirsyncer: rebuild for python3-3.13
---
srcpkgs/vdirsyncer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 7f295a73cd24d9..61d3884d2fc276 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,7 +1,7 @@
# Template file for 'vdirsyncer'
pkgname=vdirsyncer
version=0.19.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-atomicwrites python3-click python3-click-log python3-requests
From d76dde0819aa3771a42b108ac355f2357a0010fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:43 -0500
Subject: [PATCH 0941/1607] variety: rebuild for python3-3.13
---
srcpkgs/variety/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index cd9ff256b16be5..4faaf1adf648af 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,7 +1,7 @@
# Template file for 'variety'
pkgname=variety
version=0.8.12
-revision=1
+revision=2
build_style=python3-module
pycompile_dirs="usr/share/variety/plugins"
hostmakedepends="python3-setuptools python3-distutils-extra intltool"
From a39cf90aa0501a6c94795bdccb60a7b944b1edaa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:43 -0500
Subject: [PATCH 0942/1607] vapoursynth: rebuild for python3-3.13
---
srcpkgs/vapoursynth/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 4d88a90f4d2574..219a9e3fc2b7f9 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
# Template file for 'vapoursynth'
pkgname=vapoursynth
version=R66
-revision=2
+revision=3
build_style=gnu-configure
hostmakedepends="automake libtool nasm pkg-config python3-Cython"
makedepends="python3-devel zimg-devel"
From 214dfbf0ebee19c98d6831d1f49b9475c39b157e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:44 -0500
Subject: [PATCH 0943/1607] uwsgi: rebuild for python3-3.13
---
srcpkgs/uwsgi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 51fd1c54934515..f7ad06a481cc65 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
# Template file for 'uwsgi'
pkgname=uwsgi
version=2.0.28
-revision=1
+revision=2
hostmakedepends="python3-setuptools"
makedepends="python3-devel openssl-devel"
short_desc="Fast, self-healing application container server"
From ffe56ee62a06f398319f0dce742e6dc085adc477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:44 -0500
Subject: [PATCH 0944/1607] uv: rebuild for python3-3.13
---
srcpkgs/uv/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
index cdee68108cc55a..c11c28640be781 100644
--- a/srcpkgs/uv/template
+++ b/srcpkgs/uv/template
@@ -1,7 +1,7 @@
# Template file for 'uv'
pkgname=uv
version=0.5.2
-revision=1
+revision=2
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo cmake pkg-config"
From 7e851daf4957a5c963ef00d3fe31ba5dcc8fb6f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:44 -0500
Subject: [PATCH 0945/1607] urlwatch: rebuild for python3-3.13
---
srcpkgs/urlwatch/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 9a2dd7e4ec1701..f50a6bf0b172c7 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,7 +1,7 @@
# Template file for 'urlwatch'
pkgname=urlwatch
version=2.28
-revision=2
+revision=3
build_style=python3-module
# skip the tests that require python modules that aren't packaged
# (pdftotext & pytesseract)
From e96228981709b6b0ba48c1ff919a77b0572d6224 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:44 -0500
Subject: [PATCH 0946/1607] urlscan: rebuild for python3-3.13
---
srcpkgs/urlscan/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index b074db15115887..02265568634ccf 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
# Template file for 'urlscan'
pkgname=urlscan
version=1.0.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-urwid"
From ebf7fbafb00461eb922bde3a02845132b566e623 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:44 -0500
Subject: [PATCH 0947/1607] urh: rebuild for python3-3.13
---
srcpkgs/urh/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index 7c109b044b1462..c0e86cd7bc2f0c 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
# Template file for 'urh'
pkgname=urh
version=2.9.6
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython0.29 python3-numpy"
makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
From 8944297285c4cd901dd15edacdfffb56b600a86f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:44 -0500
Subject: [PATCH 0948/1607] unknown-horizons: rebuild for python3-3.13
---
srcpkgs/unknown-horizons/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 0b1325526ad965..4b1b13a9120824 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,7 +1,7 @@
# Template file for 'unknown-horizons'
pkgname=unknown-horizons
version=2019.1
-revision=9
+revision=10
build_style=python3-module
hostmakedepends="python3 python3-setuptools intltool git python3-Pillow"
depends="fifengine python3-yaml"
From 134e2855e3c682f8e0cf71fa5cec06d480ad70c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:45 -0500
Subject: [PATCH 0949/1607] ulauncher: rebuild for python3-3.13
---
srcpkgs/ulauncher/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 64723a69b80d60..b26b3ced7b81c3 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
# Template file for 'ulauncher'
pkgname=ulauncher
version=5.15.7
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-distutils-extra intltool python3-Levenshtein
python3-dbus python3-gobject python3-inotify python3-websocket-client
From 59945174d3100dfb7269a916743257e41e55eccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:45 -0500
Subject: [PATCH 0950/1607] ueberzug: rebuild for python3-3.13
---
srcpkgs/ueberzug/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index a34f94361e1dc4..f3ded48231ec9d 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
# Template file for 'ueberzug'
pkgname=ueberzug
version=18.1.9
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libX11-devel libXext-devel"
From ddde713f99eb729074a671604d0f8f47a5c934bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:45 -0500
Subject: [PATCH 0951/1607] udiskie: rebuild for python3-3.13
---
srcpkgs/udiskie/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 0814514e52621f..d0327059415769 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,7 +1,7 @@
# Template file for 'udiskie'
pkgname=udiskie
version=2.5.2
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="gettext asciidoc python3-setuptools"
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
From 150962e62d69de407bdc0b8f6bb611177966fc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:45 -0500
Subject: [PATCH 0952/1607] tzupdate: rebuild for python3-3.13
---
srcpkgs/tzupdate/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index a5b3c5aebd153a..ede6223a6f4b85 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,7 +1,7 @@
# Template file for 'tzupdate'
pkgname=tzupdate
version=2.1.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From ba3fc28431fc17b15a0a8cf1d60addefe8dc81be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:45 -0500
Subject: [PATCH 0953/1607] txt2tags: rebuild for python3-3.13
---
srcpkgs/txt2tags/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/txt2tags/template b/srcpkgs/txt2tags/template
index acde04498f69f6..c962b052e1a252 100644
--- a/srcpkgs/txt2tags/template
+++ b/srcpkgs/txt2tags/template
@@ -1,7 +1,7 @@
# Template file for 'txt2tags'
pkgname=txt2tags
version=3.9
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3"
From 2727010ec33094f9a11fc914656f39f0a416e308 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:46 -0500
Subject: [PATCH 0954/1607] tuir: rebuild for python3-3.13
---
srcpkgs/tuir/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index c431c4cf9b99eb..3ce8e0391c4a2a 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,7 +1,7 @@
# Template file for 'tuir'
pkgname=tuir
version=1.29.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
From 753bc43ef0637c26e51f10915b30ed2683048c4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:46 -0500
Subject: [PATCH 0955/1607] tuimoji: rebuild for python3-3.13
---
srcpkgs/tuimoji/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index c5421ecdaada12..d83c37741f0dc7 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,7 +1,7 @@
# Template file for 'tuimoji'
pkgname=tuimoji
version=1.0.0
-revision=7
+revision=8
build_style=python3-module
pycompile_module="tuimoji"
hostmakedepends="python3-setuptools"
From 95cdad734ce96ce28f127443bc211991d7b19a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:46 -0500
Subject: [PATCH 0956/1607] tryton: rebuild for python3-3.13
---
srcpkgs/tryton/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index 5ec0cce61218ba..a25c297fdcb95a 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,7 +1,7 @@
# Template file for 'tryton'
pkgname=tryton
version=7.2.8
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="gtk+3 python3-dateutil python3-gobject"
From e317e71444f58a7ecbcb41d24a0cc2677b3848e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:46 -0500
Subject: [PATCH 0957/1607] treeline: rebuild for python3-3.13
---
srcpkgs/treeline/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/treeline/template b/srcpkgs/treeline/template
index ea9cb07b1980a3..a60f6cab2fee85 100644
--- a/srcpkgs/treeline/template
+++ b/srcpkgs/treeline/template
@@ -1,7 +1,7 @@
# Template file for 'treeline'
pkgname=treeline
version=3.1.6
-revision=2
+revision=3
pycompile_dirs="usr/share/treeline"
hostmakedepends="python3"
depends="python3-PyQt5"
From 07320db31003ea2e1a0561045700b9fd948b4301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:46 -0500
Subject: [PATCH 0958/1607] trash-cli: rebuild for python3-3.13
---
srcpkgs/trash-cli/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 455f27211e8a75..c711e7249493ff 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
# Template file for 'trash-cli'
pkgname=trash-cli
version=0.24.5.26
-revision=1
+revision=2
build_style=python3-pep517
make_check_args="--ignore=tests/test_put/cmd/e2e/test_on_links_to_dirs.py"
hostmakedepends="python3-wheel"
From adefb72c584180b39a20b6930005c1a032a7b2b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:46 -0500
Subject: [PATCH 0959/1607] transifex-cli: rebuild for python3-3.13
---
srcpkgs/transifex-cli/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/transifex-cli/template b/srcpkgs/transifex-cli/template
index 2c39abd896a966..64fb4ab8c68254 100644
--- a/srcpkgs/transifex-cli/template
+++ b/srcpkgs/transifex-cli/template
@@ -1,7 +1,7 @@
# Template file for 'transifex-cli'
pkgname=transifex-cli
version=1.6.6
-revision=5
+revision=6
build_style=go
go_import_path="github.com/transifex/cli"
go_ldflags="-X github.com/transifex/cli/internal/txlib.Version=${version}"
From e0c23c8af02240750210fb285a28f45d18e8ef2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:47 -0500
Subject: [PATCH 0960/1607] trackma: rebuild for python3-3.13
---
srcpkgs/trackma/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index dc8a40d9bebd36..0ef65c114eea62 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,7 +1,7 @@
# Template file for 'trackma'
pkgname=trackma
version=0.8.4
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-urwid python3-gobject"
From 2b7be98ea6f3ba59734fe04339fead80e90cb9ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:47 -0500
Subject: [PATCH 0961/1607] tox: rebuild for python3-3.13
---
srcpkgs/tox/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 1177bd1f436aa2..f1614396534274 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
# Template file for 'tox'
pkgname=tox
version=4.23.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-cachetools python3-chardet python3-colorama python3-filelock
From adda482b656c99aae7662ca1c1a362a460701194 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:47 -0500
Subject: [PATCH 0962/1607] totem: rebuild for python3-3.13
---
srcpkgs/totem/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/totem/template b/srcpkgs/totem/template
index 24fd3c2e83a084..7e479c157efb64 100644
--- a/srcpkgs/totem/template
+++ b/srcpkgs/totem/template
@@ -1,7 +1,7 @@
# Template file for 'totem'
pkgname=totem
version=43.0
-revision=3
+revision=4
build_style=meson
build_helper="gir"
configure_args="-Denable-python=yes"
From 852be19746a7e3e1dd34a95f52876a0c9e22ff78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:47 -0500
Subject: [PATCH 0963/1607] torbrowser-launcher: rebuild for python3-3.13
---
srcpkgs/torbrowser-launcher/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index db72eddb946aab..d25c5b14468e07 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
# Template file for 'torbrowser-launcher'
pkgname=torbrowser-launcher
version=0.3.6
-revision=3
+revision=4
archs="i686 x86_64" # limited by Tor Browser itself
build_style=python3-module
hostmakedepends="gettext python3-distro python3-setuptools"
From f354e008f055ba6742d1a17120d48a80fc9dba8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:47 -0500
Subject: [PATCH 0964/1607] toot: rebuild for python3-3.13
---
srcpkgs/toot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index 8cd267accd174e..f2078007d5d100 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,7 +1,7 @@
# Template file for 'toot'
pkgname=toot
version=0.45.0
-revision=1
+revision=2
build_style=python3-pep517
_depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth
python3-urwid python3-urwidgets python3-tomlkit python3-Pillow python3-term-image"
From 3bc19c89a0398d29f809912e2a6ce03768ed8b80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:48 -0500
Subject: [PATCH 0965/1607] todoman: rebuild for python3-3.13
---
srcpkgs/todoman/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index 47e5b747d4faba..a236a9ca44c556 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,7 +1,7 @@
# Template file for 'todoman'
pkgname=todoman
version=4.4.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
From 12f7f439a88171b79b9a66a6cbed2f0b8b13db5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:48 -0500
Subject: [PATCH 0966/1607] tlpui: rebuild for python3-3.13
---
srcpkgs/tlpui/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index 6b1c4b31386b86..1ec1ab4efc809d 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,7 +1,7 @@
# Template file for 'tlpui'
pkgname=tlpui
version=1.7.1
-revision=1
+revision=2
build_style="python3-pep517"
hostmakedepends="python3-poetry-core"
depends="gtk+3 tlp python3-gobject python3-yaml"
From b80c908ba7a40a7146bab27827e14cd9de129259 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:48 -0500
Subject: [PATCH 0967/1607] timer-cli: rebuild for python3-3.13
---
srcpkgs/timer-cli/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/timer-cli/template b/srcpkgs/timer-cli/template
index 6dd183c61885f2..8aa76a1c1f5ee2 100644
--- a/srcpkgs/timer-cli/template
+++ b/srcpkgs/timer-cli/template
@@ -1,7 +1,7 @@
# Template file for 'timer-cli'
pkgname=timer-cli
version=0.1.2
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-rich python3-click python3-art"
From 3e8dcd12da1e0eba2b4fb14d7f3e0a3e983ffc06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:48 -0500
Subject: [PATCH 0968/1607] thinkpad-scripts: rebuild for python3-3.13
---
srcpkgs/thinkpad-scripts/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index a5f806cde523d8..8f65c8698fa840 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,7 +1,7 @@
# Template file for 'thinkpad-scripts'
pkgname=thinkpad-scripts
version=4.12.0
-revision=6
+revision=7
build_style=python3-module
pycompile_module="tps"
hostmakedepends="gettext python3-setuptools"
From a21eb7a44d919b9e644cb54bfb11d186796101b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:48 -0500
Subject: [PATCH 0969/1607] thefuck: rebuild for python3-3.13
---
srcpkgs/thefuck/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index dd7f1356e28f5f..377e816781ec79 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,7 +1,7 @@
# Template file for 'thefuck'
pkgname=thefuck
version=3.32
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-colorama python3-decorator python3-psutil python3-pyte
From 2b00b8c30ddd57e6a38987378c977afaffd8d018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:48 -0500
Subject: [PATCH 0970/1607] texworks: rebuild for python3-3.13
---
srcpkgs/texworks/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 220826510a8b36..d413730ec3bb4b 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
# Template file for 'texworks'
pkgname=texworks
version=0.6.6
-revision=3
+revision=4
build_style=cmake
configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON
-DDESIRED_QT_VERSION:STRING=5"
From 7b4b470095a493c5a908a33ef22cfbab58c26b72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:49 -0500
Subject: [PATCH 0971/1607] termtosvg: rebuild for python3-3.13
---
srcpkgs/termtosvg/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index a25f2b4a557410..e2a6161ce61c35 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,7 +1,7 @@
# Template file for 'termtosvg'
pkgname=termtosvg
version=1.1.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pyte python3-lxml python3-wcwidth"
From c5df91707c56d996768020df752aa04e443df013 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:49 -0500
Subject: [PATCH 0972/1607] terminator: rebuild for python3-3.13
---
srcpkgs/terminator/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index 93f757651b7829..e3bd24f39dd019 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
# Template file for 'terminator'
pkgname=terminator
version=2.1.3
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="intltool python3-setuptools"
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
From ee12fa059326031de245758fac32c3567aa055e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:49 -0500
Subject: [PATCH 0973/1607] termdown: rebuild for python3-3.13
---
srcpkgs/termdown/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index 7a6549cbb06a4f..160529b87aee4c 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,7 +1,7 @@
# Template file for 'termdown'
pkgname=termdown
version=1.18.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"
From 3c12da9693066aff869c9c15e611fcb58b39e38f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:49 -0500
Subject: [PATCH 0974/1607] telepresence: rebuild for python3-3.13
---
srcpkgs/telepresence/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index 51547ee340e137..a8b8528f4b1466 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
# Template file for 'telepresence'
pkgname=telepresence
version=0.107
-revision=5
+revision=6
archs="x86_64* ppc64le*"
build_style=python3-module
hostmakedepends="python3-pip python3-setuptools git"
From 88e6c89087d6dc7b2431fdd03e2df9d4599ef924 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:49 -0500
Subject: [PATCH 0975/1607] telegram-tg: rebuild for python3-3.13
---
srcpkgs/telegram-tg/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/telegram-tg/template b/srcpkgs/telegram-tg/template
index 0484cc6efd9d86..8610ba565ea451 100644
--- a/srcpkgs/telegram-tg/template
+++ b/srcpkgs/telegram-tg/template
@@ -1,7 +1,7 @@
# Template file for 'telegram-tg'
pkgname=telegram-tg
version=0.19.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-telegram"
From f982888edaff00a7f375994d07a18ebce24925cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:50 -0500
Subject: [PATCH 0976/1607] targetcli-fb: rebuild for python3-3.13
---
srcpkgs/targetcli-fb/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 922120e59cb7fb..9cd3ff69e70ddf 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
# Template file for 'targetcli-fb'
pkgname=targetcli-fb
version=2.1.54
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
From eccca8de394d276a6d3dd9cbb704d701042ca1cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:50 -0500
Subject: [PATCH 0977/1607] system-config-printer: rebuild for python3-3.13
---
srcpkgs/system-config-printer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index 3bcaa3ecd34903..69b24c07350796 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
# Template file for 'system-config-printer'
pkgname=system-config-printer
version=1.5.18
-revision=3
+revision=4
build_style=gnu-configure
pycompile_dirs="usr/share/system-config-printer"
configure_args="--with-udev-rules"
From a63d2656b3abc45749096272b08cd350c48d98cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:50 -0500
Subject: [PATCH 0978/1607] syncthing-gtk: rebuild for python3-3.13
---
srcpkgs/syncthing-gtk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/syncthing-gtk/template b/srcpkgs/syncthing-gtk/template
index a9d4262b1d3dbf..1a55f055902c10 100644
--- a/srcpkgs/syncthing-gtk/template
+++ b/srcpkgs/syncthing-gtk/template
@@ -2,7 +2,7 @@
pkgname=syncthing-gtk
reverts="0.14.36_1 0.9.4.4+ds+git20220108+9023143f8b93_1 0.9.4.4+ds+git20220108+9023143f8b93_2"
version=0.9.4.4
-revision=8
+revision=9
_debianver="ds+git20221205+12a9702d29ab"
build_style=python3-module
hostmakedepends="python3-setuptools gettext"
From cdd6447421467ada2ea1bf59e2872185ddb3c24d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:50 -0500
Subject: [PATCH 0979/1607] syncplay: rebuild for python3-3.13
---
srcpkgs/syncplay/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template
index 31579881411673..ddbac10295ddb0 100644
--- a/srcpkgs/syncplay/template
+++ b/srcpkgs/syncplay/template
@@ -1,7 +1,7 @@
# Template file for 'syncplay'
pkgname=syncplay
version=1.7.0
-revision=3
+revision=4
build_style=gnu-makefile
pycompile_dirs="usr/lib/syncplay/syncplay"
depends="desktop-file-utils python3-pyside2 python3-Twisted
From 05c62d4e77e328290776f212be37dfe6abf2e4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:50 -0500
Subject: [PATCH 0980/1607] synapse: rebuild for python3-3.13
---
srcpkgs/synapse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 2e9fb02d44a96e..e516e88d8c9b6b 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
# Template file for 'synapse'
pkgname=synapse
version=1.119.0
-revision=1
+revision=2
build_style=python3-pep517
build_helper=rust
make_check_target=tests
From 243ab62147bda64f95d70b01f06de27a3a9893d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:50 -0500
Subject: [PATCH 0981/1607] sumo: rebuild for python3-3.13
---
srcpkgs/sumo/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index f5475ac9b5c00a..0feb84944d305b 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
# Template file for 'sumo'
pkgname=sumo
version=1.12.0
-revision=8
+revision=9
build_style=cmake
hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"
makedepends="python3-devel ffmpeg6-devel fox-devel gl2ps-devel libgdal-devel
From 644ef1d7be393af01b2ed8383971c2df05055570 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:51 -0500
Subject: [PATCH 0982/1607] subversion: rebuild for python3-3.13
---
srcpkgs/subversion/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index 309d6b1142065a..6b6cea450e5de6 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
#
pkgname=subversion
version=1.14.2
-revision=5
+revision=6
build_style=gnu-configure
configure_args="--disable-javahl --disable-static --config-cache
--with-gnome-keyring --with-editor=vi --disable-mod-activation
From eddb1f24ea92839233d2aa2c75f4cece5527de33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:51 -0500
Subject: [PATCH 0983/1607] subuser: rebuild for python3-3.13
---
srcpkgs/subuser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 8acc15c8f0b0a1..f604a286078fc9 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
# Template file for 'subuser'
pkgname=subuser
version=0.6.2
-revision=7
+revision=8
archs="x86_64*"
build_style=python3-module
hostmakedepends="python3-setuptools"
From 725362ae9015272afd368d45162c6b6ff9750e83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:51 -0500
Subject: [PATCH 0984/1607] subliminal: rebuild for python3-3.13
---
srcpkgs/subliminal/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index 4e736e393ba458..18b8256673caae 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
# Template file for 'subliminal'
pkgname=subliminal
version=2.1.0
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-guessit python3-babelfish python3-enzyme
From 4ee5232eb0702142225f4f454661914601e7fc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:51 -0500
Subject: [PATCH 0985/1607] streamlink: rebuild for python3-3.13
---
srcpkgs/streamlink/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index 757a76a6693a45..7d99f3df68011f 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
# Template file for 'streamlink'
pkgname=streamlink
version=7.0.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-versioningit"
depends="python3-lxml python3-pycryptodome python3-pycountry
From e7b960f7629e411021d3027f8c259c24a665e354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:51 -0500
Subject: [PATCH 0986/1607] stig: rebuild for python3-3.13
---
srcpkgs/stig/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index c7680b4412dab8..34fcad901c2cdd 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,7 +1,7 @@
# Template file for 'stig'
pkgname=stig
version=0.12.10a0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-blinker python3-natsort python3-xdg python3-aiohttp
From 4dba593ddf78806181b06dbe1e0d21047c7094d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:52 -0500
Subject: [PATCH 0987/1607] stcgal: rebuild for python3-3.13
---
srcpkgs/stcgal/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index ebe4adfe355fc2..3c9c6361fac8de 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,7 +1,7 @@
# Template file for 'stcgal'
pkgname=stcgal
version=1.6
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pyserial python3-setuptools python3-tqdm"
From 3604b91b8fad274b496eaafbb43ab09b63eb29fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:52 -0500
Subject: [PATCH 0988/1607] sssd: rebuild for python3-3.13
---
srcpkgs/sssd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 76eb9866b12829..aac23b21782dd7 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
# Template file for 'sssd'
pkgname=sssd
version=2.8.2
-revision=4
+revision=5
# upstream explicitly hardcodes to use glibc:
# https://github.com/SSSD/sssd/blob/2.8.2/src/util/nss_dl_load.c
archs="~*-musl"
From 9dfaba0c98e5b466c0b2738b92a524a9dc190fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:52 -0500
Subject: [PATCH 0989/1607] sshuttle: rebuild for python3-3.13
---
srcpkgs/sshuttle/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index dd8b1b43e7d504..0560a6e8092926 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,7 +1,7 @@
# Template file for 'sshuttle'
pkgname=sshuttle
version=1.1.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core python3-Sphinx"
depends="python3-psutil"
From c7c48b87d6e5d3483bc40d1896f28de67a25f117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:52 -0500
Subject: [PATCH 0990/1607] ssh-audit: rebuild for python3-3.13
---
srcpkgs/ssh-audit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template
index 3ce1fe43810a09..e51fe27a1d84f4 100644
--- a/srcpkgs/ssh-audit/template
+++ b/srcpkgs/ssh-audit/template
@@ -1,7 +1,7 @@
# Template file for 'ssh-audit'
pkgname=ssh-audit
version=3.3.0
-revision=1
+revision=2
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="python3"
From 938adb8a49d84f27fc1d323e00ae8d7badc00208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:52 -0500
Subject: [PATCH 0991/1607] sqlmap: rebuild for python3-3.13
---
srcpkgs/sqlmap/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sqlmap/template b/srcpkgs/sqlmap/template
index 3d40bbd149f84d..07423734c075c9 100644
--- a/srcpkgs/sqlmap/template
+++ b/srcpkgs/sqlmap/template
@@ -1,7 +1,7 @@
# Template file for 'sqlmap'
pkgname=sqlmap
version=1.8.11
-revision=1
+revision=2
pycompile_dirs="usr/libexec/sqlmap"
depends="python3"
short_desc="Automatic SQL injection and database takeover tool"
From ecbef5e68b905a828d10441bde37ffee20d0e803 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:52 -0500
Subject: [PATCH 0992/1607] speedtest-cli: rebuild for python3-3.13
---
srcpkgs/speedtest-cli/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c4ccb25ea9afe1..025cc24bbecf43 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,7 +1,7 @@
# Template file for 'speedtest-cli'
pkgname=speedtest-cli
version=2.1.3
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From b2e32de6eec4b34baac4293751643116511ef4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:53 -0500
Subject: [PATCH 0993/1607] soundconverter: rebuild for python3-3.13
---
srcpkgs/soundconverter/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template
index a6d45ab9276fe7..f1147993d4686e 100644
--- a/srcpkgs/soundconverter/template
+++ b/srcpkgs/soundconverter/template
@@ -1,7 +1,7 @@
# Template file for 'soundconverter'
pkgname=soundconverter
version=4.0.3
-revision=2
+revision=3
build_style=python3-module
pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
From 5c721eda56ccc2ad2b1697bc63efd503d00c7610 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:53 -0500
Subject: [PATCH 0994/1607] sonata: rebuild for python3-3.13
---
srcpkgs/sonata/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index b3ff24636e27de..b6b4e65f947d66 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -3,7 +3,7 @@ pkgname=sonata
# allow updating to 1.7.0, xbps considers 1.7a1 and 1.7b1 to be newer than 1.7.0
reverts="1.7a2_1 1.7a2_2 1.7a2_3 1.7b1_1 1.7b1_2 1.7b1_3 1.7b1_4"
version=1.7.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
depends="python3-mpd2 python3-gobject gtk+3"
From 2a9cee27c2f12f05176e6931871a76ab8d25e43d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:53 -0500
Subject: [PATCH 0995/1607] sigil: rebuild for python3-3.13
---
srcpkgs/sigil/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index 59ad1910ab0f9f..0929ed3f95bc1e 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
# Template file for 'sigil'
pkgname=sigil
version=1.9.10
-revision=3
+revision=4
build_style=cmake
pycompile_dirs="usr/share/sigil/python3lib"
# Can use system zlib, minizip and hunspell; can't use system pcre
From 0e6079404b1f45bc0d14410b853f76139471d8aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:53 -0500
Subject: [PATCH 0996/1607] setzer: rebuild for python3-3.13
---
srcpkgs/setzer/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index 3b6673e735e2fc..fdcb0c9fdff980 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
# Template file for 'setzer'
pkgname=setzer
version=65
-revision=1
+revision=2
build_style=meson
hostmakedepends="gettext"
depends="poppler-glib virtual?tex gspell python3-gobject gtksourceview5 python3-pexpect
From df7e3de36cbd92626ca73c0338ea7cd615f17a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:53 -0500
Subject: [PATCH 0997/1607] setconf: rebuild for python3-3.13
---
srcpkgs/setconf/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 11c6e9579d3257..d69fcd9cf01c6e 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,7 +1,7 @@
# Template file for 'setconf'
pkgname=setconf
version=0.7.7
-revision=5
+revision=6
build_style=python3-module
pycompile_module="setconf.py"
hostmakedepends="python3-setuptools"
From fd32a52174ed6d794114803a7d7eeb91934995be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:54 -0500
Subject: [PATCH 0998/1607] seafile-libclient: rebuild for python3-3.13
---
srcpkgs/seafile-libclient/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 811655363a32cb..efe12034c580ec 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -1,7 +1,7 @@
# Template file for 'seafile-libclient'
pkgname=seafile-libclient
version=8.0.10
-revision=3
+revision=4
_distname="${pkgname/-libclient/}"
build_style=gnu-configure
configure_args="PYTHON=python3 --disable-static"
From a2289d1a89f9cfe33457f89f5477e9da677221a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:54 -0500
Subject: [PATCH 0999/1607] scribus: rebuild for python3-3.13
---
srcpkgs/scribus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index a8e9e186b2fd75..9570625dad0927 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
# Template file for 'scribus'
pkgname=scribus
version=1.6.2
-revision=1
+revision=2
build_style=cmake
configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
-DWANT_GRAPHICSMAGICK=1 -DWANT_CPP20=ON"
From 3cc1cf79c0395eb0be0d4b0b8c5071cf55b03c56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:54 -0500
Subject: [PATCH 1000/1607] screenplain: rebuild for python3-3.13
---
srcpkgs/screenplain/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index ec20b881d2efce..46f50972f14343 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,7 +1,7 @@
# Template file for 'screenplain'
pkgname=screenplain
version=0.10.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-reportlab"
From df5569f2b1b11b2c8316c82ad3a7abbf89ae387f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:54 -0500
Subject: [PATCH 1001/1607] screenkey: rebuild for python3-3.13
---
srcpkgs/screenkey/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 47c192607ad6f6..ed697b7ac271f3 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
# Template file for 'screenkey'
pkgname=screenkey
version=1.5
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools python3-Babel"
depends="gtk+3 libX11 python3-gobject python3-cairo python3-dbus"
From c02d4da520fb41e41c4055816b3b1189e3279746 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:54 -0500
Subject: [PATCH 1002/1607] scapy: rebuild for python3-3.13
---
srcpkgs/scapy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index dce2838349b84c..ffb6dd3293ec45 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,7 +1,7 @@
# Template file for 'scapy'
pkgname=scapy
version=2.5.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="tcpdump python3"
From c51a8003f9c3fd66f98fb0d7601c64fc90ad7437 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:55 -0500
Subject: [PATCH 1003/1607] sc-controller: rebuild for python3-3.13
---
srcpkgs/sc-controller/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sc-controller/template b/srcpkgs/sc-controller/template
index bcf71f921b707c..7559b2580818a7 100644
--- a/srcpkgs/sc-controller/template
+++ b/srcpkgs/sc-controller/template
@@ -1,7 +1,7 @@
# Template file for 'sc-controller'
pkgname=sc-controller
version=0.4.8.10
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel zlib-devel"
From b8e4bbe2e1066492453e94eb41ab9b7ee86fa7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:55 -0500
Subject: [PATCH 1004/1607] salt: rebuild for python3-3.13
---
srcpkgs/salt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 1061a338803e4e..c3d1e4a8515a48 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,7 +1,7 @@
# Template file for 'salt'
pkgname=salt
version=3006.8
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
From af3985ace7c688ac5afe5611a2cd942a62bffc34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:55 -0500
Subject: [PATCH 1005/1607] sagemath: rebuild for python3-3.13
---
srcpkgs/sagemath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sagemath/template b/srcpkgs/sagemath/template
index b116e62bc67a5a..b3835fb2276dcb 100644
--- a/srcpkgs/sagemath/template
+++ b/srcpkgs/sagemath/template
@@ -1,7 +1,7 @@
# Template file for 'sagemath'
pkgname=sagemath
version=10.4
-revision=3
+revision=4
_pypi_version=${version/.beta/b}
_pypi_version=${_pypi_version/.rc/rc}
build_style=python3-pep517
From e60309b572673da456da70a97c0653fac5ccd963 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:55 -0500
Subject: [PATCH 1006/1607] safeeyes: rebuild for python3-3.13
---
srcpkgs/safeeyes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index fcdfc63d67aa46..8f3e4fd3dc33de 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,7 +1,7 @@
# Template file for 'safeeyes'
pkgname=safeeyes
version=2.1.6
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-devel pkg-config"
makedepends="python3-devel cairo-devel libgirepository-devel"
From ca856a9464ed6564624a8544dfb82d64ec64295a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:55 -0500
Subject: [PATCH 1007/1607] sabnzbd: rebuild for python3-3.13
---
srcpkgs/sabnzbd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template
index a9192057457643..07e73324fe3c17 100644
--- a/srcpkgs/sabnzbd/template
+++ b/srcpkgs/sabnzbd/template
@@ -1,7 +1,7 @@
# Template file for 'sabnzbd'
pkgname=sabnzbd
version=4.3.3
-revision=2
+revision=3
pycompile_dirs="/usr/share/sabnzbd"
hostmakedepends="python3 gettext"
depends="par2cmdline python3-cheetah3 python3-cryptography
From e97e752779cccc4a43b165c9db10efa9e6fb0a07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:55 -0500
Subject: [PATCH 1008/1607] s3cmd: rebuild for python3-3.13
---
srcpkgs/s3cmd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index fabee38c6cd3f8..8699f41d03104d 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,7 +1,7 @@
# Template file for 's3cmd'
pkgname=s3cmd
version=2.4.0
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil"
From 3d99dc012fa4a12555f4fa4e5e5beb93bdb9c759 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:56 -0500
Subject: [PATCH 1009/1607] ruff: rebuild for python3-3.13
---
srcpkgs/ruff/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template
index 021bd57e5b28e6..7ecb5832495811 100644
--- a/srcpkgs/ruff/template
+++ b/srcpkgs/ruff/template
@@ -1,7 +1,7 @@
# Template file for 'ruff'
pkgname=ruff
version=0.7.2
-revision=1
+revision=2
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo pkg-config"
From d963ea304b4731118d5b2fa98d761d8c2a15c01b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:56 -0500
Subject: [PATCH 1010/1607] rubber: rebuild for python3-3.13
---
srcpkgs/rubber/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index daf04d3315e287..1bd86faae66cb3 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,7 +1,7 @@
# Template file for 'rubber'
pkgname=rubber
version=1.5.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3 virtual?tex"
From b064a49bc8325d96cc0e25ac0ba4a43ab5b76eb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:56 -0500
Subject: [PATCH 1011/1607] root: rebuild for python3-3.13
---
srcpkgs/root/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/root/template b/srcpkgs/root/template
index 678d1b7fa031f3..81dc77f668340e 100644
--- a/srcpkgs/root/template
+++ b/srcpkgs/root/template
@@ -1,7 +1,7 @@
# Template file for 'root'
pkgname=root
version=6.30.06
-revision=1
+revision=2
# Only i686 and x86_64 seem to be officially supported
archs="i686* x86_64*"
build_style=cmake
From c0861892791719b4bb16ce379b3465066cfe04ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:56 -0500
Subject: [PATCH 1012/1607] rofimoji: rebuild for python3-3.13
---
srcpkgs/rofimoji/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rofimoji/template b/srcpkgs/rofimoji/template
index af616efbb0862a..d588d679568928 100644
--- a/srcpkgs/rofimoji/template
+++ b/srcpkgs/rofimoji/template
@@ -1,7 +1,7 @@
# Template file for 'rofimoji'
pkgname=rofimoji
version=6.5.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-ConfigArgParse"
From dbe1793750adf2c4ae29abc47775fda1fa42e3cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:56 -0500
Subject: [PATCH 1013/1607] rofi-rbw: rebuild for python3-3.13
---
srcpkgs/rofi-rbw/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rofi-rbw/template b/srcpkgs/rofi-rbw/template
index cd2569befcf0df..60ee82c779a9f6 100644
--- a/srcpkgs/rofi-rbw/template
+++ b/srcpkgs/rofi-rbw/template
@@ -1,7 +1,7 @@
# Template file for 'rofi-rbw'
pkgname=rofi-rbw
version=1.4.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3 python3-ConfigArgParse rbw"
From 0f4d23d7d097edcd6f6fbb690b4b2e751d3dd91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:57 -0500
Subject: [PATCH 1014/1607] rmlint: rebuild for python3-3.13
---
srcpkgs/rmlint/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 2113c56e1cee70..5b8684944e1ec4 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
# Template file for 'rmlint'
pkgname=rmlint
version=2.10.2
-revision=2
+revision=3
build_style=scons
make_build_args="VERBOSE=1"
hostmakedepends="pkg-config python3-Sphinx python3-setuptools glib-devel"
From fc61262de89dc173a54c6d579d8cc44f98fed0e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:57 -0500
Subject: [PATCH 1015/1607] ripe-atlas-tools: rebuild for python3-3.13
---
srcpkgs/ripe-atlas-tools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c93e0e9ecb47b5..0ad19ff4ac1dd5 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,7 +1,7 @@
# Template file for 'ripe-atlas-tools'
pkgname=ripe-atlas-tools
version=3.0.2
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-tzlocal python3-yaml python3-dateutil python3-openssl
From ccf4d3cf80b85a2cd2f30cc928308e0696b2d863 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:57 -0500
Subject: [PATCH 1016/1607] rhythmbox: rebuild for python3-3.13
---
srcpkgs/rhythmbox/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rhythmbox/template b/srcpkgs/rhythmbox/template
index d576789bf74b26..d50ed05752595b 100644
--- a/srcpkgs/rhythmbox/template
+++ b/srcpkgs/rhythmbox/template
@@ -1,7 +1,7 @@
# Template file for 'rhythmbox'
pkgname=rhythmbox
version=3.4.7
-revision=2
+revision=3
build_style=meson
build_helper=gir
configure_args="-Dgudev=enabled $(vopt_feature gir plugins_vala) -Ddaap=enabled"
From eff5ebc7bd5050d5deec1a88c66faf9ec53dc7c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:57 -0500
Subject: [PATCH 1017/1607] reuse: rebuild for python3-3.13
---
srcpkgs/reuse/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template
index 958d7efa6c7712..2fde7e12c89235 100644
--- a/srcpkgs/reuse/template
+++ b/srcpkgs/reuse/template
@@ -1,7 +1,7 @@
# Template file for 'reuse'
pkgname=reuse
version=3.0.1
-revision=1
+revision=2
build_style=python3-pep517
# These tests pass on local machine but don't pass in CI.
make_check_args="--deselect tests/test_lint.py::test_lint_read_errors
From cc2ea16ca6fdf3ae48e86f1eb00f85526e7ba8d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:57 -0500
Subject: [PATCH 1018/1607] renderdoc: rebuild for python3-3.13
---
srcpkgs/renderdoc/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 3a283e693359d1..f40eb3fb87938e 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
# Template file for 'renderdoc'
pkgname=renderdoc
version=1.21
-revision=4
+revision=5
_plt_ver=dbadbe14d601913b81a4a7533b284b6ccd7351d8
build_style=cmake
configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
From 5a50d29ac376095908e60d836258e195be5d6e0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:57 -0500
Subject: [PATCH 1019/1607] remmina: rebuild for python3-3.13
---
srcpkgs/remmina/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/remmina/template b/srcpkgs/remmina/template
index 77576f0de186a5..378b32b1e2125a 100644
--- a/srcpkgs/remmina/template
+++ b/srcpkgs/remmina/template
@@ -1,7 +1,7 @@
# Template file for 'remmina'
pkgname=remmina
version=1.4.31
-revision=4
+revision=5
build_style=cmake
configure_args="-DCMAKE_USE_PTHREADS_INIT=ON -DWITH_KF5WALLET=on"
hostmakedepends="glib-devel intltool pkg-config shared-mime-info qt5-host-tools qt5-qmake"
From e804cc291890379ad6ece5c5335d6027116ecfe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:58 -0500
Subject: [PATCH 1020/1607] remhind: rebuild for python3-3.13
---
srcpkgs/remhind/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0b1eef7473e2c1..3942eb67e32566 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,7 +1,7 @@
# Template file for 'remhind'
pkgname=remhind
version=0.1.1
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
depends="python3-icalendar python3-dateutil python3-gobject python3-toml
From c2612caf68517491de7ecd7bdd5a9b043385ab6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:58 -0500
Subject: [PATCH 1021/1607] redshift: rebuild for python3-3.13
---
srcpkgs/redshift/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c81b2624305f40..5a9a9cabe55ac1 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
# Template file for 'redshift'
pkgname=redshift
version=1.12
-revision=8
+revision=9
build_style=gnu-configure
configure_args="--enable-gui --enable-geoclue2"
hostmakedepends="gettext-devel intltool pkg-config python3-devel"
From 493ff4b62b86aa713dc2cf58ba70f2600a8a14f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:58 -0500
Subject: [PATCH 1022/1607] rednotebook: rebuild for python3-3.13
---
srcpkgs/rednotebook/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index b78aeee13d7432..8283688e9d7cf1 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,7 +1,7 @@
# Template file for 'rednotebook'
pkgname=rednotebook
version=2.35
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools gettext"
depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant
From eaed9aa6a3aaf1141fe571ee8e725a02e7195ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:58 -0500
Subject: [PATCH 1023/1607] recoll: rebuild for python3-3.13
---
srcpkgs/recoll/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/recoll/template b/srcpkgs/recoll/template
index 7b33d23df03a59..182b8f79280127 100644
--- a/srcpkgs/recoll/template
+++ b/srcpkgs/recoll/template
@@ -1,7 +1,7 @@
# Template file for 'recoll'
pkgname=recoll
version=1.37.4
-revision=1
+revision=2
build_style=gnu-configure
build_helper="qmake python3"
configure_args="--enable-recollq --disable-python-chm --disable-x11mon
From 1f908bf3bd665db2acc5e2228541124735ec6e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:58 -0500
Subject: [PATCH 1024/1607] rdiff-backup: rebuild for python3-3.13
---
srcpkgs/rdiff-backup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 75e46cc331581f..b1ab0434d88abb 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
# Template file for 'rdiff-backup'
pkgname=rdiff-backup
version=2.2.6
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3 python3-setuptools_scm python3-pip"
makedepends="python3-devel librsync-devel"
From 124762e32904c16dce18f56b078c28346e79f9a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:59 -0500
Subject: [PATCH 1025/1607] ranger: rebuild for python3-3.13
---
srcpkgs/ranger/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index 4db2989795fdd4..b868e07748d33d 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,7 +1,7 @@
# Template file for 'ranger'
pkgname=ranger
version=1.9.4
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
makedepends="python3-devel"
From 8e3995a46463113a95c4be71dbc31f87f67139a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:59 -0500
Subject: [PATCH 1026/1607] qytdl: rebuild for python3-3.13
---
srcpkgs/qytdl/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/qytdl/template b/srcpkgs/qytdl/template
index 8a9638971e49cf..1e4185cd75bb82 100644
--- a/srcpkgs/qytdl/template
+++ b/srcpkgs/qytdl/template
@@ -1,7 +1,7 @@
# Template file for 'qytdl'
pkgname=qytdl
version=1.6
-revision=3
+revision=4
pycompile_dirs="usr/share/qytdl/src"
depends="desktop-file-utils python3-PyQt5 yt-dlp"
short_desc="Simple Qt (PyQt5) frontend to Youtube-DL"
From 5b9c3a69920125c997ab84f11eff00a2351d2f43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:59 -0500
Subject: [PATCH 1027/1607] qutebrowser: rebuild for python3-3.13
---
srcpkgs/qutebrowser/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index 305ae603be9091..6a67116947852b 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
version=3.3.1
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools asciidoc"
depends="python3-Jinja2 python3-yaml"
From 3c4540df731a1b2055c8e1f0e9b3616c33058404 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:59 -0500
Subject: [PATCH 1028/1607] quodlibet: rebuild for python3-3.13
---
srcpkgs/quodlibet/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ab4a1f73f26219..8b399b49527231 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,7 +1,7 @@
# Template file for 'quodlibet'
pkgname=quodlibet
version=4.6.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="intltool python3-devel python3-setuptools"
depends="desktop-file-utils gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1
From f9862da9ecc16f272ee52a37898ba651d234053a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:59 -0500
Subject: [PATCH 1029/1607] qomui: rebuild for python3-3.13
---
srcpkgs/qomui/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 22ec9a7816bb56..b970118a4cc511 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,7 +1,7 @@
# Template file for 'qomui'
pkgname=qomui
version=0.8.2
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-PyQt5 python3-dbus python3-psutil
From eecc9ccec1a79e397ff24b2021ff05d0d60e27c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:27:59 -0500
Subject: [PATCH 1030/1607] qmk: rebuild for python3-3.13
---
srcpkgs/qmk/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index 2e709ab38b5ed1..dea1b179b9586c 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,7 +1,7 @@
# Template file for 'qmk'
pkgname=qmk
version=1.1.5
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel"
# This includes the requirements from requirements.txt in the qmk_firmware
From 969a288e097c2ef0c0258261f2e583c5f1d49e94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:00 -0500
Subject: [PATCH 1031/1607] qgis: rebuild for python3-3.13
---
srcpkgs/qgis/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/qgis/template b/srcpkgs/qgis/template
index 552dfcd1c4ef4b..b1ec814b341161 100644
--- a/srcpkgs/qgis/template
+++ b/srcpkgs/qgis/template
@@ -1,7 +1,7 @@
# Template file for 'qgis'
pkgname=qgis
version=3.38.3
-revision=1
+revision=2
build_style=cmake
configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True
-DGRASS_PREFIX8=${XBPS_CROSS_BASE}/usr/lib/grass"
From 57238ac5b0087740879c3309de8a36a78ee896a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:00 -0500
Subject: [PATCH 1032/1607] python3.11: rebuild for python3-3.13
---
srcpkgs/python3.11/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template
index deb34ade2a0275..bec4a647542129 100644
--- a/srcpkgs/python3.11/template
+++ b/srcpkgs/python3.11/template
@@ -1,7 +1,7 @@
# Template file for 'python3.11'
pkgname=python3.11
version=3.11.10
-revision=1
+revision=2
build_style="gnu-configure"
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
--enable-loadable-sqlite-extensions --with-computed-gotos
From 98c71cc124188c0dcb8afd73011b40574fd21293 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:00 -0500
Subject: [PATCH 1033/1607] python3-zope.security: rebuild for python3-3.13
---
srcpkgs/python3-zope.security/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 38f5e95a009aa1..b8ebc9d7947425 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.security'
pkgname=python3-zope.security
version=5.1.1
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools python3-zope.proxy"
makedepends="python3-devel"
From cbcce7c7804920f3335c3d57c6e770ee94c987cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:00 -0500
Subject: [PATCH 1034/1607] python3-zope.copy: rebuild for python3-3.13
---
srcpkgs/python3-zope.copy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 3d959f00476205..0c737c5a8e6361 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.copy'
pkgname=python3-zope.copy
version=4.2
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From ec73a1e079d4491bc58e5ab149c6133818e39a1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:00 -0500
Subject: [PATCH 1035/1607] python3-zope.cachedescriptors: rebuild for
python3-3.13
---
srcpkgs/python3-zope.cachedescriptors/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 83e2881cd5b047..5321b47e7ea75f 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zope.cachedescriptors'
pkgname=python3-zope.cachedescriptors
version=4.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-setuptools"
From 6f1e8cbd69c644ebe9f4e0b81e067adf5a06ae7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:01 -0500
Subject: [PATCH 1036/1607] python3-zipstream: rebuild for python3-3.13
---
srcpkgs/python3-zipstream/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 1bb76631434ff0..5042219010f235 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zipstream'
pkgname=python3-zipstream
version=1.1.4
-revision=9
+revision=10
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From e9e1a9b776012edc215d96dc3cdea47129282807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:01 -0500
Subject: [PATCH 1037/1607] python3-zipfile-deflate64: rebuild for python3-3.13
---
srcpkgs/python3-zipfile-deflate64/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-zipfile-deflate64/template b/srcpkgs/python3-zipfile-deflate64/template
index 8e329865acb6e5..f1961f8779814c 100644
--- a/srcpkgs/python3-zipfile-deflate64/template
+++ b/srcpkgs/python3-zipfile-deflate64/template
@@ -1,7 +1,7 @@
# Template file for 'python3-zipfile-deflate64'
pkgname=python3-zipfile-deflate64
version=0.2.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
From 8e5dcb277f01ea28c58755472166e5b3a1e097b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:01 -0500
Subject: [PATCH 1038/1607] python3-xvfbwrapper: rebuild for python3-3.13
---
srcpkgs/python3-xvfbwrapper/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xvfbwrapper/template b/srcpkgs/python3-xvfbwrapper/template
index 1029cc0890ade1..8627d6c34ae672 100644
--- a/srcpkgs/python3-xvfbwrapper/template
+++ b/srcpkgs/python3-xvfbwrapper/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xvfbwrapper'
pkgname=python3-xvfbwrapper
version=0.2.9
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="xorg-server-xvfb"
From 9d409e366cb1d6b3d7e567921146dae0158ac879 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:01 -0500
Subject: [PATCH 1039/1607] python3-xlrd: rebuild for python3-3.13
---
srcpkgs/python3-xlrd/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 3075ff724b1920..2e129552b59c78 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,7 +1,7 @@
# Template file for 'python3-xlrd'
pkgname=python3-xlrd
version=2.0.1
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 8ba12a9e3dd4a447ba92675ea5e593c58bc27755 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:01 -0500
Subject: [PATCH 1040/1607] python3-wikipedia: rebuild for python3-3.13
---
srcpkgs/python3-wikipedia/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index ed6606b37f093f..87a31c4669e6cc 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
# Template file for 'python3-wikipedia'
pkgname=python3-wikipedia
version=1.4.0
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-BeautifulSoup4 python3-requests"
From 644112e839014f2fdfda7279b4ad44cd2379761e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:01 -0500
Subject: [PATCH 1041/1607] python3-webassets: rebuild for python3-3.13
---
srcpkgs/python3-webassets/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 8788f21c0bf9a7..723e08882c0cb5 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
# Template file for 'python3-webassets'
pkgname=python3-webassets
version=0.12.1
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
From 58ea12ee337ebcff8adc4a4cb4c694c391632eea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:02 -0500
Subject: [PATCH 1042/1607] python3-watchman: rebuild for python3-3.13
---
srcpkgs/python3-watchman/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 66837aa706aed6..dfe4abd43267e9 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
# Template file for 'python3-watchman'
pkgname=python3-watchman
version=1.4.1
-revision=10
+revision=11
create_wrksrc=yes
build_wrksrc="pywatchman-${version}"
build_style=python3-module
From aeab4e6b6e48708d3a765361128168fc8364f273 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:02 -0500
Subject: [PATCH 1043/1607] python3-watchdog: rebuild for python3-3.13
---
srcpkgs/python3-watchdog/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 04daa9ed452cf3..4aae6632e2de2f 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
# Template file for 'python3-watchdog'
pkgname=python3-watchdog
version=4.0.0
-revision=1
+revision=2
build_style=python3-module
make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
hostmakedepends="python3-setuptools"
From fdb5ed3ad71769709e5406759e60ed0528734c8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:02 -0500
Subject: [PATCH 1044/1607] python3-voluptuous: rebuild for python3-3.13
---
srcpkgs/python3-voluptuous/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index fa4e1cbe7ffebf..620f624ebeca40 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
# Template file for 'python3-voluptuous'
pkgname=python3-voluptuous
version=0.11.5
-revision=8
+revision=9
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From a364b6e730d19fd26ab6280dab188bc4b25fe338 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:02 -0500
Subject: [PATCH 1045/1607] python3-vispy: rebuild for python3-3.13
---
srcpkgs/python3-vispy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 6411756abc3b71..5b81d0afaea611 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-vispy'
pkgname=python3-vispy
version=0.6.1
-revision=9
+revision=10
build_style=python3-module
build_helper=numpy
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
From 97b0ab6a590bb770f5e693a8879f2fb6da29e1b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:02 -0500
Subject: [PATCH 1046/1607] python3-vint: rebuild for python3-3.13
---
srcpkgs/python3-vint/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index 3e55db027ae86b..ac3afa3c590113 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
# Template file for 'python3-vint'
pkgname=python3-vint
version=0.3.21
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
From 53f35241df7202e4782842a96e3c5da86c622dcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:03 -0500
Subject: [PATCH 1047/1607] python3-urlgrabber: rebuild for python3-3.13
---
srcpkgs/python3-urlgrabber/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index b883ca5888bd7f..826cf9ea07b520 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urlgrabber'
pkgname=python3-urlgrabber
version=4.0.0
-revision=6
+revision=7
build_style=python3-module
pycompile_module="urlgrabber"
hostmakedepends="python3-setuptools python3-six"
From d0f0e7aa3be2df6f351b3e261b84d4b7592c5468 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:03 -0500
Subject: [PATCH 1048/1607] python3-urbandict: rebuild for python3-3.13
---
srcpkgs/python3-urbandict/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index d2bb6a211c185f..37015ab10958ec 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
# Template file for 'python3-urbandict'
pkgname=python3-urbandict
version=0.6.1
-revision=6
+revision=7
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From f7bada437a71a48478e003260a2ac635e7f1f4ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:03 -0500
Subject: [PATCH 1049/1607] python3-unittest-mixins: rebuild for python3-3.13
---
srcpkgs/python3-unittest-mixins/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 72e018168ea0c7..684ccb7855b306 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
# Template file for 'python3-unittest-mixins'
pkgname=python3-unittest-mixins
version=1.6
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
From 95f11f93da775e5092d0312d1afa7938277387f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:03 -0500
Subject: [PATCH 1050/1607] python3-typed-ast: rebuild for python3-3.13
---
srcpkgs/python3-typed-ast/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index 905c6cbbeeedac..040ec52044d17b 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
# Template file for 'python3-typed-ast'
pkgname=python3-typed-ast
version=1.5.4
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From 1c7d2df26347dc7ac7d569982cee099dec9ff205 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:03 -0500
Subject: [PATCH 1051/1607] python3-txredisapi: rebuild for python3-3.13
---
srcpkgs/python3-txredisapi/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-txredisapi/template b/srcpkgs/python3-txredisapi/template
index b06ce2ac258cf4..b091a906d2311d 100644
--- a/srcpkgs/python3-txredisapi/template
+++ b/srcpkgs/python3-txredisapi/template
@@ -1,7 +1,7 @@
# Template file for 'python3-txredisapi'
pkgname=python3-txredisapi
version=1.4.10
-revision=2
+revision=3
build_style=python3-module
make_check_args="--ignore tests/test_basics.py
--ignore tests/test_bitops.py
From e7211ef36cd29a8e85601c6b2a6c1835d39d8ec8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:04 -0500
Subject: [PATCH 1052/1607] python3-twitter: rebuild for python3-3.13
---
srcpkgs/python3-twitter/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 5435ea8a38763a..0e705e3db151c0 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
pkgname=python3-twitter
_pkgname=${pkgname/3/}
version=3.5
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future python3-requests python3-requests-oauthlib"
From 160f4b446c6e2b70056a8965bc369ecb80dfb2e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:04 -0500
Subject: [PATCH 1053/1607] python3-tweepy: rebuild for python3-3.13
---
srcpkgs/python3-tweepy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index be3b8f9c4350fc..216c374213492a 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tweepy'
pkgname=python3-tweepy
version=4.8.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests-oauthlib python3-pysocks"
From 66988f4b614039d5eabdb9fb18e4b39095e2e4a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:04 -0500
Subject: [PATCH 1054/1607] python3-ttystatus: rebuild for python3-3.13
---
srcpkgs/python3-ttystatus/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index 010704e824c103..95e91cb7b56814 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
pkgname=python3-ttystatus
_pkgname=${pkgname/3/}
version=0.38
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 697be87e5b5bde55809e2a06a2745b1d24fa9e56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:04 -0500
Subject: [PATCH 1055/1607] python3-trustme: rebuild for python3-3.13
---
srcpkgs/python3-trustme/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-trustme/template b/srcpkgs/python3-trustme/template
index 0d864362dc8381..632b20c6193810 100644
--- a/srcpkgs/python3-trustme/template
+++ b/srcpkgs/python3-trustme/template
@@ -1,7 +1,7 @@
# Template file for 'python3-trustme'
pkgname=python3-trustme
version=1.1.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-cryptography python3-idna"
From 22577d6e1bf15274c7f36620b0e742f8630d3e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:04 -0500
Subject: [PATCH 1056/1607] python3-tokenize-rt: rebuild for python3-3.13
---
srcpkgs/python3-tokenize-rt/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tokenize-rt/template b/srcpkgs/python3-tokenize-rt/template
index 0d1adfb1e65946..8d45a0af6a9dc2 100644
--- a/srcpkgs/python3-tokenize-rt/template
+++ b/srcpkgs/python3-tokenize-rt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tokenize-rt'
pkgname=python3-tokenize-rt
version=5.0.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From 58529bb0619ffabde95e473307330088392a0499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:04 -0500
Subject: [PATCH 1057/1607] python3-tmuxp: rebuild for python3-3.13
---
srcpkgs/python3-tmuxp/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 4a96583c3988a4..d134107dba6fb3 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tmuxp'
pkgname=python3-tmuxp
version=1.47.0
-revision=1
+revision=2
build_style=python3-pep517
# XXX: https://github.com/tmux-python/tmuxp/issues/855
make_check_args="--deselect tests/workspace/test_builder.py::test_window_shell"
From b54afd12ae688d47f4788d64949a30b0b325e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:05 -0500
Subject: [PATCH 1058/1607] python3-tldextract: rebuild for python3-3.13
---
srcpkgs/python3-tldextract/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index de3b4c1a2a5c30..6a3f6e0a97715b 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tldextract'
pkgname=python3-tldextract
version=3.4.0
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-wheel"
makedepends="python3-filelock python3-idna python3-requests python3-requests-file"
From 54f04163651bdf0edaf2f67ca39df036a8549147 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:05 -0500
Subject: [PATCH 1059/1607] python3-time-machine: rebuild for python3-3.13
---
srcpkgs/python3-time-machine/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-time-machine/template b/srcpkgs/python3-time-machine/template
index 8962b13ede0a66..e27e90dceca55d 100644
--- a/srcpkgs/python3-time-machine/template
+++ b/srcpkgs/python3-time-machine/template
@@ -1,7 +1,7 @@
# Template file for 'python3-time-machine'
pkgname=python3-time-machine
version=2.16.0
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
From ffa8e15bb22655c4edfaadb044634b3bda66a763 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:05 -0500
Subject: [PATCH 1060/1607] python3-thefuzz: rebuild for python3-3.13
---
srcpkgs/python3-thefuzz/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-thefuzz/template b/srcpkgs/python3-thefuzz/template
index 1570203a7520ae..2aeb9126fbeb9a 100644
--- a/srcpkgs/python3-thefuzz/template
+++ b/srcpkgs/python3-thefuzz/template
@@ -1,7 +1,7 @@
# Template file for 'python3-thefuzz'
pkgname=python3-thefuzz
version=0.19.0
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Levenshtein"
From bdb9dab6c77d0b2a1b7e499968eff17373bf61d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:05 -0500
Subject: [PATCH 1061/1607] python3-testpath: rebuild for python3-3.13
---
srcpkgs/python3-testpath/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 1b8bc451c8c207..e060948b79cb00 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
# Template file for 'python3-testpath'
pkgname=python3-testpath
version=0.6.0
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
From bdba0baf26fa6f2a0270d8df2ab6884d52402aeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:05 -0500
Subject: [PATCH 1062/1607] python3-terminaltables: rebuild for python3-3.13
---
srcpkgs/python3-terminaltables/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 687edaea4d96d1..bb609f5c778532 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,7 +1,7 @@
# Template file for 'python3-terminaltables'
pkgname=python3-terminaltables
version=3.1.0
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From fbdd34fa19b52f9c8e8256971c80de97643c380e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:06 -0500
Subject: [PATCH 1063/1607] python3-tempita: rebuild for python3-3.13
---
srcpkgs/python3-tempita/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tempita/template b/srcpkgs/python3-tempita/template
index 4b74979295e906..2fd20646147525 100644
--- a/srcpkgs/python3-tempita/template
+++ b/srcpkgs/python3-tempita/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tempita'
pkgname=python3-tempita
version=0.5.2
-revision=9
+revision=10
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From aee998959396fcd9a285abcf99c67fcfbb10e2b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:06 -0500
Subject: [PATCH 1064/1607] python3-tables: rebuild for python3-3.13
---
srcpkgs/python3-tables/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 38c93292ea4bf8..b7735fd298cf45 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
# Template file for 'python3-tables'
pkgname=python3-tables
version=3.7.0
-revision=4
+revision=5
build_style=python3-module
build_helper=numpy
# XXX: c-blosc (using internal for now)
From 2fc8831c3c4c93512c1db1e56e701c60ca181e0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:06 -0500
Subject: [PATCH 1065/1607] python3-subunit: rebuild for python3-3.13
---
srcpkgs/python3-subunit/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index 225d9a1db25d04..178c255bfd5ba2 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,7 +1,7 @@
# Template file for 'python3-subunit'
pkgname=python3-subunit
version=1.4.0
-revision=5
+revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-testtools"
From a62aae36a5cc750ffa968d768cf782a900eb2ea0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:06 -0500
Subject: [PATCH 1066/1607] python3-strict-rfc3339: rebuild for python3-3.13
---
srcpkgs/python3-strict-rfc3339/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-strict-rfc3339/template b/srcpkgs/python3-strict-rfc3339/template
index f2897c5b0a400e..0fc4b3f7a44cdb 100644
--- a/srcpkgs/python3-strict-rfc3339/template
+++ b/srcpkgs/python3-strict-rfc3339/template
@@ -1,7 +1,7 @@
# Template file for 'python3-strict-rfc3339'
pkgname=python3-strict-rfc3339
version=0.7
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
From 2848f3380895b51873207a36a9e32e43774672f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:06 -0500
Subject: [PATCH 1067/1607] python3-sphinx-tabs: rebuild for python3-3.13
---
srcpkgs/python3-sphinx-tabs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinx-tabs/template b/srcpkgs/python3-sphinx-tabs/template
index ed46fef81256e7..f4766c37a3f5d7 100644
--- a/srcpkgs/python3-sphinx-tabs/template
+++ b/srcpkgs/python3-sphinx-tabs/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinx-tabs'
pkgname=python3-sphinx-tabs
version=3.4.7
-revision=1
+revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
# https://github.com/executablebooks/sphinx-tabs/issues/159
From 5fad1dd4c7f4c674d7e731e01bc7fd3dcde88c31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:06 -0500
Subject: [PATCH 1068/1607] python3-sphinx-copybutton: rebuild for python3-3.13
---
srcpkgs/python3-sphinx-copybutton/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
index a2d47b4553bd6e..52739de3da2dea 100644
--- a/srcpkgs/python3-sphinx-copybutton/template
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -1,7 +1,7 @@
# Template file for 'python3-sphinx-copybutton'
pkgname=python3-sphinx-copybutton
version=0.5.2
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx"
From 34c32d9967dde6f8b3dce203527d0f30f2c202af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:07 -0500
Subject: [PATCH 1069/1607] python3-snappy: rebuild for python3-3.13
---
srcpkgs/python3-snappy/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index 4840af6230d128..1dd47dcc772a24 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
pkgname=python3-snappy
_pkgname=python-snappy
version=0.6.1
-revision=3
+revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel snappy-devel python3-cffi libffi-devel"
From cb8fa92a10e9d73d3d21c7a4fda9d72d6a459b4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:07 -0500
Subject: [PATCH 1070/1607] python3-simplegeneric: rebuild for python3-3.13
---
srcpkgs/python3-simplegeneric/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index 10606a0eda3b1c..7184a96c91590e 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
# Template file for 'python3-simplegeneric'
pkgname=python3-simplegeneric
version=0.8.1
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="unzip python3-setuptools"
depends="python3"
From 197fb57eeb47453386ab6d5f690899183dc93d57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:07 -0500
Subject: [PATCH 1071/1607] python3-simplebayes: rebuild for python3-3.13
---
srcpkgs/python3-simplebayes/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index ff3547d196721d..58def0e40773a5 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-simplebayes'
pkgname=python3-simplebayes
version=1.5.8
-revision=7
+revision=8
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
From df728e1ec8454e8c591b3f61d6e3150c3c309d0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:07 -0500
Subject: [PATCH 1072/1607] python3-semver: rebuild for python3-3.13
---
srcpkgs/python3-semver/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-semver/template b/srcpkgs/python3-semver/template
index 0df01aedd7c256..40e5b5517b4d7e 100644
--- a/srcpkgs/python3-semver/template
+++ b/srcpkgs/python3-semver/template
@@ -1,7 +1,7 @@
# Template file for 'python3-semver'
pkgname=python3-semver
version=3.0.1
-revision=2
+revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
From abe7681f8b68886969e8bc2668428773817b7c63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:07 -0500
Subject: [PATCH 1073/1607] python3-seaborn: rebuild for python3-3.13
---
srcpkgs/python3-seaborn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template
index c35eb206e9c3ea..f4ce6369ebfc1a 100644
--- a/srcpkgs/python3-seaborn/template
+++ b/srcpkgs/python3-seaborn/template
@@ -1,7 +1,7 @@
# Template file for 'python3-seaborn'
pkgname=python3-seaborn
version=0.13.2
-revision=1
+revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-numpy python3-matplotlib python3-pandas"
From 5a4341df270a0c994c9a6f6688453aeee60a6416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:08 -0500
Subject: [PATCH 1074/1607] python3-scour: rebuild for python3-3.13
---
srcpkgs/python3-scour/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index ced65fd69973ac..6fc98f75e2d4d0 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scour'
pkgname=python3-scour
version=0.38.2
-revision=4
+revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-six"
From 88f3c9a9478eb86ba03d25133b906c9754358a1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:08 -0500
Subject: [PATCH 1075/1607] python3-scikit-learn: rebuild for python3-3.13
---
srcpkgs/python3-scikit-learn/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index c0983fe4624dd3..f80a5eb549e7f0 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scikit-learn'
pkgname=python3-scikit-learn
version=1.5.0
-revision=1
+revision=2
build_style=python3-pep517
build_helper="numpy meson"
hostmakedepends="python3-Cython python3-numpy python3-scipy
From 8ba48fa8c72741fa0edce533a18b940f575360ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:08 -0500
Subject: [PATCH 1076/1607] python3-scikit-image: rebuild for python3-3.13
---
srcpkgs/python3-scikit-image/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index 914aa23ce673f2..1b93a773d5f15a 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scikit-image'
pkgname=python3-scikit-image
version=0.24.0
-revision=2
+revision=3
build_style=python3-pep517
build_helper="meson numpy"
hostmakedepends="python3-build python3-installer python3-meson-python
From 4002b143ace019701cf112aa729d2414d2d9d9c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:08 -0500
Subject: [PATCH 1077/1607] python3-scandir: rebuild for python3-3.13
---
srcpkgs/python3-scandir/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-scandir/template b/srcpkgs/python3-scandir/template
index 1b85a7bbe34363..89851d7abf1889 100644
--- a/srcpkgs/python3-scandir/template
+++ b/srcpkgs/python3-scandir/template
@@ -1,7 +1,7 @@
# Template file for 'python3-scandir'
pkgname=python3-scandir
version=1.10.0
-revision=10
+revision=11
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
From cd642ca5392dd11b9e096ea56174f01a03cc0141 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 16 Nov 2024 09:28:08 -0500
Subject: [PATCH 1078/1607] python3-s-tui: rebuild for python3-3.13
---
srcpkgs/python3-s-tui/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 33190064502bd8..311bace76faad4 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,7 +1,7 @@
# Template file for 'python3-s-tui'
pkgname=python3-s-tui
version=1.1.4
-revision=2
+revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="stress-ng python3-urwid python3-psutil"
From 5d65791053ee1e8307