1
0

Accepting request 811318 from home:lkocman:branches:devel:languages:python

- Update to 1.4.15

* Reworked plugins into submodules, so handling of individual
  __pycache__ is now easier
* Removed direct dependency in setup.py on backported 
  python-configparser. Configparser is part of python3

OBS-URL: https://build.opensuse.org/request/show/811318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-md2workflow?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-06-04 07:46:00 +00:00
committed by Git OBS Bridge
parent 4962c4c5be
commit cfdf90c2b9
4 changed files with 31 additions and 32 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 4 06:34:38 UTC 2020 - Lubos Kocman <lubos.kocman@suse.com>
- Update to 1.4.15
* Reworked plugins into submodules, so handling of individual
__pycache__ is now easier
* Removed direct dependency in setup.py on backported
python-configparser. Configparser is part of python3
-------------------------------------------------------------------
Mon Apr 20 13:11:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>