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,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