15
0

Accepting request 662451 from home:badshah400:branches:devel:languages:python

NOTE: Depends on new package python-markdown-math (sr#662450).

- Update to version 3.0.0:
- Add python-markdown-math to Requires (new dependency).
- Run fdupes to clean up duplicate files wasting space (add BuildRequires: fdupes).

OBS-URL: https://build.opensuse.org/request/show/662451
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=10
This commit is contained in:
2019-01-02 14:03:27 +00:00
committed by Git OBS Bridge
parent f776048feb
commit 04601bc6dd
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 2 12:46:35 UTC 2019 - badshah400@gmail.com
- Update to version 3.0.0:
* The deprecated AbstractMarkup API has been removed.
* Python 3.2 is no longer supported.
* The output now uses HTML5 instead of HTML4.
* The custom markups are now registered with entry points.
* The ``get_custom_markups()`` method has been removed.
* New required dependency: python-markdown-math.
* Python-Markdown 3.x release is now supported.
- Add python-markdown-math to Requires (new dependency).
- Run fdupes to clean up duplicate files wasting space (add
BuildRequires: fdupes).
-------------------------------------------------------------------
Tue Dec 4 12:50:17 UTC 2018 - Matej Cepl <mcepl@suse.com>