forked from pool/python-zope.event
		
	- Modernize packaging
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.event?expand=0&rev=39
This commit is contained in:
		
							
								
								
									
										23
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
## Default LFS
 | 
			
		||||
*.7z filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.bsp filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.gem filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.gz filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.jar filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.lz filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.lzma filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.oxt filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.pdf filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.png filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.rpm filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.tbz filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.tgz filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.ttf filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.txz filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.whl filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.xz filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.zip filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
*.zst filter=lfs diff=lfs merge=lfs -text
 | 
			
		||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
.osc
 | 
			
		||||
							
								
								
									
										27
									
								
								intersphinx.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								intersphinx.patch
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
From cfcb34ea5c61d71c77529cbf2400738473e25bac Mon Sep 17 00:00:00 2001
 | 
			
		||||
From: Michael Howitz <icemac@gmx.net>
 | 
			
		||||
Date: Fri, 9 Aug 2024 18:29:08 +0200
 | 
			
		||||
Subject: Add support for Python 3.12.  - Drop support for Python 3.7
 | 
			
		||||
 | 
			
		||||
--- a/docs/conf.py
 | 
			
		||||
+++ b/docs/conf.py
 | 
			
		||||
@@ -36,7 +36,7 @@
 | 
			
		||||
 templates_path = ['_templates']
 | 
			
		||||
 
 | 
			
		||||
 # The suffix of source filenames.
 | 
			
		||||
-source_suffix = '.rst'
 | 
			
		||||
+source_suffix = {'.rst': 'restructuredtext'}
 | 
			
		||||
 
 | 
			
		||||
 # The encoding of source files.
 | 
			
		||||
 #source_encoding = 'utf-8'
 | 
			
		||||
@@ -203,9 +203,7 @@
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
 # Example configuration for intersphinx: refer to the Python standard library.
 | 
			
		||||
-intersphinx_mapping = {
 | 
			
		||||
-    'https://docs.python.org/': None
 | 
			
		||||
-}
 | 
			
		||||
+intersphinx_mapping = {'python': ('https://docs.python.org/', None)}
 | 
			
		||||
 
 | 
			
		||||
 autodoc_default_flags = ['members', 'show-inheritance']
 | 
			
		||||
 autodoc_member_order = 'bysource'
 | 
			
		||||
							
								
								
									
										201
									
								
								python-zope.event.changes
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										201
									
								
								python-zope.event.changes
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,201 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon May  5 10:42:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
 | 
			
		||||
 | 
			
		||||
- Modernize packaging
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Sep  5 18:28:35 UTC 2024 - Christoph G <foss@grueninger.de>
 | 
			
		||||
 | 
			
		||||
- Add patch intersphinx.patch for compatibility with recent
 | 
			
		||||
  version of Sphinx
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Sep  7 11:11:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
			
		||||
 | 
			
		||||
- update to 5.0:
 | 
			
		||||
  * Drop support for Python 2.7, 3.5, 3.6.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Jul 26 07:28:32 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
 | 
			
		||||
 | 
			
		||||
- Drop sphinx doctrees for reproducible builds
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue May 30 16:19:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
 | 
			
		||||
 | 
			
		||||
- Switch documentation to be within the main package.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed May  3 11:23:16 UTC 2023 - Martin Liška <mliska@suse.cz>
 | 
			
		||||
 | 
			
		||||
