Update to 20.8 (#1906985)
This commit is contained in:
parent
14817c6e2d
commit
817d75b791
3 changed files with 8 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 20.7
|
||||
Version: 20.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Core utilities for Python packages
|
||||
|
||||
|
|
@ -23,8 +23,9 @@ BuildRequires: pyproject-rpm-macros
|
|||
# dependency on self.
|
||||
# We also don't use the python3dist() form, in case packaging is ever used
|
||||
# in the provides generator.
|
||||
BuildRequires: python%{python3_pkgversion}-flit-core
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python%{python3_pkgversion}-pip
|
||||
BuildRequires: python%{python3_pkgversion}-wheel
|
||||
|
||||
# Upstream uses nox for testing, we specify the test deps manually as well.
|
||||
%if %{with tests}
|
||||
|
|
@ -107,6 +108,9 @@ rm -rf html/_static/fonts/
|
|||
|
||||
|
||||
%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
|
||||
- Update to 20.7 (#1902369)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue