15
0

Accepting request 742655 from home:mnhauke:network:automation

- Update to version 0.5.3:
  * Fix error parsing named section config with missing {} curly
    brackets
- Do not longer build for python2, upstream dropped support with
  this release

OBS-URL: https://build.opensuse.org/request/show/742655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-VyattaConfParser?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-10-25 09:25:58 +00:00
committed by Git OBS Bridge
parent 4a58c73a4e
commit 061743764f
6 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:556435d71a56a69022c2d6ca01d89847850997f7b40c769dcf7e93da44330778
size 4424

View File

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

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">916b5b1</param>
<param name="revision">084ba32</param>
<param name="package-meta">no</param>
<param name="changesgenerate">enable</param>
<param name="filename">VyattaConfParser</param>
<param name="versionformat">0.5.2</param>
<param name="versionformat">0.5.3</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">916b5b1c4b98394e27bb724cd697506db29f2f1a</param></service></servicedata>
<param name="changesrevision">084ba320ae1d6079267b3785f618af85089b5367</param></service></servicedata>

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 24 18:06:19 UTC 2019 - mardnh@gmx.de
- Update to version 0.5.3:
* Fix error parsing named section config with missing {} curly
brackets
- Do not longer build for python2, upstream dropped support with
this release
-------------------------------------------------------------------
Tue Oct 1 20:32:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-VyattaConfParser
Version: 0.5.2
Version: 0.5.3
Release: 0
Summary: A python config parser for Vyatta/VyOS
License: MIT