mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 2.3.0
Changes: http://devel.ringlet.net/textproc/confget/CHANGES - fix a typographical error in the previous changelog entry - also exclude the PyPy implementation from the check for too many long options in the 14-bespoke-too-many test - Python implementation: - reformat the source code using the black tool - handle input encodings correctly for the standard input - add the get_parser() method to return a ConfigParser object - make the unit tests less verbose - move the configuration for the black, flake8, and pylint tools out of tox.ini into other configuration files - C implementation: - show the correct version number in the "-q features" output
This commit is contained in:
parent
3f6d45da8a
commit
3c6a0a6c39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511895
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= confget
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://devel.ringlet.net/files/textproc/confget/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1547477323
|
||||
SHA256 (confget-2.2.0.tar.xz) = 0f6e1629f31ef71a26d506d9fd84ea4374e7d6ff30f07631702b608fe080e4c5
|
||||
SIZE (confget-2.2.0.tar.xz) = 31796
|
||||
TIMESTAMP = 1568290936
|
||||
SHA256 (confget-2.3.0.tar.xz) = 50fac234109256855443ea871c015945dfa53fc8243adcfbae0ce634a934d0f6
|
||||
SIZE (confget-2.3.0.tar.xz) = 32552
|
||||
|
Loading…
Reference in New Issue
Block a user