c0a2dedc1c
- 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
2024-05-07 20:20:45 +00:00
89feab7255
- 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)
* Fix invalid version number.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=25
2024-04-21 08:50:00 +00:00
8d85207d52
- Add patch fix-requirements.patch:
...
* Fix invalid version number.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=23
2023-02-13 04:12:59 +00:00
46177c3936
Accepting request 927345 from home:mnhauke
...
- Update to version 1.4.0
* Drop support for Python 3.5
* Add support for pyparsing v3
- Update to version 1.3.2
* Fix parsing when ping results with pipe field.
OBS-URL: https://build.opensuse.org/request/show/927345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=22
2021-10-25 20:14:20 +00:00
293ff2faad
- Actually depends on subprocrunner >= 1.2.2 (and thus on
...
sr#893494)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=20
2021-05-16 20:21:13 +00:00
b8da38b31d
Accepting request 892932 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/892932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=19
2021-05-13 21:13:36 +00:00
5f85403d27
Accepting request 881730 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/881730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=17
2021-03-29 06:33:22 +00:00
718b6878c8
Accepting request 877398 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/877398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=15
2021-03-06 15:47:27 +00:00
Tomáš Chvátal
3ba83c684f
Accepting request 825177 from home:mnhauke
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/825177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=13
2020-08-10 11:15:24 +00:00
Tomáš Chvátal
df10128ec6
Accepting request 807606 from home:pgajdos:python
...
submit
OBS-URL: https://build.opensuse.org/request/show/807606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=11
2020-05-20 11:28:46 +00:00
Tomáš Chvátal
4ee001b069
Accepting request 798039 from home:mnhauke
...
- Update to version 1.0.3
* Fix type annotations
OBS-URL: https://build.opensuse.org/request/show/798039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=9
2020-04-27 06:44:55 +00:00
Tomáš Chvátal
9c07599d77
Accepting request 791508 from home:mnhauke
...
- Update to version 1.0.2
* Make it possible execute the CLI with python -m pingparsing
* Update requirements
OBS-URL: https://build.opensuse.org/request/show/791508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=7
2020-04-05 14:53:58 +00:00
Tomáš Chvátal
5d33854e99
Accepting request 785539 from home:mcalabkova:branches:devel:languages:python
...
- Update to version 1.0.1
* minor metadata fixes
OBS-URL: https://build.opensuse.org/request/show/785539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=5
2020-03-16 10:06:55 +00:00
cb3c88e2a3
Accepting request 779666 from home:mnhauke
...
- 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
OBS-URL: https://build.opensuse.org/request/show/779666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=3
2020-02-27 06:21:02 +00:00
6beed87cb0
Accepting request 772466 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/772466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pingparsing?expand=0&rev=1
2020-02-11 21:23:41 +00:00
Tomáš Chvátal
bf5f9347e2
Accepting request 772351 from home:mnhauke
...
Initial package for python-pingparsing
OBS-URL: https://build.opensuse.org/request/show/772351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=1
2020-02-09 10:10:36 +00:00