Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dkimpy for openSUSE:Factory 
checked in at 2024-02-29 21:49:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dkimpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-dkimpy.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dkimpy"

Thu Feb 29 21:49:46 2024 rev:7 rq:1153078 version:1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dkimpy/python-dkimpy.changes      
2024-01-06 19:38:05.602285235 +0100
+++ /work/SRC/openSUSE:Factory/.python-dkimpy.new.1770/python-dkimpy.changes    
2024-02-29 21:50:00.185208339 +0100
@@ -1,0 +2,6 @@
+Thu Feb 29 03:25:54 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to autosetup and pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-dkimpy.spec ++++++
--- /var/tmp/diff_new_pack.F8v8Vt/_old  2024-02-29 21:50:01.745265852 +0100
+++ /var/tmp/diff_new_pack.F8v8Vt/_new  2024-02-29 21:50:01.745265852 +0100
@@ -26,7 +26,9 @@
 URL:            https://launchpad.net/dkimpy
 Source:         
https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-%{version}.tar.gz
 Patch0:         no-optional.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  openssl
 BuildRequires:  python-rpm-macros
@@ -35,7 +37,7 @@
 Requires:       python-dnspython >= 1.16
 Requires:       python-setuptools
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyNaCl}
@@ -49,14 +51,13 @@
 DKIM (DomainKeys Identified Mail)
 
 %prep
-%setup -q -n dkimpy-%{version}
-%patch0 -p1
+%autosetup -p1 -n dkimpy-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 for c in %{commands}; do
   %python_clone -a %{buildroot}%{_mandir}/man1/$c.1
   %python_clone -a %{buildroot}%{_bindir}/$c
@@ -89,5 +90,6 @@
 %python_alternative %{_mandir}/man1/dkimsign.1%{?ext_man}
 %python_alternative %{_mandir}/man1/dkimverify.1%{?ext_man}
 %python_alternative %{_mandir}/man1/dknewkey.1%{?ext_man}
-%{python_sitelib}/*
+%{python_sitelib}/dkim
+%{python_sitelib}/dkimpy-%{version}.dist-info
 

Reply via email to