From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE662158074 for ; Wed, 02 Jul 2025 04:55:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B190D341FDE for ; Wed, 02 Jul 2025 04:55:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3F17E110320; Wed, 02 Jul 2025 04:55:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 30BD4110569 for ; Wed, 02 Jul 2025 04:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDB56341CBA for ; Wed, 02 Jul 2025 04:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803742CE9 for ; Wed, 02 Jul 2025 04:55:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1751431584.c030902803f9a131ea886d74750d25efd625d4ef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progress/Manifest dev-python/progress/progress-1.6.1.ebuild X-VCS-Directories: dev-python/progress/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c030902803f9a131ea886d74750d25efd625d4ef X-VCS-Branch: master Date: Wed, 02 Jul 2025 04:55:25 +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: 19ac0e7c-dfaa-40cf-87d7-c062882b5103 X-Archives-Hash: 13b0505566092453a7595171347406f2 commit: c030902803f9a131ea886d74750d25efd625d4ef Author: Michał Górny gentoo org> AuthorDate: Wed Jul 2 04:46:24 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 2 04:46:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0309028 dev-python/progress: Bump to 1.6.1 Signed-off-by: Michał Górny gentoo.org> dev-python/progress/Manifest | 1 + dev-python/progress/progress-1.6.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest index b7d992b9b40e..45dc8227eab9 100644 --- a/dev-python/progress/Manifest +++ b/dev-python/progress/Manifest @@ -1 +1,2 @@ +DIST progress-1.6.1.tar.gz 7164 BLAKE2B 94d58891b82bd8b510e15c42232221c6aac694d65a05716b7baa6be54d73dcd25ebab1ef3399dde91673a6c28ce2174627a707429626f2aa3a59ee61a4c8f400 SHA512 77699f6d901f6ce80de20b8d1aa5046db32aef7e26c2e834ff9ee0db6e9242fece48373a7d4a4de946eb73dbf901ccb595755cc06a48efe7ce60d84d17e18454 DIST progress-1.6.tar.gz 7842 BLAKE2B 102f1ac481b5d5007d72b02f5451ad4bf7ef986be35034f68fc94108025ea274494d3d9fe56b9473c8ea6ca4abc2cfc458b453550d180fcf567f8a5c5feeafe6 SHA512 58a614bba5a7273a42ba5e9607b3a965fec17f26a4f24563d4c13679ea32b23dda7509c5da81a2a34bebeeedd91154d0457ab8dac95cc7a092add2567249cc94 diff --git a/dev-python/progress/progress-1.6.1.ebuild b/dev-python/progress/progress-1.6.1.ebuild new file mode 100644 index 000000000000..ba542e345710 --- /dev/null +++ b/dev-python/progress/progress-1.6.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Easy to use progress bars" +HOMEPAGE=" + https://github.com/verigak/progress/ + https://pypi.org/project/progress/ +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +python_test() { + "${EPYTHON}" test_progress.py || die "Tests fail with ${EPYTHON}" +}