python3-packaging: update to 23.0.
This commit is contained in:
parent
4431fb6b93
commit
3bcd652e5f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-packaging'
|
||||
pkgname=python3-packaging
|
||||
version=22.0
|
||||
version=23.0
|
||||
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=2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3
|
||||
checksum=b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97
|
||||
make_check=no # provides no tests
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue