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/httpcore/
Date: Wed, 19 Jan 2022 06:59:13 +0000 (UTC)	[thread overview]
Message-ID: <1642575394.4c05955e6327a1315812b726dfec7f1436cc090e.arthurzam@gentoo> (raw)

commit:     4c05955e6327a1315812b726dfec7f1436cc090e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 06:56:34 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 06:56:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c05955e

dev-python/httpcore: add 0.14.5

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

 dev-python/httpcore/Manifest               |  1 +
 dev-python/httpcore/httpcore-0.14.5.ebuild | 39 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index be406716d1ae..28b4c9816f4c 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,3 +1,4 @@
 DIST httpcore-0.13.7.tar.gz 64734 BLAKE2B e6c4b1720ce4bf62689995d3e1c648c4702bb416f3b3586eb8dd2f0cfd2155046e64181c4c04e65f721a5f0fcbc23b5ffd01c2930c7c69d37ee4c36e37b7d0d4 SHA512 0cc48828d0710066b3ef89998ec85975285763ac63a8b59106952ef2dac5a02dac71e7e106c4b6ea1022eb4d06a9cb5ee3e634eb564bad49c5508beff75279d6
 DIST httpcore-0.14.3.tar.gz 64650 BLAKE2B 140c55af60f54ff13db958cecef50af2b8857837c00c2e5b1ec48d8866bc08146f608864a3dcaed0014505ba0ea10b8d457a763ecf434a0d40a2e11debdd4003 SHA512 05e92109839c2e2f7ec81fea9507fb15a12d1bf6ae92048170953b1cb0139237b81c892feff1bc3840e06887e8916cadcc4124725874344524e45e3640a00379
 DIST httpcore-0.14.4.tar.gz 68463 BLAKE2B cc6c17da3b97c2a8fb9edb0aeb6247904240748645f605b2f3c84194fc06bab10f568ce21b8beaf1dee9a8d68166f1691e00f17e44d89efce0a18a6fbd91d5a5 SHA512 4dfb2d0dd10df1de45f4e78ddedddf02bf500a81a0132919894bd5c07f02a2975ce589ba3f6d79dd92ec882128f86f338bd32f35cdecb6618307e446ed369310
+DIST httpcore-0.14.5.tar.gz 74227 BLAKE2B 8e54b6b40d35a9228b96682d87651a6d3967441b74f3544a21b378620b417b48978f51d25b1980d87fad4748537036c6f2a4751e8b58e622c7c76389ff1afb67 SHA512 1705cf83df3ead454065e2ed4c300697c5d0a6609846a3eadfca2af2d9c1578f951c2f4bf3ac018c3cc984d2d2ccd39c4b2de781747588a6116eebe1007afff0

diff --git a/dev-python/httpcore/httpcore-0.14.5.ebuild b/dev-python/httpcore/httpcore-0.14.5.ebuild
new file mode 100644
index 000000000000..b31862854908
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.14.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A minimal low-level HTTP client"
+HOMEPAGE="https://www.encode.io/httpcore/"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	=dev-python/anyio-3*[${PYTHON_USEDEP}]
+	dev-python/certifi[${PYTHON_USEDEP}]
+	<dev-python/h11-0.13[${PYTHON_USEDEP}]
+	<dev-python/h2-5[${PYTHON_USEDEP}]
+	=dev-python/sniffio-1*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	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:[~2022-01-19  6:59 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19  6:59 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 19:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/httpcore/ Michał Górny
2024-11-16  7:24 Michał Górny
2024-10-19  8:36 Michał Górny
2024-10-19  7:45 Arthur Zamarin
2024-10-02 11:22 Michał Górny
2024-06-14 15:55 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-21 17:06 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-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=1642575394.4c05955e6327a1315812b726dfec7f1436cc090e.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