|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 2.0
|
|
|
|
Version: 2.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Utility functions for Python class constructs
|
|
|
|
Summary: Utility functions for Python class constructs
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -87,6 +87,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0-6
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 22 2019 Dan Radez <dradez@redhat.com> - 2.0-5
|
|
|
|
* Tue Aug 22 2019 Dan Radez <dradez@redhat.com> - 2.0-5
|
|
|
|
- Removing the sed . to _ it's confusing and not needed
|
|
|
|
- Removing the sed . to _ it's confusing and not needed
|
|
|
|
|
|
|
|
|
|
|
|