Date: Thursday, December 30, 2021 @ 18:41:21 Author: felixonmars Revision: 433263
upgpkg: python-setuptools 1:59.1.0-1 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-30 18:18:20 UTC (rev 433262) +++ PKGBUILD 2021-12-30 18:41:21 UTC (rev 433263) @@ -3,8 +3,8 @@ # Contributor: Eli Schwartz <[email protected]> pkgname=python-setuptools -pkgver=57.4.0 -pkgrel=6 +pkgver=59.1.0 +pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -19,7 +19,7 @@ provides=('python-distribute') replaces=('python-distribute') source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz") -sha512sums=('3fa09841118c8e554ee5db141188d4ab19853b12e11c35891600dd0159afff35bfcdf00e51d8897c1d68879c8248c9e67dae5909028a967a63d24c0248a1f2ef') +sha512sums=('7c5447c085ddb0b3485b38e067eba385d869fbcbd4efa5bec4bc5d26d87fa767a70d97f688386fc44b9109e090fb7cdc3ebb6ae90ed9d8e920a35067c25cc59e') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 @@ -41,10 +41,6 @@ {} + done - # https://github.com/pypa/setuptools/issues/2466 - sed -i '/ignore:lib2to3 package is deprecated:DeprecationWarning/a \ ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release:DeprecationWarning' \ - setuptools-$pkgver/pytest.ini - # Remove post-release tag since we are using stable tags sed -e '/tag_build = .post/d' \ -e '/tag_date = 1/d' \
