Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2025-06-18 17:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and      /work/SRC/openSUSE:Factory/.httpie.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httpie"

Wed Jun 18 17:59:17 2025 rev:20 rq:1286687 version:3.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/httpie/httpie.changes    2025-05-26 
18:36:42.454377206 +0200
+++ /work/SRC/openSUSE:Factory/.httpie.new.19631/httpie.changes 2025-06-18 
17:59:38.404782416 +0200
@@ -1,0 +2,5 @@
+Tue Jun 17 05:25:43 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Use pyproject macros to build and install.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ httpie.spec ++++++
--- /var/tmp/diff_new_pack.myG5eM/_old  2025-06-18 17:59:39.052809395 +0200
+++ /var/tmp/diff_new_pack.myG5eM/_new  2025-06-18 17:59:39.052809395 +0200
@@ -20,7 +20,7 @@
 %define _commit 2105caa
 
 %define primary_python python313
-%define python_version 3.13
+%define pythons %{primary_python}
 
 Name:           httpie
 Version:        3.2.4
@@ -81,12 +81,12 @@
 
 %build
 export LC_CTYPE=en_US.UTF-8
-python%{python_version} setup.py build
+%pyproject_wheel
 
 %install
 export LC_CTYPE=en_US.UTF-8
-python%{python_version} setup.py install --root=%{buildroot}
-%fdupes %{buildroot}%{_prefix}/lib/python%{python_version}/site-packages
+%pyproject_install
+%fdupes %{buildroot}%{python_sitelib}
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/http.1
 mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
 # Install bash & fish completion, credit to Fedora for providing this: 
https://src.fedoraproject.org/rpms/httpie/blob/rawhide/f/httpie.spec
@@ -109,7 +109,8 @@
 %{_bindir}/http
 %{_bindir}/https
 %{_bindir}/%{name}
-%{_prefix}/lib/python%{python_version}/site-packages/httpie*
+%{python_sitelib}/httpie
+%{python_sitelib}/httpie-%{version}.dist-info
 %{_mandir}/man1/http.1%{?ext_man}
 %{_mandir}/man1/https.1%{?ext_man}
 %{_mandir}/man1/%{name}.1%{?ext_man}

Reply via email to