15
0

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
This commit is contained in:
2019-12-21 15:15:30 +00:00
committed by Git OBS Bridge
parent 061743764f
commit 2b06f1b68c
6 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:631e20094d18d3533308916b2837be65666eedf58830f0811c1ed77b377e21f0
size 4652

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5eead1562c448a36dfbcff33d50f568230954216acb3a5dd03446dfa8ee75aa9
size 4844

View File

@@ -2,11 +2,11 @@
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/hedin/vyatta-conf-parser.git</param>
<param name="scm">git</param>
<param name="revision">084ba32</param>
<param name="revision">9a09e8375ecf75c054f1231fa989222e440313bf</param>
<param name="package-meta">no</param>
<param name="changesgenerate">enable</param>
<param name="filename">VyattaConfParser</param>
<param name="versionformat">0.5.3</param>
<param name="versionformat">0.5.5</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hedin/vyatta-conf-parser.git</param>
<param name="changesrevision">084ba320ae1d6079267b3785f618af85089b5367</param></service></servicedata>
<param name="changesrevision">9a09e8375ecf75c054f1231fa989222e440313bf</param></service></servicedata>

View File

@@ -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

View File

@@ -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