File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Name: 2ping
2- Version: 4.5
2+ Version: 4.5.1
33Release: 1%{?dist }
44Summary: Bi-directional ping utility
55License: GPLv2+
Original file line number Diff line number Diff line change 1+ # 2ping 4.5.1 (2021-03-20)
2+
3+ - 2ping.bash_completion: Make more resilient to failure / missing
4+ features.
5+ - 2ping.spec: Add missing BuildRequires: systemd.
6+ - Minimum Python version changed from 3.5 to 3.6.
7+ - Minor no-op code and distribution updates.
8+
19# 2ping 4.5 (2020-06-18)
210
311- Added PyCryptodome support (recommended over PyCrypto, though the
Original file line number Diff line number Diff line change 66from setuptools import setup
77
88
9- __version__ = "4.5"
9+ __version__ = "4.5.1 "
1010assert sys .version_info > (3 , 6 )
1111
1212
Original file line number Diff line number Diff line change 55import sys
66
77
8- __version__ = "4.5"
8+ __version__ = "4.5.1 "
99assert sys .version_info > (3 , 6 )
You can’t perform that action at this time.
0 commit comments