Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-http-ece for openSUSE:Factory 
checked in at 2025-05-30 14:33:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-http-ece (Old)
 and      /work/SRC/openSUSE:Factory/.python-http-ece.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-http-ece"

Fri May 30 14:33:43 2025 rev:5 rq:1280839 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-http-ece/python-http-ece.changes  
2023-02-21 15:36:32.996462131 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-http-ece.new.25440/python-http-ece.changes   
    2025-05-30 17:25:52.756629977 +0200
@@ -1,0 +2,5 @@
+Wed May 28 11:29:30 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-http-ece.spec ++++++
--- /var/tmp/diff_new_pack.vSZezR/_old  2025-05-30 17:25:53.216648909 +0200
+++ /var/tmp/diff_new_pack.vSZezR/_new  2025-05-30 17:25:53.216648909 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-http-ece
 #
-# Copyright (c) 2023 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-http-ece
 Version:        1.1.0
 Release:        0
@@ -27,7 +26,9 @@
 Source:         
https://files.pythonhosted.org/packages/source/h/http_ece/http_ece-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/web-push-libs/encrypted-content-encoding/v%{version}/python/http_ece/tests/test_ece.py
 Source2:        
https://raw.githubusercontent.com/web-push-libs/encrypted-content-encoding/master/LICENSE
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-cryptography >= 2.5
@@ -46,10 +47,10 @@
 cp %{SOURCE1} %{SOURCE2} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -58,5 +59,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/http[-_]ece
+%{python_sitelib}/http[-_]ece-%{version}*-info
 

Reply via email to