Update to 57.4.0
This commit is contained in:
parent
c7c1a86edc
commit
cc435048d8
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 57.1.0
|
Version: 57.4.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
# setuptools is MIT
|
# setuptools is MIT
|
||||||
# appdirs is MIT
|
# appdirs is MIT
|
||||||
@ -126,7 +126,7 @@ find setuptools pkg_resources -name \*.py | xargs sed -i -e '1 {/^#!\//d}'
|
|||||||
# Remove bundled exes
|
# Remove bundled exes
|
||||||
rm -f setuptools/*.exe
|
rm -f setuptools/*.exe
|
||||||
# Don't ship these
|
# Don't ship these
|
||||||
rm -r docs/{conf.py,_*}
|
rm -r docs/conf.py
|
||||||
|
|
||||||
# The following test deps are optional and either not desired or not available in Fedora:
|
# The following test deps are optional and either not desired or not available in Fedora:
|
||||||
# (note that we intentionally also remove e.g. flake8-something or something-flake8 here)
|
# (note that we intentionally also remove e.g. flake8-something or something-flake8 here)
|
||||||
@ -216,6 +216,11 @@ PYTHONPATH=$(pwd) %pytest --ignore=setuptools/tests/test_integration.py --ignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 03 2021 Miro Hrončok <mhroncok@redhat.com> - 57.4.0-1
|
||||||
|
- Update to 57.4.0
|
||||||
|
- https://setuptools.readthedocs.io/en/latest/history.html#v57-4-0
|
||||||
|
- Fixes rhbz#1982493
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 57.1.0-3
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 57.1.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-57.1.0.tar.gz) = dfcf75584b3d7ae07e0f58ce8f596d7e9cbe3a0c178411053b066fb4362226bcf6467a79aed0853acd0b9f6a3371c47ddb07d77cbd780fe9782b8c19bce2e5fb
|
SHA512 (setuptools-57.4.0.tar.gz) = 7fcc297ea3e6310f2ec8ba5bf0d509e3f4acbce6bde7e5f0fe1b022c147cf88a047471bd4aa278724e86ebc6be800015fb935c7a31dbb6a0801a2d380ddd89f2
|
||||||
|
Loading…
Reference in New Issue
Block a user