Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-h11 for openSUSE:Factory 
checked in at 2024-02-06 16:33:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-h11 (Old)
 and      /work/SRC/openSUSE:Factory/.python-h11.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-h11"

Tue Feb  6 16:33:02 2024 rev:12 rq:1144406 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-h11/python-h11.changes    2023-04-22 
22:01:34.625617014 +0200
+++ /work/SRC/openSUSE:Factory/.python-h11.new.1815/python-h11.changes  
2024-02-06 16:33:14.136191256 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 21:36:32 UTC 2024 - Dirk Müller <[email protected]>
+
+- spec cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-h11.spec ++++++
--- /var/tmp/diff_new_pack.BJ6FUA/_old  2024-02-06 16:33:14.512204945 +0100
+++ /var/tmp/diff_new_pack.BJ6FUA/_new  2024-02-06 16:33:14.512204945 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-h11
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-h11
 Version:        0.14.0
@@ -26,7 +24,9 @@
 License:        MIT
 URL:            https://github.com/python-hyper/h11
 Source:         
https://files.pythonhosted.org/packages/source/h/h11/h11-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -43,10 +43,10 @@
 %setup -q -n h11-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -55,5 +55,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/h11
+%{python_sitelib}/h11-%{version}.dist-info
 

Reply via email to