OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=31
144 lines
5.0 KiB
Plaintext
144 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 9 15:05:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to libalternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 11:28:33 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 1.4.1:
|
|
* Fix Pygemnts requirement in setup.py
|
|
* Change the output of the CLI logger to stderr
|
|
* Add support for Python 3.11
|
|
* Update help messages
|
|
* Update requirements
|
|
- drop fix-requirements.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 04:12:07 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch fix-requirements.patch:
|
|
* Fix invalid version number.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 25 19:39:25 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.4.0
|
|
* Drop support for Python 3.5
|
|
* Add support for pyparsing v3
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 5 13:12:50 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.3.2
|
|
* Fix parsing when ping results with pipe field.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 20:20:41 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Actually depends on subprocrunner >= 1.2.2 (and thus on
|
|
sr#893494)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 13 16:42:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.3.1
|
|
* Change PingTransmitter.ping_option accepts Sequence
|
|
* Fix a problem that --interface option value is not properly
|
|
applied to ping commands
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 28 11:15:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.3.0
|
|
* Add packet size in icmp_replies
|
|
* Add received addresses in icmp_replies
|
|
* Fix incorrect parsing of domain destination with '.net' suffix
|
|
* Modify a type annotation of PingParserInterface.parse method
|
|
* Improve parsing precision of times
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 6 14:07:45 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.2.0
|
|
* Add support for Python 3.10
|
|
* Add --timezone option to the CLI
|
|
* Add time zone support for parser classes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 9 15:52:27 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.1.0
|
|
* Make it possible to parse ping timeouts includes timestamps.
|
|
* Add --addopts option to the CLI.
|
|
* Add -O option to ping execution when --timestamp option is
|
|
specified on Linux.
|
|
* Set default serializer for timestamps of ICMP replies.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 20 07:26:14 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 26 09:26:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.3
|
|
* Fix type annotations
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 4 10:30:25 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.2
|
|
* Make it possible execute the CLI with python -m pingparsing
|
|
* Update requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 16 09:55:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to version 1.0.1
|
|
* minor metadata fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 20:04:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.0
|
|
* Drop Python 2 support
|
|
* Add packet size option to PingTransmitter and CLI
|
|
* Add ttl option to PingTransmitter and CLI
|
|
* Add include_icmp_replies flag to PingStats.as_dict method
|
|
* Add --no-color option to the CLI tool
|
|
* Add type annotations and py.typed to the package
|
|
* Add [cli] extras_require
|
|
* Update dependencies
|
|
* Remove deprecated methods
|
|
* Reduce a package dependency
|
|
* Replace the logging library
|
|
* Fix timestamp parsing when transmitting ping by CLI
|
|
* Minor bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 8 15:27:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.18.2
|