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,8 +1,8 @@
#
# spec file for package python-pyshark
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2019-2021, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019-2022, Martin Hauke <mardnh@gmx.de>
#
# 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