Update to 20.8 (#1906985)
This commit is contained in:
parent
14817c6e2d
commit
817d75b791
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/packaging-20.3.tar.gz
|
/packaging-20.3.tar.gz
|
||||||
/packaging-20.4.tar.gz
|
/packaging-20.4.tar.gz
|
||||||
/packaging-20.7.tar.gz
|
/packaging-20.7.tar.gz
|
||||||
|
/packaging-20.8.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 20.7
|
Version: 20.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core utilities for Python packages
|
Summary: Core utilities for Python packages
|
||||||
|
|
||||||
@ -23,8 +23,9 @@ BuildRequires: pyproject-rpm-macros
|
|||||||
# dependency on self.
|
# dependency on self.
|
||||||
# We also don't use the python3dist() form, in case packaging is ever used
|
# We also don't use the python3dist() form, in case packaging is ever used
|
||||||
# in the provides generator.
|
# in the provides generator.
|
||||||
BuildRequires: python%{python3_pkgversion}-flit-core
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
BuildRequires: python%{python3_pkgversion}-pip
|
BuildRequires: python%{python3_pkgversion}-pip
|
||||||
|
BuildRequires: python%{python3_pkgversion}-wheel
|
||||||
|
|
||||||
# Upstream uses nox for testing, we specify the test deps manually as well.
|
# Upstream uses nox for testing, we specify the test deps manually as well.
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -107,6 +108,9 @@ rm -rf html/_static/fonts/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 14 2020 Lumír Balhar <lbalhar@redhat.com> - 20.8-1
|
||||||
|
- Update to 20.8 (#1906985)
|
||||||
|
|
||||||
* Mon Nov 30 2020 Lumír Balhar <lbalhar@redhat.com> - 20.7-1
|
* Mon Nov 30 2020 Lumír Balhar <lbalhar@redhat.com> - 20.7-1
|
||||||
- Update to 20.7 (#1902369)
|
- Update to 20.7 (#1902369)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (packaging-20.7.tar.gz) = 4da8f66af066ac92b47664d21af34a02526cd1639cb766927670bec0ac8c7416116834c847678a29862a46faeda7e2f2393744be315cdfbbb8bd55a04ceb942c
|
SHA512 (packaging-20.8.tar.gz) = 77c77da9298635274de58b856b8738ab279749f736264212e6ecdeab47db607ea9c6ae696952f0702e9557d1fd2b89c7277a2c81ff55081593f49ebcd6eb74d4
|
||||||
|
Loading…
Reference in New Issue
Block a user