|
|
b5a529 |
%global modname zope.testing
|
|
|
b5a529 |
|
|
|
b5a529 |
|
|
|
b5a529 |
Name: python-zope-testing
|
|
|
b5a529 |
Version: 4.7
|
|
|
b5a529 |
Release: 4%{?dist}
|
|
|
b5a529 |
Summary: Zope Testing Framework
|
|
|
b5a529 |
License: ZPLv2.1
|
|
|
b5a529 |
URL: https://pypi.io/project/%{modname}
|
|
|
b5a529 |
Source0: https://pypi.io/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
|
|
|
b5a529 |
|
|
|
b5a529 |
BuildArch: noarch
|
|
|
b5a529 |
|
|
|
b5a529 |
%description
|
|
|
b5a529 |
This package provides a number of testing frameworks. It includes a
|
|
|
b5a529 |
flexible test runner, and supports both doctest and unittest.
|
|
|
b5a529 |
|
|
|
b5a529 |
|
|
|
b5a529 |
%package -n python%{python3_pkgversion}-zope-testing
|
|
|
b5a529 |
Summary: Zope Testing Framework
|
|
|
b5a529 |
%{?python_provide:%python_provide python%{python3_pkgversion}-zope-testing}
|
|
|
b5a529 |
|
|
|
b5a529 |
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
b5a529 |
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
b5a529 |
|
|
|
b5a529 |
%description -n python%{python3_pkgversion}-zope-testing
|
|
|
b5a529 |
This package provides a number of testing frameworks. It includes a
|
|
|
b5a529 |
flexible test runner, and supports both doctest and unittest.
|
|
|
b5a529 |
|
|
|
b5a529 |
%prep
|
|
|
b5a529 |
%setup -q -n %{modname}-%{version}
|
|
|
b5a529 |
|
|
|
b5a529 |
rm -rf %{modname}.egg-info
|
|
|
b5a529 |
|
|
|
b5a529 |
%build
|
|
|
b5a529 |
%{py3_build}
|
|
|
b5a529 |
|
|
|
b5a529 |
%install
|
|
|
b5a529 |
%{py3_install}
|
|
|
b5a529 |
# __init__.py* are not needed since .pth file is used
|
|
|
b5a529 |
rm -f %{buildroot}%{python3_sitelib}/zope/__init__.py*
|
|
|
b5a529 |
|
|
|
b5a529 |
%check
|
|
|
b5a529 |
%{__python3} setup.py test
|
|
|
b5a529 |
|
|
|
b5a529 |
%files -n python%{python3_pkgversion}-zope-testing
|
|
|
b5a529 |
%doc CHANGES.rst README.rst src/zope/testing/*.txt
|
|
|
b5a529 |
%license COPYRIGHT.txt LICENSE.txt
|
|
|
b5a529 |
%{python3_sitelib}/zope/testing/
|
|
|
b5a529 |
%exclude %{python3_sitelib}/zope/testing/*.txt
|
|
|
b5a529 |
%{python3_sitelib}/%{modname}-*.egg-info
|
|
|
b5a529 |
%{python3_sitelib}/%{modname}-*-nspkg.pth
|
|
|
b5a529 |
|
|
|
b5a529 |
%changelog
|
|
|
b5a529 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-4
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.7-3
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 4.7-2
|
|
|
b5a529 |
- Rebuilt for Python 3.9
|
|
|
b5a529 |
|
|
|
b5a529 |
* Mon Mar 23 2020 Lumír Balhar <lbalhar@redhat.com> - 4.7-1
|
|
|
b5a529 |
- Update to 4.7 (#1460853)
|
|
|
b5a529 |
- Removed unnecessary dependencies, fixed license files
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-12
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Fri Sep 20 2019 Miro Hrončok <mhroncok@redhat.com> - 4.6.1-11
|
|
|
b5a529 |
- Subpackage python2-zope-testing has been removed
|
|
|
b5a529 |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
b5a529 |
|
|
|
b5a529 |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 4.6.1-10
|
|
|
b5a529 |
- Rebuilt for Python 3.8
|
|
|
b5a529 |
|
|
|
b5a529 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-9
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Mar 09 2019 Carl George <carl@george.computer> - 4.6.1-8
|
|
|
b5a529 |
- EPEL compatibility
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-7
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-6
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 4.6.1-5
|
|
|
b5a529 |
- Rebuilt for Python 3.7
|
|
|
b5a529 |
|
|
|
b5a529 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-4
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-3
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.1-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Jan 05 2017 Ralph Bean <rbean@redhat.com> - 4.6.1-1
|
|
|
b5a529 |
- new version
|
|
|
b5a529 |
|
|
|
b5a529 |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 4.5.0-6
|
|
|
b5a529 |
- Rebuild for Python 3.6
|
|
|
b5a529 |
|
|
|
b5a529 |
* Tue Jul 19 2016 Ralph Bean <rbean@redhat.com> - 4.5.0-5
|
|
|
b5a529 |
- Add an explicit python2 subpackage.
|
|
|
b5a529 |
- Modernize python macros.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.0-4
|
|
|
b5a529 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-3
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.0-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
b5a529 |
|
|
|
b5a529 |
* Wed Sep 16 2015 Ralph Bean <rbean@redhat.com> - 4.5.0-1
|
|
|
b5a529 |
- new version
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Wed Aug 20 2014 Ralph Bean <rbean@redhat.com> - 4.1.3-1
|
|
|
b5a529 |
- Latest upstream.
|
|
|
b5a529 |
- Modernized python macros.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.2-4
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 4.1.2-3
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.2-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Mon Feb 25 2013 Ralph Bean <rbean@redhat.com> - 4.1.2-1
|
|
|
b5a529 |
- Latest upstream.
|
|
|
b5a529 |
- Enabled python3 tests in the check section.
|
|
|
b5a529 |
- Updated the with_python3 conditional.
|
|
|
b5a529 |
- README and CHANGES renamed from .txt to .rst.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Tue Dec 11 2012 Ralph Bean <rbean@redhat.com> - 4.1.1-1
|
|
|
b5a529 |
- Latest upstream release.
|
|
|
b5a529 |
- Packaged a python3 subpackage.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.3-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Jan 7 2012 Robin Lee <cheeselee@fedoraproject.org> - 3.10.3-1
|
|
|
b5a529 |
- Update to 3.10.3 (ZTK 1.1.3)
|
|
|
b5a529 |
|
|
|
b5a529 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.2-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Mon Jan 3 2011 Robin Lee <cheeselee@fedoraproject.org> - 3.10.2-1
|
|
|
b5a529 |
- Update to 3.10.2
|
|
|
b5a529 |
- Move the documents to proper place
|
|
|
b5a529 |
- Run the tests
|
|
|
b5a529 |
|
|
|
b5a529 |
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.10.0-2
|
|
|
b5a529 |
- Requirement: python-zope-filesystem removed, python-zope-exceptions added
|
|
|
b5a529 |
- Spec cleaned up
|
|
|
b5a529 |
|
|
|
b5a529 |
* Mon Aug 30 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.10.0-1
|
|
|
b5a529 |
- Update to 3.10.0
|
|
|
b5a529 |
- Rearrange documents
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Jul 31 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-5
|
|
|
b5a529 |
- actually remove the requirement on python-zope-exceptions this time
|
|
|
b5a529 |
|
|
|
b5a529 |
* Fri Jul 30 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-4
|
|
|
b5a529 |
- add missing build-time requirement on python-setuptools
|
|
|
b5a529 |
|
|
|
b5a529 |
* Fri Jul 30 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-3
|
|
|
b5a529 |
- remove requirement on python-zope-exceptions for now (bug 619478)
|
|
|
b5a529 |
- add missing zope-testrunner executable to %%files
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-2
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Thu Jun 17 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.9.5-1
|
|
|
b5a529 |
- Update to 3.9.5
|
|
|
b5a529 |
- Rearrange documents
|
|
|
b5a529 |
- Requires: python-zope-interface and python-zope-exceptions added
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.3-4
|
|
|
b5a529 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
b5a529 |
|
|
|
b5a529 |
* Mon Jun 15 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-3
|
|
|
b5a529 |
- Actually fix file conflict with python-zope-filesystem.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sat Jun 13 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-2
|
|
|
b5a529 |
- Fix file conflict with python-zope-filesystem.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Wed Apr 22 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-1
|
|
|
b5a529 |
- Bump to 3.7.3.
|
|
|
b5a529 |
|
|
|
b5a529 |
* Sun Dec 14 2008 Conrad Meyer <konrad@tylerc.org> - 3.7.1-1
|
|
|
b5a529 |
- Initial package.
|