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 2026-04-13 23:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-feature-classification (Old)
and
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-feature-classification"
Mon Apr 13 23:18:41 2026 rev:13 rq:1346280 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-feature-classification/python-sphinx-feature-classification.changes
2025-06-16 11:13:26.285672157 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.21863/python-sphinx-feature-classification.changes
2026-04-13 23:19:25.617461657 +0200
@@ -1,0 +2,13 @@
+Sun Apr 12 21:25:22 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.1.0:
+ * ruff: Configure hacking as external linter
+ * Add typing
+ * Add ruff
+ * Migrate setup configuration to pyproject.toml
+ * Remove translation sections from setup.cfg
+ * Drop Python 3.8, 3.9 support
+ * pre-commit: Bump dependencies
+ * add pyproject.toml to support pip 23.1
+
+-------------------------------------------------------------------
Old:
----
sphinx-feature-classification-2.0.0.tar.gz
New:
----
sphinx_feature_classification-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-feature-classification.spec ++++++
--- /var/tmp/diff_new_pack.ctwg5v/_old 2026-04-13 23:19:26.281489065 +0200
+++ /var/tmp/diff_new_pack.ctwg5v/_new 2026-04-13 23:19:26.285489230 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx-feature-classification
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,20 @@
%{?sle15_python_module_pythons}
Name: python-sphinx-feature-classification
-Version: 2.0.0
+Version: 2.1.0
Release: 0
Summary: Sphinx extension to generate a matrix of pluggable drivers
License: Apache-2.0
URL: https://www.openstack.org/
-Source:
https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx_feature_classification-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module ddt >= 1.0.1}
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module fixtures}
-BuildRequires: %{python_module pbr >= 2.0}
+BuildRequires: %{python_module pbr >= 6.1.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module testtools >= 1.4.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-docutils >= 0.11
@@ -43,7 +44,7 @@
their support to an API.
%prep
-%setup -q -n sphinx-feature-classification-%{version}
+%setup -q -n sphinx_feature_classification-%{version}
%build
%pyproject_wheel
@@ -57,7 +58,7 @@
%files %{python_files}
%license LICENSE
-%doc AUTHORS ChangeLog README.rst
+%doc ChangeLog README.rst
%{python_sitelib}/sphinx_feature_classification
%{python_sitelib}/sphinx_feature_classification-%{version}.dist-info