Update to 3.5.0 and reenable checks

epel9
Dan Radez 3 years ago
parent edf76ebee0
commit 395972d16c

7
.gitignore vendored

@ -1,6 +1 @@
/jaraco.functools-3.0.0.tar.gz
/jaraco.functools-3.0.1.tar.gz
/jaraco.functools-3.1.0.tar.gz
/jaraco.functools-3.2.1.tar.gz
/jaraco.functools-3.3.0.tar.gz
/jaraco.functools-3.4.0.tar.gz
/jaraco.functools-3.5.0.tar.gz

@ -5,7 +5,7 @@
%bcond_with docs
Name: python-%{pkg_name}
Version: 3.4.0
Version: 3.5.0
Release: 1%{?dist}
Summary: Functools like those found in stdlib
@ -67,10 +67,7 @@ rm -rf html/.{doctrees,buildinfo}
%py3_install
%check
# disabled for right now, need a newer version of pytest-flake8
# https://src.fedoraproject.org/rpms/python-pytest-flake8/pull-request/2
# AttributeError: 'Application' object has no attribute 'make_notifier'
# LANG=C.utf-8 %%{__python3} -m pytest --ignore=build
LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%files -n python3-%{pkg_name}
%license LICENSE
@ -89,6 +86,10 @@ rm -rf html/.{doctrees,buildinfo}
%endif
%changelog
* Tue Jan 04 2022 Dan Radez <dradez@redhat.com> - 3.5.0-1
- updating to 3.5.0
- Reenabled checks! Yay \o/
* Mon Dec 06 2021 Dan Radez <dradez@redhat.com> - 3.4.0-1
- updating to 3.4.0

@ -1,2 +1 @@
SHA512 (jaraco.functools-3.3.0.tar.gz) = fc7c5a11a3411692066f4437d76ace7e8a00af2152256ea9f730254b577e74163342298d5b33d472c744cbad5dd316b56345d05aa93ef6f82bc92d6aadb2f2ec
SHA512 (jaraco.functools-3.4.0.tar.gz) = ae15014e566b7f18e456d9da2d02b9508b9c5a00e24f24316c44ab65ad655b97942af0094c33d3be777cc5e743b975cde6e15e72f9a003365f9a0efaae4f6dac
SHA512 (jaraco.functools-3.5.0.tar.gz) = 7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c

Loading…
Cancel
Save