From: Cédric Krier Date: Sat, 14 Sep 2019 13:04:21 +0000 (+0200) Subject: dev-python/python-stdnum: Version bumps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7ba256bea0a604e4ff39774bbe63fc730695d51;p=gentoo.git dev-python/python-stdnum: Version bumps Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Cédric Krier --- diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index ccebc6f26389..b309ec2ca249 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1 +1 @@ -DIST python-stdnum-1.10.tar.gz 477929 BLAKE2B 40eb5a7814a4bfd5457aa95b39509ace603ee3ee568fa0bf9f5c499702f358fb6915b84f25952f93448d7aca46bea4cd3ed8df0c04b89f4e97f9250110979f27 SHA512 e4226a0cf145744d9af4e31de1dca8b7c64eb9229053899882b198456302c92e9abe31801a7d43b29d2dbac22d263733e8bb011337ff1f17496f6d72fad56a1b +DIST python-stdnum-1.11.tar.gz 835905 BLAKE2B e6a65d9bc96879a7c39fc1c9c0d4442f475cd01b21a325274d98e237f4edf0bf8d5b27ef91696a5465492cee006e87d4d7969c5b8c531c6e8a6c7d839c302b10 SHA512 1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1 diff --git a/dev-python/python-stdnum/python-stdnum-1.10.ebuild b/dev-python/python-stdnum/python-stdnum-1.11.ebuild similarity index 93% rename from dev-python/python-stdnum/python-stdnum-1.10.ebuild rename to dev-python/python-stdnum/python-stdnum-1.11.ebuild index 224d45275f69..18bda3addee0 100644 --- a/dev-python/python-stdnum/python-stdnum-1.10.ebuild +++ b/dev-python/python-stdnum/python-stdnum-1.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1