From 6483e5f0359b52a9aebe2ea9e8ff5fe467b0eff9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 27 Apr 2024 21:01:33 +0200 Subject: recompile all python packages --- jupyterhub/PKGBUILD | 6 +++--- pssh-git/PKGBUILD | 6 +++--- python-azure-cli-core/PKGBUILD | 6 +++--- python-azure-cli-telemetry/PKGBUILD | 6 +++--- python-azure-common/PKGBUILD | 6 +++--- python-azure-core/PKGBUILD | 6 +++--- python-bash_kernel/PKGBUILD | 6 +++--- python-certipy/PKGBUILD | 6 +++--- python-courier-pythonfilter/PKGBUILD | 6 +++--- python-fabio/PKGBUILD | 6 +++--- python-fisx/PKGBUILD | 6 +++--- python-hpilo/PKGBUILD | 6 +++--- python-imageio/PKGBUILD | 6 +++--- python-jira/PKGBUILD | 6 +++--- python-jupyter_telemetry/PKGBUILD | 6 +++--- python-jwcrypto/PKGBUILD | 6 +++--- python-msal-extensions/PKGBUILD | 6 +++--- python-oauth2/PKGBUILD | 6 +++--- python-openfoodfacts/PKGBUILD | 6 +++--- python-pamela/PKGBUILD | 6 +++--- python-peakutils/PKGBUILD | 6 +++--- python-portalocker/PKGBUILD | 6 +++--- python-pyepics/PKGBUILD | 6 +++--- python-pyfftw/PKGBUILD | 6 +++--- python-pyinstrument/PKGBUILD | 4 ++-- python-scikit-image/PKGBUILD | 6 +++--- python-silx/PKGBUILD | 6 +++--- python-simplepam/PKGBUILD | 6 +++--- python-sphinx-better-theme/PKGBUILD | 6 +++--- python-sphinxcontrib-programoutput/PKGBUILD | 6 +++--- python-svg.path/PKGBUILD | 4 ++-- python-tifffile/PKGBUILD | 6 +++--- python-xraydb/PKGBUILD | 6 +++--- 33 files changed, 97 insertions(+), 97 deletions(-) diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD index 6dbb4ac79..93ad04e94 100644 --- a/jupyterhub/PKGBUILD +++ b/jupyterhub/PKGBUILD @@ -2,14 +2,14 @@ pkgname=jupyterhub pkgver=1.4.2 -pkgrel=63 +pkgrel=64 pkgdesc="Multi-user server for Jupyter notebooks " url="http://jupyter.org/" arch=(any) license=('BSD') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-alembic' 'python-async_generator>=1.8' 'python-certipy' diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index 71c518304..df1f772f9 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=4 +pkgrel=5 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'openssh' ) makedepends=('git' 'python-setuptools') diff --git a/python-azure-cli-core/PKGBUILD b/python-azure-cli-core/PKGBUILD index 762a62622..3eabc212e 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.59.0 -pkgrel=1 +pkgrel=2 pkgdesc='Microsoft Azure Command-Line Tools Core Module' url='https://pypi.org/project/azure-cli-core/' depends=( - 'python>=3.11' - 'python<3.12') + 'python>=3.12' + 'python<3.13') makedepends=( 'python-setuptools') license=('BSD') diff --git a/python-azure-cli-telemetry/PKGBUILD b/python-azure-cli-telemetry/PKGBUILD index dc4980869..489c551b2 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=4 +pkgrel=5 pkgdesc='Microsoft Azure CLI Telemetry Package' url='https://pypi.org/project/azure-cli-telemetry/' depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-knack' 'python-portalocker') makedepends=( diff --git a/python-azure-common/PKGBUILD b/python-azure-common/PKGBUILD index 254dd698b..bc5c8d431 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=4 +pkgrel=5 pkgdesc='Microsoft Azure Client Library for Python (Common)' url='https://pypi.org/project/azure-common/' depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-humanfriendly' 'python-knack' 'python-pkginfo') diff --git a/python-azure-core/PKGBUILD b/python-azure-core/PKGBUILD index e0d81121b..d5852406e 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=4 +pkgrel=5 pkgdesc='Microsoft Azure Core Library for Python' url='https://pypi.org/project/azure-core/' depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-azure-common' ) makedepends=( diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD index 6b75f124b..ba94a94a6 100644 --- a/python-bash_kernel/PKGBUILD +++ b/python-bash_kernel/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-bash_kernel _pkgname=bash_kernel pkgver=0.9.1 -pkgrel=1 +pkgrel=2 pkgdesc='A Jupyter kernel for bash.' arch=('any') url='https://github.com/takluyver/bash_kernel' license=('BSD') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' ) makedepends=( 'python-jupyter_client' diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD index 27d1cd7b2..b6be6ad8c 100644 --- a/python-certipy/PKGBUILD +++ b/python-certipy/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-certipy _pkgname="${pkgname#*-}" pkgver=0.1.3 -pkgrel=67 +pkgrel=68 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-pyopenssl' ) makedepends=( diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD index 879008027..54fbd8f68 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=63 +pkgrel=64 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' ) makedepends=( 'python-setuptools') diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD index 8709e69b0..d34c0ac8a 100644 --- a/python-fabio/PKGBUILD +++ b/python-fabio/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-fabio _pkgname=fabio pkgver=0.14.0 -pkgrel=4 +pkgrel=5 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-h5py' 'python-lxml>=4.6.3' 'python-numpy' diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index 073f874c5..2b98823b3 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.3.1 -pkgrel=2 +pkgrel=3 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-numpy') makedepends=( 'cython>=0.17' diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD index a8b5d8353..943b81e6d 100644 --- a/python-hpilo/PKGBUILD +++ b/python-hpilo/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Erich Eckner pkgname=python-hpilo pkgver=4.4.3 -pkgrel=63 +pkgrel=64 pkgdesc='Accessing the HP iLO XML interface from python' arch=('any') url='http://seveas.github.io/python-hpilo/' license=('GPL3') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' ) makedepends=( 'python-setuptools' diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index 65357ba7b..77f793a64 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.34.0 -pkgrel=1 +pkgrel=2 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=('d28b5b849a8d7fc90c4c4a82b2056431e5351ecce709cd48ccb9aaf58a50964a1b77faf4663d3fdeb4757951fb8a03b5bf632e57f78ddd59d5a9acdb62b78f48') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' ) makedepends=( 'python-setuptools' diff --git a/python-jira/PKGBUILD b/python-jira/PKGBUILD index da81915e4..c69074310 100644 --- a/python-jira/PKGBUILD +++ b/python-jira/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-jira _pkgname="${pkgname#*-}" pkgver=3.4.1 -pkgrel=5 +pkgrel=6 pkgdesc="Python library to work with Jira APIs" arch=(any) url="https://github.com/pycontribs/jira" license=('BSD') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-requests-toolbelt') makedepends=( 'python-pip' diff --git a/python-jupyter_telemetry/PKGBUILD b/python-jupyter_telemetry/PKGBUILD index 50dc3a3d3..84935cffc 100644 --- a/python-jupyter_telemetry/PKGBUILD +++ b/python-jupyter_telemetry/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-jupyter_telemetry pkgver=0.0.5 -pkgrel=63 +pkgrel=64 pkgdesc="Configurable event-logging for Jupyter applications and extensions" url="https://github.com/jupyter/telemetry" arch=('any') license=('BSD') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-json-logger' 'python-jsonschema' 'python-ruamel-yaml' diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD index bcefc8eec..da9ee0d5f 100644 --- a/python-jwcrypto/PKGBUILD +++ b/python-jwcrypto/PKGBUILD @@ -4,15 +4,15 @@ pkgname=python-jwcrypto _pkgname=${pkgname#*-} pkgver=1.4.2 -pkgrel=4 +pkgrel=5 pkgdesc="Python implementation of JWK, JWS, JWE specifications" arch=("any") url="https://github.com/latchset/jwcrypto" license=("LGPL3") depends=( - 'python<3.12' - 'python>=3.11') + 'python<3.13' + 'python>=3.12') 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 569d73a24..a7987ac73 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=4 +pkgrel=5 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.11' - 'python<3.12') + 'python>=3.12' + 'python<3.13') makedepends=( 'python-pip' 'python-setuptools') diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index 1b4d752e9..4d086b0bc 100644 --- a/python-oauth2/PKGBUILD +++ b/python-oauth2/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Erich Eckner pkgname=python-oauth2 pkgver=1.1.1 -pkgrel=66 +pkgrel=67 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-mock' 'python-mysql-connector' 'python-nose' diff --git a/python-openfoodfacts/PKGBUILD b/python-openfoodfacts/PKGBUILD index 88bfb3163..22cdefcb2 100644 --- a/python-openfoodfacts/PKGBUILD +++ b/python-openfoodfacts/PKGBUILD @@ -2,7 +2,7 @@ pkgname='python-openfoodfacts' pkgver=0.1.3 -pkgrel=4 +pkgrel=5 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.11' - 'python<3.12') + 'python>=3.12' + 'python<3.13') makedepends=( 'python-setuptools') checkdepends=( diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD index 868251b40..490c5464d 100644 --- a/python-pamela/PKGBUILD +++ b/python-pamela/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-pamela _pkgname=pamela pkgver=1.0.0 -pkgrel=66 +pkgrel=67 pkgdesc="Python PAM interface" arch=('any') url="https://github.com/minrk/pamela" license=('MIT') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'pam' ) makedepends=( diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD index 17f513340..6f3dbdf55 100644 --- a/python-peakutils/PKGBUILD +++ b/python-peakutils/PKGBUILD @@ -4,14 +4,14 @@ pkgname='python-peakutils' _pkgname='PeakUtils' pkgver=1.3.4 -pkgrel=4 +pkgrel=5 pkgdesc="Peak detection utilities for 1D data" arch=('any') url="https://pypi.python.org/pypi/PeakUtils" license=('MIT') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-sphinx-better-theme') makedepends=( 'python-setuptools') diff --git a/python-portalocker/PKGBUILD b/python-portalocker/PKGBUILD index 9056b36cc..2aa3133d3 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=4 +pkgrel=5 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.11' - 'python<3.12') + 'python>=3.12' + 'python<3.13') build() { cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}" diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index aa44ef3ae..64bcfa718 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.1 -pkgrel=13 +pkgrel=14 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.11' - 'python<3.12') + 'python>=3.12' + 'python<3.13') source=( "https://pypi.python.org/packages/6c/cd/f97b676b6903e6f88bfced3817964559c20a1e3c6cd5244fa188f76fff75/${_pkgname}-${pkgver}.tar.gz" ) diff --git a/python-pyfftw/PKGBUILD b/python-pyfftw/PKGBUILD index 5c39cee20..2a43bc547 100644 --- a/python-pyfftw/PKGBUILD +++ b/python-pyfftw/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=pyFFTW pkgname='python-pyfftw' pkgver=0.13.0 -pkgrel=4 +pkgrel=5 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' '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 95c127672..906198de6 100644 --- a/python-pyinstrument/PKGBUILD +++ b/python-pyinstrument/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-pyinstrument _pkg="${pkgname#python-}" pkgver=4.1.1 -pkgrel=4 +pkgrel=5 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.11' 'python<3.12' "${_pinned_dependencies[@]}") +depends=('python>=3.12' 'python<3.13' "${_pinned_dependencies[@]}") makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') # checkdepends=( # 'python-pytest' diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD index 89b6d1326..54d0f7c1a 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=9 +pkgrel=10 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' '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 9770b32bd..e8232d363 100644 --- a/python-silx/PKGBUILD +++ b/python-silx/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-silx _pkgname=silx pkgver=1.1.1 -pkgrel=9 +pkgrel=10 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-dateutil' 'python-fabio>=0.9' 'python-h5py' diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD index f4682dae0..e97f9dcb3 100644 --- a/python-simplepam/PKGBUILD +++ b/python-simplepam/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-simplepam _pkgname=python3-simplepam pkgver=0.1.5 -pkgrel=67 +pkgrel=68 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' '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 c4c7319c8..b58eb9478 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=66 +pkgrel=67 pkgdesc='theme for Sphinx that looks nice' arch=('any') url='https://sphinx-better-theme.readthedocs.io/' license=('custom') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' ) 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 f193ba8dd..9baf8c8bc 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=63 +pkgrel=64 pkgdesc="Sphinx extension to include program output" arch=('any') url="https://bitbucket.org/birkenfeld/sphinx-contrib" license=('BSD') depends=( - 'python>=3.11' - 'python<3.12') + 'python>=3.12' + 'python<3.13') makedepends=( 'python-setuptools') provides=('sphinxcontrib-programoutput') diff --git a/python-svg.path/PKGBUILD b/python-svg.path/PKGBUILD index faa649acc..4a18216d0 100644 --- a/python-svg.path/PKGBUILD +++ b/python-svg.path/PKGBUILD @@ -4,12 +4,12 @@ pkgname=python-svg.path pkgver=6.2 -pkgrel=5 +pkgrel=6 pkgdesc="SVG path objects and parser" url="https://github.com/regebro/svg.path" license=('MIT') checkdepends=(python-pillow python-pytest) -depends=('python>=3.11' 'python<3.12') +depends=('python>=3.12' 'python<3.13') 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 8411ad47b..6a085cfef 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -5,15 +5,15 @@ pkgname=python-tifffile pkgver=2024.2.12 _pkgname=${pkgname#python-} -pkgrel=1 +pkgrel=2 pkgdesc="Read and write image data from and to TIFF files" arch=('any') url="https://github.com/cgohlke/tifffile" license=('BSD') depends=( - 'python<3.12' - 'python>=3.11') + 'python<3.13' + 'python>=3.12') makedepends=( 'python-setuptools') optdepends=('python-matplotlib>=3.1: required only for plotting' diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD index dbeff0310..a665730a2 100644 --- a/python-xraydb/PKGBUILD +++ b/python-xraydb/PKGBUILD @@ -2,7 +2,7 @@ pkgname='python-xraydb' pkgver=4.5.0 -pkgrel=4 +pkgrel=5 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.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-numpy>=1.10' 'python-scipy>=0.17' 'python-sqlalchemy>1.4') -- cgit v1.2.3-54-g00ecf