forked from pool/python-dparse
Accepting request 1006957 from 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/1006957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dparse?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367
|
||||
size 17392
|
||||
3
dparse-0.6.1.tar.gz
Normal file
3
dparse-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd2e14c30b2dbf60eb71931e656a1bae928b5b82c4643f8f0386a281a9280c80
|
||||
size 20059
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dparse
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without test
|
||||
%define skip_python2 1
|
||||
Name: python-dparse
|
||||
Version: 0.5.1
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Python dependency file parser
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user