Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kiss-headers for openSUSE:Factory checked in at 2025-05-31 19:16:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiss-headers (Old) and /work/SRC/openSUSE:Factory/.python-kiss-headers.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiss-headers" Sat May 31 19:16:02 2025 rev:4 rq:1281345 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiss-headers/python-kiss-headers.changes 2022-09-30 17:58:13.933304760 +0200 +++ /work/SRC/openSUSE:Factory/.python-kiss-headers.new.16005/python-kiss-headers.changes 2025-05-31 19:16:55.714911241 +0200 @@ -1,0 +2,5 @@ +Fri May 30 09:32:22 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiss-headers.spec ++++++ --- /var/tmp/diff_new_pack.WCsyr1/_old 2025-05-31 19:16:56.374938517 +0200 +++ /var/tmp/diff_new_pack.WCsyr1/_new 2025-05-31 19:16:56.378938682 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-kiss-headers # -# Copyright (c) 2022 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,16 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-kiss-headers Version: 2.3.1 Release: 0 Summary: Python package for parsing HTTP/1.1 style headers to objects License: MIT URL: https://www.kiss-headers.tech/ -Source0: https://pypi.io/packages/source/k/kiss-headers/kiss-headers-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/k/kiss-headers/kiss-headers-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages @@ -38,10 +38,10 @@ %autosetup -n kiss-headers-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # no test files available in the tarball @@ -50,5 +50,5 @@ %doc README.md %license LICENSE %{python_sitelib}/kiss_headers -%{python_sitelib}/kiss_headers-%{version}-py%{python_version}.egg-info +%{python_sitelib}/kiss_headers-%{version}*-info