14
0
forked from pool/python-pysmi

- update to 1.5.4:

* Fixed a runtime error in pysnmp.
  * Fixed a runtime error in pysnmp.
  * Fixed a few runtime errors.
  * Removed Python 3.8 support.
  * Added Python 3.13 support.
  * Renamed many items to meet PEP 8 requirements.
    Compatibility layer is added, but will be removed in the
    next release.
  * Fixed a bug that Windows version and user name were not
    correctly detected.
- drop support-new-pyasn1.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=28
This commit is contained in:
2024-10-20 18:59:25 +00:00
committed by Git OBS Bridge
parent f11ca917c6
commit a64ecad5c2
5 changed files with 20 additions and 75 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Oct 20 18:57:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.4:
* Fixed a runtime error in pysnmp.
* Fixed a runtime error in pysnmp.
* Fixed a few runtime errors.
* Removed Python 3.8 support.
* Added Python 3.13 support.
* Renamed many items to meet PEP 8 requirements.
Compatibility layer is added, but will be removed in the
next release.
* Fixed a bug that Windows version and user name were not
correctly detected.
- drop support-new-pyasn1.patch (upstream)
-------------------------------------------------------------------
Wed Oct 9 06:31:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>