Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.schema for openSUSE:Factory checked in at 2025-05-05 22:29:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.schema (Old) and /work/SRC/openSUSE:Factory/.python-zope.schema.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.schema" Mon May 5 22:29:50 2025 rev:18 rq:1274645 version:7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.schema/python-zope.schema.changes 2023-06-04 16:41:25.549709589 +0200 +++ /work/SRC/openSUSE:Factory/.python-zope.schema.new.30101/python-zope.schema.changes 2025-05-05 22:59:47.089018097 +0200 @@ -1,0 +2,5 @@ +Mon May 5 11:08:56 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Modernize packaging + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.schema.spec ++++++ --- /var/tmp/diff_new_pack.FEQHM2/_old 2025-05-05 22:59:48.749087894 +0200 +++ /var/tmp/diff_new_pack.FEQHM2/_new 2025-05-05 22:59:48.765088567 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-zope.schema # -# Copyright (c) 2023 SUSE LLC +# 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 @@ -33,6 +33,7 @@ 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} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -63,11 +64,11 @@ rm -rf zope.schema.egg-info %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -80,6 +81,9 @@ %files %{python_files} %license LICENSE.txt %doc COPYRIGHT.txt CHANGES.rst README.rst -%{python_sitelib}/* +%dir %{python_sitelib}/zope +%{python_sitelib}/zope/schema +%{python_sitelib}/zope[_.]schema-%{version}*info +%{python_sitelib}/zope.schema-%{version}*pth %endif