From e9cafb04d2f2b2f9444112751d4cef6cdfb32feca662a1e89dc2c4fb0d5def2a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 12:30:17 +0000 Subject: [PATCH] - update to 1.7.7: - Replace `assert isinstance()`, as requested in github issue #256 - Remove test `ping` code from `Makefile` - Small code reorganization in `class CiscoConfParse()` - Move non-essential packages to requirements-dev.txt (github issue #258) - Edit in documentation style fixes recommended by `pydocstyle -e --convention=numpy `. - Convert some of the assertions that validated `CiscoConfParse()` method parameters and variables into if-statements for more idiomatic python. - Convert some of the clunky-python-syntax into more idiomatic python. - Rip out all `terraform` parsing attempts. - Update for CVE-2022-40898 in the python `wheel <= 0.38.0` package. - github issue #257 reported this issue. - Modified `requirements.txt` to manually upgrade `python`'s default `wheel` version to a patched version of `wheel`. - Move documentation package dependencies to `sphinx-doc/requirements.txt` - Add documentation build instructions to `README.md` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=57 --- ciscoconfparse-1.7.1.tar.gz | 3 --- ciscoconfparse-1.7.7.tar.gz | 3 +++ python-ciscoconfparse.changes | 19 +++++++++++++++++++ python-ciscoconfparse.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 ciscoconfparse-1.7.1.tar.gz create mode 100644 ciscoconfparse-1.7.7.tar.gz diff --git a/ciscoconfparse-1.7.1.tar.gz b/ciscoconfparse-1.7.1.tar.gz deleted file mode 100644 index c63c42c..0000000 --- a/ciscoconfparse-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09bdabc67c2dc89848e23202e58a37491b378d12b73c8cba8adf3fef064ce62f -size 153159 diff --git a/ciscoconfparse-1.7.7.tar.gz b/ciscoconfparse-1.7.7.tar.gz new file mode 100644 index 0000000..f3e48de --- /dev/null +++ b/ciscoconfparse-1.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ddcb67a85879b9161b5dbe3c10aef2128fdb50751af845e207bfb7100f4a85 +size 209050 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index f8c399b..17c512f 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jan 28 12:29:31 UTC 2023 - Dirk Müller + +- update to 1.7.7: + - Replace `assert isinstance()`, as requested in github issue #256 + - Remove test `ping` code from `Makefile` + - Small code reorganization in `class CiscoConfParse()` + - Move non-essential packages to requirements-dev.txt (github issue #258) + - Edit in documentation style fixes recommended by `pydocstyle -e --convention=numpy `. + - Convert some of the assertions that validated `CiscoConfParse()` method + parameters and variables into if-statements for more idiomatic python. + - Convert some of the clunky-python-syntax into more idiomatic python. + - Rip out all `terraform` parsing attempts. + - Update for CVE-2022-40898 in the python `wheel <= 0.38.0` package. + - github issue #257 reported this issue. + - Modified `requirements.txt` to manually upgrade `python`'s default `wheel` version to a patched version of `wheel`. + - Move documentation package dependencies to `sphinx-doc/requirements.txt` + - Add documentation build instructions to `README.md` + ------------------------------------------------------------------- Wed Jan 18 13:54:32 UTC 2023 - Dirk Müller diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index 2eb6ceb..388ed1a 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.7.1 +Version: 1.7.7 Release: 0 Summary: Library for parsing, querying and modifying Cisco IOS-style configurations License: GPL-3.0-or-later