Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-coloredlogs for openSUSE:Factory checked in at 2023-04-21 18:48:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-coloredlogs (Old) and /work/SRC/openSUSE:Factory/.python-coloredlogs.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coloredlogs" Fri Apr 21 18:48:16 2023 rev:12 rq:1081966 version:15.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-coloredlogs/python-coloredlogs.changes 2022-03-11 11:31:57.897964524 +0100 +++ /work/SRC/openSUSE:Factory/.python-coloredlogs.new.1533/python-coloredlogs.changes 2023-04-21 18:48:32.780437341 +0200 @@ -1,0 +2,10 @@ +Fri Apr 21 12:23:28 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Fri Apr 14 12:01:30 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Switch to single spec version build for PSP + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-coloredlogs.spec ++++++ --- /var/tmp/diff_new_pack.xvgRuq/_old 2023-04-21 18:48:33.232439961 +0200 +++ /var/tmp/diff_new_pack.xvgRuq/_new 2023-04-21 18:48:33.240440007 +0200 @@ -17,9 +17,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-coloredlogs Version: 15.0.1 Release: 0 @@ -35,7 +33,8 @@ BuildRequires: %{python_module humanfriendly >= 9.1} BuildRequires: %{python_module pytest >= 3.0.3} BuildRequires: %{python_module pytest-cov >= 2.3.1} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: %{python_module verboselogs >= 1.7} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -57,14 +56,13 @@ using Colorama. %prep -%setup -q -n coloredlogs-%{version} -%autopatch -p1 +%autosetup -p1 -n coloredlogs-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/coloredlogs %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -85,6 +83,6 @@ %python_alternative %{_bindir}/coloredlogs %{python_sitelib}/coloredlogs/ %{python_sitelib}/coloredlogs.pth -%{python_sitelib}/coloredlogs-%{version}-py*.egg-info +%{python_sitelib}/coloredlogs-%{version}*-info %changelog