From c8ff8e46458698a550d02c80f42de30d0c287a2a3c696ab0bc4fb62f26f8839b Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 25 Nov 2019 19:42:57 +0000 Subject: [PATCH] Accepting request 750854 from home:mnhauke:network:automation - Update to version 1.4.10 * Add support for parsing pathlib.Path objects which contain a configuration OBS-URL: https://build.opensuse.org/request/show/750854 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=21 --- ciscoconfparse-1.4.10.tar.gz | 3 +++ ciscoconfparse-1.4.9.tar.gz | 3 --- python-ciscoconfparse.changes | 7 +++++++ python-ciscoconfparse.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 ciscoconfparse-1.4.10.tar.gz delete mode 100644 ciscoconfparse-1.4.9.tar.gz diff --git a/ciscoconfparse-1.4.10.tar.gz b/ciscoconfparse-1.4.10.tar.gz new file mode 100644 index 0000000..e196eae --- /dev/null +++ b/ciscoconfparse-1.4.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c404bbf14d50ea89c7c86f0df742e13ae99d5573777ad712a87117c3765a069f +size 131538 diff --git a/ciscoconfparse-1.4.9.tar.gz b/ciscoconfparse-1.4.9.tar.gz deleted file mode 100644 index 68c5ce3..0000000 --- a/ciscoconfparse-1.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0c5d497b2285650a4c69eb754eee93b3b8efc65755bb899faafd339d9f28dd7 -size 131490 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index c33746e..cb25e0c 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 25 19:10:20 UTC 2019 - Martin Hauke + +- Update to version 1.4.10 + * Add support for parsing pathlib.Path objects which contain a + configuration + ------------------------------------------------------------------- Fri Nov 22 20:04:46 UTC 2019 - Martin Hauke diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index 23bf3dd..73c085e 100644 --- a/python-ciscoconfparse.spec +++ b/python-ciscoconfparse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ciscoconfparse -Version: 1.4.9 +Version: 1.4.10 Release: 0 Summary: Library for parsing, querying and modifying Cisco IOS-style configurations License: GPL-3.0-or-later