Update to version 0.8.2

epel9
Petr Viktorin 4 years ago
parent d079bdd26b
commit 55577a6690

1
.gitignore vendored

@ -1,2 +1,3 @@
/pep517-0.5.0.tar.gz
/pep517-0.7.0.tar.gz
/pep517-0.8.2.tar.gz

@ -1,8 +1,8 @@
%global pypi_name pep517
Name: python-%{pypi_name}
Version: 0.7.0
Release: 6%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Summary: Wrappers to build Python packages using PEP 517 hooks
%bcond_without tests
@ -73,6 +73,9 @@ sed -i '/flake8/d' tox.ini
%changelog
* Fri Oct 09 2020 Petr Viktorin <pviktori@redhat.com> - 0.8.2-1
- Update to version 0.8.2
* Mon Sep 21 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.0-6
- Use %%pyproject_buildrequires to bring in all the needed tools (like pip)
- Resolves rhbz#1880983

@ -1 +1 @@
SHA512 (pep517-0.7.0.tar.gz) = 6c59dd41ec05e5f3b5032ed2d262f4fc4ba51d31cd7e8115f8f128a3e56b9e8ba1ec6140f37be6370561618ab8ad9845422b144db09e6102f8178a2c52756b2a
SHA512 (pep517-0.8.2.tar.gz) = 668569a26a4c21a1b8d6828a26bdcdab62b8c4d5fcaba8d9f9a4740e0fce7f071295e28d91349500b4c7be05ab2c2670986de18f01e2afafc1878101e5ef9af2

Loading…
Cancel
Save