diff --git a/python-readthedocs-sphinx-ext.changes b/python-readthedocs-sphinx-ext.changes index 9615b7a..a3eed6c 100644 --- a/python-readthedocs-sphinx-ext.changes +++ b/python-readthedocs-sphinx-ext.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Apr 24 15:22:12 UTC 2020 - Arun Persaud + +- specfile: + * no more need to remove tests manually before install + +- update to version 1.0.3: + * Fix path to html_context + +- changes from version 1.0.2: + * Add Python 3.8 to tests + * Add more versions to test against + * Revert #77 + * Make setup.py executable + * Stop installing tests + * Remove broken distutils compat + ------------------------------------------------------------------- Sat Jan 18 18:41:10 UTC 2020 - Arun Persaud diff --git a/python-readthedocs-sphinx-ext.spec b/python-readthedocs-sphinx-ext.spec index 9b213ca..f14bf41 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: 1.0.1 +Version: 1.0.3 Release: 0 Summary: Sphinx extension for Read the Docs overrides License: MIT @@ -49,7 +49,6 @@ others are just code that we ship and enable during builds on Read the Docs. %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check diff --git a/readthedocs-sphinx-ext-1.0.1.tar.gz b/readthedocs-sphinx-ext-1.0.1.tar.gz deleted file mode 100644 index 11d6485..0000000 --- a/readthedocs-sphinx-ext-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c920d8129752ee3f339c8cf3dfeba800a25730249d6ab43dc9b3c384312d1d32 -size 11545 diff --git a/readthedocs-sphinx-ext-1.0.3.tar.gz b/readthedocs-sphinx-ext-1.0.3.tar.gz new file mode 100644 index 0000000..2231cbf --- /dev/null +++ b/readthedocs-sphinx-ext-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faccf1c52aab34b1fdfd672ec4ce4321975453b05741e32a94b33cc682d045b2 +size 11589