15
0
forked from pool/python-dparse

Accepting request 1006505 from home:yarunachalam:branches:devel:languages:python

- update to 0.6.1
  * Use non-deprecated ConfiParser method
- update to 0.6.0
  * Fork from upstream dparse that is unresponsive
  * Rename package to dparse2
  * Fix security issue for GHSL-2021-111https://github.com/pyupio/dparse/issues/50
  * Drop support for Python < 3.6 and add support for up to 3.10
  * Drop support for updating requirements files
  * format code with black, sort imports

OBS-URL: https://build.opensuse.org/request/show/1006505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=8
This commit is contained in:
2022-09-27 19:36:42 +00:00
committed by Git OBS Bridge
parent 15d4ffb5d0
commit 65a3b5ffd0
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 27 19:06:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 0.6.1
* Use non-deprecated ConfiParser method
- update to 0.6.0
* Fork from upstream dparse that is unresponsive
* Rename package to dparse2
* Fix security issue for GHSL-2021-111https://github.com/pyupio/dparse/issues/50
* Drop support for Python < 3.6 and add support for up to 3.10
* Drop support for updating requirements files
* format code with black, sort imports
-------------------------------------------------------------------
Thu Sep 17 06:51:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>