From cf31ce740504dda2686030b6d59c628ecb34c4c51a6ec61184f2b41555efb717 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 27 Feb 2020 06:17:50 +0000 Subject: [PATCH] Accepting request 779662 from home:mnhauke - Update to version 1.5.1 * Remove embedded junos debugging - Update to version 1.5.0 * Complete rewrite of junos parser (fix Github issue #70) * deprecate support for Python 3.4 OBS-URL: https://build.opensuse.org/request/show/779662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=25 --- ciscoconfparse-1.4.11.tar.gz | 3 --- ciscoconfparse-1.5.1.tar.gz | 3 +++ python-ciscoconfparse.changes | 9 +++++++++ python-ciscoconfparse.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 ciscoconfparse-1.4.11.tar.gz create mode 100644 ciscoconfparse-1.5.1.tar.gz diff --git a/ciscoconfparse-1.4.11.tar.gz b/ciscoconfparse-1.4.11.tar.gz deleted file mode 100644 index 86ea9f5..0000000 --- a/ciscoconfparse-1.4.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed94fbb25cec717355f65173fd82a2f4d2640f505ad54170cf646d91452e3a6 -size 131599 diff --git a/ciscoconfparse-1.5.1.tar.gz b/ciscoconfparse-1.5.1.tar.gz new file mode 100644 index 0000000..158b0f3 --- /dev/null +++ b/ciscoconfparse-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0ca586d24d5ec8368f2659b84fe9800cfbf09ae3925b15ca4164084d53d648 +size 131868 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index 0bec928..8f6895e 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 26 19:39:37 UTC 2020 - Martin Hauke + +- Update to version 1.5.1 + * Remove embedded junos debugging +- Update to version 1.5.0 + * Complete rewrite of junos parser (fix Github issue #70) + * deprecate support for Python 3.4 + ------------------------------------------------------------------- Thu Dec 5 20:18:38 UTC 2019 - Martin Hauke diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index bc9fc0e..a6165a6 100644 --- a/python-ciscoconfparse.spec +++ b/python-ciscoconfparse.spec @@ -1,7 +1,7 @@ # # spec file for package python-ciscoconfparse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ciscoconfparse -Version: 1.4.11 +Version: 1.5.1 Release: 0 Summary: Library for parsing, querying and modifying Cisco IOS-style configurations License: GPL-3.0-or-later