Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-autodocsumm for openSUSE:Factory checked in at 2023-05-12 20:32:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-autodocsumm (Old) and /work/SRC/openSUSE:Factory/.python-autodocsumm.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autodocsumm" Fri May 12 20:32:16 2023 rev:11 rq:1086130 version:0.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-autodocsumm/python-autodocsumm.changes 2023-05-09 13:05:51.048489934 +0200 +++ /work/SRC/openSUSE:Factory/.python-autodocsumm.new.1533/python-autodocsumm.changes 2023-05-12 20:32:18.804440166 +0200 @@ -1,0 +2,7 @@ +Wed May 10 19:39:44 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.2.11: + * Support Sphinx 7 and Python 3.11 + * pin build of docs to sphinx<=7.0 + +------------------------------------------------------------------- Old: ---- autodocsumm-0.2.10.tar.gz New: ---- autodocsumm-0.2.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-autodocsumm.spec ++++++ --- /var/tmp/diff_new_pack.GCXdeg/_old 2023-05-12 20:32:20.076447467 +0200 +++ /var/tmp/diff_new_pack.GCXdeg/_new 2023-05-12 20:32:20.080447490 +0200 @@ -20,7 +20,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-autodocsumm -Version: 0.2.10 +Version: 0.2.11 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries License: GPL-2.0-only ++++++ autodocsumm-0.2.10.tar.gz -> autodocsumm-0.2.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autodocsumm-0.2.10/.github/workflows/python-app.yml new/autodocsumm-0.2.11/.github/workflows/python-app.yml --- old/autodocsumm-0.2.10/.github/workflows/python-app.yml 2023-01-15 21:48:02.000000000 +0100 +++ new/autodocsumm-0.2.11/.github/workflows/python-app.yml 2023-05-02 14:34:07.000000000 +0200 @@ -16,6 +16,7 @@ matrix: python-version: ["3.8", "3.9"] sphinx-version: [ + "7.0.*", "6.0.*", "5.0.*", "4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*", @@ -30,6 +31,10 @@ sphinx-version: "" - python-version: "3.10" sphinx-version: "4.5" + - python-version: "3.11" + sphinx-version: "" + - python-version: "3.11" + sphinx-version: "4.5" steps: - uses: actions/checkout@v2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autodocsumm-0.2.10/.readthedocs.yml new/autodocsumm-0.2.11/.readthedocs.yml --- old/autodocsumm-0.2.10/.readthedocs.yml 2023-01-15 21:48:02.000000000 +0100 +++ new/autodocsumm-0.2.11/.readthedocs.yml 2023-05-02 14:34:07.000000000 +0200 @@ -8,3 +8,4 @@ install: - method: pip path: . + - requirements: docs/requirements.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autodocsumm-0.2.10/autodocsumm/_version.py new/autodocsumm-0.2.11/autodocsumm/_version.py --- old/autodocsumm-0.2.10/autodocsumm/_version.py 2023-01-15 21:48:02.000000000 +0100 +++ new/autodocsumm-0.2.11/autodocsumm/_version.py 2023-05-02 14:34:07.000000000 +0200 @@ -26,9 +26,9 @@ # setup.py/versioneer.py will grep for the variable names, so they must # each be defined on a line of their own. _version.py will just call # get_keywords(). - git_refnames = " (tag: v0.2.10)" - git_full = "8ce14128954192f2b23850e9d23a4ac83b82af1e" - git_date = "2023-01-15 21:48:02 +0100" + git_refnames = " (HEAD -> master, tag: v0.2.11)" + git_full = "7009e5ec0de58ac2675269829ca602447113d6e2" + git_date = "2023-05-02 14:34:07 +0200" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autodocsumm-0.2.10/docs/requirements.txt new/autodocsumm-0.2.11/docs/requirements.txt --- old/autodocsumm-0.2.10/docs/requirements.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/autodocsumm-0.2.11/docs/requirements.txt 2023-05-02 14:34:07.000000000 +0200 @@ -0,0 +1 @@ +Sphinx<7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autodocsumm-0.2.10/pyproject.toml new/autodocsumm-0.2.11/pyproject.toml --- old/autodocsumm-0.2.10/pyproject.toml 2023-01-15 21:48:02.000000000 +0100 +++ new/autodocsumm-0.2.11/pyproject.toml 2023-05-02 14:34:07.000000000 +0200 @@ -25,12 +25,13 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Operating System :: OS Independent', ] requires-python = '>= 3.7' dependencies = [ - 'Sphinx >= 2.2, < 7.0', + 'Sphinx >= 2.2, < 8.0', ] [tool.setuptools]