diff --git a/ciscoconfparse-1.5.1.tar.gz b/ciscoconfparse-1.5.1.tar.gz deleted file mode 100644 index 158b0f3..0000000 --- a/ciscoconfparse-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f0ca586d24d5ec8368f2659b84fe9800cfbf09ae3925b15ca4164084d53d648 -size 131868 diff --git a/ciscoconfparse-1.5.3.tar.gz b/ciscoconfparse-1.5.3.tar.gz new file mode 100644 index 0000000..98dc5ab --- /dev/null +++ b/ciscoconfparse-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9c63cef1e518f6ab225713df7ead25962766981ceaa03e4b5ccf7c2bb3d7a8 +size 132154 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index 8f6895e..082ba67 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 12 17:00:23 UTC 2020 - Martin Hauke + +- Update to version 1.5.3 + * Fix IPv6Obj().packed and IPv6Obj().exploded + * add IPv4Obj().packed and IPv4Obj().exploded +- Update to version 1.5.2 + * Add __add__() and __sub__() to IPv4Obj() and IPv6Obj(); + * remove use of IPv6Obj().broadcast in IPv6Obj().__contains__() + ------------------------------------------------------------------- Wed Feb 26 19:39:37 UTC 2020 - Martin Hauke diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index a6165a6..4ad0abb 100644 --- a/python-ciscoconfparse.spec +++ b/python-ciscoconfparse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ciscoconfparse -Version: 1.5.1 +Version: 1.5.3 Release: 0 Summary: Library for parsing, querying and modifying Cisco IOS-style configurations License: GPL-3.0-or-later