Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-charset-normalizer for
openSUSE:Factory checked in at 2024-11-05 15:39:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-charset-normalizer (Old)
and /work/SRC/openSUSE:Factory/.python-charset-normalizer.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-charset-normalizer"
Tue Nov 5 15:39:43 2024 rev:24 rq:1221058 version:3.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-charset-normalizer/python-charset-normalizer.changes
2024-10-23 21:08:37.774584078 +0200
+++
/work/SRC/openSUSE:Factory/.python-charset-normalizer.new.2020/python-charset-normalizer.changes
2024-11-05 15:39:55.591322121 +0100
@@ -1,0 +2,5 @@
+Mon Oct 28 16:37:52 UTC 2024 - Dirk Müller <[email protected]>
+
+- switch to PEP517 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-charset-normalizer.spec ++++++
--- /var/tmp/diff_new_pack.bn5Rb1/_old 2024-11-05 15:39:55.991338892 +0100
+++ /var/tmp/diff_new_pack.bn5Rb1/_new 2024-11-05 15:39:55.995339060 +0100
@@ -25,7 +25,9 @@
URL: https://github.com/ousret/charset_normalizer
Source:
https://github.com/Ousret/charset_normalizer/archive/refs/tags/%{version}.tar.gz#/charset_normalizer-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
@@ -46,10 +48,10 @@
sed -i '/addopts/d' setup.cfg
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/normalizer
%python_expand %fdupes %{buildroot}%{$python_sitelib}