Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinx-feature-classification for openSUSE:Factory checked in at 2025-06-16 11:13:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinx-feature-classification (Old) and /work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-feature-classification" Mon Jun 16 11:13:13 2025 rev:12 rq:1285974 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinx-feature-classification/python-sphinx-feature-classification.changes 2024-09-09 14:45:36.549606658 +0200 +++ /work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.19631/python-sphinx-feature-classification.changes 2025-06-16 11:13:26.285672157 +0200 @@ -1,0 +2,6 @@ +Mon Jun 16 06:17:44 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyroject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinx-feature-classification.spec ++++++ --- /var/tmp/diff_new_pack.fPRUd6/_old 2025-06-16 11:13:26.921698438 +0200 +++ /var/tmp/diff_new_pack.fPRUd6/_new 2025-06-16 11:13:26.921698438 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-feature-classification # -# Copyright (c) 2024 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 @@ -22,7 +22,6 @@ Release: 0 Summary: Sphinx extension to generate a matrix of pluggable drivers License: Apache-2.0 -Group: Development/Languages/Python URL: https://www.openstack.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz BuildRequires: %{python_module Sphinx} @@ -30,6 +29,7 @@ BuildRequires: %{python_module docutils} BuildRequires: %{python_module fixtures} BuildRequires: %{python_module pbr >= 2.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -46,10 +46,10 @@ %setup -q -n sphinx-feature-classification-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -58,5 +58,6 @@ %files %{python_files} %license LICENSE %doc AUTHORS ChangeLog README.rst -%{python_sitelib}/* +%{python_sitelib}/sphinx_feature_classification +%{python_sitelib}/sphinx_feature_classification-%{version}.dist-info