From 2b06f1b68c852df65e9d7654d807f3344458e60ad49d136c46ff8546fbc4bbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 21 Dec 2019 15:15:30 +0000 Subject: [PATCH] Accepting request 758725 from home:mnhauke:network:automation - Update to version 0.5.5: * Add + sign to regexp pattern * Upd version number * Fix #9 OBS-URL: https://build.opensuse.org/request/show/758725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-VyattaConfParser?expand=0&rev=6 --- VyattaConfParser-0.5.3.tar.xz | 3 --- VyattaConfParser-0.5.5.tar.xz | 3 +++ _service | 4 ++-- _servicedata | 2 +- python-VyattaConfParser.changes | 8 ++++++++ python-VyattaConfParser.spec | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 VyattaConfParser-0.5.3.tar.xz create mode 100644 VyattaConfParser-0.5.5.tar.xz diff --git a/VyattaConfParser-0.5.3.tar.xz b/VyattaConfParser-0.5.3.tar.xz deleted file mode 100644 index e80fc55..0000000 --- a/VyattaConfParser-0.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:631e20094d18d3533308916b2837be65666eedf58830f0811c1ed77b377e21f0 -size 4652 diff --git a/VyattaConfParser-0.5.5.tar.xz b/VyattaConfParser-0.5.5.tar.xz new file mode 100644 index 0000000..afe8c54 --- /dev/null +++ b/VyattaConfParser-0.5.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eead1562c448a36dfbcff33d50f568230954216acb3a5dd03446dfa8ee75aa9 +size 4844 diff --git a/_service b/_service index 4ee3770..33a1d48 100644 --- a/_service +++ b/_service @@ -2,11 +2,11 @@ https://github.com/hedin/vyatta-conf-parser.git git - 084ba32 + 9a09e8375ecf75c054f1231fa989222e440313bf no enable VyattaConfParser - 0.5.3 + 0.5.5 *.tar diff --git a/_servicedata b/_servicedata index f5315b0..d7441e5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hedin/vyatta-conf-parser.git - 084ba320ae1d6079267b3785f618af85089b5367 \ No newline at end of file + 9a09e8375ecf75c054f1231fa989222e440313bf \ No newline at end of file diff --git a/python-VyattaConfParser.changes b/python-VyattaConfParser.changes index 3f41f02..bf1ae58 100644 --- a/python-VyattaConfParser.changes +++ b/python-VyattaConfParser.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 21 14:49:38 UTC 2019 - mardnh@gmx.de + +- Update to version 0.5.5: + * Add + sign to regexp pattern + * Upd version number + * Fix #9 + ------------------------------------------------------------------- Thu Oct 24 18:06:19 UTC 2019 - mardnh@gmx.de diff --git a/python-VyattaConfParser.spec b/python-VyattaConfParser.spec index 1ca92ee..0948326 100644 --- a/python-VyattaConfParser.spec +++ b/python-VyattaConfParser.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-VyattaConfParser -Version: 0.5.3 +Version: 0.5.5 Release: 0 Summary: A python config parser for Vyatta/VyOS License: MIT