Update to 20.8 (#1906985)

This commit is contained in:
Lumir Balhar 2020-12-14 11:25:44 +01:00
commit 817d75b791
3 changed files with 8 additions and 3 deletions

View file

@ -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)