Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests-ftp for
openSUSE:Factory checked in at 2025-06-11 18:34:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-ftp (Old)
and /work/SRC/openSUSE:Factory/.python-requests-ftp.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-ftp"
Wed Jun 11 18:34:41 2025 rev:4 rq:1284837 version:0.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests-ftp/python-requests-ftp.changes
2018-12-24 11:43:17.853350755 +0100
+++
/work/SRC/openSUSE:Factory/.python-requests-ftp.new.19631/python-requests-ftp.changes
2025-06-11 18:35:12.232803206 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 13:01:02 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-ftp.spec ++++++
--- /var/tmp/diff_new_pack.DdAKpC/_old 2025-06-11 18:35:14.156882728 +0200
+++ /var/tmp/diff_new_pack.DdAKpC/_new 2025-06-11 18:35:14.168883223 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-ftp
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,21 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests-ftp
Version: 0.3.1
Release: 0
Summary: FTP Transport Adapter for Requests
License: Apache-2.0
Group: Development/Languages/Python
-Url: http://github.com/Lukasa/requests-ftp
+URL: https://github.com/Lukasa/requests-ftp
Source:
https://files.pythonhosted.org/packages/source/r/requests-ftp/requests-ftp-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
%python_subpackages
%description
@@ -48,15 +47,15 @@
%setup -q -n requests-ftp-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/requests[-_]ftp
+%{python_sitelib}/requests[-_]ftp-%{version}*-info