diff --git a/python-pyshark.changes b/python-pyshark.changes index 7f9f18a..6156af7 100644 --- a/python-pyshark.changes +++ b/python-pyshark.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jun 18 17:40:17 UTC 2022 - Martin Hauke + +- 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 diff --git a/python-pyshark.spec b/python-pyshark.spec index cf1fc0f..ac21cad 100644 --- a/python-pyshark.spec +++ b/python-pyshark.spec @@ -1,8 +1,8 @@ # # spec file for package python-pyshark # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2019-2021, Martin Hauke +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2019-2022, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyshark -Version: 0.4.3 +Version: 0.4.6 Release: 0 Summary: A Python wrapper for tshark output parsing License: MIT diff --git a/v0.4.3.tar.gz b/v0.4.3.tar.gz deleted file mode 100644 index f16da18..0000000 --- a/v0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad41e002d52be4661674e62a9bb80144ae8909b3d64b67f36e341566d3a40d1 -size 30420 diff --git a/v0.4.6.tar.gz b/v0.4.6.tar.gz new file mode 100644 index 0000000..2618b1b --- /dev/null +++ b/v0.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b97219c985d7ff41572f641031d6888a5c5692eed910b1758e8b278a3b4b274 +size 31100