diff --git a/dparse-0.5.1.tar.gz b/dparse-0.5.1.tar.gz deleted file mode 100644 index fcf3f8e..0000000 --- a/dparse-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367 -size 17392 diff --git a/dparse-0.5.2.tar.gz b/dparse-0.5.2.tar.gz new file mode 100644 index 0000000..6907444 --- /dev/null +++ b/dparse-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c348994a1f41c85f664d8f5a47442647bc4e22c5af5b1b26ef29aff0fa5dddcd +size 17220 diff --git a/python-dparse.changes b/python-dparse.changes index bb96e29..c246434 100644 --- a/python-dparse.changes +++ b/python-dparse.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 diff --git a/python-dparse.spec b/python-dparse.spec index b60559a..8297f15 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.5.2 Release: 0 Summary: Python dependency file parser License: MIT