Update to 52.0.0 (#1917060)
This commit is contained in:
parent
7be6637b2e
commit
6aa5613f3f
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 51.1.2
|
Version: 52.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
# setuptools is MIT
|
# setuptools is MIT
|
||||||
@ -182,16 +182,10 @@ PYTHONPATH=$(pwd) %pytest --ignore=pavement.py
|
|||||||
%files -n python%{python3_pkgversion}-setuptools
|
%files -n python%{python3_pkgversion}-setuptools
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs/* CHANGES.rst README.rst
|
%doc docs/* CHANGES.rst README.rst
|
||||||
%{python3_sitelib}/easy_install.py
|
|
||||||
%{python3_sitelib}/pkg_resources/
|
%{python3_sitelib}/pkg_resources/
|
||||||
%{python3_sitelib}/setuptools*/
|
%{python3_sitelib}/setuptools*/
|
||||||
%{python3_sitelib}/_distutils_hack/
|
%{python3_sitelib}/_distutils_hack/
|
||||||
%{python3_sitelib}/distutils-precedence.pth
|
%{python3_sitelib}/distutils-precedence.pth
|
||||||
%{python3_sitelib}/__pycache__/*
|
|
||||||
%if %{with main_python}
|
|
||||||
%{_bindir}/easy_install
|
|
||||||
%endif
|
|
||||||
%{_bindir}/easy_install-3.*
|
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
%files wheel
|
%files wheel
|
||||||
@ -203,6 +197,10 @@ PYTHONPATH=$(pwd) %pytest --ignore=pavement.py
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2021 Lumír Balhar <lbalhar@redhat.com> - 52.0.0-1
|
||||||
|
- Update to 52.0.0 (#1917060)
|
||||||
|
- Removes easy_install module and executable
|
||||||
|
|
||||||
* Mon Jan 11 2021 Miro Hrončok <mhroncok@redhat.com> - 51.1.2-1
|
* Mon Jan 11 2021 Miro Hrončok <mhroncok@redhat.com> - 51.1.2-1
|
||||||
- Update to 51.1.2
|
- Update to 51.1.2
|
||||||
- Removes tests from the wheel
|
- Removes tests from the wheel
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-51.1.2.tar.gz) = cdfdb3c3666239268ab225704d1a887f027c297262521ee8d55af547cbcef0931656997cc86f4f9a871df6028974bd90b9eea6177c02bf34f98297415b9c410f
|
SHA512 (setuptools-52.0.0.tar.gz) = 32e668a72ad3ee1ed6beba475c1ddb96a972f3a9560c74a3c79ca330cfdbdcf987363496cf38b983eaee437b83c0dc71cb2ac207355cd3b9093a41e7762d215c
|
||||||
|
Loading…
Reference in New Issue
Block a user