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/python-multipart/
Date: Sun, 29 Sep 2024 15:20:12 +0000 (UTC)	[thread overview]
Message-ID: <1727623205.cddc5233a35ebaa975e3ac55599838de9fb09df5.mgorny@gentoo> (raw)

commit:     cddc5233a35ebaa975e3ac55599838de9fb09df5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 14:41:38 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 15:20:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddc5233

dev-python/python-multipart: Bump to 0.0.12

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

 dev-python/python-multipart/Manifest               |  1 +
 .../python-multipart-0.0.12.ebuild                 | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/python-multipart/Manifest b/dev-python/python-multipart/Manifest
index 5402419fe983..b137dffaad89 100644
--- a/dev-python/python-multipart/Manifest
+++ b/dev-python/python-multipart/Manifest
@@ -1,3 +1,4 @@
 DIST python-multipart-0.0.10.gh.tar.gz 88275 BLAKE2B 56c1e1e5e59861068f29b66a5bea28234a70c273c1c5f0625f497eda19cc19389ecf6c602cc6fffca6d0681e4ab19b6b536196654f1b7ef9c40b192b475281af SHA512 eb35194b23772f448ff9b9a79bf69425891e39a54c56be92a25cf0c356bfa6ae016ec97c31bcc20535065f2eecdbc14444dfaedb3008c85f26e1a704b6b4b214
 DIST python-multipart-0.0.11.gh.tar.gz 88438 BLAKE2B 5d44f25e411d69c0c0e314e6406b36a3429623cd16dbae9e5f848479b096f6765efc99bbefc2026c0be2821d49986e3236beb5bf7dd2a29e6132d984f312b2f8 SHA512 93ba294c66ebbb5fdf29af78aa1022cc68d2d79c129b8a6459e363555629d1bf6cc2d42d9da96bdec63e997b2953959cacc8701d212915744ba90899debfeef1
+DIST python-multipart-0.0.12.gh.tar.gz 92904 BLAKE2B 25076627fdcb3a4bfc9eda74218f9d6d30ea18517da00c312f50c9d3ae156894b29e83bd38d4e11d7d06732999ae9640243e660d2a037253b9f511772a6c737b SHA512 271ed29f3025be5c058a56ec56ce373348dc27b4c8130c17609bd48d73fc975b2ac8387d4989be578e1be01a618aad87c1d3ec3a37dbe73dc45813ec961842d0
 DIST python-multipart-0.0.9.gh.tar.gz 49448 BLAKE2B 9ab4026dd4f45e60fd3bd781b178258edc9841e2a999ba6d0e918e37da106d7e9fb5816fa3e2fccb9eb3139c06c83dc892fe3e38b98bc6289dccaee4cdc64260 SHA512 6e41be080e079b1e9730e61d72b5b339fbb447bfb2b171a617c17025c5ad69924ca3c24f39e160f7b1cc495cea0999e72e6674e5631ce88a48240ecc229d0343

diff --git a/dev-python/python-multipart/python-multipart-0.0.12.ebuild b/dev-python/python-multipart/python-multipart-0.0.12.ebuild
new file mode 100644
index 000000000000..5951939aa712
--- /dev/null
+++ b/dev-python/python-multipart/python-multipart-0.0.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A streaming multipart parser for Python"
+HOMEPAGE="
+	https://github.com/Kludex/python-multipart/
+	https://pypi.org/project/python-multipart/
+"
+SRC_URI="
+	https://github.com/Kludex/python-multipart/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2024-09-29 15:20 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29 15:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11  3:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-multipart/ Michał Górny
2024-10-31 15:50 Michał Górny
2024-10-28  5:12 Michał Górny
2024-10-25  4:04 Michał Górny
2024-10-24  8:05 Arthur Zamarin
2024-10-19  8:36 Michał Górny
2024-10-19  7:41 Arthur Zamarin
2024-10-16 14:42 Michał Górny
2024-09-28 19:36 Michał Górny
2024-09-22  2:28 Michał Górny
2024-05-18  8:36 Michał Górny
2024-03-02  9:59 Arthur Zamarin
2024-02-20  9:09 Michał Górny
2024-02-20  7:41 Sam James
2024-02-11  3:35 Michał Górny
2024-02-10  9:15 Michał Górny
2024-02-04  4:01 Michał Górny
2023-05-31  8:25 Michał Górny
2023-04-16 16:22 Arthur Zamarin
2023-04-15  5:40 Sam James
2023-04-15  5:40 Sam James
2023-04-14 20:53 Sam James
2023-04-05  7:01 Arthur Zamarin
2023-03-03 19:47 Arthur Zamarin
2023-02-27 17:49 Michał Górny
2023-02-26 18:16 Arthur Zamarin
2023-02-24 23:29 Sam James
2023-01-21  9:32 Arthur Zamarin
2023-01-21  9:26 Arthur Zamarin
2023-01-21  9:26 Arthur Zamarin
2023-01-21  8:42 Arthur Zamarin
2023-01-21  8:42 Arthur Zamarin
2022-12-28  1:08 Yixun Lan
2022-12-26  1:49 WANG Xuerui
2022-12-20  9:06 Sam James
2022-12-20  8:15 Sam James
2022-12-20  8:15 Sam James
2022-11-21 14:52 Michał Górny

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=1727623205.cddc5233a35ebaa975e3ac55599838de9fb09df5.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