15
0

- Update to 0.8.1:

* Added the Node.normalize() method. (from @lez)
  * Renamed package name to commonmark for PEP8 compliance. You can now do import commonmark as well as import CommonMark. Closes #60
  * Added testing on Python 3.7.
  * Removed CommonMark symlink. So, as of this version, you need to replace all instances of CommonMark with commonmark in your code.
- Remove the not-needed subpackages
- Run the tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-03-05 14:52:24 +00:00
committed by Git OBS Bridge
parent 76663458aa
commit 45008601a2
4 changed files with 34 additions and 56 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 5 14:36:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.8.1:
* Added the Node.normalize() method. (from @lez)
* Renamed package name to commonmark for PEP8 compliance. You can now do import commonmark as well as import CommonMark. Closes #60
* Added testing on Python 3.7.
* Removed CommonMark symlink. So, as of this version, you need to replace all instances of CommonMark with commonmark in your code.
- Remove the not-needed subpackages
- Run the tests
-------------------------------------------------------------------
Tue Dec 4 12:46:47 UTC 2018 - Matej Cepl <mcepl@suse.com>