Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-hkdf"

Fri May 30 14:31:53 2025 rev:3 rq:1280680 version:0.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hkdf/python-hkdf.changes  2018-12-24 
11:38:07.305626233 +0100
+++ /work/SRC/openSUSE:Factory/.python-hkdf.new.25440/python-hkdf.changes       
2025-05-30 17:25:48.408451038 +0200
@@ -1,0 +2,5 @@
+Tue May 27 15:55:53 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-hkdf.spec ++++++
--- /var/tmp/diff_new_pack.1AjDDq/_old  2025-05-30 17:25:48.832468487 +0200
+++ /var/tmp/diff_new_pack.1AjDDq/_new  2025-05-30 17:25:48.836468653 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hkdf
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,20 +16,20 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-hkdf
 Version:        0.0.3
 Release:        0
 Summary:        HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/casebeer/python-hkdf
+URL:            https://github.com/casebeer/python-hkdf
 Source:         
https://files.pythonhosted.org/packages/source/h/hkdf/hkdf-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -39,12 +39,14 @@
 %setup -q -n hkdf-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/hkdf.py
+%{python_sitelib}/hkdf-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/hkdf*
 

Reply via email to