15
0

4 Commits

Author SHA256 Message Date
c93d3bd4ff Accepting request 1325519 from devel:languages:python
- Update to 8.1:
  * Remove unnecessary setuptools runtime dependency.
  * Replace pkg_resources namespace with PEP 420 native namespace.
  * Add support for Python 3.12, 3.13.
  * Drop support for Python 3.7, 3.8.
- BuildRequire ourselves for the test flavor.

OBS-URL: https://build.opensuse.org/request/show/1325519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=19
2026-01-06 16:45:51 +00:00
21292e9e14 - Update to 8.1:
* Remove unnecessary setuptools runtime dependency.
  * Replace pkg_resources namespace with PEP 420 native namespace.
  * Add support for Python 3.12, 3.13.
  * Drop support for Python 3.7, 3.8.
- BuildRequire ourselves for the test flavor.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=36
2026-01-06 04:41:14 +00:00
6952209d24 Accepting request 1274645 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1274645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.schema?expand=0&rev=18
2025-05-05 20:29:50 +00:00
3d30719198 - Modernize packaging
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=34
2025-05-05 14:55:50 +00:00
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 6 04:40:57 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.1:
* Remove unnecessary setuptools runtime dependency.
* Replace pkg_resources namespace with PEP 420 native namespace.
* Add support for Python 3.12, 3.13.
* Drop support for Python 3.7, 3.8.
- BuildRequire ourselves for the test flavor.
-------------------------------------------------------------------
Mon May 5 11:08:56 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.schema
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.schema%{psuffix}
Version: 7.0.1
Version: 8.1
Release: 0
Summary: Zope interface extension for defining data schemas
License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.schema
Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
Source: https://files.pythonhosted.org/packages/source/z/zope.schema/zope_schema-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -41,9 +41,8 @@ Requires: python-zope.event
Requires: python-zope.interface >= 5.0.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module zope.event}
BuildRequires: %{python_module zope.i18nmessageid}
BuildRequires: %{python_module zope.interface >= 3.6.0}
BuildRequires: %{python_module zope.schema = %{version}}
BuildRequires: %{python_module zope.testing}
BuildRequires: %{python_module zope.testrunner}
%endif
@@ -60,7 +59,7 @@ specify characteristics such as its value being read-only or not
required.
%prep
%setup -q -n zope.schema-%{version}
%setup -q -n zope_schema-%{version}
rm -rf zope.schema.egg-info
%build
@@ -83,8 +82,7 @@ rm -rf zope.schema.egg-info
%doc COPYRIGHT.txt CHANGES.rst README.rst
%dir %{python_sitelib}/zope
%{python_sitelib}/zope/schema
%{python_sitelib}/zope[_.]schema-%{version}*info
%{python_sitelib}/zope.schema-%{version}*pth
%{python_sitelib}/zope[_.]schema-%{version}.dist-info
%endif
%changelog

Binary file not shown.

3
zope_schema-8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d9faa7f91a7bf09fcab2c039d9182fcc9ce7042dc77e18d3df277904aee0948
size 109902