summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
committerErich Eckner <git@eckner.net>2023-05-05 21:15:32 +0200
commite7c2947f55686bec0905e05c290d745164021fe2 (patch)
treed85904bcb5c5dcaa778da9599718d7f582af2fb4
parent8edd7f4b85e5e30bce7a3db068ef821193580111 (diff)
downloadarchlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz
recompile all python packages
-rw-r--r--jupyterhub/PKGBUILD6
-rw-r--r--pssh-git/PKGBUILD6
-rw-r--r--python-azure-cli-core/PKGBUILD6
-rw-r--r--python-azure-cli-telemetry/PKGBUILD6
-rw-r--r--python-azure-common/PKGBUILD6
-rw-r--r--python-azure-core/PKGBUILD6
-rw-r--r--python-bash_kernel/PKGBUILD6
-rw-r--r--python-certipy/PKGBUILD6
-rw-r--r--python-courier-pythonfilter/PKGBUILD6
-rw-r--r--python-fabio/PKGBUILD6
-rw-r--r--python-fisx/PKGBUILD6
-rw-r--r--python-hpilo/PKGBUILD6
-rw-r--r--python-imageio/PKGBUILD6
-rw-r--r--python-jira/PKGBUILD6
-rw-r--r--python-jupyter_telemetry/PKGBUILD6
-rw-r--r--python-jwcrypto/PKGBUILD6
-rw-r--r--python-msal-extensions/PKGBUILD6
-rw-r--r--python-oauth2/PKGBUILD6
-rw-r--r--python-openfoodfacts/PKGBUILD6
-rw-r--r--python-pamela/PKGBUILD6
-rw-r--r--python-peakutils/PKGBUILD6
-rw-r--r--python-portalocker/PKGBUILD6
-rwxr-xr-xpython-pyepics/PKGBUILD6
-rw-r--r--python-pyfftw/PKGBUILD6
-rw-r--r--python-pyinstrument/PKGBUILD4
-rw-r--r--python-pynest2d/PKGBUILD6
-rw-r--r--python-scikit-image/PKGBUILD6
-rw-r--r--python-silx/PKGBUILD6
-rw-r--r--python-simplepam/PKGBUILD6
-rw-r--r--python-sphinx-better-theme/PKGBUILD6
-rw-r--r--python-sphinxcontrib-programoutput/PKGBUILD6
-rw-r--r--python-svg.path/PKGBUILD4
-rw-r--r--python-tifffile/PKGBUILD6
-rw-r--r--python-xraydb/PKGBUILD6
34 files changed, 100 insertions, 100 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 239b7e210..6dbb4ac79 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=jupyterhub
pkgver=1.4.2
-pkgrel=62
+pkgrel=63
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-alembic'
'python-async_generator>=1.8'
'python-certipy'
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index 547ccc112..71c518304 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=pssh-git
pkgver=2.3.4+15+g1399527
_commit="${pkgver##*+g}"
-pkgrel=3
+pkgrel=4
pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp"
arch=('any')
url="http://code.google.com/p/parallel-ssh/"
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'openssh'
)
makedepends=('git' 'python-setuptools')
diff --git a/python-azure-cli-core/PKGBUILD b/python-azure-cli-core/PKGBUILD
index cdd27e6f4..5112108f4 100644
--- a/python-azure-cli-core/PKGBUILD
+++ b/python-azure-cli-core/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=azure-cli-core
pkgname=python-$_pkgname
pkgver=2.45.0
-pkgrel=3
+pkgrel=4
pkgdesc='Microsoft Azure Command-Line Tools Core Module'
url='https://pypi.org/project/azure-cli-core/'
depends=(
'openssl-1.1'
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-azure-common'
'python-humanfriendly'
'python-knack'
diff --git a/python-azure-cli-telemetry/PKGBUILD b/python-azure-cli-telemetry/PKGBUILD
index a62d0d813..dc4980869 100644
--- a/python-azure-cli-telemetry/PKGBUILD
+++ b/python-azure-cli-telemetry/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=azure-cli-telemetry
pkgname=python-$_pkgname
pkgver=1.0.8
-pkgrel=3
+pkgrel=4
pkgdesc='Microsoft Azure CLI Telemetry Package'
url='https://pypi.org/project/azure-cli-telemetry/'
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-knack'
'python-portalocker')
makedepends=(
diff --git a/python-azure-common/PKGBUILD b/python-azure-common/PKGBUILD
index 531c5954c..254dd698b 100644
--- a/python-azure-common/PKGBUILD
+++ b/python-azure-common/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=azure-common
pkgname=python-$_pkgname
pkgver=1.1.28
-pkgrel=3
+pkgrel=4
pkgdesc='Microsoft Azure Client Library for Python (Common)'
url='https://pypi.org/project/azure-common/'
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-humanfriendly'
'python-knack'
'python-pkginfo')
diff --git a/python-azure-core/PKGBUILD b/python-azure-core/PKGBUILD
index 1ae170c57..e0d81121b 100644
--- a/python-azure-core/PKGBUILD
+++ b/python-azure-core/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=azure-core
pkgname=python-$_pkgname
pkgver=1.26.1
-pkgrel=3
+pkgrel=4
pkgdesc='Microsoft Azure Core Library for Python'
url='https://pypi.org/project/azure-core/'
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-azure-common'
)
makedepends=(
diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD
index 4837adfcb..1f441a10f 100644
--- a/python-bash_kernel/PKGBUILD
+++ b/python-bash_kernel/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-bash_kernel
_pkgname=bash_kernel
pkgver=0.8.0
-pkgrel=3
+pkgrel=4
pkgdesc='A Jupyter kernel for bash.'
arch=('any')
url='https://github.com/takluyver/bash_kernel'
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
)
makedepends=(
'python-jupyter_client'
diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD
index 14a344599..27d1cd7b2 100644
--- a/python-certipy/PKGBUILD
+++ b/python-certipy/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-certipy
_pkgname="${pkgname#*-}"
pkgver=0.1.3
-pkgrel=66
+pkgrel=67
pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly"
arch=(any)
url="https://github.com/LLNL/certipy"
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-pyopenssl'
)
makedepends=(
diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD
index 94051ac3f..879008027 100644
--- a/python-courier-pythonfilter/PKGBUILD
+++ b/python-courier-pythonfilter/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-courier-pythonfilter
_pkgname="${pkgname#*-}"
pkgver=3.0.3
-pkgrel=62
+pkgrel=63
pkgdesc='collection of useful filters for the Courier MTA, and a framework for developing new filters in Python'
arch=('any')
url='https://bitbucket.org/gordonmessmer/courier-pythonfilter'
license=('GPL')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
)
makedepends=(
'python-setuptools')
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD
index d7b8c258c..8709e69b0 100644
--- a/python-fabio/PKGBUILD
+++ b/python-fabio/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-fabio
_pkgname=fabio
pkgver=0.14.0
-pkgrel=3
+pkgrel=4
pkgdesc="I/O library for images produced by 2D X-ray detectors."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -15,8 +15,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython'
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-h5py'
'python-lxml>=4.6.3'
'python-numpy'
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index 4f3c80a1f..d41d8f2d3 100644
--- a/python-fisx/PKGBUILD
+++ b/python-fisx/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fisx
_pkgname="${pkgname#*-}"
pkgver=1.2.1
-pkgrel=6
+pkgrel=7
pkgdesc='Enhanced C++ port of the Physics routines used by PyMca'
arch=('i686' 'pentium4' 'x86_64')
url='https://github.com/vasole/fisx'
@@ -13,8 +13,8 @@ _pinned_dependencies=(
)
depends=(
"${_pinned_dependencies[@]}"
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-numpy')
makedepends=(
'cython>=0.17'
diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD
index 5ea5de5bc..a8b5d8353 100644
--- a/python-hpilo/PKGBUILD
+++ b/python-hpilo/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-hpilo
pkgver=4.4.3
-pkgrel=62
+pkgrel=63
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
url='http://seveas.github.io/python-hpilo/'
license=('GPL3')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
)
makedepends=(
'python-setuptools'
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index db524cf4f..7b540cd0f 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
pkgver=2.25.0
-pkgrel=3
+pkgrel=4
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('BSD')
@@ -11,8 +11,8 @@ pkgdesc='Python library that provides an easy interface to read and write a wide
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz")
sha512sums=('e887d8572f4698b6cd6fad832054cbce2550a4165e65704c2f990b500234cc938c68b9840bc8961a7258cf4cfa91c3ac909c7965de689b00b04195ab1120850c')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
)
makedepends=(
'python-setuptools'
diff --git a/python-jira/PKGBUILD b/python-jira/PKGBUILD
index 6c9f1b010..2af9e4150 100644
--- a/python-jira/PKGBUILD
+++ b/python-jira/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-jira
_pkgname="${pkgname#*-}"
pkgver=3.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Python library to work with Jira APIs"
arch=(any)
url="https://github.com/pycontribs/jira"
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11')
+ 'python>=3.11'
+ 'python<3.12')
makedepends=(
'python-pip'
'python-setuptools')
diff --git a/python-jupyter_telemetry/PKGBUILD b/python-jupyter_telemetry/PKGBUILD
index f481da161..50dc3a3d3 100644
--- a/python-jupyter_telemetry/PKGBUILD
+++ b/python-jupyter_telemetry/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-jupyter_telemetry
pkgver=0.0.5
-pkgrel=62
+pkgrel=63
pkgdesc="Configurable event-logging for Jupyter applications and extensions"
url="https://github.com/jupyter/telemetry"
arch=('any')
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-json-logger'
'python-jsonschema'
'python-ruamel-yaml'
diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD
index 141558716..bcefc8eec 100644
--- a/python-jwcrypto/PKGBUILD
+++ b/python-jwcrypto/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=python-jwcrypto
_pkgname=${pkgname#*-}
pkgver=1.4.2
-pkgrel=3
+pkgrel=4
pkgdesc="Python implementation of JWK, JWS, JWE specifications"
arch=("any")
url="https://github.com/latchset/jwcrypto"
license=("LGPL3")
depends=(
- 'python<3.11'
- 'python>=3.10')
+ 'python<3.12'
+ 'python>=3.11')
makedepends=(
'python-setuptools')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/latchset/$_pkgname/archive/v$pkgver.tar.gz")
diff --git a/python-msal-extensions/PKGBUILD b/python-msal-extensions/PKGBUILD
index 7684a3c1e..569d73a24 100644
--- a/python-msal-extensions/PKGBUILD
+++ b/python-msal-extensions/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=msal-extensions
pkgname=python-$_pkgname
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc='Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.'
url='https://pypi.org/project/msal-extensions/'
depends=(
- 'python>=3.10'
- 'python<3.11')
+ 'python>=3.11'
+ 'python<3.12')
makedepends=(
'python-pip'
'python-setuptools')
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD
index affb951b3..1b4d752e9 100644
--- a/python-oauth2/PKGBUILD
+++ b/python-oauth2/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-oauth2
pkgver=1.1.1
-pkgrel=65
+pkgrel=66
pkgdesc='framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack/'
url='https://github.com/wndhydrnt/python-oauth2/'
arch=('any')
license=('MIT')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-mock'
'python-mysql-connector'
'python-nose'
diff --git a/python-openfoodfacts/PKGBUILD b/python-openfoodfacts/PKGBUILD
index 6dbd692a0..88bfb3163 100644
--- a/python-openfoodfacts/PKGBUILD
+++ b/python-openfoodfacts/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-openfoodfacts'
pkgver=0.1.3
-pkgrel=3
+pkgrel=4
arch=('any')
url='https://github.com/openfoodfacts/openfoodfacts-python'
license=('MIT')
@@ -11,8 +11,8 @@ _pkgname="${pkgname#*-}"
source=("$_pkgname-$pkgver.tar.gz::https://github.com/openfoodfacts/openfoodfacts-python/archive/refs/tags/v$pkgver.tar.gz")
sha512sums=('8b7e274ec435cd8d8839591ffbb078a3a0a8c8a7d57db9bfce1fe9360f9b4a5095a7f8373208ccbf4738e7e54b51f48a0791fdc2906b8539594ea6e1d05eca7f')
depends=(
- 'python>=3.10'
- 'python<3.11')
+ 'python>=3.11'
+ 'python<3.12')
makedepends=(
'python-setuptools')
checkdepends=(
diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD
index d04919e76..868251b40 100644
--- a/python-pamela/PKGBUILD
+++ b/python-pamela/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pamela
_pkgname=pamela
pkgver=1.0.0
-pkgrel=65
+pkgrel=66
pkgdesc="Python PAM interface"
arch=('any')
url="https://github.com/minrk/pamela"
license=('MIT')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'pam'
)
makedepends=(
diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD
index 34c3edcc1..17f513340 100644
--- a/python-peakutils/PKGBUILD
+++ b/python-peakutils/PKGBUILD
@@ -4,14 +4,14 @@
pkgname='python-peakutils'
_pkgname='PeakUtils'
pkgver=1.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="Peak detection utilities for 1D data"
arch=('any')
url="https://pypi.python.org/pypi/PeakUtils"
license=('MIT')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-sphinx-better-theme')
makedepends=(
'python-setuptools')
diff --git a/python-portalocker/PKGBUILD b/python-portalocker/PKGBUILD
index 9dba4bc9d..9056b36cc 100644
--- a/python-portalocker/PKGBUILD
+++ b/python-portalocker/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-portalocker
pkgname=('python-portalocker')
_pkgname=portalocker
pkgver=2.7.0
-pkgrel=3
+pkgrel=4
pkgdesc='Easy, portable file locking API.'
arch=('any')
url="https://github.com/WoLpH/${_pkgname}"
@@ -14,8 +14,8 @@ optdepends=('python-redis' 'redis')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('9f6dc31fda36f2fcc7088134b5249c6ec4a92a1fa2e85bf55c700469f183d29ed1a1bd522b65909844c85dfe6872d83809d21b78dc89886533db2692cc709ed2')
depends=(
- 'python>=3.10'
- 'python<3.11')
+ 'python>=3.11'
+ 'python<3.12')
build() {
cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}"
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD
index 4a85d8673..5045a6584 100755
--- a/python-pyepics/PKGBUILD
+++ b/python-pyepics/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyepics
_pkgname="${pkgname#*-}"
pkgver=3.5.1
-pkgrel=11
+pkgrel=12
pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system'
arch=('i686' 'pentium4' 'x86_64')
url='https://pypi.python.org/pypi/pyepics'
@@ -16,8 +16,8 @@ makedepends=(
'python-setuptools')
depends=(
"${_pinned_dependencies[@]}"
- 'python>=3.10'
- 'python<3.11')
+ 'python>=3.11'
+ 'python<3.12')
source=(
"https://pypi.python.org/packages/6c/cd/f97b676b6903e6f88bfced3817964559c20a1e3c6cd5244fa188f76fff75/${_pkgname}-${pkgver}.tar.gz"
)
diff --git a/python-pyfftw/PKGBUILD b/python-pyfftw/PKGBUILD
index 26fe1c166..5c39cee20 100644
--- a/python-pyfftw/PKGBUILD
+++ b/python-pyfftw/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=pyFFTW
pkgname='python-pyfftw'
pkgver=0.13.0
-pkgrel=3
+pkgrel=4
pkgdesc='A pythonic wrapper around FFTW.'
url='http://hgomersall.github.io/pyFFTW/'
_pinned_dependencies=(
@@ -20,8 +20,8 @@ depends=(
"${_pinned_dependencies[@]}"
'cython>=0.29.18'
'fftw'
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-dask>=1.0.0'
'python-numpy>=1.16'
'python-scipy>=1.2.0')
diff --git a/python-pyinstrument/PKGBUILD b/python-pyinstrument/PKGBUILD
index 89cfc7f7a..95c127672 100644
--- a/python-pyinstrument/PKGBUILD
+++ b/python-pyinstrument/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-pyinstrument
_pkg="${pkgname#python-}"
pkgver=4.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Call stack profiler for Python"
arch=('x86_64')
url="https://github.com/joerick/pyinstrument"
@@ -13,7 +13,7 @@ license=('BSD')
_pinned_dependencies=(
'glibc>=2.36'
)
-depends=('python>=3.10' 'python<3.11' "${_pinned_dependencies[@]}")
+depends=('python>=3.11' 'python<3.12' "${_pinned_dependencies[@]}")
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
# checkdepends=(
# 'python-pytest'
diff --git a/python-pynest2d/PKGBUILD b/python-pynest2d/PKGBUILD
index 10646e752..6ac00fd09 100644
--- a/python-pynest2d/PKGBUILD
+++ b/python-pynest2d/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pynest2d
pkgver=4.12.0
-pkgrel=7
+pkgrel=8
pkgdesc="Python bindings for libnest2d"
arch=(x86_64)
url="https://github.com/Ultimaker/pynest2d"
@@ -15,8 +15,8 @@ _pinned_dependencies=(
'polyclipping=6.4.2'
)
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'polyclipping'
'nlopt'
"${_pinned_dependencies[@]}"
diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD
index 985fe3b72..7263f9880 100644
--- a/python-scikit-image/PKGBUILD
+++ b/python-scikit-image/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='python-scikit-image'
_pkgname="${pkgname#*-}"
pkgver=0.19.3
-pkgrel=7
+pkgrel=8
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'pentium4' 'x86_64')
url="http://scikit-image.org/"
@@ -17,8 +17,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython>=0.29.13'
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-cloudpickle>=0.2.1'
'python-dask>=0.15.0'
'python-pandas>=0.23.0'
diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD
index ba0b6d623..9da7fea24 100644
--- a/python-silx/PKGBUILD
+++ b/python-silx/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-silx
_pkgname=silx
pkgver=1.1.1
-pkgrel=7
+pkgrel=8
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -16,8 +16,8 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython>=0.21.1'
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-dateutil'
'python-fabio>=0.9'
'python-h5py'
diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD
index ce5ca869e..f4682dae0 100644
--- a/python-simplepam/PKGBUILD
+++ b/python-simplepam/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-simplepam
_pkgname=python3-simplepam
pkgver=0.1.5
-pkgrel=66
+pkgrel=67
pkgdesc="Pure Python interface to the Pluggable Authentication Modules system on Linux"
arch=('any')
url="https://github.com/leonnnn/python3-simplepam"
license=('MIT')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'pam'
)
source=("$_pkgname-$pkgver.tar.gz::https://github.com/leonnnn/python3-simplepam/archive/$pkgver.tar.gz")
diff --git a/python-sphinx-better-theme/PKGBUILD b/python-sphinx-better-theme/PKGBUILD
index f0ed6a1f8..c4c7319c8 100644
--- a/python-sphinx-better-theme/PKGBUILD
+++ b/python-sphinx-better-theme/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-sphinx-better-theme
_pkgname=sphinx-better-theme
pkgver=0.13
-pkgrel=65
+pkgrel=66
pkgdesc='theme for Sphinx that looks nice'
arch=('any')
url='https://sphinx-better-theme.readthedocs.io/'
license=('custom')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/irskep/${_pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('ad9b52205b29a410c918f789e5b4d110ca6bb654da18203206504efef7f16228b93b764cf14d9cca1a89d1850a4327b51f1f6fe7219d5968b5e51e5cf1935f42')
diff --git a/python-sphinxcontrib-programoutput/PKGBUILD b/python-sphinxcontrib-programoutput/PKGBUILD
index 1c8832dc0..f193ba8dd 100644
--- a/python-sphinxcontrib-programoutput/PKGBUILD
+++ b/python-sphinxcontrib-programoutput/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-sphinxcontrib-programoutput
_pkgname=sphinxcontrib-programoutput
pkgver=0.17
-pkgrel=62
+pkgrel=63
pkgdesc="Sphinx extension to include program output"
arch=('any')
url="https://bitbucket.org/birkenfeld/sphinx-contrib"
license=('BSD')
depends=(
- 'python>=3.10'
- 'python<3.11')
+ 'python>=3.11'
+ 'python<3.12')
makedepends=(
'python-setuptools')
provides=('sphinxcontrib-programoutput')
diff --git a/python-svg.path/PKGBUILD b/python-svg.path/PKGBUILD
index 09ba0dc60..faa649acc 100644
--- a/python-svg.path/PKGBUILD
+++ b/python-svg.path/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-svg.path
pkgver=6.2
-pkgrel=4
+pkgrel=5
pkgdesc="SVG path objects and parser"
url="https://github.com/regebro/svg.path"
license=('MIT')
checkdepends=(python-pillow python-pytest)
-depends=('python>=3.10' 'python<3.11')
+depends=('python>=3.11' 'python<3.12')
makedepends=(python-setuptools)
arch=(any)
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index c12362548..610446f3a 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=python-tifffile
pkgver=2023.2.3
_pkgname=${pkgname#python-}
-pkgrel=3
+pkgrel=4
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
url="https://github.com/cgohlke/tifffile"
license=('BSD')
depends=(
- 'python<3.11'
- 'python>=3.10')
+ 'python<3.12'
+ 'python>=3.11')
makedepends=(
'python-setuptools')
optdepends=('python-matplotlib>=3.1: required only for plotting'
diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD
index 8a69b3d70..dbeff0310 100644
--- a/python-xraydb/PKGBUILD
+++ b/python-xraydb/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-xraydb'
pkgver=4.5.0
-pkgrel=3
+pkgrel=4
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('Unlicense')
@@ -11,8 +11,8 @@ _pkgname="XrayDB"
source=("$_pkgname-$pkgver.tar.gz::https://github.com/xraypy/XrayDB/archive/$pkgver.tar.gz")
sha512sums=('3a13e5bfef4d92eb58d44752171fc7c83be26402047b5b3aaee11e1a4cbf1eb5b8a4eb3d32f1cb98690b0ed5fd78191451c9659b1c90ed28b4bb4378679e1bac')
depends=(
- 'python>=3.10'
- 'python<3.11'
+ 'python>=3.11'
+ 'python<3.12'
'python-numpy>=1.10'
'python-scipy>=0.17'
'python-sqlalchemy>1.4')