forked from pool/python-recommonmark
Accepting request 722076 from home:sebix:branches:devel:languages:python
- update to version 0.6.0: - [@RaptorCZ](http://github.com/RaptorCZ): Process linebreaks and convert them to br element. ([\#162](https://github.com/readthedocs/recommonmark/pull/162)) - [@gibfahn](http://github.com/gibfahn): Remove URL quoting from refs before passing to Sphinx ([\#158](https://github.com/readthedocs/recommonmark/pull/158)) - [@dandersson](http://github.com/dandersson): Use image description text as \"alt\", drop title ([\#150](https://github.com/readthedocs/recommonmark/pull/150)) - [@annegentle](http://github.com/annegentle): Clarify the specifics of Auto Toc Tree ([\#149](https://github.com/readthedocs/recommonmark/pull/149)) - [@loganrosen](http://github.com/loganrosen): Bump dependency on commonmark to \>= 0.8.1 ([\#147](https://github.com/readthedocs/recommonmark/pull/147)) - [@codejamninja](http://github.com/codejamninja): Use official gitignore template ([\#140](https://github.com/readthedocs/recommonmark/pull/140)) - [@dotlambda](http://github.com/dotlambda): Include all test files in PyPI tarball ([\#128](https://github.com/readthedocs/recommonmark/pull/128)) - [@tk0miya](http://github.com/tk0miya): Register a parser class using new Sphinx API; add\_source\_suffix ([\#113](https://github.com/readthedocs/recommonmark/pull/113)) OBS-URL: https://build.opensuse.org/request/show/722076 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recommonmark?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
9caf253012
commit
8035cbf8c7
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 19:22:08 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 0.6.0:
|
||||||
|
- [@RaptorCZ](http://github.com/RaptorCZ): Process linebreaks and
|
||||||
|
convert them to br element.
|
||||||
|
([\#162](https://github.com/readthedocs/recommonmark/pull/162))
|
||||||
|
- [@gibfahn](http://github.com/gibfahn): Remove URL quoting from refs
|
||||||
|
before passing to Sphinx
|
||||||
|
([\#158](https://github.com/readthedocs/recommonmark/pull/158))
|
||||||
|
- [@dandersson](http://github.com/dandersson): Use image description
|
||||||
|
text as \"alt\", drop title
|
||||||
|
([\#150](https://github.com/readthedocs/recommonmark/pull/150))
|
||||||
|
- [@annegentle](http://github.com/annegentle): Clarify the specifics
|
||||||
|
of Auto Toc Tree
|
||||||
|
([\#149](https://github.com/readthedocs/recommonmark/pull/149))
|
||||||
|
- [@loganrosen](http://github.com/loganrosen): Bump dependency on
|
||||||
|
commonmark to \>= 0.8.1
|
||||||
|
([\#147](https://github.com/readthedocs/recommonmark/pull/147))
|
||||||
|
- [@codejamninja](http://github.com/codejamninja): Use official
|
||||||
|
gitignore template
|
||||||
|
([\#140](https://github.com/readthedocs/recommonmark/pull/140))
|
||||||
|
- [@dotlambda](http://github.com/dotlambda): Include all test files in
|
||||||
|
PyPI tarball
|
||||||
|
([\#128](https://github.com/readthedocs/recommonmark/pull/128))
|
||||||
|
- [@tk0miya](http://github.com/tk0miya): Register a parser class using
|
||||||
|
new Sphinx API; add\_source\_suffix
|
||||||
|
([\#113](https://github.com/readthedocs/recommonmark/pull/113))
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 13 10:44:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Jun 13 10:44:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -19,13 +19,14 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-recommonmark
|
Name: python-recommonmark
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python docutils-compatibility bridge to CommonMark
|
Summary: Python docutils-compatibility bridge to CommonMark
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/rtfd/recommonmark
|
URL: https://github.com/rtfd/recommonmark
|
||||||
Source0: https://github.com/rtfd/recommonmark/archive/0.5.0.tar.gz#/recommonmark-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/recommonmark/recommonmark-%{version}.tar.gz
|
||||||
|
#Source0: https://github.com/rtfd/recommonmark/archive/%%{version}.tar.gz#/recommonmark-%%{version}.tar.gz
|
||||||
Patch0: sphinx2.patch
|
Patch0: sphinx2.patch
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27b7cc2b81c297e82039df20b0291fdeddc10b71b04c9f18b5d46efacd02f2f2
|
|
||||||
size 22356
|
|
3
recommonmark-0.6.0.tar.gz
Normal file
3
recommonmark-0.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29cd4faeb6c5268c633634f2d69aef9431e0f4d347f90659fd0aab20e541efeb
|
||||||
|
size 32756
|
Reference in New Issue
Block a user