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 2022-08-20 20:27:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-charset-normalizer (Old)
and /work/SRC/openSUSE:Factory/.python-charset-normalizer.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-charset-normalizer"
Sat Aug 20 20:27:45 2022 rev:14 rq:998090 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-charset-normalizer/python-charset-normalizer.changes
2022-07-26 19:42:14.632021971 +0200
+++
/work/SRC/openSUSE:Factory/.python-charset-normalizer.new.2083/python-charset-normalizer.changes
2022-08-20 20:27:51.741219415 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 15:34:14 UTC 2022 - Ben Greiner <[email protected]>
+
+- Clean requirements: We don't need anything
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-charset-normalizer.spec ++++++
--- /var/tmp/diff_new_pack.Yf3AJR/_old 2022-08-20 20:27:52.237220790 +0200
+++ /var/tmp/diff_new_pack.Yf3AJR/_new 2022-08-20 20:27:52.241220802 +0200
@@ -16,7 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-charset-normalizer
Version: 2.1.0
@@ -28,25 +28,12 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-cached-property >= 1.5
-Requires: python-dragonmapper >= 0.2
-Requires: python-loguru >= 0.5
-Requires: python-prettytable
-Requires: python-zhon
Requires(post): update-alternatives
Requires(postun):update-alternatives
-Suggests: python-requests
-Suggests: python-requests-html
Suggests: python-unicodedata2
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module prettytable}
-BuildRequires: %{python_module cached-property >= 1.5}
-BuildRequires: %{python_module dragonmapper >= 0.2}
-BuildRequires: %{python_module loguru >= 0.5}
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module zhon}
# /SECTION
%python_subpackages
@@ -55,6 +42,8 @@
%prep
%setup -q -n charset_normalizer-%{version}
+# remove code coverage flags from pytest
+sed -i '/addopts/d' setup.cfg
%build
%python_build
@@ -77,6 +66,7 @@
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/normalizer
-%{python_sitelib}/charset_normalizer*
+%{python_sitelib}/charset_normalizer
+%{python_sitelib}/charset_normalizer-%{version}*-info
%changelog