Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-requestsexceptions for openSUSE:Factory checked in at 2025-06-11 16:28:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-requestsexceptions (Old) and /work/SRC/openSUSE:Factory/.python-requestsexceptions.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requestsexceptions" Wed Jun 11 16:28:22 2025 rev:7 rq:1284844 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-requestsexceptions/python-requestsexceptions.changes 2021-11-08 17:24:58.784724650 +0100 +++ /work/SRC/openSUSE:Factory/.python-requestsexceptions.new.19631/python-requestsexceptions.changes 2025-06-11 16:29:52.220843978 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 13:05:09 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requestsexceptions.spec ++++++ --- /var/tmp/diff_new_pack.BIKpA3/_old 2025-06-11 16:29:52.928873513 +0200 +++ /var/tmp/diff_new_pack.BIKpA3/_new 2025-06-11 16:29:52.932873680 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-requestsexceptions # -# Copyright (c) 2021 SUSE LLC +# 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,20 +16,20 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-requestsexceptions Version: 1.4.0 Release: 0 Summary: Import exceptions from potentially bundled packages in requests License: Apache-2.0 Group: Development/Languages/Python -URL: http://www.openstack.org/ +URL: https://www.openstack.org/ Source: https://files.pythonhosted.org/packages/source/r/requestsexceptions/requestsexceptions-%{version}.tar.gz BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -44,10 +44,10 @@ %setup -q -n requestsexceptions-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %check # no tests found @@ -55,5 +55,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/requestsexceptions +%{python_sitelib}/requestsexceptions-%{version}*-info