Two Python package updates (#5597)

* python-trove-classifiers: update to 2025.8.26.11

* python-typing_extensions: update to 4.15.0
This commit is contained in:
Dirk Stolle 2025-08-27 18:06:31 +02:00 committed by GitHub
parent f28d22c094
commit d1600e6cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
_pyname=trove_classifiers
pkgname=python-trove-classifiers
pkgver=2025.8.6.13
pkgver=2025.8.26.11
pkgrel=1
pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
arch=('any')
@ -24,7 +24,7 @@ makedepends=(
'python-calver'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('5a0abad839d2ed810f213ab133d555d267124ddea29f1d8a50d6eca12a50ae6e')
sha256sums=('e73efff317c492a7990092f9c12676c705bf6cfe40a258a93f63f4b4c9941432')
build() {
cd "${_pyname}-${pkgver}"

View File

@ -2,7 +2,7 @@
_pyname=typing_extensions
pkgname=python-typing_extensions
pkgver=4.14.0
pkgver=4.15.0
pkgrel=1
pkgdesc='Backported and Experimental Type Hints for Python 3.8+'
arch=(any)
@ -18,7 +18,7 @@ makedepends=(
python-installer
)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4')
sha256sums=('0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466')
build() {
cd "${_pyname}-${pkgver}"