- Use sphinx-build and do not depend on removed build_sphinx
 | 
			
		||||
  in Sphinx 7.0 (boo#1211051).
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Apr 21 12:39:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
			
		||||
 | 
			
		||||
- add sle15_python_module_pythons (jsc#PED-68)
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Apr 13 22:46:06 UTC 2023 - Matej Cepl <mcepl@suse.com>
 | 
			
		||||
 | 
			
		||||
- Make calling of %{sle15modernpython} optional.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Feb 10 12:58:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
			
		||||
 | 
			
		||||
- update to 4.6:
 | 
			
		||||
  * Port documentation to Python 3.
 | 
			
		||||
  * Add support for Python 3.10, 3.11.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Sep 24 10:53:37 UTC 2021 - pgajdos@suse.com
 | 
			
		||||
 | 
			
		||||
- %check: do not use setup.py test
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Jul  9 22:27:07 UTC 2021 - Jason Craig <os@jacraig.com>
 | 
			
		||||
 | 
			
		||||
- Update to 4.5.0
 | 
			
		||||
  * Add support for Python 3.8 and 3.9.
 | 
			
		||||
  * Remove support for Python 3.4.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Apr  8 12:08:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
 | 
			
		||||
 | 
			
		||||
- Do not pull in py2 package on doc subpkg
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Apr  5 06:50:58 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
 | 
			
		||||
 | 
			
		||||
- update to version 4.4
 | 
			
		||||
  * Add support for Python 3.6 and 3.7.
 | 
			
		||||
  * Drop support for Python 3.3.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Dec  6 11:45:58 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
 | 
			
		||||
 | 
			
		||||
- Fix fdupes call
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Dec  4 12:56:28 UTC 2018 - Matej Cepl <mcepl@suse.com>
 | 
			
		||||
 | 
			
		||||
- Remove superfluous devel dependency for noarch package
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Jun 21 13:43:17 UTC 2017 - jmatejek@suse.com
 | 
			
		||||
 | 
			
		||||
- use only python3-Sphinx for doc build
 | 
			
		||||
- drop %sitelib redefinition which makes no sense with python-rpm-macros
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Sat Jun 17 16:25:04 UTC 2017 - okurz@suse.com
 | 
			
		||||
 | 
			
		||||
- Update to 4.2.0:
 | 
			
		||||
 * Add support for Python 3.5.
 | 
			
		||||
 * Drop support for Python 2.6 and 3.2.
 | 
			
		||||
- Prevent duplicate doc package generation
 | 
			
		||||
- Cleanup duplicates in build tree
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Sat Jun 17 16:25:00 UTC 2017 - okurz@suse.com
 | 
			
		||||
 | 
			
		||||
- Update to 4.1.0:
 | 
			
		||||
  * Require 100% branch (as well as statement) coverage.
 | 
			
		||||
  * Add a simple class-based handler implementation.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Sat Mar 11 19:49:38 UTC 2017 - okurz@suse.com
 | 
			
		||||
 | 
			
		||||
- Convert package to singlespec
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri May 15 11:47:32 UTC 2015 - benoit.monin@gmx.fr
 | 
			
		||||
 | 
			
		||||
- update to version 4.0.3:
 | 
			
		||||
  * Added support for Python 3.4.
 | 
			
		||||
  * Updated boostrap.py to version 2.2.
 | 
			
		||||
- obsolete previous versions of python-zope-event, not current
 | 
			
		||||
- rename CHANGES.txt to CHANGES.rst: changed upstream
 | 
			
		||||
- rename README.txt to README.rst: changed upstream
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Oct 24 11:17:53 UTC 2013 - speilicke@suse.com
 | 
			
		||||
 | 
			
		||||
- Require python-setuptools instead of distribute (upstreams merged)
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Jul 30 10:45:21 UTC 2013 - hpj@urpla.net
 | 
			
		||||
 | 
			
		||||
- spell out upstream URL in Source:
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon Jul 29 13:43:57 UTC 2013 - hpj@urpla.net
 | 
			
		||||
 | 
			
		||||
- generate documantation in separate -doc package
 | 
			
		||||
- replace bz2 tarball with original gz without trailing garbarge
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Mar 15 13:53:40 UTC 2013 - speilicke@suse.com
 | 
			
		||||
 | 
			
		||||
- Rename to python-zope.event to match usptream name
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Jan 15 14:33:50 UTC 2013 - saschpe@suse.de
 | 
			
		||||
 | 
			
		||||
- Drop the lib dir messing around, the package is noarch
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon Jan 14 14:30:19 UTC 2013 - p.drouand@gmail.com
 | 
			
		||||
 | 
			
		||||
- Initial python3 support
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon Jan 14 14:29:47 UTC 2013 - p.drouand@gmail.com
 | 
			
		||||
 | 
			
		||||
- Update to 4.0.2 version:
 | 
			
		||||
  * Fleshed out PyPI Trove classifiers.
 | 
			
		||||
  * Added support for jython 2.7.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Jan 24 10:48:37 UTC 2012 - coolo@suse.com
 | 
			
		||||
 | 
			
		||||
- remove use of %suse_update_libdir
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Jan 18 17:42:03 UTC 2012 - cdenicolo@suse.com
 | 
			
		||||
 | 
			
		||||
- license update: ZPL-2.1
 | 
			
		||||
  is ZPL-2-1
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Jan 12 11:31:11 UTC 2012 - coolo@suse.com
 | 
			
		||||
 | 
			
		||||
- change license to be in spdx.org format
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Nov 10 15:03:24 UTC 2010 - coolo@novell.com
 | 
			
		||||
 | 
			
		||||
- fix file list
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Sep 16 08:28:39 UTC 2010 - coolo@novell.com
 | 
			
		||||
 | 
			
		||||
- fix build on distributions != 11.3
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Jun 25 13:08:04 UTC 2010 - hvogel@novell.com
 | 
			
		||||
 | 
			
		||||
- Ugly hack to make this an arch package. Apparently it does not
 | 
			
		||||
  work to have bundled modules spread over lib/lib64
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Jun 22 08:58:52 UTC 2010 - hvogel@novell.com
 | 
			
		||||
 | 
			
		||||
- get rid of buildroot removal in install
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Jun  2 14:22:10 UTC 2010 - hvogel@novell.com
 | 
			
		||||
 | 
			
		||||
- Initial Package, Version 3.5.0 
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										84
									
								
								python-zope.event.spec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								python-zope.event.spec
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,84 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package python-zope.event
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2025 SUSE LLC
 | 
			
		||||
#
 | 
			
		||||
# All modifications and additions to the file contributed by third parties
 | 
			
		||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
			
		||||
# upon. The license for this file, and modifications and additions to the
 | 
			
		||||
# file, is the same license as for the pristine package itself (unless the
 | 
			
		||||
# license for the pristine package is not an Open Source License, in which
 | 
			
		||||
# case the license is the MIT License). An "Open Source License" is a
 | 
			
		||||
# license that conforms to the Open Source Definition (Version 1.9)
 | 
			
		||||
# published by the Open Source Initiative.
 | 
			
		||||
 | 
			
		||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
%global modname zope.event
 | 
			
		||||
%{?sle15_python_module_pythons}
 | 
			
		||||
Name:           python-zope.event
 | 
			
		||||
Version:        5.0
 | 
			
		||||
Release:        0
 | 
			
		||||
Summary:        Very basic event publishing system
 | 
			
		||||
License:        ZPL-2.1
 | 
			
		||||
URL:            https://pypi.python.org/pypi/%{modname}
 | 
			
		||||
Source:         https://files.pythonhosted.org/packages/source/z/zope.event/%{modname}-%{version}.tar.gz
 | 
			
		||||
# fix upstream, compatible with recent Sphinx
 | 
			
		||||
Patch1:         intersphinx.patch
 | 
			
		||||
BuildRequires:  %{python_module pip}
 | 
			
		||||
BuildRequires:  %{python_module setuptools}
 | 
			
		||||
BuildRequires:  fdupes
 | 
			
		||||
BuildRequires:  python-rpm-macros
 | 
			
		||||
# Documentation requirements:
 | 
			
		||||
BuildRequires:  python3-Sphinx
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
%python_subpackages
 | 
			
		||||
 | 
			
		||||
%description
 | 
			
		||||
An event publishing system and a very simple event-dispatching system on
 | 
			
		||||
which more sophisticated event dispatching systems can be built. For
 | 
			
		||||
example, a type-based event dispatching system that builds on zope.event
 | 
			
		||||
can be found in zope.component.
 | 
			
		||||
 | 
			
		||||
%package -n %{name}-doc
 | 
			
		||||
Summary:        Very basic event publishing system
 | 
			
		||||
 | 
			
		||||
%description -n %{name}-doc
 | 
			
		||||
This package contains documentation files for %{name}.
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%setup -q -n %{modname}-%{version}
 | 
			
		||||
%autopatch -p1
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
%pyproject_wheel
 | 
			
		||||
export PYTHONPATH=$(pwd)/src
 | 
			
		||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
 | 
			
		||||
 | 
			
		||||
%install
 | 
			
		||||
%pyproject_install
 | 
			
		||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
 | 
			
		||||
 | 
			
		||||
%check
 | 
			
		||||
export PYTHONPATH=$(pwd)/src
 | 
			
		||||
%{python_expand \
 | 
			
		||||
$python -m unittest -v zope.event.tests
 | 
			
		||||
$python -m doctest -v src/zope/event/classhandler.py
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
%files %{python_files}
 | 
			
		||||
%license COPYRIGHT.txt LICENSE.txt
 | 
			
		||||
%doc CHANGES.rst README.rst
 | 
			
		||||
%dir %{python_sitelib}/zope
 | 
			
		||||
%{python_sitelib}/zope/event
 | 
			
		||||
%{python_sitelib}/zope[_.]event-%{version}*info
 | 
			
		||||
%{python_sitelib}/zope.event-%{version}*pth
 | 
			
		||||
 | 
			
		||||
%if 0%{?suse_version} > 1500
 | 
			
		||||
%files -n %{name}-doc
 | 
			
		||||
%endif
 | 
			
		||||
%doc build/sphinx/html/
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								zope.event-5.0.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								zope.event-5.0.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user