forked from pool/python-pyshark
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:
@@ -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>
|
Sat Mar 6 13:09:44 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyshark
|
# spec file for package python-pyshark
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2019-2022, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pyshark
|
Name: python-pyshark
|
||||||
Version: 0.4.3
|
Version: 0.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python wrapper for tshark output parsing
|
Summary: A Python wrapper for tshark output parsing
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ad41e002d52be4661674e62a9bb80144ae8909b3d64b67f36e341566d3a40d1
|
|
||||||
size 30420
|
|
3
v0.4.6.tar.gz
Normal file
3
v0.4.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b97219c985d7ff41572f641031d6888a5c5692eed910b1758e8b278a3b4b274
|
||||||
|
size 31100
|
Reference in New Issue
Block a user