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/httpcore/
Date: Wed, 21 Feb 2024 17:06:50 +0000 (UTC)	[thread overview]
Message-ID: <1708535206.b79e3ba09b3dd71dd1b5abf45ee9fd063480f169.mgorny@gentoo> (raw)

commit:     b79e3ba09b3dd71dd1b5abf45ee9fd063480f169
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 14:22:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 17:06:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79e3ba0

dev-python/httpcore: Bump to 1.0.4

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

 dev-python/httpcore/Manifest              |  1 +
 dev-python/httpcore/httpcore-1.0.4.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 89b6f371f5f2..becded666577 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,3 @@
 DIST httpcore-1.0.2.gh.tar.gz 95549 BLAKE2B 92aa9a936d8c6933e1840ae50e6dfb70e61c756027a0448c2f0a5d270937342bd99cdb110aae152103c0d6c966e9288a22f7166a04dbb06dfb2a6f1bf1454d87 SHA512 6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979
 DIST httpcore-1.0.3.gh.tar.gz 96028 BLAKE2B de71f44e21a7aedeb61bd598ea5451efdace9582b15dbbe22f2bd91e1892f21ef3ee49408cdb08ec4142eeef688c1eed003eadf43bd2a8d16a38e6fc2fdf7409 SHA512 1f17e6232a7fe5e2500d7adc67915143eff0fd4b197e5cea0ee11ad7c6b88488ac2181571b5a2f67d4bebe933886b1f273c91c565e3b739df8aaf2d6aa219cb0
+DIST httpcore-1.0.4.gh.tar.gz 97682 BLAKE2B 2a500e63360095680b5b679856b8b2b9bdefc5f0a2d268ded83da52f0ef9cee5d09a99fa15565590d6c7ef4637146beeee3c950dd37a8a40f2af5189eb25cc4c SHA512 e618a562dbeb2229e9fdc8e63769415c7308614e120f24d0319e8fe9c96ed6de014fcc03ac376737c5791875bb82b2cc486247bfbf235afe11d48f09a2d2a701

