|
|
@ -1,7 +1,7 @@
|
|
|
|
%global pypi_name pep517
|
|
|
|
%global pypi_name pep517
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 0.11.0
|
|
|
|
Version: 0.12.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Wrappers to build Python packages using PEP 517 hooks
|
|
|
|
Summary: Wrappers to build Python packages using PEP 517 hooks
|
|
|
|
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ for systems which build Python packages, specified in PEP 517.
|
|
|
|
%autosetup -n %{pypi_name}-%{version}
|
|
|
|
%autosetup -n %{pypi_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# Don't run the linter as part of tests
|
|
|
|
# Don't run the linter as part of tests
|
|
|
|
sed -i '/^addopts=--flake8$/d' pytest.ini
|
|
|
|
sed -i '/--flake8$/d' pytest.ini
|
|
|
|
sed -i '/pytest-flake8/d' dev-requirements.txt
|
|
|
|
sed -i '/pytest-flake8/d' dev-requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -68,6 +68,10 @@ sed -i '/pytest-flake8/d' dev-requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 26 2021 Lumír Balhar <lbalhar@redhat.com> - 0.12.0-1
|
|
|
|
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
|
|
|
Resolves: rhbz#2014930
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Petr Viktorin <pviktori@redhat.com> - 0.11.0-1
|
|
|
|
* Thu Jul 22 2021 Petr Viktorin <pviktori@redhat.com> - 0.11.0-1
|
|
|
|
- Update to version 0.11.0
|
|
|
|
- Update to version 0.11.0
|
|
|
|
|
|
|
|
|
|
|
|