diff options
author | Erich Eckner <git@eckner.net> | 2021-12-13 17:35:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-12-13 17:35:53 +0100 |
commit | 4e1635d990a0bb6fd66c47d3772e6fe0b37de7a5 (patch) | |
tree | ede89b88e2eb0fd8f40976602bebb39c611eda2e | |
parent | 785b24082596d0672b434fe299ce91ab3037eb37 (diff) | |
download | archlinuxewe-4e1635d990a0bb6fd66c47d3772e6fe0b37de7a5.tar.xz |
recompile all python packages
33 files changed, 99 insertions, 99 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD index 46e7c10b8..6e6baf3b5 100644 --- a/jupyterhub/PKGBUILD +++ b/jupyterhub/PKGBUILD @@ -2,14 +2,14 @@ pkgname=jupyterhub pkgver=1.4.2 -pkgrel=59 +pkgrel=60 pkgdesc="Multi-user server for Jupyter notebooks " url="http://jupyter.org/" arch=(any) license=('BSD') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-alembic' 'python-async_generator>=1.8' 'python-certipy' diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index 7994572eb..1f41fe4e2 100644 --- a/pssh-git/PKGBUILD +++ b/pssh-git/PKGBUILD @@ -5,14 +5,14 @@ pkgname=pssh-git pkgver=2.3.4+10+gd4909c9 _commit="${pkgver##*+g}" -pkgrel=59 +pkgrel=60 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.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'openssh' ) makedepends=('git' 'python-setuptools') diff --git a/python-asteval/PKGBUILD b/python-asteval/PKGBUILD index fb086ee97..07d59556d 100644 --- a/python-asteval/PKGBUILD +++ b/python-asteval/PKGBUILD @@ -4,14 +4,14 @@ pkgname='python-asteval' _pkgname="${pkgname#*-}" pkgver=0.9.25 -pkgrel=59 +pkgrel=60 pkgdesc='Minimal Python AST Evaluator' arch=('any') url='https://newville.github.io/asteval/' license=('MIT') depends=( - 'python<3.10' - 'python>=3.9') + 'python<3.11' + 'python>=3.10') checkdepends=( 'python-nose' 'python-pytest') diff --git a/python-bash_kernel/PKGBUILD b/python-bash_kernel/PKGBUILD index 3345f7679..5a36ef4a7 100644 --- a/python-bash_kernel/PKGBUILD +++ b/python-bash_kernel/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-bash_kernel _pkgname=bash_kernel pkgver=0.7.2 -pkgrel=62 +pkgrel=63 pkgdesc='A Jupyter kernel for bash.' arch=('any') url='https://github.com/takluyver/bash_kernel' license=('BSD') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' ) source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/96/8f/869587d23c29bf74dc52a9bd5c80170762adfc78ecb5108ae8b32bb48f82/${_pkgname}-${pkgver}.tar.gz") sha512sums=('94231b4c014888241a0c06b69e5d59b0baa6000bf922cfc6ca2d558a96387e109bcb0dcb15061b94bfde6c30296dce4a3b8cd8f2a7c53014b48870321bb40685') diff --git a/python-certipy/PKGBUILD b/python-certipy/PKGBUILD index c95467e65..8ac597af4 100644 --- a/python-certipy/PKGBUILD +++ b/python-certipy/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-certipy _pkgname="${pkgname#*-}" pkgver=0.1.3 -pkgrel=63 +pkgrel=64 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.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-pyopenssl' ) makedepends=( diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD index d230a33af..520c2abac 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=59 +pkgrel=60 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.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' ) makedepends=( 'python-setuptools') diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD index f78561a30..e4bc2d82f 100644 --- a/python-fabio/PKGBUILD +++ b/python-fabio/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-fabio _pkgname=fabio pkgver=0.12.0 -pkgrel=59 +pkgrel=60 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.9' + 'python<3.11' + 'python>=3.10' 'python-h5py' 'python-lxml>=4.6.3' 'python-numpy' diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index 6f0b1f496..054e8f7be 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.0 -pkgrel=61 +pkgrel=62 pkgdesc='Enhanced C++ port of the Physics routines used by PyMca' arch=('i686' 'pentium4' 'x86_64') url='https://github.com/vasole/fisx' @@ -17,8 +17,8 @@ makedepends=( 'python-setuptools') depends=( "${_pinned_dependencies[@]}" - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-numpy') source=( "${_pkgname}-v${pkgver}.tar.gz::https://github.com/vasole/${_pkgname}/archive/v${pkgver}.tar.gz" diff --git a/python-hpilo/PKGBUILD b/python-hpilo/PKGBUILD index 0c0bb5be9..387b4f3ab 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=59 +pkgrel=60 pkgdesc='Accessing the HP iLO XML interface from python' arch=('any') url='http://seveas.github.io/python-hpilo/' license=('GPL3') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' ) makedepends=( 'python-setuptools' diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index 7f7df1ccd..2eaa0ae10 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.13.1 -pkgrel=59 +pkgrel=60 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=('3c5ca6b96a26fc19801d571af3e0d804b4946bf34d8d3ed52b946bdde595a90ff8c0da7fb2949f6a1d2d6ba5799c2feff6bade04de40cb9a807c7cd30e57eaac') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' ) makedepends=( 'python-setuptools' diff --git a/python-jira/PKGBUILD b/python-jira/PKGBUILD index 274c67146..c6c1aaece 100644 --- a/python-jira/PKGBUILD +++ b/python-jira/PKGBUILD @@ -2,15 +2,15 @@ pkgname=python-jira _pkgname="${pkgname#*-}" pkgver=3.1.1 -pkgrel=59 +pkgrel=60 pkgdesc="Python library to work with Jira APIs" arch=(any) url="https://github.com/pycontribs/jira" license=('BSD') depends=( - 'python<3.10' - 'python>=3.9') + 'python<3.11' + 'python>=3.10') makedepends=( 'python-setuptools') source=("$_pkgname-$pkgver.tar.gz::https://github.com/pycontribs/jira/archive/refs/tags/$pkgver.tar.gz") diff --git a/python-jupyter_telemetry/PKGBUILD b/python-jupyter_telemetry/PKGBUILD index fccf49fdd..6ede59f35 100644 --- a/python-jupyter_telemetry/PKGBUILD +++ b/python-jupyter_telemetry/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-jupyter_telemetry pkgver=0.0.5 -pkgrel=59 +pkgrel=60 pkgdesc="Configurable event-logging for Jupyter applications and extensions" url="https://github.com/jupyter/telemetry" arch=('any') license=('BSD') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-json-logger' 'python-jsonschema' 'python-ruamel-yaml' diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD index df291db0a..105b4cda8 100644 --- a/python-jwcrypto/PKGBUILD +++ b/python-jwcrypto/PKGBUILD @@ -4,15 +4,15 @@ pkgname=python-jwcrypto _pkgname=${pkgname#*-} pkgver=1.1.0 -pkgrel=59 +pkgrel=60 pkgdesc="Python implementation of JWK, JWS, JWE specifications" arch=("any") url="https://github.com/latchset/jwcrypto" license=("LGPL3") depends=( - 'python<3.10' - 'python>=3.9') + 'python<3.11' + 'python>=3.10') makedepends=( 'python-setuptools') source=("$_pkgname-$pkgver.tar.gz::https://github.com/latchset/$_pkgname/archive/v$pkgver.tar.gz") diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index 3e81b3b1c..97f5beb99 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=62 +pkgrel=63 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.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-mock' 'python-mysql-connector' 'python-nose' diff --git a/python-openfoodfacts/PKGBUILD b/python-openfoodfacts/PKGBUILD index 94b4e18e4..5b19fddb6 100644 --- a/python-openfoodfacts/PKGBUILD +++ b/python-openfoodfacts/PKGBUILD @@ -2,7 +2,7 @@ pkgname='python-openfoodfacts' pkgver=0.1.2 -pkgrel=59 +pkgrel=60 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=('64ceb1f6ed391e712bf34131caec78555a832fa2b291bd7e782e6b68fea6c778498f0c43b19de1852522bd2c27fafc07ef7cc0bc8c4a4905174c4f22c5ae06d3') depends=( - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-requests>=2.20.0') makedepends=( 'python-setuptools') diff --git a/python-pamela/PKGBUILD b/python-pamela/PKGBUILD index caa053a33..2fda64269 100644 --- a/python-pamela/PKGBUILD +++ b/python-pamela/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-pamela _pkgname=pamela pkgver=1.0.0 -pkgrel=62 +pkgrel=63 pkgdesc="Python PAM interface" arch=('any') url="https://github.com/minrk/pamela" license=('MIT') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'pam' ) makedepends=( diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD index 1b6011ea6..9d55d6394 100644 --- a/python-peakutils/PKGBUILD +++ b/python-peakutils/PKGBUILD @@ -4,14 +4,14 @@ pkgname='python-peakutils' _pkgname='PeakUtils' pkgver=1.3.3 -pkgrel=63 +pkgrel=64 pkgdesc="Peak detection utilities for 1D data" arch=('any') url="https://pypi.python.org/pypi/PeakUtils" license=('MIT') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-sphinx-better-theme') makedepends=( 'python-setuptools') diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD index 40c60e274..9d3a60d23 100644 --- a/python-pycifrw/PKGBUILD +++ b/python-pycifrw/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pycifrw _pkgname='PyCifRW' pkgver=4.4.3 -pkgrel=59 +pkgrel=60 pkgdesc='Python library for interacting with Crystallographic Information Framework (CIF) files.' arch=('i686' 'pentium4' 'x86_64') url='https://bitbucket.org/jamesrhester/pycifrw/src/development/' @@ -13,8 +13,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python<3.10' - 'python>=3.9') + 'python<3.11' + 'python>=3.10') makedepends=( 'python-setuptools') diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index d35c90607..6e493d6dc 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.5.0 -pkgrel=59 +pkgrel=60 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.9' - 'python<3.10') + 'python>=3.10' + 'python<3.11') source=( "https://pypi.python.org/packages/22/f2/3b15bc9b2d148a19686d5de8901a55f2bbd0a67a63681a0c1ef12c998fa2/${_pkgname}-${pkgver}.tar.gz" ) diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index b938555db..5eb5106b0 100644 --- a/python-pyfai/PKGBUILD +++ b/python-pyfai/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pyfai _pkgname=pyFAI pkgver=0.20.0 -pkgrel=60 +pkgrel=61 pkgdesc="Fast Azimuthal Integration in Python." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" @@ -16,8 +16,8 @@ _pinned_dependencies=( depends=( "${_pinned_dependencies[@]}" 'cython' - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-bash_kernel' 'python-fabio>=0.5' 'python-h5py' diff --git a/python-pyfftw/PKGBUILD b/python-pyfftw/PKGBUILD index 7b57346de..8e0188b53 100644 --- a/python-pyfftw/PKGBUILD +++ b/python-pyfftw/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=pyFFTW pkgname='python-pyfftw' pkgver=0.12.0 -pkgrel=63 +pkgrel=64 pkgdesc='A pythonic wrapper around FFTW.' url='http://hgomersall.github.io/pyFFTW/' _pinned_dependencies=( @@ -20,8 +20,8 @@ depends=( "${_pinned_dependencies[@]}" 'cython>=0.29' 'fftw' - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-numpy>=1.10' 'python-scipy>=0.16.0') makedepends=( diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD index b1334c00f..4cbd890c8 100755 --- a/python-pymca/PKGBUILD +++ b/python-pymca/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pymca _pkgname="${pkgname#*-}" pkgver=5.6.7 -pkgrel=59 +pkgrel=60 pkgdesc='Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra' arch=('i686' 'pentium4' 'x86_64') url='http://pymca.sourceforge.net/index.html' @@ -12,8 +12,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-fisx>=1.1.5' 'python-h5py' 'python-matplotlib>1.0' diff --git a/python-pyshortcuts/PKGBUILD b/python-pyshortcuts/PKGBUILD index c13c338cb..1f89c4c9b 100644 --- a/python-pyshortcuts/PKGBUILD +++ b/python-pyshortcuts/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-pyshortcuts' _pkgname='pyshortcuts' pkgver=1.8.0 -pkgrel=59 +pkgrel=60 pkgdesc='create desktop shortcuts to python scripts on Windows, Mac, or Linux' arch=('any') url='https://github.com/newville/pyshortcuts' @@ -12,8 +12,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.9' - 'python<3.10') + 'python>=3.10' + 'python<3.11') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/newville/${_pkgname}/archive/${pkgver}.tar.gz") sha512sums=('7ee215408a5616f6b0c41620be6fc0af80cb0d8cc4b854eb596f4a80a851a074f38b8f6e8e442414ec41ccb1831b07dfa5272b1d06d4c747104a111fa84c6d07') diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD index 027549184..795e4185b 100644 --- a/python-pywavelets/PKGBUILD +++ b/python-pywavelets/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pywavelets _pkgname=pywt pkgver=1.2.0 -pkgrel=59 +pkgrel=60 pkgdesc="Discrete Wavelet Transforms in Python" arch=('x86_64' 'i686' 'pentium4') url="https://github.com/PyWavelets/pywt" @@ -15,8 +15,8 @@ _pinned_dependencies=( depends=( "${_pinned_dependencies[@]}" 'cython' - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-docutils<0.18' 'python-matplotlib' 'python-numpy' diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD index e8c1415a5..b79e61f21 100644 --- a/python-scikit-image/PKGBUILD +++ b/python-scikit-image/PKGBUILD @@ -5,7 +5,7 @@ pkgname='python-scikit-image' _pkgname="${pkgname#*-}" pkgver=0.18.3 -pkgrel=59 +pkgrel=60 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.9' + 'python<3.11' + 'python>=3.10' '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 32f2d1681..baeb00915 100644 --- a/python-silx/PKGBUILD +++ b/python-silx/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-silx _pkgname=silx pkgver=0.15.2 -pkgrel=59 +pkgrel=60 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.9' + 'python<3.11' + 'python>=3.10' 'python-dateutil' 'python-fabio>=0.9' 'python-h5py' diff --git a/python-simplepam/PKGBUILD b/python-simplepam/PKGBUILD index 4ff82a791..aabf7c873 100644 --- a/python-simplepam/PKGBUILD +++ b/python-simplepam/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-simplepam _pkgname=python3-simplepam pkgver=0.1.5 -pkgrel=63 +pkgrel=64 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.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' '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 f38baea75..4ff840c1f 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=62 +pkgrel=63 pkgdesc='theme for Sphinx that looks nice' arch=('any') url='https://sphinx-better-theme.readthedocs.io/' license=('custom') depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' ) 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 9a978196d..258a095b6 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=59 +pkgrel=60 pkgdesc="Sphinx extension to include program output" arch=('any') url="https://bitbucket.org/birkenfeld/sphinx-contrib" license=('BSD') depends=( - 'python>=3.9' - 'python<3.10') + 'python>=3.10' + 'python<3.11') makedepends=( 'python-setuptools') provides=('sphinxcontrib-programoutput') diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 04b7a7336..f24bad018 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -5,15 +5,15 @@ pkgname=python-tifffile pkgver=2021.10.12 _pkgname=${pkgname#python-} -pkgrel=59 +pkgrel=60 pkgdesc="Read and write image data from and to TIFF files" arch=('any') url="https://github.com/cgohlke/tifffile" license=('BSD') depends=( - 'python<3.10' - 'python>=3.9') + 'python<3.11' + 'python>=3.10') makedepends=( 'python-setuptools') optdepends=('python-matplotlib>=3.1: required only for plotting' diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD index ea324c7e0..eefdcd84f 100755 --- a/python-wxmplot/PKGBUILD +++ b/python-wxmplot/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-wxmplot _pkgname="${pkgname#*-}" pkgver=0.9.45 -pkgrel=59 +pkgrel=60 pkgdesc='A library for plotting in wxPython using matplotlib' arch=('any') url='https://pypi.python.org/pypi/wxmplot/0.9.18' license=('OSI Approved :: MIT License') depends=( - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-matplotlib>=3.0' 'python-numpy>=1.12' 'python-wxpython>=4.0.3') diff --git a/python-wxutils/PKGBUILD b/python-wxutils/PKGBUILD index 4da34c626..3f3837a88 100755 --- a/python-wxutils/PKGBUILD +++ b/python-wxutils/PKGBUILD @@ -2,15 +2,15 @@ pkgname=python-wxutils _pkgname="${pkgname#*-}" pkgver=0.2.4 -pkgrel=61 +pkgrel=62 pkgdesc='A library of convenience functions for wxPython' arch=('any') url='https://pypi.python.org/pypi/wxutils/0.1.2' license=('BSD') groups=() depends=( - 'python>=3.9' - 'python<3.10' + 'python>=3.10' + 'python<3.11' 'python-wxpython' ) makedepends=( diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD index ec7d06f05..80c33d72d 100644 --- a/python-xraydb/PKGBUILD +++ b/python-xraydb/PKGBUILD @@ -2,7 +2,7 @@ pkgname='python-xraydb' pkgver=4.4.7 -pkgrel=59 +pkgrel=60 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=('c05f7bd86d22195b92167bad9cd298d4882350fea470823034e66c13a30d992c730d5de0f9f4b94b6764ed78531748f0c86b3b45574ee8dc02a1b5518672f78d') depends=( - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-numpy>=1.10' 'python-scipy>=0.17' 'python-sqlalchemy') |