Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-untokenize for 
openSUSE:Factory checked in at 2025-06-12 15:53:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-untokenize (Old)
 and      /work/SRC/openSUSE:Factory/.python-untokenize.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-untokenize"

Thu Jun 12 15:53:38 2025 rev:3 rq:1284984 version:0.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-untokenize/python-untokenize.changes      
2018-12-24 11:46:14.413194505 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-untokenize.new.19631/python-untokenize.changes
   2025-06-12 15:55:28.198681108 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 05:07:58 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-untokenize.spec ++++++
--- /var/tmp/diff_new_pack.yAM2hH/_old  2025-06-12 15:55:28.798705938 +0200
+++ /var/tmp/diff_new_pack.yAM2hH/_new  2025-06-12 15:55:28.798705938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-untokenize
 #
-# Copyright (c) 2018 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,16 +16,16 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-untokenize
 Version:        0.1.1
 Release:        0
 Summary:        Python module to transform tokens into original source code
 License:        MIT
-Group:          Development/Languages/Python
-Url:            https://github.com/myint/untokenize
+URL:            https://github.com/myint/untokenize
 Source:         
https://files.pythonhosted.org/packages/source/u/untokenize/untokenize-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -40,10 +40,10 @@
 %setup -q -n untokenize-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -52,5 +52,7 @@
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/untokenize.py
+%pycache_only %{python_sitelib}/__pycache__/untokenize.*.pyc
+%{python_sitelib}/untokenize-%{version}.dist-info
 

Reply via email to