Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openstack-doc-tools for
openSUSE:Factory checked in at 2026-03-17 19:05:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstack-doc-tools (Old)
and /work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstack-doc-tools"
Tue Mar 17 19:05:19 2026 rev:11 rq:1339533 version:4.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openstack-doc-tools/python-openstack-doc-tools.changes
2022-06-20 15:39:35.351062518 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new.8177/python-openstack-doc-tools.changes
2026-03-17 19:07:18.211648784 +0100
@@ -1,0 +2,11 @@
+Tue Mar 17 08:53:12 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.0.1:
+ * Add 2024.2 to sitemap generator script
+ * Update sitemap generator with current series
+ * Update python classifier in setup.cfg
+ * Remove python-dev from bindep
+ * remove unicode literal from code
+ * Drop python3.6/3.7 support in testing runtime
+
+-------------------------------------------------------------------
Old:
----
openstack-doc-tools-3.3.1.tar.gz
New:
----
openstack_doc_tools-4.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstack-doc-tools.spec ++++++
--- /var/tmp/diff_new_pack.w3RSSf/_old 2026-03-17 19:07:18.831674479 +0100
+++ /var/tmp/diff_new_pack.w3RSSf/_new 2026-03-17 19:07:18.835674645 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-openstack-doc-tools
#
-# Copyright (c) 2022 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,13 +18,13 @@
%global module os_doc_tools
Name: python-openstack-doc-tools
-Version: 3.3.1
+Version: 4.0.1
Release: 0
Summary: OpenStack Docs Tools
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/openstack-doc-tools
-Source0:
https://files.pythonhosted.org/packages/source/o/openstack-doc-tools/openstack-doc-tools-3.3.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/openstack-doc-tools/openstack_doc_tools-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.13
BuildRequires: python3-Sphinx
@@ -53,7 +53,7 @@
This package contains the Python 3.x module.
%prep
-%autosetup -n openstack-doc-tools-%{version}
+%autosetup -n openstack_doc_tools-%{version}
%py_req_cleanup
%build