Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyscard for openSUSE:Factory checked in at 2025-06-13 18:43:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyscard (Old) and /work/SRC/openSUSE:Factory/.python-pyscard.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyscard" Fri Jun 13 18:43:57 2025 rev:23 rq:1285205 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyscard/python-pyscard.changes 2025-01-15 17:44:08.303013652 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyscard.new.19631/python-pyscard.changes 2025-06-13 18:44:20.688148698 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 05:33:57 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyscard.spec ++++++ --- /var/tmp/diff_new_pack.6YNzdC/_old 2025-06-13 18:44:21.388177323 +0200 +++ /var/tmp/diff_new_pack.6YNzdC/_new 2025-06-13 18:44:21.392177487 +0200 @@ -23,12 +23,13 @@ Release: 0 Summary: Python module adding smart card support License: LGPL-2.0-or-later -Group: Development/Languages/Python URL: https://pyscard.sourceforge.io/ Source: https://files.pythonhosted.org/packages/source/p/pyscard/pyscard-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pcsc-lite-devel BuildRequires: pkgconfig @@ -48,10 +49,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -60,6 +61,6 @@ %files %{python_files} %license LICENSE %doc ChangeLog README.md -%{python_sitearch}/pyscard* %{python_sitearch}/smartcard +%{python_sitearch}/pyscard-%{version}.dist-info