Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vega_datasets for 
openSUSE:Factory checked in at 2025-05-09 18:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vega_datasets (Old)
 and      /work/SRC/openSUSE:Factory/.python-vega_datasets.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vega_datasets"

Fri May  9 18:50:57 2025 rev:6 rq:1276032 version:0.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-vega_datasets/python-vega_datasets.changes    
    2021-02-19 23:46:20.819427020 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-vega_datasets.new.30101/python-vega_datasets.changes
     2025-05-09 18:53:17.057886123 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:20:53 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-vega_datasets.spec ++++++
--- /var/tmp/diff_new_pack.JSF0xX/_old  2025-05-09 18:53:17.521905425 +0200
+++ /var/tmp/diff_new_pack.JSF0xX/_new  2025-05-09 18:53:17.525905592 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vega_datasets
 #
-# Copyright (c) 2021 SUSE LLC
+# 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,20 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 %define skip_python36 1
 Name:           python-vega_datasets
 Version:        0.9.0
 Release:        0
 Summary:        A Python package for offline access to Vega datasets
 License:        MIT
-Group:          Development/Languages/Python
 URL:            http://github.com/altair-viz/vega_datasets
 Source:         
https://files.pythonhosted.org/packages/source/v/vega_datasets/vega_datasets-%{version}.tar.gz
 BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 Requires:       python-pandas
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,17 +45,18 @@
 %setup -q -n vega_datasets-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest vega_datasets/tests
 
 %files %{python_files}
+%doc README.md CHANGES.md
 %license LICENSE
 %{python_sitelib}/vega_datasets
-%{python_sitelib}/vega_datasets-%{version}*-info
+%{python_sitelib}/vega_datasets-%{version}.dist-info
 

Reply via email to