From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D40A138334 for ; Sat, 14 Sep 2019 13:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF207E0876; Sat, 14 Sep 2019 13:04:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A07AFE0876 for ; Sat, 14 Sep 2019 13:04:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12B7C34B17C for ; Sat, 14 Sep 2019 13:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97253744 for ; Sat, 14 Sep 2019 13:04:35 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1568466261.c7ba256bea0a604e4ff39774bbe63fc730695d51.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-stdnum/Manifest dev-python/python-stdnum/python-stdnum-1.10.ebuild dev-python/python-stdnum/python-stdnum-1.11.ebuild X-VCS-Directories: dev-python/python-stdnum/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: c7ba256bea0a604e4ff39774bbe63fc730695d51 X-VCS-Branch: master Date: Sat, 14 Sep 2019 13:04:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46ed2b5d-a4b9-45cb-aa75-e830d275b773 X-Archives-Hash: 3720e2d9db29d537984e1fc54a53a99c commit: c7ba256bea0a604e4ff39774bbe63fc730695d51 Author: Cédric Krier gentoo org> AuthorDate: Sat Sep 14 13:04:21 2019 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Sep 14 13:04:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ba256b dev-python/python-stdnum: Version bumps Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Cédric Krier gentoo.org> dev-python/python-stdnum/Manifest | 2 +- .../{python-stdnum-1.10.ebuild => python-stdnum-1.11.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index ccebc6f2638..b309ec2ca24 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 224d45275f6..18bda3addee 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