forked from pool/python-zope.deprecation
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f802b1042d | |||
| 09e1f7f82f | |||
| 4597cd6833 | |||
| 424e7426e0 | |||
| c70f680e54 | |||
| 93ef9d5c40 |
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 10:32:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.0:
|
||||||
|
* Replace pkg_resources namespace with PEP 420 native
|
||||||
|
namespace.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 5 11:23:05 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 09:49:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.1
|
||||||
|
* Add support for Python 3.12, 3.13.
|
||||||
|
* Drop support for Python 3.7, 3.8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 25 08:11:55 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Tue Jul 25 08:11:55 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.deprecation
|
# spec file for package python-zope.deprecation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,12 +19,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.deprecation
|
Name: python-zope.deprecation
|
||||||
Version: 5.0
|
Version: 6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Deprecation Infrastructure
|
Summary: Zope Deprecation Infrastructure
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: https://pypi.python.org/pypi/zope.deprecation
|
URL: https://pypi.python.org/pypi/zope.deprecation
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.deprecation/zope.deprecation-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.deprecation/zope_deprecation-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -49,27 +50,25 @@ Provides: %{python_module zope.deprecation-doc = %{version}}
|
|||||||
This package contains documentation files for %{name}.
|
This package contains documentation files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.deprecation-%{version}
|
%setup -q -n zope_deprecation-%{version}
|
||||||
rm -rf zope.deprecation.egg-info
|
rm -rf zope_deprecation.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd build/lib
|
|
||||||
%pyunittest -v zope.deprecation.tests
|
%pyunittest -v zope.deprecation.tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
||||||
%dir %{python_sitelib}/zope
|
%dir %{python_sitelib}/zope
|
||||||
%{python_sitelib}/zope.deprecation-%{version}*-info
|
%{python_sitelib}/zope[_.]deprecation-%{version}*info
|
||||||
%{python_sitelib}/zope.deprecation-%{version}*-nspkg.pth
|
|
||||||
%{python_sitelib}/zope/deprecation
|
%{python_sitelib}/zope/deprecation
|
||||||
|
|
||||||
%files -n %{name}-doc
|
%files -n %{name}-doc
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7c32d3392036b2145c40b3103e7322db68662ab09b7267afe1532a9d93f640f
|
|
||||||
size 23353
|
|
||||||
3
zope_deprecation-6.0.tar.gz
Normal file
3
zope_deprecation-6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18727ebda8e63a6d4bd28a290e8b46852e9f14473debb5cc40a0a2dccfadf15f
|
||||||
|
size 24480
|
||||||
Reference in New Issue
Block a user