Update to 58.5.3
This commit is contained in:
parent
a957ae14ec
commit
6522fcf15f
@ -14,7 +14,7 @@ index 9eee792..fbe95f5 100644
|
|||||||
@@ -37,21 +37,11 @@ exclude =
|
@@ -37,21 +37,11 @@ exclude =
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
testing =
|
testing =
|
||||||
pytest >= 4.6
|
pytest >= 6
|
||||||
- pytest-checkdocs >= 2.4
|
- pytest-checkdocs >= 2.4
|
||||||
- pytest-flake8
|
- pytest-flake8
|
||||||
- pytest-black >= 0.3.7; \
|
- pytest-black >= 0.3.7; \
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 58.2.0
|
Version: 58.5.3
|
||||||
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
|
||||||
@ -34,9 +34,7 @@ Summary: Easily build and distribute Python packages
|
|||||||
# ordered-set is MIT
|
# ordered-set is MIT
|
||||||
# packaging is BSD or ASL 2.0
|
# packaging is BSD or ASL 2.0
|
||||||
# pyparsing is MIT
|
# pyparsing is MIT
|
||||||
# the setuptools logo has unknown license and possible TM problems,
|
# the setuptools logo is MIT
|
||||||
# but the sdist **does not** contain it,
|
|
||||||
# see https://github.com/pypa/setuptools/issues/2227
|
|
||||||
License: MIT and (BSD or ASL 2.0)
|
License: MIT and (BSD or ASL 2.0)
|
||||||
URL: https://pypi.python.org/pypi/%{srcname}
|
URL: https://pypi.python.org/pypi/%{srcname}
|
||||||
Source0: %{pypi_source %{srcname} %{version}}
|
Source0: %{pypi_source %{srcname} %{version}}
|
||||||
@ -211,6 +209,10 @@ PYTHONPATH=$(pwd) %pytest --ignore=setuptools/tests/test_integration.py --ignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 10 2021 Karolina Surma <ksurma@redhat.com> - 58.5.3-1
|
||||||
|
- Update to 58.5.3
|
||||||
|
- Fixes rhbz#2016715
|
||||||
|
|
||||||
* Tue Oct 19 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 58.2.0-1
|
* Tue Oct 19 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 58.2.0-1
|
||||||
- Update to 58.2.0
|
- Update to 58.2.0
|
||||||
- Fixes rhbz#2001228
|
- Fixes rhbz#2001228
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools-58.2.0.tar.gz) = 028c9d9533f5493ff89c80c705ea002661a70e0e43afecb0c7546029990ae599e16fad7248ffc29573c18c6aeb33f1bba1fde09f25fe04b74717ad9308ce9cfc
|
SHA512 (setuptools-58.5.3.tar.gz) = 84250620310ed02eec5d01577e26c30a3ab580eab7de48a954d1dc36d84b7855f8f59f0021bdbf2f20ffecabe613ca173a0394fff53c8ab692d89db8640770c8
|
||||||
|
Loading…
Reference in New Issue
Block a user