14
0

Accepting request 993133 from home:bnavigator:branches:devel:languages:python

- Update to 3.0.0
  * Drop python3.6 support
  * Use funcparserlib-1.0.0a0 or newer to support new python
    versions
  * Allow to write multiline string via triple quotes (""" ... """)
  * Fix #147: file existence disclosure using svg renderer
- Refresh python-blockdiag-nose-to-pytest.patch

OBS-URL: https://build.opensuse.org/request/show/993133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blockdiag?expand=0&rev=20
This commit is contained in:
2022-08-04 20:59:21 +00:00
committed by Git OBS Bridge
parent 484a456f37
commit faa254a7c8
5 changed files with 48 additions and 61 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 4 19:43:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 3.0.0
* Drop python3.6 support
* Use funcparserlib-1.0.0a0 or newer to support new python
versions
* Allow to write multiline string via triple quotes (""" ... """)
* Fix #147: file existence disclosure using svg renderer
- Refresh python-blockdiag-nose-to-pytest.patch
-------------------------------------------------------------------
Wed Sep 1 07:28:26 UTC 2021 - pgajdos@suse.com