diff --git a/dev-python/httpcore/httpcore-1.0.4.ebuild b/dev-python/httpcore/httpcore-1.0.4.ebuild
new file mode 100644
index 000000000000..24a34134c031
--- /dev/null
+++ b/dev-python/httpcore/httpcore-1.0.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-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..12} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A minimal low-level HTTP client"
+HOMEPAGE="
+	https://www.encode.io/httpcore/
+	https://github.com/encode/httpcore/
+	https://pypi.org/project/httpcore/
+"
+SRC_URI="
+	https://github.com/encode/httpcore/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	<dev-python/anyio-5[${PYTHON_USEDEP}]
+	dev-python/certifi[${PYTHON_USEDEP}]
+	<dev-python/h11-0.15[${PYTHON_USEDEP}]
+	<dev-python/h2-5[${PYTHON_USEDEP}]
+	=dev-python/sniffio-1*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+		dev-python/pytest-trio[${PYTHON_USEDEP}]
+		dev-python/socksio[${PYTHON_USEDEP}]
+		dev-python/trio[${PYTHON_USEDEP}]
+		dev-python/trustme[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	optfeature "SOCKS support" dev-python/socksio
+}


             reply	other threads:[~2024-02-21 17:06 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21 17:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 15:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/httpcore/ Michał Górny
2024-05-14 17:13 Michał Górny
2024-04-11 19:04 Michał Górny
2024-04-11 16:08 Arthur Zamarin
2024-03-28  5:55 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-15  4:11 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-29 10:10 Michał Górny
2023-11-12 16:00 Michał Górny
2023-11-11 19:21 Sam James
2023-11-10 21:11 Michał Górny
2023-11-03 18:35 Michał Górny
2023-10-06 18:12 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-09-09 13:52 Michał Górny
2023-09-09  3:22 Michał Górny
2023-08-05 15:21 Michał Górny
2023-08-05 15:13 Arthur Zamarin
2023-07-06  3:31 Michał Górny
2023-06-18 18:47 Michał Górny
2023-06-18 17:13 Michał Górny
2023-06-18 14:47 Sam James
2023-05-30 16:21 Michał Górny
2023-05-24  7:02 Michał Górny
2023-05-18  3:14 Michał Górny
2023-04-16 16:42 Arthur Zamarin
2023-03-17  5:32 Michał Górny
2023-02-16 20:21 Michał Górny
2023-02-13  3:22 Matt Turner
2022-12-21  7:51 Michał Górny
2022-12-10  9:06 Michał Górny
2022-12-10  8:59 Arthur Zamarin
2022-11-26  6:28 Michał Górny
2022-11-17 18:34 Arthur Zamarin
2022-11-07 15:43 Michał Górny
2022-11-07  4:39 Michał Górny
2022-06-23  8:17 Michał Górny
2022-06-22  5:47 Agostino Sarubbo
2022-05-18  5:58 Michał Górny
2022-05-15  7:29 Michał Górny
2022-05-11 12:56 Jakov Smolić
2022-05-01  1:52 WANG Xuerui
2022-04-08 14:23 Arthur Zamarin
2022-04-07  9:24 Michał Górny
2022-02-27 18:46 Michał Górny
2022-02-19  7:54 Michał Górny
2022-02-19  7:28 Arthur Zamarin
2022-02-19  7:28 Arthur Zamarin
2022-02-19  0:37 Sam James
2022-02-16 19:57 Arthur Zamarin
2022-02-16 19:52 Arthur Zamarin
2022-02-13 19:34 Arthur Zamarin
2022-02-13  8:41 Jakov Smolić
2022-02-13  8:41 Jakov Smolić
2022-02-04 17:16 Arthur Zamarin
2022-02-01 22:03 Michał Górny
2022-01-29 15:39 Sam James
2022-01-21 12:12 Arthur Zamarin
2022-01-20 16:42 Arthur Zamarin
2022-01-20 13:08 Jakov Smolić
2022-01-20 13:08 Jakov Smolić
2022-01-20  8:43 Arthur Zamarin
2022-01-19 13:51 Marek Szuba
2022-01-19  7:43 Arthur Zamarin
2022-01-19  7:43 Arthur Zamarin
2022-01-19  7:43 Arthur Zamarin
2022-01-19  7:43 Arthur Zamarin
2022-01-19  6:59 Arthur Zamarin
2022-01-05 17:18 Arthur Zamarin
2021-12-21  9:42 Michał Górny
2021-12-20 23:10 Michał Górny
2021-12-04  8:54 Arthur Zamarin
2021-12-03 16:41 Michał Górny
2021-12-03 14:20 Arthur Zamarin
2021-11-24 23:59 Sam James
2021-11-19 11:39 Arthur Zamarin
2021-11-19  8:37 Arthur Zamarin
2021-11-19  7:59 Arthur Zamarin
2021-11-18 10:50 Sam James
2021-11-18  9:09 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-11-13  9:42 Jakov Smolić
2021-11-13  9:26 Arthur Zamarin
2021-10-17  8:58 Michał Górny
2021-10-17  6:31 Sam James
2021-09-20  6:25 Agostino Sarubbo
2021-09-13 20:31 Michał Górny
2021-08-05 13:30 Sam James
2021-08-04 18:43 Louis Sautier
2021-07-28  1:08 Sam James
2021-07-26  2:27 Sam James
2021-07-26  2:14 Sam James
2021-07-26  2:14 Sam James
2021-07-26  1:30 Sam James
2021-07-12  0:58 Sam James
2021-07-08  7:11 Sergei Trofimovich
2021-07-08  7:09 Sergei Trofimovich
2021-06-16 15:40 Sergei Trofimovich
2021-06-15 21:32 Michał Górny
2021-05-18 17:28 Sam James
2021-05-15 19:28 Sam James
2021-05-15  2:23 Sam James
2021-05-15  1:55 Sam James
2021-05-07 11:58 Michał Górny
2021-05-07  8:47 Michał Górny
2021-04-29 19:56 Michał Górny
2021-04-29  7:18 Michał Górny
2021-04-22  7:36 Michał Górny
2021-02-26 14:26 Sam James
2021-02-24  0:06 Louis Sautier

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=1708535206.b79e3ba09b3dd71dd1b5abf45ee9fd063480f169.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