From c0a2dedc1c7f39579e6226273720b146b2b9e02dc8404baad2933fcb608d6f1d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 20:20:45 +0000 Subject: [PATCH] - 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 --- pingparsing-1.4.1.tar.gz | 3 --- pingparsing-1.4.2.tar.gz | 3 +++ python-pingparsing.changes | 15 +++++++++++++++ python-pingparsing.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 pingparsing-1.4.1.tar.gz create mode 100644 pingparsing-1.4.2.tar.gz diff --git a/pingparsing-1.4.1.tar.gz b/pingparsing-1.4.1.tar.gz deleted file mode 100644 index 794b3c2..0000000 --- a/pingparsing-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e3e576012fdf6baa7c9274d9e7348e2f9e134bd50a9cbf2c8e7e9f80268c197 -size 44305 diff --git a/pingparsing-1.4.2.tar.gz b/pingparsing-1.4.2.tar.gz new file mode 100644 index 0000000..05429a4 --- /dev/null +++ b/pingparsing-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7121b9891378aa1185bbc196a53f482fd15f9c8b6a516356df39f0afd73ed89 +size 51075 diff --git a/python-pingparsing.changes b/python-pingparsing.changes index 2701b33..b008cc1 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 7 20:19:13 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pingparsing.spec b/python-pingparsing.spec index 811927a..c0e4499 100644 --- a/python-pingparsing.spec +++ b/python-pingparsing.spec @@ -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