|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 3.5.1
|
|
|
|
Version: 3.5.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Functools like those found in stdlib
|
|
|
|
Summary: Functools like those found in stdlib
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -86,6 +86,9 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Dan Radez <dradez@redhat.com> - 3.5.1-1
|
|
|
|
* Wed Jul 20 2022 Dan Radez <dradez@redhat.com> - 3.5.1-1
|
|
|
|
- update to 3.5.1
|
|
|
|
- update to 3.5.1
|
|
|
|
- switched from py3 macros to pyproject macros
|
|
|
|
- switched from py3 macros to pyproject macros
|
|
|
|