Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-openstackdocstheme for openSUSE:Factory checked in at 2022-10-03 13:44:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openstackdocstheme (Old) and /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstackdocstheme" Mon Oct 3 13:44:28 2022 rev:19 rq:1007442 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openstackdocstheme/python-openstackdocstheme.changes 2022-07-14 16:33:27.744582313 +0200 +++ /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.2275/python-openstackdocstheme.changes 2022-10-03 13:44:44.797347398 +0200 @@ -1,0 +2,7 @@ +Sat Oct 1 12:40:34 UTC 2022 - cloud-de...@suse.de + +- update to version 3.0.0 + - Drop python3.6/3.7 support in testing runtime + - Fix broken link for Marketplace in header + +------------------------------------------------------------------- Old: ---- openstackdocstheme-2.4.0.tar.gz New: ---- openstackdocstheme-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openstackdocstheme.spec ++++++ --- /var/tmp/diff_new_pack.pwzuyI/_old 2022-10-03 13:44:45.357348630 +0200 +++ /var/tmp/diff_new_pack.pwzuyI/_new 2022-10-03 13:44:45.361348639 +0200 @@ -17,13 +17,13 @@ Name: python-openstackdocstheme -Version: 2.4.0 +Version: 3.0.0 Release: 0 Summary: OpenStack Docs Theme License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/openstackdocstheme -Source0: https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-2.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-3.0.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-Sphinx BuildRequires: python3-dulwich >= 0.15.0 @@ -44,7 +44,7 @@ to docs.openstack.org. Intended for use by OpenStack projects. %prep -%autosetup -p1 -n openstackdocstheme-2.4.0 +%autosetup -p1 -n openstackdocstheme-3.0.0 # we dont need hacking or pre-commit sed -i '/^hacking.*/d' test-requirements.txt ++++++ openstackdocstheme-2.4.0.tar.gz -> openstackdocstheme-3.0.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/AUTHORS new/openstackdocstheme-3.0.0/AUTHORS --- old/openstackdocstheme-2.4.0/AUTHORS 2022-03-14 15:37:50.000000000 +0100 +++ new/openstackdocstheme-3.0.0/AUTHORS 2022-08-02 12:15:44.000000000 +0200 @@ -44,6 +44,7 @@ Nguyen Hung Phuong <phuon...@vn.fujitsu.com> Nick Chase <nch...@mirantis.com> Ond??ej Nov?? <ondrej.n...@firma.seznam.cz> +Peter Matulis <peter.matu...@canonical.com> Peter Tran <pete.tra...@gmail.com> Petr Kovar <pko...@redhat.com> Petronio Carlos Bezerra <petroni...@lsd.ufcg.edu.br> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/ChangeLog new/openstackdocstheme-3.0.0/ChangeLog --- old/openstackdocstheme-2.4.0/ChangeLog 2022-03-14 15:37:50.000000000 +0100 +++ new/openstackdocstheme-3.0.0/ChangeLog 2022-08-02 12:15:44.000000000 +0200 @@ -1,6 +1,12 @@ CHANGES ======= +3.0.0 +----- + +* Drop python3.6/3.7 support in testing runtime +* Fix broken link for Marketplace in header + 2.4.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/PKG-INFO new/openstackdocstheme-3.0.0/PKG-INFO --- old/openstackdocstheme-2.4.0/PKG-INFO 2022-03-14 15:37:50.213040400 +0100 +++ new/openstackdocstheme-3.0.0/PKG-INFO 2022-08-02 12:15:45.127107100 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: openstackdocstheme -Version: 2.4.0 +Version: 3.0.0 Summary: OpenStack Docs Theme Home-page: https://docs.openstack.org/openstackdocstheme/latest/ Author: OpenStack @@ -59,10 +59,9 @@ Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Topic :: Documentation -Requires-Python: >=3.6 +Requires-Python: >=3.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/openstackdocstheme/theme/openstackdocs/header.html new/openstackdocstheme-3.0.0/openstackdocstheme/theme/openstackdocs/header.html --- old/openstackdocstheme-2.4.0/openstackdocstheme/theme/openstackdocs/header.html 2022-03-14 15:37:01.000000000 +0100 +++ new/openstackdocstheme-3.0.0/openstackdocstheme/theme/openstackdocs/header.html 2022-08-02 12:15:06.000000000 +0200 @@ -77,7 +77,7 @@ </ul> </li> <li><!-- Marketplace --> - <a href="{{osf_base_url}}marketplace/" class="drop" id="dropdownMenuLearn">Marketplace <i class="fa fa-caret-down"></i></a> + <a href="{{osf_base_url}}/marketplace/" class="drop" id="dropdownMenuLearn">Marketplace <i class="fa fa-caret-down"></i></a> <ul class="dropdown-menu dropdown-hover" role="menu" aria-labelledby="dropdownMenuEvents"> <li role="presentation"><a role="menuitem" tabindex="-1" href="{{osf_base_url}}/marketplace/training/">Training</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="{{osf_base_url}}/marketplace/distros/">Distros & Appliances</a></li> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/openstackdocstheme.egg-info/PKG-INFO new/openstackdocstheme-3.0.0/openstackdocstheme.egg-info/PKG-INFO --- old/openstackdocstheme-2.4.0/openstackdocstheme.egg-info/PKG-INFO 2022-03-14 15:37:50.000000000 +0100 +++ new/openstackdocstheme-3.0.0/openstackdocstheme.egg-info/PKG-INFO 2022-08-02 12:15:44.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: openstackdocstheme -Version: 2.4.0 +Version: 3.0.0 Summary: OpenStack Docs Theme Home-page: https://docs.openstack.org/openstackdocstheme/latest/ Author: OpenStack @@ -59,10 +59,9 @@ Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Topic :: Documentation -Requires-Python: >=3.6 +Requires-Python: >=3.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/openstackdocstheme.egg-info/pbr.json new/openstackdocstheme-3.0.0/openstackdocstheme.egg-info/pbr.json --- old/openstackdocstheme-2.4.0/openstackdocstheme.egg-info/pbr.json 2022-03-14 15:37:50.000000000 +0100 +++ new/openstackdocstheme-3.0.0/openstackdocstheme.egg-info/pbr.json 2022-08-02 12:15:44.000000000 +0200 @@ -1 +1 @@ -{"git_version": "b270f4a", "is_release": true} \ No newline at end of file +{"git_version": "dd04d50", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openstackdocstheme-2.4.0/setup.cfg new/openstackdocstheme-3.0.0/setup.cfg --- old/openstackdocstheme-2.4.0/setup.cfg 2022-03-14 15:37:50.213040400 +0100 +++ new/openstackdocstheme-3.0.0/setup.cfg 2022-08-02 12:15:45.127107100 +0200 @@ -6,7 +6,7 @@ author = OpenStack author_email = openstack-disc...@lists.openstack.org home_page = https://docs.openstack.org/openstackdocstheme/latest/ -python_requires = >=3.6 +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,9 +15,8 @@ Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython Topic :: Documentation