Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ruamel.yaml.convert for 
openSUSE:Factory checked in at 2025-06-24 20:48:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruamel.yaml.convert (Old)
 and      /work/SRC/openSUSE:Factory/.python-ruamel.yaml.convert.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ruamel.yaml.convert"

Tue Jun 24 20:48:59 2025 rev:3 rq:1288112 version:0.3.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ruamel.yaml.convert/python-ruamel.yaml.convert.changes
    2019-09-11 10:35:41.679290978 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ruamel.yaml.convert.new.7067/python-ruamel.yaml.convert.changes
  2025-06-24 20:50:58.144781416 +0200
@@ -1,0 +2,7 @@
+Tue Jun 24 02:22:48 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+- Update URL.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ruamel.yaml.convert.spec ++++++
--- /var/tmp/diff_new_pack.rFJvIR/_old  2025-06-24 20:50:58.764806790 +0200
+++ /var/tmp/diff_new_pack.rFJvIR/_new  2025-06-24 20:50:58.764806790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ruamel.yaml.convert
 #
-# 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,18 +16,18 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-ruamel.yaml.convert
 Version:        0.3.2
 Release:        0
 Summary:        Data format conversion routines to and from YAML
 License:        MIT
-Group:          Development/Languages/Python
-Url:            https://bitbucket.org/ruamel/yaml.convert
+URL:            https://sourceforge.net/projects/ruamel-yaml-convert/
 Source:         
https://files.pythonhosted.org/packages/source/r/ruamel.yaml.convert/ruamel.yaml.convert-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module ruamel.base >= 1.0.0+post1}
 BuildRequires:  %{python_module ruamel.yaml}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # 1.0.0+post1 needed to depend on revised base namespace technique
@@ -40,7 +40,7 @@
 %python_subpackages
 
 %description
-Format conversion routines to and from YAML.
+Data format conversion routines to and from YAML.
 
 %prep
 %setup -q -n ruamel.yaml.convert-%{version}
@@ -48,11 +48,11 @@
 sed -i '/namespace_packages=/d' setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 export RUAMEL_NO_PIP_INSTALL_CHECK=1
-%python_install
+%pyproject_install
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/ruamel/__* 
%{buildroot}%{$python_sitelib}/ruamel/yaml/__*
 %fdupes %{buildroot}%{$python_sitelib}
 }
@@ -60,5 +60,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/ruamel/yaml
+%{python_sitelib}/ruamel/yaml/convert
+%{python_sitelib}/ruamel[_.]yaml[._]convert-%{version}.dist-info
 

Reply via email to