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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367
size 17392

3
dparse-0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c348994a1f41c85f664d8f5a47442647bc4e22c5af5b1b26ef29aff0fa5dddcd
size 17220

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>

View File

@@ -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.5.2
Release: 0
Summary: Python dependency file parser
License: MIT