From f5bddfaacaae934e4b8d0ee4978b0c7ff353a75f14ba087777515b732ea8955a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 29 Oct 2022 11:52:24 +0000 Subject: [PATCH] Accepting request 1031665 from home:yarunachalam:branches:devel:languages:python - Update to 0.6.2 * Fixed bug: always call the parent from the PATH in the resolve_file function. OBS-URL: https://build.opensuse.org/request/show/1031665 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=11 --- dparse-0.6.1.tar.gz | 3 --- dparse-0.6.2.tar.gz | 3 +++ python-dparse.changes | 6 ++++++ python-dparse.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 dparse-0.6.1.tar.gz create mode 100644 dparse-0.6.2.tar.gz diff --git a/dparse-0.6.1.tar.gz b/dparse-0.6.1.tar.gz deleted file mode 100644 index bd24762..0000000 --- a/dparse-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd2e14c30b2dbf60eb71931e656a1bae928b5b82c4643f8f0386a281a9280c80 -size 20059 diff --git a/dparse-0.6.2.tar.gz b/dparse-0.6.2.tar.gz new file mode 100644 index 0000000..96c2bdb --- /dev/null +++ b/dparse-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45255bda21f998bc7ddf2afd5e62505ba6134756ba2d42a84c56b0826614dfe +size 20181 diff --git a/python-dparse.changes b/python-dparse.changes index c246434..da11650 100644 --- a/python-dparse.changes +++ b/python-dparse.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 27 22:55:51 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.6.2 + * Fixed bug: always call the parent from the PATH in the resolve_file function. + ------------------------------------------------------------------- Tue Sep 27 19:06:18 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-dparse.spec b/python-dparse.spec index b9a210f..857593f 100644 --- a/python-dparse.spec +++ b/python-dparse.spec @@ -20,7 +20,7 @@ %bcond_without test %define skip_python2 1 Name: python-dparse -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: Python dependency file parser License: MIT