15
0

- update to 1.4.2:

* Add `docs` extras
  * Add `__all__` to `__init__.py`
  * Add a build and publish workflow
  * Add Sigstore signatures to release assets
  * Update dependencies in requirements files
  * Bump minimum version of `typepy` to `1.3.2`
  * Bump minimum version of `humanreadable` to `0.3`
  * Add support for Python 3.12
  * Drop support for Python 3.6
  * Improve type annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=27
This commit is contained in:
2024-05-07 20:20:45 +00:00
committed by Git OBS Bridge
parent 89feab7255
commit c0a2dedc1c
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e3e576012fdf6baa7c9274d9e7348e2f9e134bd50a9cbf2c8e7e9f80268c197
size 44305

3
pingparsing-1.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7121b9891378aa1185bbc196a53f482fd15f9c8b6a516356df39f0afd73ed89
size 51075

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 7 20:19:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
* Add `docs` extras
* Add `__all__` to `__init__.py`
* Add a build and publish workflow
* Add Sigstore signatures to release assets
* Update dependencies in requirements files
* Bump minimum version of `typepy` to `1.3.2`
* Bump minimum version of `humanreadable` to `0.3`
* Add support for Python 3.12
* Drop support for Python 3.6
* Improve type annotations
-------------------------------------------------------------------
Sun Apr 21 08:48:08 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pingparsing
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: CLI-tool/Python-library for parsing ping command output
License: MIT
@@ -28,25 +28,25 @@ Source: https://github.com/thombashi/pingparsing/archive/v%{version}.tar
BuildRequires: %{python_module setuptools >= 38.3.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-humanreadable >= 0.2
Requires: python-humanreadable >= 0.3
Requires: python-loguru >= 0.4.1
Requires: python-pyparsing >= 2.0.3
Requires: python-pytz >= 2018.9
Requires: python-setuptools >= 38.3.0
Requires: python-simplejson
Requires: python-subprocrunner >= 1.2.2
Requires: python-typepy >= 1.1.0
Requires: python-typepy >= 1.3.2
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module humanreadable >= 0.1.0}
BuildRequires: %{python_module humanreadable >= 0.3}
BuildRequires: %{python_module pyparsing >= 2.0.3}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz >= 2018.9}
BuildRequires: %{python_module simplejson}
BuildRequires: %{python_module subprocrunner >= 1.2.2}
BuildRequires: %{python_module typepy >= 1.1.0}
BuildRequires: %{python_module typepy >= 1.3.2}
# /SECTION
%python_subpackages