update to 3.1.0

epel9
Dan Radez 5 years ago
parent c4c2a46ca9
commit 1b2b589a7b

1
.gitignore vendored

@ -1 +1,2 @@
/jaraco.classes-2.0.tar.gz
/jaraco.classes-3.1.0.tar.gz

@ -5,8 +5,8 @@
%bcond_with doc
Name: python-%{pkg_name}
Version: 2.0
Release: 8%{?dist}
Version: 3.1.0
Release: 1%{?dist}
Summary: Utility functions for Python class constructs
License: MIT
@ -55,6 +55,8 @@ rm -rf %{pkg_name}.egg-info
# https://src.fedoraproject.org/rpms/python-pytest-flake8/pull-request/2
# AttributeError: 'Application' object has no attribute 'make_notifier'
sed -i 's/ --flake8//' pytest.ini
sed -i 's/ --black//' pytest.ini
sed -i 's/ --cov//' pytest.ini
%build
%py3_build
@ -87,6 +89,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%endif
%changelog
* Wed Feb 12 2020 Dan Radez <dan@radez.net> - 3.1.0
- update to 3.1.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1,2 @@
SHA512 (jaraco.classes-2.0.tar.gz) = 83c9a570f951ef6c3708243dce6397cfbfe963db5920550ac807878a69860b34831af5f277f956fd0b327d85462676fd6386a22d6d97c7616e01ca81d7ace694
SHA512 (jaraco.classes-3.1.0.tar.gz) = 697d892a01c4e8ad83f57e69dcd744f976cea67fa3efcd55b10eda02f6bf1916162c0fa952d0d711e62f62fdff62740ee55a93be9fc46ebd4ab22416092f0ff6

Loading…
Cancel
Save