From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/validators/
Date: Mon, 15 Jul 2024 09:04:24 +0000 (UTC) [thread overview]
Message-ID: <1721034257.0680e6bee4c1aec6a3cdb4d26ca38b947fbfbb94.mgorny@gentoo> (raw)
commit: 0680e6bee4c1aec6a3cdb4d26ca38b947fbfbb94
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 07:50:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 09:04:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0680e6be
dev-python/validators: Bump to 0.33.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/validators/Manifest | 1 +
dev-python/validators/validators-0.33.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index a7e71cf11ada..b4b822426dda 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -3,3 +3,4 @@ DIST validators-0.29.0.tar.gz 67150 BLAKE2B 9c202b91dd8125e2d4dc62fdf0ebd5313fd4
DIST validators-0.30.0.tar.gz 68553 BLAKE2B 96a59c2155fa0a33c12502e36fb517b068a56edba7c161e722cea8832190a407b4a4c81beb85845239b7e76622e4fa31ff577b5278787fd7bbe441133762731f SHA512 96247ccf9ea5db12f6b405971aac11f834f64a83b7e6efdc6d04c81a9ff2901ece786bc2ad2301c738ff0eae8031a6aa2a1fef629048e61c2f365ab172408f46
DIST validators-0.31.0.tar.gz 69295 BLAKE2B 3bb7b9648ee434b1238df45d0adfec3ad74a8a8cbf46e66714f542288bf403464756b1a229060c07d47f01a546cc7902c794fe5b021ccab1c8eb828dd6aa965a SHA512 5c5101941b5b60722d9ef5bee993b4847fecfc926bbf8bf1bef96a21dad4f90adc1838778299bb95d3f3b891cb3ea9964d00ba1eec6f2fa16d790b4614094c8b
DIST validators-0.32.0.tar.gz 69788 BLAKE2B 5d0eddae8c71d8ad0b9b646244502198ece878769c873691dc94dd0be2e87fb899a9a6e3593debd5195914ce5edb2f00f6563e16b1685d58259d1e0d9ef453c8 SHA512 34a68e8a3f7cb1a0489b7cfd4987fa44a1faea8be1e063fcda6cca3e010044ab3ea5b87c3c04fadbaa9dd6513b3ab32de72ec9a833428ed5f82b3df8d0d453f0
+DIST validators-0.33.0.tar.gz 70741 BLAKE2B e999d1ea14e2240523537804931fc91f5eb02d4ff35b22e8a292ff8785493ce48cd14ccf0d87ce945739c3e65a79b3a7654a66412bcc41e4e37e0fd87eefad72 SHA512 611844e182319209a2f6305daf3fcfc1801d9ad32179eaa9651844df37bd3d1d42bfd1e69be1e2c4fcd811a231228bc748a12dd6583248d5b572394cb9c9d858
diff --git a/dev-python/validators/validators-0.33.0.ebuild b/dev-python/validators/validators-0.33.0.ebuild
new file mode 100644
index 000000000000..ee697b081282
--- /dev/null
+++ b/dev-python/validators/validators-0.33.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python Data Validation for Humans"
+HOMEPAGE="
+ https://github.com/python-validators/validators/
+ https://pypi.org/project/validators/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # requires eth-hash
+ tests/crypto_addresses/test_eth_address.py
+)
next reply other threads:[~2024-07-15 9:04 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 9:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 18:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/validators/ Michał Górny
2024-10-05 7:10 Michał Górny
2024-10-05 7:07 Michał Górny
2024-09-17 10:14 Arthur Zamarin
2024-09-04 11:57 Michał Górny
2024-08-03 6:37 Michał Górny
2024-08-03 6:24 Michał Górny
2024-07-27 9:44 Michał Górny
2024-07-27 6:41 Arthur Zamarin
2024-07-20 9:01 Michał Górny
2024-07-20 7:39 Arthur Zamarin
2024-07-11 3:25 Michał Górny
2024-07-08 17:02 Arthur Zamarin
2024-07-04 5:13 Michał Górny
2024-07-02 6:58 Michał Górny
2024-06-12 7:42 Michał Górny
2024-06-12 7:00 Arthur Zamarin
2024-05-25 14:52 Michał Górny
2024-05-18 11:11 Michał Górny
2024-05-04 7:25 Michał Górny
2024-05-04 7:11 Arthur Zamarin
2024-04-20 9:51 Michał Górny
2024-04-20 9:48 Michał Górny
2024-04-19 19:17 Arthur Zamarin
2024-04-11 19:04 Michał Górny
2024-04-11 16:01 Sam James
2024-04-09 19:38 Michał Górny
2024-04-09 18:27 Arthur Zamarin
2024-04-06 12:41 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-04-06 10:12 Arthur Zamarin
2024-04-06 10:10 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-04 4:16 Michał Górny
2024-04-03 6:15 Michał Górny
2024-03-24 16:22 Michał Górny
2024-03-20 19:21 Michał Górny
2023-12-01 3:30 Sam James
2023-11-17 8:54 Jakov Smolić
2023-11-10 15:10 Arthur Zamarin
2023-11-06 11:09 Michał Górny
2023-10-04 7:40 Joonas Niilola
2023-09-27 17:59 WANG Xuerui
2023-09-17 11:29 Michał Górny
2023-09-17 5:07 Arthur Zamarin
2023-09-02 14:11 Michał Górny
2023-08-19 16:52 Sam James
2023-08-19 15:58 Sam James
2023-08-17 6:04 Sam James
2023-08-16 7:03 Sam James
2023-08-16 4:24 Sam James
2023-08-16 2:26 Sam James
2023-08-11 18:42 Arthur Zamarin
2023-05-31 9:51 Michał Górny
2023-05-31 9:51 Michał Górny
2023-03-16 4:13 Michał Górny
2023-01-15 7:51 Joonas Niilola
2022-06-16 8:09 Michał Górny
2022-06-05 18:22 Michał Górny
2022-05-16 13:30 Michał Górny
2022-05-05 7:08 Arthur Zamarin
2022-02-26 8:34 Michał Górny
2021-05-14 8:14 Michał Górny
2021-01-13 7:55 Bernard Cafarelli
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=1721034257.0680e6bee4c1aec6a3cdb4d26ca38b947fbfbb94.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