From 4fa9e644d382d416eb954eed454d9db822efbdea Mon Sep 17 00:00:00 2001
From: mcepl <>
Date: Sep 29 2022 16:20:29 +0000
Subject: Update python-dparse to version 0.6.1 / rev 4 via SR 1006957
https://build.opensuse.org/request/show/1006957
by user mcepl + RBrownFactory
- 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
---
diff --git a/.files b/.files
index cabef48..ff05389 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 967968f..a06f434 100644
--- a/.rev
+++ b/.rev
@@ -25,4 +25,21 @@
* Install pipenv only when asked for with extras
835106
+
+ 8825cd0ff27edb1e07e32cd788ec8c43
+ 0.6.1
+
+ RBrownFactory
+ - 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
+
+ 1006957
+
diff --git a/dparse-0.5.1.tar.gz b/dparse-0.5.1.tar.gz
deleted file mode 120000
index 931ca25..0000000
--- a/dparse-0.5.1.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreifbwxywsebodseu7gt5lthw7facva3klusl5afjq3d45hvo26htm4
\ No newline at end of file
diff --git a/dparse-0.6.1.tar.gz b/dparse-0.6.1.tar.gz
new file mode 120000
index 0000000..59a7f3b
--- /dev/null
+++ b/dparse-0.6.1.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreig5fykmgcznx5qow4mtdzswug5oskfvxawemq7y6a4guka2skamqa
\ No newline at end of file
diff --git a/python-dparse.changes b/python-dparse.changes
index 19519a2..c461ee1 100644
--- a/python-dparse.changes
+++ b/python-dparse.changes
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+Tue Sep 27 19:06:18 UTC 2022 - Yogalakshmi Arunachalam
+
+- 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
- update to 0.5.1:
diff --git a/python-dparse.spec b/python-dparse.spec
index cc103bc..30a3731 100644
--- a/python-dparse.spec
+++ b/python-dparse.spec
@@ -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