Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-constantly for openSUSE:Factory checked in at 2024-11-22 23:51:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-constantly (Old) and /work/SRC/openSUSE:Factory/.python-constantly.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-constantly" Fri Nov 22 23:51:07 2024 rev:5 rq:1225806 version:23.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-constantly/python-constantly.changes 2023-09-26 22:08:57.580197851 +0200 +++ /work/SRC/openSUSE:Factory/.python-constantly.new.28523/python-constantly.changes 2024-11-22 23:51:38.837704098 +0100 @@ -1,0 +2,7 @@ +Fri Nov 22 11:57:55 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 23.10.4: + * switch to PEP517 build + * Python 3.12 support + +------------------------------------------------------------------- Old: ---- constantly-15.1.0.tar.gz New: ---- constantly-23.10.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-constantly.spec ++++++ --- /var/tmp/diff_new_pack.8D8SdM/_old 2024-11-22 23:51:40.269763758 +0100 +++ /var/tmp/diff_new_pack.8D8SdM/_new 2024-11-22 23:51:40.285764425 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-constantly # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,17 @@ %{?sle15_python_module_pythons} Name: python-constantly -Version: 15.1.0 +Version: 23.10.4 Release: 0 Summary: Symbolic constants in Python License: MIT Group: Development/Languages/Python URL: https://github.com/twisted/constantly Source: https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module versioneer} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -38,19 +40,18 @@ Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_ project. %prep -%setup -q -n constantly-%{version} -rm -rf versioneer.py +%autosetup -p1 -n constantly-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc README.rst %{python_sitelib}/constantly -%{python_sitelib}/constantly-%{version}*-info +%{python_sitelib}/constantly-%{version}.dist-info ++++++ constantly-15.1.0.tar.gz -> constantly-23.10.4.tar.gz ++++++ ++++ 3267 lines of diff (skipped)