Date: Saturday, June 11, 2022 @ 18:16:48 Author: felixonmars Revision: 448210
upgpkg: python-setuptools 1:61.1.1-1 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-11 16:44:01 UTC (rev 448209) +++ PKGBUILD 2022-06-11 18:16:48 UTC (rev 448210) @@ -3,7 +3,7 @@ # Contributor: Eli Schwartz <[email protected]> pkgname=python-setuptools -pkgver=61.1.0 +pkgver=61.1.1 pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" @@ -22,7 +22,7 @@ replaces=('python-distribute') source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz" system-validate-pyproject.patch) -sha512sums=('388929780cd7adf3bb367ed4ee00bf3069d45a968498754d094e66174a30439cdf8f2167f5cb1b31ef5add21b95dde838b05a2aeb0b72346ed26c3f1c0640441' +sha512sums=('ec595dec22380277a8eedf20df2dab868634c8506dc05f72dc1af48a371ba011213c8d4be4178c6842ad368d713a5a5e30ce1a97b8e529abfbf1e03470718eef' '678c1f4bfc012c5615691433b9e329a4dd363c2b31e70620ce073bab3efe925437bf6f41c12ad48a8042e37ea6f8f7a25198afa482680ebd1505c0fc5bc30927') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 @@ -82,7 +82,8 @@ --deselect setuptools/tests/test_config_discovery.py::TestNoConfig::test_build_with_discovered_name \ --deselect setuptools/tests/test_config_discovery.py::TestWithAttrDirective::test_setupcfg_metadata \ --deselect setuptools/tests/config/test_apply_pyprojecttoml.py::test_apply_pyproject_equivalent_to_setupcfg \ - --deselect setuptools/tests/config/test_pyprojecttoml.py::test_invalid_example + --deselect setuptools/tests/config/test_pyprojecttoml.py::test_invalid_example \ + --deselect setuptools/tests/test_easy_install.py::TestInstallRequires::test_setup_install_includes_dependencies )} package() {
