Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-compat-patcher-core for openSUSE:Factory checked in at 2023-11-30 22:00:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-compat-patcher-core (Old) and /work/SRC/openSUSE:Factory/.python-compat-patcher-core.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-compat-patcher-core" Thu Nov 30 22:00:51 2023 rev:6 rq:1129810 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-compat-patcher-core/python-compat-patcher-core.changes 2022-09-27 20:14:06.677850916 +0200 +++ /work/SRC/openSUSE:Factory/.python-compat-patcher-core.new.25432/python-compat-patcher-core.changes 2023-11-30 22:01:38.845780740 +0100 @@ -1,0 +2,8 @@ +Wed Nov 29 12:43:32 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.2: + * drop python 3.6 support + * add Python 3.11 + * Update ReadTheDoc configuration + +------------------------------------------------------------------- Old: ---- compat-patcher-core-2.1.tar.gz New: ---- compat-patch-core-2.2-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-compat-patcher-core.spec ++++++ --- /var/tmp/diff_new_pack.TD1H1T/_old 2023-11-30 22:01:39.333798717 +0100 +++ /var/tmp/diff_new_pack.TD1H1T/_new 2023-11-30 22:01:39.337798865 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-compat-patcher-core # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-compat-patcher-core -Version: 2.1 +Version: 2.2 Release: 0 Summary: Python patcher system License: MIT Group: Development/Languages/Python URL: https://github.com/pakal/compat-patcher-core -Source: https://files.pythonhosted.org/packages/source/c/compat-patcher-core/compat-patcher-core-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +Source: https://github.com/pakal/compat-patcher-core/archive/refs/tags/release-%{version}.tar.gz#/compat-patch-core-%{version}-gh.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: cookiecutter > 1.6.0 BuildRequires: dos2unix BuildRequires: fdupes @@ -47,16 +48,13 @@ Python patcher system to allow easy and lasting API compatibility. %prep -%setup -q -n compat-patcher-core-%{version} -sed -i 's/python setup/python3 setup/' tests/*.py -dos2unix CHANGELOG -rm pytest.ini +%setup -q -n compat-patcher-core-release-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -68,5 +66,6 @@ %files %{python_files} %doc AUTHORS CHANGELOG README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/compat_patcher_core +%{python_sitelib}/compat_patcher_core-%{version}.dist-info