14 Commits

Author SHA256 Message Date
Richard Brown
51f1dab3c0 Accepting request 880614 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/880614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=5
2021-03-29 16:21:07 +00:00
d49c45c547 Accepting request 880504 from home:bnavigator:branches:devel:languages:python
- Update to 29.0
  * Support cmarkgfm>=0.5.0 (#180)
  * Drop support for Python 2 and 3.5 (#188)
- Release 28.0
  * Support Python 3.9 (#176)
- Release 27.0
  * Add support for align attribute rendering Markdown headers
    (#173)
- Add remove-mock.patch and remove-six.patch to reduce outdated
  dependecies -- gh#pypa/readme_renderer#192
-

OBS-URL: https://build.opensuse.org/request/show/880504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=13
2021-03-22 22:13:51 +00:00
Dominique Leuenberger
6117ad7265 Accepting request 824177 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/824177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=4
2020-08-06 15:31:10 +00:00
e5de9cad1f Accepting request 824117 from home:mcalabkova:branches:devel:languages:python
- Update to 26.0
  * Fix regression with image width/height attributes

OBS-URL: https://build.opensuse.org/request/show/824117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=11
2020-08-03 15:09:54 +00:00
Dominique Leuenberger
7e331ac854 Accepting request 787880 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/787880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=3
2020-04-19 19:44:22 +00:00
16b7901b17 Accepting request 787867 from home:alarrosa:branches:devel:languages:python
- Do not build the python2 package since Pygments, which is required
  only builds a python3 package.

OBS-URL: https://build.opensuse.org/request/show/787867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=9
2020-03-24 17:22:28 +00:00
Tomáš Chvátal
c711a5dc26 - Update to 25.0:
* Fix testsuite to work with new pygments
- Remove merged patch pygments25.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=8
2020-03-15 07:09:39 +00:00
Tomáš Chvátal
23b3e0c2c5 - Add patch to fix test fixtures with new pygments:
* pygments25.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=7
2020-03-14 09:45:36 +00:00
Dominique Leuenberger
ca49c3de43 Accepting request 681160 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/681160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=2
2019-03-05 11:19:49 +00:00
Thomas Bechtold
5f1634ac58 Accepting request 681075 from home:jayvdb:noflake8
- Remove bcond_with test preventing the tests from running
- Remove unnecessary dependency on flake8
- Increase dependency on bleach to fix test failure
- Add cmarkgfm >= 0.2.0 from upstream

OBS-URL: https://build.opensuse.org/request/show/681075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=5
2019-03-04 05:23:22 +00:00
Dominique Leuenberger
157abcb401 Accepting request 668392 from devel:languages:python
A library for rendering "readme" descriptions

OBS-URL: https://build.opensuse.org/request/show/668392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=1
2019-01-25 21:44:50 +00:00
Thomas Bechtold
098c27a93f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=3 2018-12-30 15:58:29 +00:00
Thomas Bechtold
a4a38f05e5 - update to 24.0:
* Remove dependency on ``future``. (#134)
  * Breaking change: Move the cmarkgfm dependency into an extra (#130). Users
    that want to render Markdown will need to install readme_render[md] instead.
  * Unify handling of SVG and other images in RST. (#113)
  * Support width and alignment of images in RST (#114)
  * Allow <caption>. (#105)
  * Add specific tests for the raw directive. (#103)
  * Include docinfo when rendering rst. (#99)
  * Make Python 3 the default lexer for highlighting Python code in Markdown (#97)
  * Allow align attribute on <p> tags (#98)
  * Reformat docutils messages into more human-friendly output. (#92)
  * Fix incorrect escaping of html entities in pre tags when using markdown. (#89)
  * Allow width, height, alt, and align attributes on img tags. (#91)
  * Fix check to not report success when there is invalid RST. (#90)
  * Allow details and summary tags. (#77)
  * Add .pytest_cache to .gitignore. (#85)
  * Warn about Markdown content type when checking RST. (#83)
  * Update pep8 tox env to use py3.6. (#84)
  * Add Pygments-based syntax highlighting for Markdown. (#82)
  * Update docs about check to talk about Markdown. (#80)
  * Change Github-flavored Markdown identifier from ``gfm`` to ``GFM``.
  * Add support for GitHub-flavored Markdown. (#67)
  * Switch to cmarkgfm completely for rendering Markdown. (#68)
  * Warn about missing long description. (#69)
  * Make Github-Flavored Markdown the default variant (#73)
  * All renderers now accept arbitrary ``kwargs`` for future-proofing.
  * Gracefully handle new exceptions from bleach.
  * Fix an issue cleaning plaintext values.
  * Fix an issue attempting to clean data that had ``<a>`` tags without a href.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=2
2018-12-30 11:32:21 +00:00
Thomas Bechtold
68e81bbb69 osc copypac from project:devel:languages:python:misc package:python-readme_renderer revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=1
2018-12-30 11:26:53 +00:00