14
0

Accepting request 704538 from home:benoit_monin:branches:devel:languages:python

update to version 3.1.1: bugfix release

OBS-URL: https://build.opensuse.org/request/show/704538
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=57
This commit is contained in:
Todd R
2019-05-21 20:33:59 +00:00
committed by Git OBS Bridge
parent 79bd98028f
commit aa6f979233
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 21 16:55:19 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 3.1.1: bugfix release
* Fixed import failure in setup.py when the source directory is
not on sys.path (#823).
* Prefer public packaging module to pkg_resources' private copy
of it (#825).
-------------------------------------------------------------------
Tue Mar 26 19:34:04 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>