public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/validators/
Date: Mon,  8 Jul 2024 17:02:58 +0000 (UTC)	[thread overview]
Message-ID: <1720458165.96b554085d682712d70599b818944c1dc02422df.arthurzam@gentoo> (raw)

commit:     96b554085d682712d70599b818944c1dc02422df
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 16:56:58 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 17:02:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b55408

dev-python/validators: add 0.31.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/validators/Manifest                 |  1 +
 dev-python/validators/validators-0.31.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index 5d4ef7da0816..3601976d3ed0 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -1,3 +1,4 @@
 DIST validators-0.28.3.tar.gz 65129 BLAKE2B 00ff76346e46f14bc0eb986eb6fc791e43b773bbad2b1cfe9d0b6f24d0f141ff258d5bea97d5330b98307a79c0a75dba69ffe3d85c28fa2ebe509ca0e305d2aa SHA512 d5d1fe6cf250698161efaa6c4d23225f2aab250a7bbf1a1d1de2ee171fd35731905a1c8596dfbc15840a97ac684d8497cb338047db8fc8520ce2056198ccae8d
 DIST validators-0.29.0.tar.gz 67150 BLAKE2B 9c202b91dd8125e2d4dc62fdf0ebd5313fd49f5ed28a71c26f90c9683cab25f688e5f242432616c9a4068429ab3679eaaf518578f3cc3b97ff6894f69883697a SHA512 e8daedd2878f2e2e51c76c8df2141bf4594c5789ed803e9bec592572b7df4f0be22c3c1a948ae6137654cc3bc7a0c638100b264f05771f5b2a13ee10d62deb79
 DIST validators-0.30.0.tar.gz 68553 BLAKE2B 96a59c2155fa0a33c12502e36fb517b068a56edba7c161e722cea8832190a407b4a4c81beb85845239b7e76622e4fa31ff577b5278787fd7bbe441133762731f SHA512 96247ccf9ea5db12f6b405971aac11f834f64a83b7e6efdc6d04c81a9ff2901ece786bc2ad2301c738ff0eae8031a6aa2a1fef629048e61c2f365ab172408f46
+DIST validators-0.31.0.tar.gz 69295 BLAKE2B 3bb7b9648ee434b1238df45d0adfec3ad74a8a8cbf46e66714f542288bf403464756b1a229060c07d47f01a546cc7902c794fe5b021ccab1c8eb828dd6aa965a SHA512 5c5101941b5b60722d9ef5bee993b4847fecfc926bbf8bf1bef96a21dad4f90adc1838778299bb95d3f3b891cb3ea9964d00ba1eec6f2fa16d790b4614094c8b

diff --git a/dev-python/validators/validators-0.31.0.ebuild b/dev-python/validators/validators-0.31.0.ebuild
new file mode 100644
index 000000000000..ee697b081282
--- /dev/null
+++ b/dev-python/validators/validators-0.31.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
+)


             reply	other threads:[~2024-07-08 17:03 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08 17:02 Arthur Zamarin [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-15  9:04 Michał Górny
2024-07-11  3:25 Michał Górny
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=1720458165.96b554085d682712d70599b818944c1dc02422df.arthurzam@gentoo \
    --to=arthurzam@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