Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ndg-httpsclient for
openSUSE:Factory checked in at 2025-06-03 17:57:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ndg-httpsclient (Old)
and /work/SRC/openSUSE:Factory/.python-ndg-httpsclient.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ndg-httpsclient"
Tue Jun 3 17:57:02 2025 rev:7 rq:1282323 version:0.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ndg-httpsclient/python-ndg-httpsclient.changes
2020-05-28 09:12:28.600482265 +0200
+++
/work/SRC/openSUSE:Factory/.python-ndg-httpsclient.new.16005/python-ndg-httpsclient.changes
2025-06-03 17:57:46.588147046 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 14:36:11 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ndg-httpsclient.spec ++++++
--- /var/tmp/diff_new_pack.jBDJ4I/_old 2025-06-03 17:57:47.044165953 +0200
+++ /var/tmp/diff_new_pack.jBDJ4I/_new 2025-06-03 17:57:47.044165953 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ndg-httpsclient
#
-# Copyright (c) 2020 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ndg-httpsclient
Version: 0.5.1
Release: 0
@@ -25,13 +24,15 @@
Group: Development/Languages/Python
URL: https://github.com/cedadev/ndg_httpsclient/
Source:
https://files.pythonhosted.org/packages/source/n/ndg_httpsclient/ndg_httpsclient-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pyOpenSSL
Requires: python-pyasn1 >= 0.1.1
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): alts
+Requires(postun): alts
BuildArch: noarch
%python_subpackages
@@ -45,10 +46,10 @@
%setup -q -n ndg_httpsclient-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/ndg_httpclient
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -63,6 +64,7 @@
%files %{python_files}
%doc README.md
%license ndg/httpsclient/LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/ndg
+%{python_sitelib}/ndg[-_]httpsclient-%{version}*-info
%python_alternative %{_bindir}/ndg_httpclient