Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-varlink for openSUSE:Factory 
checked in at 2023-09-06 18:56:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-varlink (Old)
 and      /work/SRC/openSUSE:Factory/.python-varlink.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-varlink"

Wed Sep  6 18:56:51 2023 rev:5 rq:1108983 version:31.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-varlink/python-varlink.changes    
2022-01-10 23:54:21.636844164 +0100
+++ /work/SRC/openSUSE:Factory/.python-varlink.new.1766/python-varlink.changes  
2023-09-06 18:58:36.536447757 +0200
@@ -1,0 +2,7 @@
+Tue Sep  5 06:14:28 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- Stop using greedy globs in %files.
+- Drop unneeded {Build,}Requires on future.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-varlink.spec ++++++
--- /var/tmp/diff_new_pack.zLLFnb/_old  2023-09-06 18:58:37.576484832 +0200
+++ /var/tmp/diff_new_pack.zLLFnb/_new  2023-09-06 18:58:37.580484975 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-varlink
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,20 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-varlink
 Version:        31.0.0
 Release:        0
 Summary:        Python implementation of the Varlink protocol
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/varlink/python
 Source:         
https://files.pythonhosted.org/packages/source/v/varlink/varlink-%{version}.tar.gz
-BuildRequires:  %{python_module future}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-future
 BuildArch:      noarch
 %python_subpackages
 
@@ -47,10 +45,10 @@
 rm varlink/tests/test_mocks.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,6 +58,7 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/varlink
+%{python_sitelib}/varlink-%{version}.dist-info
 
 %changelog

Reply via email to