From ce9d291d6c8b27145d09a06350333ec015e45a37c6facd3c23594fadace3fbf5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 29 Oct 2022 11:44:12 +0000 Subject: [PATCH] Accepting request 1032077 from home:yarunachalam:branches:devel:languages:python - Update to version 2.2.0 Telemetry: dump `app.extensions` and `app.config.html_theme` (#117) * Telemetry: dump `app.extensions` and `app.config.html_theme` Dump data from Sphinx into a JSON file that will be read and processed by our Telemetry collector. This will help us to get some insights about extensions and theme usage. * Telemetry: handle unexpected exceptions * Telemetry: comment about config-inited * Style * Telemetry: save only extensions defined by the user Instead of saving `app.extensions` (all extensions used by Sphinx, including default ones), we only save `app.config.extensions` which are the ones defined by the user itself. Update release steps (#116) Use build is recommend now https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#packaging-your-project OBS-URL: https://build.opensuse.org/request/show/1032077 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readthedocs-sphinx-ext?expand=0&rev=22 --- python-readthedocs-sphinx-ext.changes | 20 ++++++++++++++++++++ python-readthedocs-sphinx-ext.spec | 2 +- readthedocs-sphinx-ext-2.1.9.tar.gz | 3 --- readthedocs-sphinx-ext-2.2.0.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 readthedocs-sphinx-ext-2.1.9.tar.gz create mode 100644 readthedocs-sphinx-ext-2.2.0.tar.gz diff --git a/python-readthedocs-sphinx-ext.changes b/python-readthedocs-sphinx-ext.changes index a40c6fd..62a9d01 100644 --- a/python-readthedocs-sphinx-ext.changes +++ b/python-readthedocs-sphinx-ext.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Oct 29 00:11:21 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.2.0 + Telemetry: dump `app.extensions` and `app.config.html_theme` (#117) + * Telemetry: dump `app.extensions` and `app.config.html_theme` + Dump data from Sphinx into a JSON file that will be read and processed by our + Telemetry collector. This will help us to get some insights about extensions and + theme usage. + * Telemetry: handle unexpected exceptions + * Telemetry: comment about config-inited + * Style + * Telemetry: save only extensions defined by the user + Instead of saving `app.extensions` (all extensions used by Sphinx, including + default ones), we only save `app.config.extensions` which are the ones defined + by the user itself. + Update release steps (#116) + Use build is recommend now + https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#packaging-your-project + ------------------------------------------------------------------- Wed Oct 12 15:50:12 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-readthedocs-sphinx-ext.spec b/python-readthedocs-sphinx-ext.spec index 9a964d9..0410822 100644 --- a/python-readthedocs-sphinx-ext.spec +++ b/python-readthedocs-sphinx-ext.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-readthedocs-sphinx-ext -Version: 2.1.9 +Version: 2.2.0 Release: 0 Summary: Sphinx extension for Read the Docs overrides License: MIT diff --git a/readthedocs-sphinx-ext-2.1.9.tar.gz b/readthedocs-sphinx-ext-2.1.9.tar.gz deleted file mode 100644 index 2561d5b..0000000 --- a/readthedocs-sphinx-ext-2.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:470aadad72a6ccdc803466e45381a5b5d33ac5389553c6efee17ec0268a6986c -size 12465 diff --git a/readthedocs-sphinx-ext-2.2.0.tar.gz b/readthedocs-sphinx-ext-2.2.0.tar.gz new file mode 100644 index 0000000..65a6cc4 --- /dev/null +++ b/readthedocs-sphinx-ext-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5effcd825816111a377ab7a897b819215138f8e5e8acc86f99218328f957240 +size 12721