Accepting request 697213 from home:mcalabkova:branches:devel:languages:python

- update to version 1.7.0
  * Implemented :autoquickref: option that use available 
    informations to build a quickref.
  * Remove references to the sphinx.util.compat module which was 
    deprecated in Sphinx 1.6 and removed in 1.7.
  * Made :mod:`sphinxcontrib.autohttp.tornado` compatible with 
    Tornado 4.5 and newer.
  * Minimum compatible version of Sphinx became changed to 1.5.
  * Use HTTPS for :rfc: generated links.
- Dropped obsolete patch newer-sphinx.patch
- Take upstream release tarball because of tests

OBS-URL: https://build.opensuse.org/request/show/697213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-httpdomain?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2019-04-24 08:45:21 +00:00
committed by Git OBS Bridge
parent 53ea581930
commit 0050138d97
5 changed files with 36 additions and 218 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 23 14:52:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.7.0
* Implemented :autoquickref: option that use available
informations to build a quickref.
* Remove references to the sphinx.util.compat module which was
deprecated in Sphinx 1.6 and removed in 1.7.
* Made :mod:`sphinxcontrib.autohttp.tornado` compatible with
Tornado 4.5 and newer.
* Minimum compatible version of Sphinx became changed to 1.5.
* Use HTTPS for :rfc: generated links.
- Dropped obsolete patch newer-sphinx.patch
- Take upstream release tarball because of tests
-------------------------------------------------------------------
Mon Dec 10 12:19:24 UTC 2018 - Matej Cepl <mcepl@suse.com>