Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinxcontrib-plantuml for openSUSE:Factory checked in at 2022-12-06 14:23:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-plantuml (Old) and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-plantuml.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-plantuml" Tue Dec 6 14:23:06 2022 rev:6 rq:1040388 version:0.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinxcontrib-plantuml/python-sphinxcontrib-plantuml.changes 2022-10-11 18:04:59.986031456 +0200 +++ /work/SRC/openSUSE:Factory/.python-sphinxcontrib-plantuml.new.1835/python-sphinxcontrib-plantuml.changes 2022-12-06 14:23:10.717526166 +0100 @@ -1,0 +2,6 @@ +Mon Dec 5 13:37:59 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 0.24.1 + * Add Sphinx Extension classifier + +------------------------------------------------------------------- Old: ---- sphinxcontrib-plantuml-0.24.tar.gz New: ---- sphinxcontrib-plantuml-0.24.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinxcontrib-plantuml.spec ++++++ --- /var/tmp/diff_new_pack.71dTph/_old 2022-12-06 14:23:13.701551607 +0100 +++ /var/tmp/diff_new_pack.71dTph/_new 2022-12-06 14:23:13.709551675 +0100 @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-sphinxcontrib-plantuml -Version: 0.24 +Version: 0.24.1 Release: 0 Summary: Sphinx API for Web Apps License: BSD-2-Clause ++++++ sphinxcontrib-plantuml-0.24.tar.gz -> sphinxcontrib-plantuml-0.24.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plantuml-0.24/.github/workflows/python-package.yml new/plantuml-0.24.1/.github/workflows/python-package.yml --- old/plantuml-0.24/.github/workflows/python-package.yml 2022-07-05 13:55:37.000000000 +0200 +++ new/plantuml-0.24.1/.github/workflows/python-package.yml 2022-11-18 04:35:48.000000000 +0100 @@ -27,6 +27,7 @@ - name: Install dependencies run: | # also install epstopdf, latexmk, pdflatex, etc. + sudo apt update sudo apt install latexmk plantuml texlive texlive-font-utils texlive-latex-extra python -m pip install --upgrade pip python -m pip install Pillow flake8 pytest sphinx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plantuml-0.24/setup.py new/plantuml-0.24.1/setup.py --- old/plantuml-0.24/setup.py 2022-07-05 13:55:37.000000000 +0200 +++ new/plantuml-0.24.1/setup.py 2022-11-18 04:35:48.000000000 +0100 @@ -6,7 +6,7 @@ setup( name='sphinxcontrib-plantuml', - version='0.24', + version='0.24.1', url='https://github.com/sphinx-contrib/plantuml/', download_url='https://pypi.python.org/pypi/sphinxcontrib-plantuml', license='BSD', @@ -19,6 +19,7 @@ 'Development Status :: 4 - Beta', 'Environment :: Console', 'Environment :: Web Environment', + 'Framework :: Sphinx :: Extension', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent',