Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
51de68deb0 |
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 5 04:01:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.1:
|
||||||
|
* Drop support for Python 3.7, 3.8.
|
||||||
|
* Add support for Python 3.12, 3.13.
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:39:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:39:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.testing
|
# spec file for package python-zope.testing
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,19 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.testing
|
Name: python-zope.testing
|
||||||
Version: 5.0.1
|
Version: 5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope testing helpers
|
Summary: Zope testing helpers
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: https://pypi.python.org/pypi/zope.testing
|
URL: https://pypi.python.org/pypi/zope.testing
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.testing/zope_testing-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
# Test requirements:
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-setuptools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -83,22 +84,24 @@ wait
|
|||||||
See wait.txt.
|
See wait.txt.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.testing-%{version}
|
%setup -q -n zope_testing-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%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.testing.tests.test_suite
|
%pyunittest -v zope.testing.tests.test_suite
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc COPYRIGHT.txt README.rst
|
%doc COPYRIGHT.txt README.rst
|
||||||
%{python_sitelib}/*
|
%dir %{python_sitelib}/zope
|
||||||
|
%{python_sitelib}/zope/testing
|
||||||
|
%{python_sitelib}/zope[_.]testing-%{version}.dist-info
|
||||||
|
%{python_sitelib}/zope.testing-%{version}*-nspkg.pth
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
zope.testing-5.0.1.tar.gz
(Stored with Git LFS)
BIN
zope.testing-5.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
zope_testing-5.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
zope_testing-5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user