Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cloudflare for
openSUSE:Factory checked in at 2023-09-06 18:56:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cloudflare (Old)
and /work/SRC/openSUSE:Factory/.python-cloudflare.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cloudflare"
Wed Sep 6 18:56:42 2023 rev:12 rq:1108969 version:2.11.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cloudflare/python-cloudflare.changes
2023-09-04 22:55:03.446896310 +0200
+++
/work/SRC/openSUSE:Factory/.python-cloudflare.new.1766/python-cloudflare.changes
2023-09-06 18:58:21.987929132 +0200
@@ -1,0 +2,7 @@
+Tue Sep 5 03:12:24 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- Stop using greedy globs in %files.
+- Drop unneeded {Build,}Requires on future.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cloudflare.spec ++++++
--- /var/tmp/diff_new_pack.Dkvrab/_old 2023-09-06 18:58:23.011965637 +0200
+++ /var/tmp/diff_new_pack.Dkvrab/_new 2023-09-06 18:58:23.015965779 +0200
@@ -22,20 +22,19 @@
Release: 0
Summary: Python wrapper for the Cloudflare v4 API
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/cloudflare/python-cloudflare
Source:
https://files.pythonhosted.org/packages/source/c/cloudflare/cloudflare-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module beautifulsoup4}
-BuildRequires: %{python_module future}
BuildRequires: %{python_module jsonlines}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests >= 2.4.2}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
Requires: python-beautifulsoup4
-Requires: python-future
Requires: python-jsonlines
Requires: python-requests >= 2.4.2
Requires(post): update-alternatives
@@ -50,10 +49,10 @@
%setup -q -n cloudflare-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/cli4
%python_clone -a %{buildroot}%{_mandir}/man1/cli4.1
# remove examples from sitelib
@@ -74,6 +73,8 @@
%license LICENSE
%python_alternative %{_bindir}/cli4
%python_alternative %{_mandir}/man1/cli4.1
-%{python_sitelib}/*
+%{python_sitelib}/CloudFlare
+%{python_sitelib}/cli4
+%{python_sitelib}/cloudflare-%{version}.dist-info
%changelog