From 21c32b778d732538f1582247f5aa8a40dd5ffd7826fab1fe84ea8360b325c10a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Dec 2022 09:06:04 +0000 Subject: [PATCH] Accepting request 1041156 from home:yarunachalam:branches:devel:languages:python - Update to version 1.6.53 Released: 2022-11-18 Summary: * Reformat pyproject.toml to be most compatible with 'pip install' * Several internal project-level optimizations... * git changes committed on 2022-11-09... somehow 1.6.53 wasn't pushed to pypi on 9-Nov-2022. It was pushed to pypi on 18-Nov-2022 OBS-URL: https://build.opensuse.org/request/show/1041156 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=51 --- ciscoconfparse-1.6.52.tar.gz | 3 --- ciscoconfparse-1.6.53.tar.gz | 3 +++ python-ciscoconfparse.changes | 10 ++++++++++ python-ciscoconfparse.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ciscoconfparse-1.6.52.tar.gz create mode 100644 ciscoconfparse-1.6.53.tar.gz diff --git a/ciscoconfparse-1.6.52.tar.gz b/ciscoconfparse-1.6.52.tar.gz deleted file mode 100644 index 0ab8f43..0000000 --- a/ciscoconfparse-1.6.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31d1cb3176b0189ce2bc5fc5141cd65117445a508b95c0eb7663c9f263657f35 -size 150817 diff --git a/ciscoconfparse-1.6.53.tar.gz b/ciscoconfparse-1.6.53.tar.gz new file mode 100644 index 0000000..ad7f20c --- /dev/null +++ b/ciscoconfparse-1.6.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfc4a98966b85c88d95dc154a075850cbc05e97a5b4e750f27452ac727d0dba +size 151602 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index d18ee05..f7ade6d 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 7 14:39:07 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.6.53 + Released: 2022-11-18 + Summary: + * Reformat pyproject.toml to be most compatible with 'pip install' + * Several internal project-level optimizations... + * git changes committed on 2022-11-09... somehow 1.6.53 wasn't pushed to pypi on 9-Nov-2022. It was pushed to pypi on 18-Nov-2022 + ------------------------------------------------------------------- Fri Dec 2 00:57:48 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index e25422a..f49c451 100644 --- a/python-ciscoconfparse.spec +++ b/python-ciscoconfparse.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-ciscoconfparse -Version: 1.6.52 +Version: 1.6.53 Release: 0 Summary: Library for parsing, querying and modifying Cisco IOS-style configurations License: GPL-3.0-or-later