Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ecdsa for openSUSE:Factory checked in at 2025-06-23 15:04:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ecdsa (Old) and /work/SRC/openSUSE:Factory/.python-ecdsa.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ecdsa" Mon Jun 23 15:04:58 2025 rev:19 rq:1287768 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ecdsa/python-ecdsa.changes 2025-04-03 16:52:22.605191428 +0200 +++ /work/SRC/openSUSE:Factory/.python-ecdsa.new.7067/python-ecdsa.changes 2025-06-23 15:06:13.616121992 +0200 @@ -1,0 +2,5 @@ +Mon Jun 23 01:30:07 UTC 2025 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ecdsa.spec ++++++ --- /var/tmp/diff_new_pack.Sto9jH/_old 2025-06-23 15:06:14.348152532 +0200 +++ /var/tmp/diff_new_pack.Sto9jH/_new 2025-06-23 15:06:14.352152698 +0200 @@ -25,9 +25,11 @@ URL: https://github.com/tlsfuzzer/python-ecdsa Source: https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: openssl BuildRequires: python-rpm-macros @@ -49,12 +51,12 @@ %setup -q -n ecdsa-%{version} %build -%python_build +%pyproject_wheel #remove shebang from all non executable files find ./ -type f -name "*.py" -perm 644 -exec sed -i -e '1{\@^#! %{_bindir}/env python@d}' {} \; %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -69,5 +71,5 @@ %license LICENSE %doc NEWS README.md %{python_sitelib}/ecdsa -%{python_sitelib}/ecdsa-%{version}*-info +%{python_sitelib}/ecdsa-%{version}.dist-info
