Update to 0.12.0

epel9
Lumir Balhar 3 years ago
parent 7f51fe041f
commit 39bc46bdcc

1
.gitignore vendored

@ -4,3 +4,4 @@
/pep517-0.9.1.tar.gz
/pep517-0.10.0.tar.gz
/pep517-0.11.0.tar.gz
/pep517-0.12.0.tar.gz

@ -1,7 +1,7 @@
%global pypi_name pep517
Name: python-%{pypi_name}
Version: 0.11.0
Version: 0.12.0
Release: 1%{?dist}
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}
# 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
%generate_buildrequires
@ -68,6 +68,10 @@ sed -i '/pytest-flake8/d' dev-requirements.txt
%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
- Update to version 0.11.0

@ -1 +1 @@
SHA512 (pep517-0.11.0.tar.gz) = 4981aacef2b7bf86205a93753699c1af557a1af6e33214d8ecc99922ba48988a0cedd0e3194839f790c37b751d6caf3c85fd7538f0e33d15a7c97cf20174e4fd
SHA512 (pep517-0.12.0.tar.gz) = 5af1fd2e35414d2a91104c967c48e554c9f838d598e14bc55f9a824c16ba484c817a90065b6734568fc77660bd85b309347392774fb4d54dd969dab8680768e7

Loading…
Cancel
Save