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/validators/
Date: Thu,  4 Apr 2024 04:16:05 +0000 (UTC)	[thread overview]
Message-ID: <1712203114.cdc80b3727036e87d68cd13e17fb136258a07951.mgorny@gentoo> (raw)

commit:     cdc80b3727036e87d68cd13e17fb136258a07951
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 03:58:34 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 03:58:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc80b37

dev-python/validators: Bump to 0.28.0

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

 dev-python/validators/Manifest                 |  1 +
 dev-python/validators/validators-0.28.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
index 5e70970debcf..a8d41daa11ee 100644
--- a/dev-python/validators/Manifest
+++ b/dev-python/validators/Manifest
@@ -3,3 +3,4 @@ DIST validators-0.23.1.tar.gz 42555 BLAKE2B 8ef5f227dbcbe16981f826abacb0869ef5fc
 DIST validators-0.23.2.tar.gz 48904 BLAKE2B 5dd0758d25893eb08c94cba744933e6061be8029d63b3fa03e01da04c28e024828efc6b61fa1e83685f02d47fb35215fadad9dda5450928e2bb944275a90216c SHA512 57076e03477412154f8e161d62cc1e3f0502670cb599b124ce3cf8f8b18e9724a1245e837ee6ef1e5298b6a4c3483692abc504a93198697c77e3bfc74bcb2443
 DIST validators-0.24.0.tar.gz 50038 BLAKE2B fcf0ff579649a8c877cc3afcae3443b92f7b98b216eb48a6a234e32d6e6ae849720fa1969156783ae5a414400341573a5851bed9a7a02d048c0d77a831a7e99d SHA512 40fbb479a8eb1d30a9b0b23aa88b51e4c889c749c7327659d308402db159cfffd85ce34b567f456227ad094c9e1085f80279cf79845cfd5cf43bbabd8aac9ef9
 DIST validators-0.26.0.tar.gz 53123 BLAKE2B df64dc646ccf61a141db92f0acd3f78503e51a63550468f569041b2539b203328ba65fa8c389c71bba3584f7f57c8202ebe31d0e44119d9466f8cb5026fc935c SHA512 4d4626b310022a6f490aed74b9045c039536a1379d5d70fb434e7434533aa938634d5a1e694236825c3d61121ff43af164391c7b972568b8f5213b2120d8caf9
+DIST validators-0.28.0.tar.gz 66011 BLAKE2B 67c43e965511e9343a65e8367b08a2a9d5e3119e432723766ef9e4cee3a931db0b1e48944a0ace382d7ef435616c7ad101d76d85426fe59e38da55601c67fe92 SHA512 c1805fd4528c58a81f16aabb6571672616cfbb4a4a074dac8048c0c475b4827550183792084cae0f5d7393c2d7dc440a2f7f2435043a75867b81f06a32573f99

diff --git a/dev-python/validators/validators-0.28.0.ebuild b/dev-python/validators/validators-0.28.0.ebuild
new file mode 100644
index 000000000000..20c7aef22fdc
--- /dev/null
+++ b/dev-python/validators/validators-0.28.0.ebuild
@@ -0,0 +1,21 @@
+# 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..12} )
+
+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


             reply	other threads:[~2024-04-04  4:16 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-04  4:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/validators/ 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-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-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=1712203114.cdc80b3727036e87d68cd13e17fb136258a07951.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