commit python-zope.proxy for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.proxy for openSUSE:Factory checked in at 2023-12-17 21:28:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.proxy (Old) and /work/SRC/openSUSE:Factory/.python-zope.proxy.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-zope.proxy" Sun Dec 17 21:28:53 2023 rev:16 rq:1133582 version:5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.proxy/python-zope.proxy.changes 2023-06-12 15:24:29.386355673 +0200 +++ /work/SRC/openSUSE:Factory/.python-zope.proxy.new.25432/python-zope.proxy.changes 2023-12-17 21:28:59.970338321 +0100 @@ -1,0 +2,9 @@ +Sat Dec 16 08:44:36 UTC 2023 - Dirk Müller <dmueller@suse.com> + +- update to 5.1: + * Add support for Python 3.12. + * Drop support for Python 2.7, 3.5, 3.6. + * Remove proxying code for names that no longer exist in Python + 3 like ``__long__`` and some others. + +------------------------------------------------------------------- Old: ---- zope.proxy-4.6.1.tar.gz New: ---- zope.proxy-5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.proxy.spec ++++++ --- /var/tmp/diff_new_pack.68ulgq/_old 2023-12-17 21:29:00.754366792 +0100 +++ /var/tmp/diff_new_pack.68ulgq/_new 2023-12-17 21:29:00.754366792 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,6 @@ # -%{?sle15_python_module_pythons} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -26,16 +25,19 @@ %define psuffix %{nil} %bcond_with test %endif + +%{?sle15_python_module_pythons} Name: python-zope.proxy%{psuffix} -Version: 4.6.1 +Version: 5.1 Release: 0 Summary: Generic Transparent Proxies License: ZPL-2.1 Group: Development/Languages/Python URL: https://github.com/zopefoundation/zope.proxy Source: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -68,11 +70,11 @@ rm -rf zope.proxy.egg-info %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %{python_expand rm %{buildroot}%{$python_sitearch}/zope/proxy/_zope_proxy_proxy.c %fdupes %{buildroot}%{$python_sitearch} } @@ -88,7 +90,9 @@ %license LICENSE.txt %doc COPYRIGHT.txt CHANGES.rst README.rst %exclude %{python_sitearch}/zope/proxy/proxy.h -%{python_sitearch}/* +%{python_sitearch}/zope/proxy +%{python_sitearch}/zope.proxy-%{version}-py*-nspkg.pth +%{python_sitearch}/zope.proxy-%{version}.dist-info %files %{python_files devel} %dir %{python_sysconfig_path include}/zope.proxy ++++++ zope.proxy-4.6.1.tar.gz -> zope.proxy-5.1.tar.gz ++++++ ++++ 2079 lines of diff (skipped)
participants (1)
-
Source-Sync