|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-zope-testing
|
|
|
|
|
Version: 4.6.1
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Version: 4.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Zope Testing Framework
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
|
URL: https://pypi.io/project/%{modname}
|
|
|
|
@ -22,10 +22,6 @@ Summary: Zope Testing Framework
|
|
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-zope-exceptions
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-zope-interface
|
|
|
|
|
Requires: python%{python3_pkgversion}-zope-exceptions
|
|
|
|
|
Requires: python%{python3_pkgversion}-zope-interface
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-zope-testing
|
|
|
|
|
This package provides a number of testing frameworks. It includes a
|
|
|
|
@ -48,13 +44,18 @@ rm -f %{buildroot}%{python3_sitelib}/zope/__init__.py*
|
|
|
|
|
%{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-zope-testing
|
|
|
|
|
%doc COPYRIGHT.txt LICENSE.txt CHANGES.rst README.rst src/zope/testing/*.txt
|
|
|
|
|
%doc CHANGES.rst README.rst src/zope/testing/*.txt
|
|
|
|
|
%license COPYRIGHT.txt LICENSE.txt
|
|
|
|
|
%{python3_sitelib}/zope/testing/
|
|
|
|
|
%exclude %{python3_sitelib}/zope/testing/*.txt
|
|
|
|
|
%{python3_sitelib}/%{modname}-*.egg-info
|
|
|
|
|
%{python3_sitelib}/%{modname}-*-nspkg.pth
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 23 2020 Lumír Balhar <lbalhar@redhat.com> - 4.7-1
|
|
|
|
|
- Update to 4.7 (#1460853)
|
|
|
|
|
- Removed unnecessary dependencies, fixed license files
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|