14
0

Accepting request 983618 from home:mnhauke

- Update to version 0.4.6
  Changes
  * Added type hints for major classes.
  * Edited docs to comply with PEP8.
  Fixes
  * Python 3.10 and Python 3.9 compatibility.
  * Fixed crashed related to LiveRingCapture.

OBS-URL: https://build.opensuse.org/request/show/983618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyshark?expand=0&rev=8
This commit is contained in:
2022-06-18 19:21:56 +00:00
committed by Git OBS Bridge
parent e20076e43e
commit ed4dcb462d
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jun 18 17:40:17 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.4.6
Changes
* Added type hints for major classes.
* Edited docs to comply with PEP8.
Fixes
* Python 3.10 and Python 3.9 compatibility.
* Fixed crashed related to LiveRingCapture.
-------------------------------------------------------------------
Sat Mar 6 13:09:44 UTC 2021 - Martin Hauke <mardnh@gmx.de>