dev-python/mrtparse: Version bump to 2.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2022-02-21 13:04:28 +01:00
parent 6171c9ee37
commit 4931b637e9
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST mrtparse-1.7.tar.gz 38322 BLAKE2B 04f3d6e4d86b3b0b3a24951b755073045c60aa78954bc8426732efab5c5ca07dcb9b787831d0ab625a634246556caa2d4a4d4034d3592bb66e3445483388223c SHA512 f340f305eb25c5d4c8ea01d9841e28689b51578e638ca4822931062aab677fe1136709c2efb1c41bb0846cdfb84bc84c654c9aa3996f89667d936448756492dd
DIST mrtparse-2.1.0.tar.gz 35285 BLAKE2B 39bc34f660b38f940f2d77b5ff82f70cce7152e652ed029f49a424b86fd10168fbfaab20de9b2a5cfb45ac4697ad6854c9ccc74b0fbe74acef0e8d1fab4d6e61 SHA512 89fdbab81d50baadbf9ab434dcd6ffcef0098dad24a81c5522bb958ec974e832c7142fab6b84265b71669be001a56b9549bc31f89f99bc8c241a164351ad94fb

View File

@ -1,9 +1,9 @@
# Copyright 2019 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy{,3} )
PYTHON_COMPAT=( python3_{9,10} pypy{,3} )
inherit distutils-r1
DESCRIPTION="MRT format data parser"