|
|
541066 |
|
|
|
541066 |
Name: python-zope-event
|
|
|
541066 |
Version: 4.2.0
|
|
|
541066 |
Release: 20%{?dist}
|
|
|
541066 |
Summary: Zope Event Publication
|
|
|
541066 |
License: ZPLv2.1
|
|
|
541066 |
URL: http://pypi.python.org/pypi/zope.event/
|
|
|
541066 |
Source0: https://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
|
|
|
541066 |
BuildArch: noarch
|
|
|
541066 |
|
|
|
541066 |
%description
|
|
|
541066 |
The zope.event package provides a simple event system. It provides
|
|
|
541066 |
an event publishing system and a very simple event-dispatching system
|
|
|
541066 |
on which more sophisticated event dispatching systems can be built.
|
|
|
541066 |
(For example, a type-based event dispatching system that builds on
|
|
|
541066 |
zope.event can be found in zope.component.)
|
|
|
541066 |
|
|
|
541066 |
%package -n python3-zope-event
|
|
|
541066 |
Summary: Zope Event Publication (Python 3)
|
|
|
541066 |
%{?python_provide:%python_provide python3-zope-event}
|
|
|
541066 |
|
|
|
541066 |
BuildRequires: make
|
|
|
541066 |
BuildRequires: python3-devel
|
|
|
541066 |
BuildRequires: python3-setuptools
|
|
|
541066 |
|
|
|
541066 |
BuildRequires: python3-sphinx
|
|
|
541066 |
|
|
|
541066 |
Requires: python3
|
|
|
541066 |
|
|
|
541066 |
%description -n python3-zope-event
|
|
|
541066 |
The zope.event package provides a simple event system. It provides
|
|
|
541066 |
an event publishing system and a very simple event-dispatching system
|
|
|
541066 |
on which more sophisticated event dispatching systems can be built.
|
|
|
541066 |
(For example, a type-based event dispatching system that builds on
|
|
|
541066 |
zope.event can be found in zope.component.)
|
|
|
541066 |
|
|
|
541066 |
This package contains the version for Python 3.
|
|
|
541066 |
|
|
|
541066 |
%prep
|
|
|
541066 |
%setup -q -n zope.event-%{version}
|
|
|
541066 |
rm -rf %{modname}.egg-info
|
|
|
541066 |
|
|
|
541066 |
%build
|
|
|
541066 |
%py3_build
|
|
|
541066 |
|
|
|
541066 |
# build the sphinx documents
|
|
|
541066 |
pushd docs
|
|
|
541066 |
PYTHONPATH=../src make SPHINXBUILD=sphinx-build-3 html
|
|
|
541066 |
rm -f _build/html/.buildinfo
|
|
|
541066 |
popd
|
|
|
541066 |
|
|
|
541066 |
|
|
|
541066 |
%install
|
|
|
541066 |
%py3_install
|
|
|
541066 |
|
|
|
541066 |
%check
|
|
|
541066 |
%{__python3} setup.py test
|
|
|
541066 |
|
|
|
541066 |
%files -n python3-zope-event
|
|
|
541066 |
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
|
|
|
541066 |
%doc docs/_build/html/
|
|
|
541066 |
%license LICENSE.txt
|
|
|
541066 |
%{python3_sitelib}/zope/event/
|
|
|
541066 |
%exclude %{python3_sitelib}/zope/event/tests.py*
|
|
|
541066 |
%exclude %{python3_sitelib}/zope/event/__pycache__/tests*
|
|
|
541066 |
%dir %{python3_sitelib}/zope/
|
|
|
541066 |
#%{python3_sitelib}/zope/__init__*
|
|
|
541066 |
%{python3_sitelib}/zope.event-*.egg-info
|
|
|
541066 |
%{python3_sitelib}/zope.event-*-nspkg.pth
|
|
|
541066 |
|
|
|
541066 |
%changelog
|
|
|
541066 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-20
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-19
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 4.2.0-18
|
|
|
541066 |
- Rebuilt for Python 3.9
|
|
|
541066 |
|
|
|
541066 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-17
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Thu Oct 31 2019 Miro Hrončok <mhroncok@redhat.com> - 4.2.0-16
|
|
|
541066 |
- Subpackage python2-zope-event has been removed
|
|
|
541066 |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
541066 |
|
|
|
541066 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 4.2.0-15
|
|
|
541066 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
541066 |
|
|
|
541066 |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 4.2.0-14
|
|
|
541066 |
- Rebuilt for Python 3.8
|
|
|
541066 |
|
|
|
541066 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-13
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-12
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-11
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 4.2.0-10
|
|
|
541066 |
- Rebuilt for Python 3.7
|
|
|
541066 |
|
|
|
541066 |
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 4.2.0-9
|
|
|
541066 |
- Build the docs with Python 3
|
|
|
541066 |
|
|
|
541066 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-8
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 4.2.0-7
|
|
|
541066 |
- Cleanup spec file conditionals
|
|
|
541066 |
|
|
|
541066 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-6
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-5
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 4.2.0-4
|
|
|
541066 |
- Rebuild for Python 3.6
|
|
|
541066 |
|
|
|
541066 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-3
|
|
|
541066 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
541066 |
|
|
|
541066 |
* Tue Jun 28 2016 Ralph Bean <rbean@redhat.com> - 4.2.0-2
|
|
|
541066 |
- Modernized python macros.
|
|
|
541066 |
- Added an explicit python2 subpackage.
|
|
|
541066 |
|
|
|
541066 |
* Fri Feb 19 2016 Ralph Bean <rbean@redhat.com> - 4.2.0-1
|
|
|
541066 |
- new version
|
|
|
541066 |
|
|
|
541066 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Wed Nov 04 2015 Matej Stuchlik <mstuchli@redhat.com> - 4.1.0-2
|
|
|
541066 |
- Rebuilt for Python 3.5
|
|
|
541066 |
|
|
|
541066 |
* Mon Oct 19 2015 Ralph Bean <rbean@redhat.com> - 4.1.0-1
|
|
|
541066 |
- new version
|
|
|
541066 |
|
|
|
541066 |
* Mon Oct 19 2015 Ralph Bean <rbean@redhat.com> - 4.0.3-4
|
|
|
541066 |
- No longer own zope/__init__.py.
|
|
|
541066 |
|
|
|
541066 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-3
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Wed Oct 15 2014 Ralph Bean <rbean@redhat.com> - 4.0.3-2
|
|
|
541066 |
- Fix a python3 conditional block.
|
|
|
541066 |
|
|
|
541066 |
* Mon Jul 21 2014 Ralph Bean <rbean@redhat.com> - 4.0.3-1
|
|
|
541066 |
- Latest upstream.
|
|
|
541066 |
|
|
|
541066 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-4
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 4.0.2-3
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
541066 |
|
|
|
541066 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-2
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Thu Feb 14 2013 Ralph Bean <rbean@redhat.com> - 4.0.2-1
|
|
|
541066 |
- Latest upstream.
|
|
|
541066 |
- Conditionalized python3 subpackage for el6.
|
|
|
541066 |
|
|
|
541066 |
* Thu Oct 18 2012 Robin Lee <cheeselee@fedoraproject.org> - 3.5.2-1
|
|
|
541066 |
- Update to 3.5.2 (ZTK 1.1.5)
|
|
|
541066 |
|
|
|
541066 |
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.5.1-4
|
|
|
541066 |
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
541066 |
|
|
|
541066 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-3
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-2
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Thu Sep 1 2011 Robin Lee <cheeselee@fedoraproject.org> - 3.5.1-1
|
|
|
541066 |
- Update to 3.5.1 (#728489)
|
|
|
541066 |
- Build subpackage for Python 3.
|
|
|
541066 |
- Include the sphinx documents
|
|
|
541066 |
- Exclude the module for tests.
|
|
|
541066 |
|
|
|
541066 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0.1-5
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
541066 |
|
|
|
541066 |
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.5.0.1-4
|
|
|
541066 |
- Add a missed percent character
|
|
|
541066 |
|
|
|
541066 |
* Tue Aug 31 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.5.0.1-3
|
|
|
541066 |
- Remove python-zope-filesystem from requirements
|
|
|
541066 |
- Own %%{python_sitelib}/zope/
|
|
|
541066 |
- Spec cleaned up
|
|
|
541066 |
|
|
|
541066 |
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.5.0.1-2
|
|
|
541066 |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
541066 |
|
|
|
541066 |
* Thu Jun 17 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.5.0.1-1
|
|
|
541066 |
- Update to 3.5.0-1
|
|
|
541066 |
- Include more documents
|
|
|
541066 |
|
|
|
541066 |
* Sun Jul 5 2009 Conrad Meyer <konrad@tylerc.org> - 3.4.1-1
|
|
|
541066 |
- Add missing BR on python-setuptools.
|
|
|
541066 |
- Enable testing stuff as zope-testing is in devel.
|
|
|
541066 |
|
|
|
541066 |
* Sun Dec 14 2008 Conrad Meyer <konrad@tylerc.org> - 3.4.0-1
|
|
|
541066 |
- Initial package.
|