public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/
Date: Thu, 13 Jul 2023 05:28:42 +0000 (UTC)	[thread overview]
Message-ID: <1689226116.7572a814c3752f7ba50e38ae3407dec36e179009.mgorny@gentoo> (raw)

commit:     7572a814c3752f7ba50e38ae3407dec36e179009
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 05:26:24 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 05:28:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7572a814

dev-python/jaraco-itertools: Bump to 6.4.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jaraco-itertools/Manifest               |  1 +
 .../jaraco-itertools/jaraco-itertools-6.4.1.ebuild | 31 ++++++++++++++++++++++
 dev-python/jaraco-itertools/metadata.xml           |  1 -
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-itertools/Manifest b/dev-python/jaraco-itertools/Manifest
index 7b0b77ea1a5a..d1f091cb5096 100644
--- a/dev-python/jaraco-itertools/Manifest
+++ b/dev-python/jaraco-itertools/Manifest
@@ -1 +1,2 @@
 DIST jaraco.itertools-6.2.1.tar.gz 16813 BLAKE2B 7bf4b3818bcf66ad49643aaa1c606953d8d920c970fa4a4159796c042a1d5b77e53240e8a260b24b337cd65398758d2392fe2a5f73cf784aeeac9b4d0a128181 SHA512 7b4c27143848d899472a9ce207819062719adbef2cf038754c9236fee7da39f62238b85f8d83bdc41bf5a37e8d102e79dd4afbc6efa46c2d7c7ca04c032c67d3
+DIST jaraco.itertools-6.4.1.tar.gz 18202 BLAKE2B f384e7bdbe6068ed85a19e12aeae2ac0ca4bea52a4c3f4840a7ce258440c0a73c0f9f6928be59a1db2f2bef887710a95c423cbf1854bd0e58f068bd4fd833d08 SHA512 57c3ce37d1fb39c7140fc0581bbeacd75479ae1c375af4041144d41bf184299898069418e046f21872c290708ccb44728d1111cb3cfffac4a1d703f1cb86a70a

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-6.4.1.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-6.4.1.ebuild
new file mode 100644
index 000000000000..d117a9ef10ab
--- /dev/null
+++ b/dev-python/jaraco-itertools/jaraco-itertools-6.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Tools for working with iterables. Complements itertools and more_itertools"
+HOMEPAGE="
+	https://github.com/jaraco/jaraco.itertools/
+	https://pypi.org/project/jaraco.itertools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+	dev-python/inflect[${PYTHON_USEDEP}]
+	>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>=dev-python/setuptools-scm-1.15.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/jaraco-itertools/metadata.xml b/dev-python/jaraco-itertools/metadata.xml
index 01f46e8a1c4d..4e9c4fa2dc3e 100644
--- a/dev-python/jaraco-itertools/metadata.xml
+++ b/dev-python/jaraco-itertools/metadata.xml
@@ -10,6 +10,5 @@
 		<remote-id type="pypi">jaraco.itertools</remote-id>
 		<remote-id type="github">jaraco/jaraco.itertools</remote-id>
 		<bugs-to>https://github.com/jaraco/jaraco.itertools/issues</bugs-to>
-		<changelog>https://github.com/jaraco/jaraco.itertools/blob/master/CHANGES.rst</changelog>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2023-07-13  5:28 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  5:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-01  6:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/ Arthur Zamarin
2023-08-19 16:21 Michał Górny
2023-08-19 16:19 Arthur Zamarin
2023-08-19 15:53 Michał Górny
2023-06-03  8:17 Michał Górny
2023-03-21 16:45 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-07  9:26 Michał Górny
2022-06-02  8:32 Michał Górny
2022-05-13 16:31 Arthur Zamarin
2022-03-15 14:10 Michał Górny
2022-03-15 11:44 Jakov Smolić
2022-02-22 19:01 Michał Górny
2022-02-21  9:15 Michał Górny
2022-02-04 18:32 Michał Górny
2022-02-04 18:32 Michał Górny
2022-02-04 12:04 Michał Górny
2022-01-19 22:45 James Le Cuirot
2021-10-24  8:43 Michał Górny
2021-10-24  0:19 Sam James
2021-09-18  7:00 Michał Górny
2021-05-06 14:44 Michał Górny
2021-04-18  7:05 Michał Górny
2021-04-18  1:41 Sam James
2021-03-15  8:34 Michał Górny
2020-11-28  8:27 Sam James
2020-09-21 15:30 Michał Górny
2020-09-20 15:38 Michał Górny
2020-09-19  0:25 Sam James
2020-09-19  0:23 Sam James
2020-09-19  0:17 Sam James
2020-09-04 23:03 Louis Sautier
2020-05-15 17:33 Sergei Trofimovich
2020-05-14  8:03 Agostino Sarubbo
2020-05-13 17:14 Agostino Sarubbo
2020-05-13 17:12 Agostino Sarubbo
2020-05-13 17:11 Agostino Sarubbo
2020-05-13 14:52 Agostino Sarubbo
2020-05-13 13:18 Agostino Sarubbo
2020-04-23  8:10 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2020-03-15 12:21 Mikle Kolyada
2020-03-03  7:22 Matt Turner
2020-02-06  9:02 Sergei Trofimovich
2020-02-06  8:34 Sergei Trofimovich
2020-02-06  8:23 Sergei Trofimovich
2020-01-27 13:15 Louis Sautier
2019-12-31 14:14 Louis Sautier
2019-12-31 14:14 Louis Sautier
2019-12-03  3:02 Aaron Bauman
2019-07-02 22:08 Louis Sautier
2019-07-02 22:08 Louis Sautier
2018-10-29 10:10 Louis Sautier
2018-10-29 10:10 Louis Sautier
2018-09-18 23:05 Louis Sautier
2018-09-18 23:05 Louis Sautier
2018-09-07 22:59 Louis Sautier
2018-07-25 21:10 Louis Sautier
2018-07-10 22:04 Louis Sautier
2018-07-10 22:04 Louis Sautier
2018-06-25 10:40 Jason Zaman
2018-06-23 14:15 Louis Sautier
2018-06-23 14:15 Louis Sautier
2018-06-23 14:09 Louis Sautier
2018-06-18 10:34 Louis Sautier
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2016-09-04 13:35 Göktürk Yüksek
2016-09-04 13:35 Göktürk Yüksek
2016-09-03  4:33 Göktürk Yüksek
2015-12-29 23:36 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1689226116.7572a814c3752f7ba50e38ae3407dec36e179009.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox