15
0

- Update to 1.10.0:

* Added Functionality to ip_network filter to support method calls
    with kwargs.
  * Fix configuration parsers to allow newlines, no longer auto strip
    all newlines.
  * Added NIST URL creation and platform mapper.
  * Added DNA Center platform mappings.
  * Improved error message when duplicate line is parsed.
- Add patch use-legacycrypt-if-required.patch:
  * Use the legacycrypt module where we need to.
- Switch to autosetup macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=14
This commit is contained in:
2024-12-03 03:46:40 +00:00
committed by Git OBS Bridge
parent 2a75c746ad
commit 73a293bf4b
5 changed files with 121 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 3 03:45:37 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.10.0:
* Added Functionality to ip_network filter to support method calls
with kwargs.
* Fix configuration parsers to allow newlines, no longer auto strip
all newlines.
* Added NIST URL creation and platform mapper.
* Added DNA Center platform mappings.
* Improved error message when duplicate line is parsed.
- Add patch use-legacycrypt-if-required.patch:
* Use the legacycrypt module where we need to.
- Switch to autosetup macros.
-------------------------------------------------------------------
Tue May 7 13:18:40 UTC 2024 - Dirk Müller <dmueller@suse.com>