Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylons-sphinx-themes for openSUSE:Factory checked in at 2022-10-10 18:43:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylons-sphinx-themes (Old) and /work/SRC/openSUSE:Factory/.python-pylons-sphinx-themes.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylons-sphinx-themes" Mon Oct 10 18:43:59 2022 rev:7 rq:1008120 version:1.0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylons-sphinx-themes/python-pylons-sphinx-themes.changes 2020-01-20 22:50:44.815235083 +0100 +++ /work/SRC/openSUSE:Factory/.python-pylons-sphinx-themes.new.2275/python-pylons-sphinx-themes.changes 2022-10-10 18:44:21.590842478 +0200 @@ -1,0 +2,11 @@ +Wed Oct 5 00:21:55 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to v1.0.13 (2020-11-30) + Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled it out as a feature flag in April 2020, + and it now appears to be rolling out in more projects. + Add padding to the top of linenodiv to align with code in tables and its extra 2px top border. + +- Update to v1.0.12 (2020-11-28) + Added style .wy-table-responsive { overflow-x: scroll; } to prevent tables from blowout by long dotted method names. + +------------------------------------------------------------------- Old: ---- pylons-sphinx-themes-1.0.11.tar.gz New: ---- pylons-sphinx-themes-1.0.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylons-sphinx-themes.spec ++++++ --- /var/tmp/diff_new_pack.45Kkx5/_old 2022-10-10 18:44:22.062843493 +0200 +++ /var/tmp/diff_new_pack.45Kkx5/_new 2022-10-10 18:44:22.066843502 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pylons-sphinx-themes # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pylons-sphinx-themes -Version: 1.0.11 +Version: 1.0.13 Release: 0 Summary: Pylons Sphinx themes for documentation styling License: SUSE-Repoze ++++++ pylons-sphinx-themes-1.0.11.tar.gz -> pylons-sphinx-themes-1.0.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylons-sphinx-themes-1.0.11/CHANGES.txt new/pylons-sphinx-themes-1.0.13/CHANGES.txt --- old/pylons-sphinx-themes-1.0.11/CHANGES.txt 2020-01-13 09:47:04.000000000 +0100 +++ new/pylons-sphinx-themes-1.0.13/CHANGES.txt 2020-11-30 12:28:22.000000000 +0100 @@ -1,6 +1,23 @@ Change log for pylons-sphinx-themes =================================== +1.0.13 (2020-11-30) +------------------- + +- Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled + it out as a feature flag in April 2020, and it now appears to be rolling out + in more projects. +- Add padding to the top of `linenodiv` to align with code in tables and its + extra 2px top border. + + +1.0.12 (2020-11-28) +------------------- + +- Added style ``.wy-table-responsive { overflow-x: scroll; }`` to prevent + tables from blowout by long dotted method names. + + 1.0.11 (2020-01-13) ------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylons-sphinx-themes-1.0.11/PKG-INFO new/pylons-sphinx-themes-1.0.13/PKG-INFO --- old/pylons-sphinx-themes-1.0.11/PKG-INFO 2020-01-13 09:47:04.000000000 +0100 +++ new/pylons-sphinx-themes-1.0.13/PKG-INFO 2020-11-30 12:28:23.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pylons-sphinx-themes -Version: 1.0.11 +Version: 1.0.13 Summary: Sphinx themes for Pylons Project documentation. Home-page: https://pylonsproject.org Author: Steve Piercy @@ -173,6 +173,23 @@ Change log for pylons-sphinx-themes =================================== + 1.0.13 (2020-11-30) + ------------------- + + - Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled + it out as a feature flag in April 2020, and it now appears to be rolling out + in more projects. + - Add padding to the top of `linenodiv` to align with code in tables and its + extra 2px top border. + + + 1.0.12 (2020-11-28) + ------------------- + + - Added style ``.wy-table-responsive { overflow-x: scroll; }`` to prevent + tables from blowout by long dotted method names. + + 1.0.11 (2020-01-13) ------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylons-sphinx-themes-1.0.11/RELEASE.md new/pylons-sphinx-themes-1.0.13/RELEASE.md --- old/pylons-sphinx-themes-1.0.11/RELEASE.md 2020-01-13 09:47:04.000000000 +0100 +++ new/pylons-sphinx-themes-1.0.13/RELEASE.md 2020-11-30 12:28:22.000000000 +0100 @@ -4,13 +4,15 @@ To release: -1. Edit CHANGES.txt replacing "Nothing changed yet." with your changes, and commit. +1. Edit CHANGES.txt replacing "Nothing changed yet." with your changes, and commit. -2. Invoke the following command from your virtual environment. +2. Invoke the following command from your virtual environment. -```bash -fullrelease -``` + ```bash + fullrelease + ``` + +3. Finally cut a new release from the new tag on [GitHub](https://github.com/Pylons/pylons-sphinx-themes/releases). ## Updating READMEs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes/pylons/static/pylons.css_t new/pylons-sphinx-themes-1.0.13/pylons_sphinx_themes/pylons/static/pylons.css_t --- old/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes/pylons/static/pylons.css_t 2020-01-13 09:47:04.000000000 +0100 +++ new/pylons-sphinx-themes-1.0.13/pylons_sphinx_themes/pylons/static/pylons.css_t 2020-11-30 12:28:22.000000000 +0100 @@ -384,10 +384,6 @@ padding: 0; } -table.highlighttable td.linenos { - width: 2%; -} - a em.std-term, a span.std-term { color: #007f00; } @@ -535,3 +531,9 @@ -webkit-hyphens: none; hyphens: none; } +.wy-table-responsive { + overflow-x: scroll; +} +.linenodiv { + padding-top: 2px; +} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes.egg-info/PKG-INFO new/pylons-sphinx-themes-1.0.13/pylons_sphinx_themes.egg-info/PKG-INFO --- old/pylons-sphinx-themes-1.0.11/pylons_sphinx_themes.egg-info/PKG-INFO 2020-01-13 09:47:04.000000000 +0100 +++ new/pylons-sphinx-themes-1.0.13/pylons_sphinx_themes.egg-info/PKG-INFO 2020-11-30 12:28:22.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pylons-sphinx-themes -Version: 1.0.11 +Version: 1.0.13 Summary: Sphinx themes for Pylons Project documentation. Home-page: https://pylonsproject.org Author: Steve Piercy @@ -173,6 +173,23 @@ Change log for pylons-sphinx-themes =================================== + 1.0.13 (2020-11-30) + ------------------- + + - Revert fix of linenos in tables. Sphinx fixed this issue in v3.0. RTD rolled + it out as a feature flag in April 2020, and it now appears to be rolling out + in more projects. + - Add padding to the top of `linenodiv` to align with code in tables and its + extra 2px top border. + + + 1.0.12 (2020-11-28) + ------------------- + + - Added style ``.wy-table-responsive { overflow-x: scroll; }`` to prevent + tables from blowout by long dotted method names. + + 1.0.11 (2020-01-13) ------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylons-sphinx-themes-1.0.11/setup.py new/pylons-sphinx-themes-1.0.13/setup.py --- old/pylons-sphinx-themes-1.0.11/setup.py 2020-01-13 09:47:04.000000000 +0100 +++ new/pylons-sphinx-themes-1.0.13/setup.py 2020-11-30 12:28:22.000000000 +0100 @@ -16,7 +16,7 @@ from setuptools import setup, find_packages -VERSION = '1.0.11' +VERSION = '1.0.13' here = os.path.abspath(os.path.dirname(__file__)) try: