Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tox-no-internet for 
openSUSE:Factory checked in at 2025-06-04 20:28:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tox-no-internet (Old)
 and      /work/SRC/openSUSE:Factory/.python-tox-no-internet.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tox-no-internet"

Wed Jun  4 20:28:43 2025 rev:2 rq:1282525 version:0.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-tox-no-internet/python-tox-no-internet.changes
    2019-04-05 12:06:59.634581020 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tox-no-internet.new.16005/python-tox-no-internet.changes
 2025-06-04 20:28:48.953635483 +0200
@@ -1,0 +2,6 @@
+Wed Jun  4 06:13:23 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tox-no-internet.spec ++++++
--- /var/tmp/diff_new_pack.9awWkU/_old  2025-06-04 20:28:49.613662828 +0200
+++ /var/tmp/diff_new_pack.9awWkU/_new  2025-06-04 20:28:49.617662993 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tox-no-internet
 #
-# Copyright (c) 2019 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tox-no-internet
 Version:        0.1.0
 Release:        0
@@ -26,7 +25,9 @@
 URL:            https://github.com/lulupac/tox-no-internet
 Source:         
https://files.pythonhosted.org/packages/source/t/tox-no-internet/tox-no-internet-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/lulupac/tox-no-internet/master/LICENSE
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-tox >= 2.7
@@ -41,14 +42,16 @@
 cp %{SOURCE1} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/tox_no_internet.py
+%pycache_only %{python_sitelib}/__pycache__/tox_no_internet*.pyc
+%{python_sitelib}/tox_no_internet-%{version}.dist-info
 

Reply via email to