* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2020-03-29 9:29 Alessandro Barbieri
0 siblings, 0 replies; 13+ messages in thread
From: Alessandro Barbieri @ 2020-03-29 9:29 UTC (permalink / raw
To: gentoo-commits
commit: 261df3eb62bc415489e08cbb84ab8cc5401df969
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 09:28:02 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 29 09:29:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=261df3eb
dev-python/httpcore: new package
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/httpcore/Manifest | 1 +
dev-python/httpcore/httpcore-0.7.0.ebuild | 49 +++++++++++++++++++++++++++++++
dev-python/httpcore/metadata.xml | 26 ++++++++++++++++
3 files changed, 76 insertions(+)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
new file mode 100644
index 0000000..82c23f3
--- /dev/null
+++ b/dev-python/httpcore/Manifest
@@ -0,0 +1 @@
+DIST httpcore-0.7.0.tar.gz 24689 BLAKE2B 5a7fa8eab6dc166f96c1a71d2ce1980155c37e286421fe10ff17315680d5a1ba5a6b52a8e0bcf8f727cdb146971ea82942327a900408ab72f8c82e2bfc9f9f83 SHA512 4999900e23aa9750f830e0d521db51e606c5b43e254cad8b98c17c2d3e4b2bd59020308954f5411ad766bff1759e2812a5b5e313273be22002dd87a75ea2413a
diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild
new file mode 100644
index 0000000..acaa8e1
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.7.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+ https://github.com/encode/httpcore
+ https://pypi.org/project/httpcore
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+ dev-python/h11[${PYTHON_USEDEP}]
+ dev-python/hyper-h2[${PYTHON_USEDEP}]
+ dev-python/sniffio[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ doc? (
+ dev-python/mkautodoc
+ dev-python/mkdocs
+ dev-python/mkdocs-material
+ )
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/autoflake[${PYTHON_USEDEP}]
+ dev-python/black[${PYTHON_USEDEP}]
+ dev-python/isort[${PYTHON_USEDEP}]
+ dev-python/mypy[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+#todo doc
diff --git a/dev-python/httpcore/metadata.xml b/dev-python/httpcore/metadata.xml
new file mode 100644
index 0000000..8b1dc83
--- /dev/null
+++ b/dev-python/httpcore/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests.
+
+It does not provide any high level model abstractions over the API, does not handle redirects, multipart uploads, building authentication headers, transparent HTTP caching, URL parsing, session cookie handling, content or charset decoding, handling JSON, environment based configuration defaults, or any of that Jazz.
+
+Some things HTTP Core does do:
+
+ Sending HTTP requests.
+ Provides both sync and async interfaces.
+ Supports HTTP/1.1 and HTTP/2.
+ Async backend support for asyncio and trio.
+ Automatic connection pooling.
+ HTTP(S) proxy support.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">https://github.com/encode/httpcore</remote-id>
+ <remote-id type="pypi">httpcore</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
2020-03-29 13:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-29 13:21 ` Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-03-29 13:21 UTC (permalink / raw
To: gentoo-commits
commit: 5e03ed82c94af28ea6e94abd22d984673932b898
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 13:04:39 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 13:04:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e03ed82
dev-python/httpcore: doc can't find material even though
theme mkdocs-material is installed
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/Manifest | 2 +-
dev-python/httpcore/httpcore-0.7.0.ebuild | 35 ++++++++++++++++++++-----------
2 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 82c23f3..60b92b6 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1 +1 @@
-DIST httpcore-0.7.0.tar.gz 24689 BLAKE2B 5a7fa8eab6dc166f96c1a71d2ce1980155c37e286421fe10ff17315680d5a1ba5a6b52a8e0bcf8f727cdb146971ea82942327a900408ab72f8c82e2bfc9f9f83 SHA512 4999900e23aa9750f830e0d521db51e606c5b43e254cad8b98c17c2d3e4b2bd59020308954f5411ad766bff1759e2812a5b5e313273be22002dd87a75ea2413a
+DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87 SHA512 f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild
index acaa8e1..a0b354c 100644
--- a/dev-python/httpcore/httpcore-0.7.0.ebuild
+++ b/dev-python/httpcore/httpcore-0.7.0.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -13,12 +12,17 @@ HOMEPAGE="
https://github.com/encode/httpcore
https://pypi.org/project/httpcore
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
+
+# Temporary failure in name resolution
+RESTRICT="test"
+
+# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
+#IUSE="doc"
RDEPEND="
dev-python/h11[${PYTHON_USEDEP}]
@@ -26,13 +30,13 @@ RDEPEND="
dev-python/sniffio[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
"
-BDEPEND="
- doc? (
- dev-python/mkautodoc
- dev-python/mkdocs
- dev-python/mkdocs-material
- )
-"
+#BDEPEND="
+# doc? (
+# dev-python/mkautodoc
+# dev-python/mkdocs
+# dev-python/mkdocs-material
+# )
+#"
DEPEND="
${RDEPEND}
test? (
@@ -46,4 +50,11 @@ DEPEND="
"
distutils_enable_tests pytest
-#todo doc
+
+#python_compile_all() {
+# default
+# if use doc; then
+# mkdocs build || die "failed to make docs"
+# HTML_DOCS="site"
+# fi
+#}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2020-04-07 1:22 Alessandro Barbieri
0 siblings, 0 replies; 13+ messages in thread
From: Alessandro Barbieri @ 2020-04-07 1:22 UTC (permalink / raw
To: gentoo-commits
commit: 3f28cf795fc4cc05e6bcc72f168d6fc3d585c376
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Apr 7 01:19:59 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Apr 7 01:19:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f28cf79
dev-python/httpcore: removed space
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/httpcore/httpcore-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild
index a0b354c..f749084 100644
--- a/dev-python/httpcore/httpcore-0.7.0.ebuild
+++ b/dev-python/httpcore/httpcore-0.7.0.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
# Temporary failure in name resolution
RESTRICT="test"
-# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
+# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
#IUSE="doc"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
2020-05-24 19:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-05-24 8:35 ` Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-05-24 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 060115781d1df75e46604f561e3275a1a0b8f453
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 24 08:34:25 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 24 08:34:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06011578
dev-python/httpcore: version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/Manifest | 1 +
dev-python/httpcore/httpcore-0.9.0.ebuild | 48 +++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 60b92b6..9fc05bc 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1 +1,2 @@
DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87 SHA512 f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
+DIST httpcore-0.9.0.tar.gz 35349 BLAKE2B 8d543a9b8c0298a0c558ae0045dec82bdf3267acd1d683339a70fb5b8807a5c4600963a9b6c2634081f0d2c8a85015124d3ebdc58250f8a8e67c40d5a3a93d10 SHA512 b4369b8d9581521f68842431513c836ca6b2e08da54342fb7530f68e8e3bb906868858943243945c7591da175f760fcc291d2cba50b1cdb939f34bca962c80fc
diff --git a/dev-python/httpcore/httpcore-0.9.0.ebuild b/dev-python/httpcore/httpcore-0.9.0.ebuild
new file mode 100644
index 0000000..7e0dad5
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.9.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+AUTODOC=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+ https://github.com/encode/httpcore
+ https://pypi.org/project/httpcore
+"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Temporary failure in name resolution
+# requires masked mitmproxy
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/h11[${PYTHON_USEDEP}]
+ dev-python/hyper-h2[${PYTHON_USEDEP}]
+ dev-python/sniffio[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/autoflake[${PYTHON_USEDEP}]
+ dev-python/black[${PYTHON_USEDEP}]
+ dev-python/isort[${PYTHON_USEDEP}]
+ dev-python/mypy[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2020-05-28 11:05 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-05-28 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 51d299a29358aba4ca723cd7a53c5ba8a28ee79b
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu May 28 10:58:37 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu May 28 10:58:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51d299a2
dev-python/httpcore: version bump
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/Manifest | 2 +-
dev-python/httpcore/{httpcore-0.9.0.ebuild => httpcore-0.9.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 9fc05bc..579b3b5 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,2 @@
DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87 SHA512 f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
-DIST httpcore-0.9.0.tar.gz 35349 BLAKE2B 8d543a9b8c0298a0c558ae0045dec82bdf3267acd1d683339a70fb5b8807a5c4600963a9b6c2634081f0d2c8a85015124d3ebdc58250f8a8e67c40d5a3a93d10 SHA512 b4369b8d9581521f68842431513c836ca6b2e08da54342fb7530f68e8e3bb906868858943243945c7591da175f760fcc291d2cba50b1cdb939f34bca962c80fc
+DIST httpcore-0.9.1.tar.gz 35371 BLAKE2B 8f7416c1e726892b152e7e9623790ac1e70b9142f45028b23df25f1d54b6f113f1a79839ec2a7d90b196197d53c880847526c2e47e07d52a0e104a9e2849bccf SHA512 5105ff0c19b8a4a34080e79aa1d191199131450e658fbe0949b091e5acfb9cd8b11033757a3bd7dd1490e5fb61352eb44d086babd70d22be33479befd16745fd
diff --git a/dev-python/httpcore/httpcore-0.9.0.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild
similarity index 100%
rename from dev-python/httpcore/httpcore-0.9.0.ebuild
rename to dev-python/httpcore/httpcore-0.9.1.ebuild
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
2020-07-03 18:44 [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpcore/ Andrew Ammerlaan
@ 2020-07-03 18:44 ` Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-07-03 18:44 UTC (permalink / raw
To: gentoo-commits
commit: c56dd91bc3533b97e7782eaa5918b86c0fd51d78
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jul 3 18:38:03 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jul 3 18:38:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56dd91b
dev-python/httpcore: add py3_8
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/httpcore-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild
index 7e0dad5..87ca00d 100644
--- a/dev-python/httpcore/httpcore-0.9.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DOCBUILDER="mkdocs"
DOCDEPEND="dev-python/mkdocs-material"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpcore/
@ 2020-07-03 18:44 Andrew Ammerlaan
2020-07-03 18:44 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-07-03 18:44 UTC (permalink / raw
To: gentoo-commits
commit: c56dd91bc3533b97e7782eaa5918b86c0fd51d78
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jul 3 18:38:03 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jul 3 18:38:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56dd91b
dev-python/httpcore: add py3_8
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/httpcore-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild
index 7e0dad5..87ca00d 100644
--- a/dev-python/httpcore/httpcore-0.9.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DOCBUILDER="mkdocs"
DOCDEPEND="dev-python/mkdocs-material"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2020-08-14 18:20 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-08-14 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 00ba53b30968ea8ce8faabee0499d9bcd06f2db4
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 14 18:07:36 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 14 18:07:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00ba53b3
dev-python/httpcore: version bump, drop py3.6
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/Manifest | 1 +
dev-python/httpcore/httpcore-0.10.1.ebuild | 47 ++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 579b3b5..5317da8 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,3 @@
+DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87 SHA512 f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
DIST httpcore-0.9.1.tar.gz 35371 BLAKE2B 8f7416c1e726892b152e7e9623790ac1e70b9142f45028b23df25f1d54b6f113f1a79839ec2a7d90b196197d53c880847526c2e47e07d52a0e104a9e2849bccf SHA512 5105ff0c19b8a4a34080e79aa1d191199131450e658fbe0949b091e5acfb9cd8b11033757a3bd7dd1490e5fb61352eb44d086babd70d22be33479befd16745fd
diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild b/dev-python/httpcore/httpcore-0.10.1.ebuild
new file mode 100644
index 0000000..0f7154b
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.10.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+AUTODOC=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+ https://github.com/encode/httpcore
+ https://pypi.org/project/httpcore
+"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Temporary failure in name resolution
+# requires masked mitmproxy
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/h11[${PYTHON_USEDEP}]
+ dev-python/hyper-h2[${PYTHON_USEDEP}]
+ dev-python/sniffio[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/autoflake[${PYTHON_USEDEP}]
+ dev-python/isort[${PYTHON_USEDEP}]
+ dev-python/mypy[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
2020-08-29 14:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-08-29 14:14 ` Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-08-29 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 5d6226d4540047bf517e9970969e460356151a06
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 13:17:17 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 13:17:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d6226d4
dev-python/httpcore: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/Manifest | 2 --
dev-python/httpcore/httpcore-0.7.0.ebuild | 60 -------------------------------
dev-python/httpcore/httpcore-0.9.1.ebuild | 48 -------------------------
3 files changed, 110 deletions(-)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 5317da8..1461f31 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,3 +1 @@
DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
-DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87 SHA512 f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
-DIST httpcore-0.9.1.tar.gz 35371 BLAKE2B 8f7416c1e726892b152e7e9623790ac1e70b9142f45028b23df25f1d54b6f113f1a79839ec2a7d90b196197d53c880847526c2e47e07d52a0e104a9e2849bccf SHA512 5105ff0c19b8a4a34080e79aa1d191199131450e658fbe0949b091e5acfb9cd8b11033757a3bd7dd1490e5fb61352eb44d086babd70d22be33479befd16745fd
diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild
deleted file mode 100644
index f749084..0000000
--- a/dev-python/httpcore/httpcore-0.7.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A minimal HTTP client"
-HOMEPAGE="
- https://github.com/encode/httpcore
- https://pypi.org/project/httpcore
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Temporary failure in name resolution
-RESTRICT="test"
-
-# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
-#IUSE="doc"
-
-RDEPEND="
- dev-python/h11[${PYTHON_USEDEP}]
- dev-python/hyper-h2[${PYTHON_USEDEP}]
- dev-python/sniffio[${PYTHON_USEDEP}]
- dev-python/trio[${PYTHON_USEDEP}]
-"
-#BDEPEND="
-# doc? (
-# dev-python/mkautodoc
-# dev-python/mkdocs
-# dev-python/mkdocs-material
-# )
-#"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/autoflake[${PYTHON_USEDEP}]
- dev-python/black[${PYTHON_USEDEP}]
- dev-python/isort[${PYTHON_USEDEP}]
- dev-python/mypy[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-trio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-#python_compile_all() {
-# default
-# if use doc; then
-# mkdocs build || die "failed to make docs"
-# HTML_DOCS="site"
-# fi
-#}
diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild
deleted file mode 100644
index 87ca00d..0000000
--- a/dev-python/httpcore/httpcore-0.9.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A minimal HTTP client"
-HOMEPAGE="
- https://github.com/encode/httpcore
- https://pypi.org/project/httpcore
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Temporary failure in name resolution
-# requires masked mitmproxy
-RESTRICT="test"
-
-RDEPEND="
- dev-python/h11[${PYTHON_USEDEP}]
- dev-python/hyper-h2[${PYTHON_USEDEP}]
- dev-python/sniffio[${PYTHON_USEDEP}]
- dev-python/trio[${PYTHON_USEDEP}]
-"
-
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/autoflake[${PYTHON_USEDEP}]
- dev-python/black[${PYTHON_USEDEP}]
- dev-python/isort[${PYTHON_USEDEP}]
- dev-python/mypy[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-trio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2020-12-06 9:40 Alessandro Barbieri
0 siblings, 0 replies; 13+ messages in thread
From: Alessandro Barbieri @ 2020-12-06 9:40 UTC (permalink / raw
To: gentoo-commits
commit: b7dd2991763427be0f6101ccace9d8a7754cb40d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Dec 6 09:39:18 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Dec 6 09:40:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7dd2991
dev-python/httpcore: new version
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/httpcore/Manifest | 1 +
dev-python/httpcore/httpcore-0.12.2.ebuild | 45 ++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 1461f31a..83dced4a 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1 +1,2 @@
DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
+DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a SHA512 d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c
diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild
new file mode 100644
index 00000000..0cc94cbc
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+AUTODOC=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+ https://github.com/encode/httpcore
+ https://pypi.org/project/httpcore
+"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/curio-1.4[${PYTHON_USEDEP}]
+ <dev-python/h11-1[${PYTHON_USEDEP}]
+ >=dev-python/hyper-h2-3[${PYTHON_USEDEP}]
+ <dev-python/hyper-h2-5[${PYTHON_USEDEP}]
+ >=dev-python/sniffio-1[${PYTHON_USEDEP}]
+ <dev-python/sniffio-2[${PYTHON_USEDEP}]
+ >=dev-python/trio-0.17.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/anyio-2.0.2[${PYTHON_USEDEP}]
+ >=dev-python/hypercorn-0.11.1[${PYTHON_USEDEP}]
+ >=dev-python/pproxy-2.3.7[${PYTHON_USEDEP}]
+ >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
+ >=dev-python/trustme-0.6.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2020-12-18 14:15 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 15468ee0718359b2f34986b7ec755ec61e3caa0e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:09:08 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:09:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15468ee0
dev-python/httpcore: add py3.8
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/httpcore-0.12.2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild
index effb6272..a59caa84 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
@@ -22,6 +22,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+# httpcore.ConnectError: [Errno 16] Device or resource busy
+RESTRICT="test"
+
RDEPEND="
>=dev-python/curio-1.4[${PYTHON_USEDEP}]
<dev-python/h11-1[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2021-02-17 18:33 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-02-17 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 5085ac11a2642b05640867e5b24ba683350cbd5f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:33:18 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 17 18:33:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5085ac11
dev-python/httpcore: also add py3.9 to old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/httpcore-0.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild b/dev-python/httpcore/httpcore-0.10.1.ebuild
index 615b25eb..5df6a34e 100644
--- a/dev-python/httpcore/httpcore-0.10.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/
@ 2021-02-17 18:33 Andrew Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2021-02-17 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 551c20dabdcbc42d137b8d94ff5903e6b4895c39
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:32:13 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 17 18:32:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=551c20da
dev-python/httpcore: add py3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/Manifest | 2 +-
.../httpcore/{httpcore-0.12.2.ebuild => httpcore-0.12.3.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 83dced4a..b4f19213 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,2 @@
DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
-DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a SHA512 d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c
+DIST httpcore-0.12.3.tar.gz 57587 BLAKE2B 3c0e7a210b21e54564c4c6077fadf66344b887662c71b05a1ad4a2c0224a4d703eccdf576d4443341176edee03b6776bfd49aaef2ea2f29f02614677e1dfad85 SHA512 b31535231dc2b6a5f1c9c0c538628f75360f04b4747b447ab0a7168ed32d0eabd463335c2f7fa782dcabb4cbc32891a2839ae50e0999d5a791c01b02533d38f0
diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.3.ebuild
similarity index 94%
rename from dev-python/httpcore/httpcore-0.12.2.ebuild
rename to dev-python/httpcore/httpcore-0.12.3.ebuild
index a59caa84..ee00ef4e 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2021-02-17 18:33 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03 18:44 [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpcore/ Andrew Ammerlaan
2020-07-03 18:44 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-02-17 18:33 Andrew Ammerlaan
2021-02-17 18:33 Andrew Ammerlaan
2020-12-18 14:15 Andrew Ammerlaan
2020-12-06 9:40 Alessandro Barbieri
2020-08-29 14:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-29 14:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-14 18:20 Andrew Ammerlaan
2020-05-28 11:05 Andrew Ammerlaan
2020-05-24 19:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-24 8:35 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-07 1:22 Alessandro Barbieri
2020-03-29 13:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-29 13:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-29 9:29 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox