From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/
Date: Sat, 20 May 2023 06:22:04 +0000 (UTC) [thread overview]
Message-ID: <1684563706.e506623319ea0ed7a012701158b5045f4f1ad825.mgorny@gentoo> (raw)
commit: e506623319ea0ed7a012701158b5045f4f1ad825
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:40:27 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 06:21:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5066233
dev-python/tldextract: Bump to 3.4.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
| 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
--git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
index d9c6b68397ad..fd67c47dae44 100644
--- a/dev-python/tldextract/Manifest
+++ b/dev-python/tldextract/Manifest
@@ -2,3 +2,4 @@ DIST tldextract-3.4.0.tar.gz 111437 BLAKE2B 94a3a77144fcaddebdf2129cea8fd43e971f
DIST tldextract-3.4.1.tar.gz 104202 BLAKE2B 24e6f5a4af1718fdf3b52b2c12146849033b80fc0ba0320ccf72735fd0e39c36678660a70a203964ebd92acb3911e037b899b1796a941731735fa1e028999cd1 SHA512 6b63ba8f800e1adc836ecee43947fc0ee5198eefe7d3f64a267c7e0a4d18a44c60454ba67636a4b19e00a125f8b37f1f816f782976a9a335e5500a333c8e07aa
DIST tldextract-3.4.2.tar.gz 105004 BLAKE2B 0bf2eddea49983720a554874bf1ec2d3280317657c9752d87ef825c9ce451f15a443c847d2bdbd6ac0f3fa3166da4bfce9852f6aff6710c5a53d8ac42541e9f2 SHA512 60ec9d99339940354db03e01d46bed571d604be9edce406476696d6a4d5e07677243f4c7f40fb1ca7e7f2f6bbe9d7d25a4959ade7f5091bcf89524c2c9cc927d
DIST tldextract-3.4.3.tar.gz 105593 BLAKE2B 46e3998fe208a188ec3d547ade8ec8019f712b3b36d692dff44130c9daac879a1ba8e859565e6f5631415254a3cc625bbadfb499d450fbae7fbbfe32e108eae0 SHA512 6bdc66e73bbc537a355c21ea6d2b512e58f2199f7f38ae8d737aa4ecb7c615250276bdfb2aab939df06877216407c083b248d054cc2ad07fdc4243dbbef318c5
+DIST tldextract-3.4.4.tar.gz 105688 BLAKE2B 070fdde3f71b09a9f5409f7a9a0eb8a0a0855ffca4fbf1926146d21de11af4ed893d796932384df7b1713a52f10c7b367ba7f154d15fd7da2c72a71993c4454d SHA512 f6b4a7ed984c95e66838cda951058281e5e05bde74d02c6e5a6cd0345dc99703179303123905a095a46afe4c05dacb94a09677b6aa4cbf018df22e7bc2809a40
--git a/dev-python/tldextract/tldextract-3.4.4.ebuild b/dev-python/tldextract/tldextract-3.4.4.ebuild
new file mode 100644
index 000000000000..421d0afe56cf
--- /dev/null
+++ b/dev-python/tldextract/tldextract-3.4.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Accurately separate the TLD from the registered domain and subdomains of a URL"
+HOMEPAGE="
+ https://github.com/john-kurkowski/tldextract/
+ https://pypi.org/project/tldextract/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/filelock[${PYTHON_USEDEP}]
+ dev-python/idna[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/requests-file[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/responses[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2023-05-20 6:22 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-20 6:22 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/ Arthur Zamarin
2025-03-11 20:20 Arthur Zamarin
2025-03-10 12:46 Jakov Smolić
2024-11-23 12:44 Michał Górny
2024-11-23 12:31 Arthur Zamarin
2024-11-05 5:53 Michał Górny
2024-06-15 19:15 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-04-06 9:35 Michał Górny
2024-03-19 7:20 Michał Górny
2023-11-29 12:07 Michał Górny
2023-11-29 11:45 Arthur Zamarin
2023-11-29 11:04 Michał Górny
2023-11-17 7:57 Michał Górny
2023-11-11 20:50 Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-11-07 15:19 Michał Górny
2023-10-18 5:06 Michał Górny
2023-10-15 15:27 Michał Górny
2023-10-15 8:00 Sam James
2023-10-14 16:52 Arthur Zamarin
2023-10-11 16:49 Michał Górny
2023-09-27 17:59 WANG Xuerui
2023-09-26 17:58 Sam James
2023-09-20 4:22 Michał Górny
2023-09-07 3:19 Michał Górny
2023-07-25 0:10 Ionen Wolkens
2023-05-29 4:37 Michał Górny
2023-05-28 19:55 Arthur Zamarin
2023-05-19 4:03 Michał Górny
2023-05-17 3:40 Michał Górny
2023-04-27 3:10 Michał Górny
2022-11-05 16:50 Arthur Zamarin
2022-11-05 4:42 Sam James
2022-10-05 9:41 Michał Górny
2022-08-09 8:14 Michał Górny
2022-08-09 7:43 Agostino Sarubbo
2022-07-09 8:41 Michał Górny
2022-06-09 3:50 Ionen Wolkens
2022-05-17 4:55 Michał Górny
2022-05-16 21:50 Sam James
2022-05-05 7:08 Arthur Zamarin
2022-04-12 17:34 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-28 6:51 Agostino Sarubbo
2022-02-21 9:15 Michał Górny
2021-10-22 14:35 Agostino Sarubbo
2021-10-19 0:12 Sam James
2021-09-02 6:25 Michał Górny
2021-08-28 6:53 Michał Górny
2021-08-15 23:29 Louis Sautier
2021-08-15 23:29 Louis Sautier
2021-08-12 19:40 Louis Sautier
2020-12-02 23:13 Aaron Bauman
2020-02-06 6:38 Michał Górny
2019-10-13 14:47 罗百科
2019-10-13 13:15 罗百科
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=1684563706.e506623319ea0ed7a012701158b5045f4f1ad825.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