From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/idna-ssl/
Date: Fri, 21 Dec 2018 07:48:15 +0000 (UTC) [thread overview]
Message-ID: <1545378473.f69e4a59ad2a2f0932fafe5be1c44241dc0446cd.radhermit@gentoo> (raw)
commit: f69e4a59ad2a2f0932fafe5be1c44241dc0446cd
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 19:37:45 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 07:47:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69e4a59
dev-python/idna-ssl: version bump to 1.1.0
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-python/idna-ssl/Manifest | 1 +
dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-python/idna-ssl/Manifest b/dev-python/idna-ssl/Manifest
index 899bb0070a1..d808df5199c 100644
--- a/dev-python/idna-ssl/Manifest
+++ b/dev-python/idna-ssl/Manifest
@@ -1,2 +1,3 @@
DIST idna-ssl-1.0.1.tar.gz 3385 BLAKE2B a14a73b7aa79022c3831e3c66cfc31fe6f2f64474039712aabc0aac28c5ad9c98ba360bccfcacd5b37085c48c8db1f4184f7406489306dd7b87c1ac9599e8c28 SHA512 57a6891543c561cd96d35f3d01f702e8c54c592f0174f34322fd0794df8a80ad0117b558f2d0078d22cb8e0114aaa9b72c7217c91a40f02475334d7a94429c2e
+DIST idna-ssl-1.1.0.tar.gz 3377 BLAKE2B 4a3baee5c976bdde4092eb3a980e555a72fb74395d3bc673ccd6e986e003b696cabdeb41061ad9b5f8da62074c034e4a07298fa993d5fff185f723ff4cb5f432 SHA512 f9db74cecabbbfddfd1817bbd8434ef2aafeea433c3eefff3f94c7e994da40e3f315fcda527f3a0c3743028f26bbc934f1dd21f94134123c3271975d0527cd35
DIST idna_ssl-1.0.0.tar.gz 3375 BLAKE2B 28ecee9e271619b7a4f3698aacbdbf0e953ed9b52640818007dc86f34145d8ea000260991d44cfa4cd896b74172b0a32962c3053152558b8d621396df2e248de SHA512 d1f7479cc3edff164bb26deb05af757906ba91241bc668f1b087560087a89f741a0b36e166bfb8142128ceed6008621ab36a2556ed2304ea6374c19982bc663a
diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild
new file mode 100644
index 00000000000..b64ceaa97fb
--- /dev/null
+++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Patch ssl.match_hostname for Unicode(idna) domains support"
+HOMEPAGE="https://github.com/aio-libs/idna-ssl https://pypi.org/project/idna_ssl/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"
next reply other threads:[~2018-12-21 7:48 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-21 7:48 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-11 18:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/idna-ssl/ Sergei Trofimovich
2020-11-26 23:52 Michał Górny
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-11-23 16:39 Sergei Trofimovich
2020-10-07 1:02 Sam James
2020-10-04 19:49 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-09-27 6:42 Matt Turner
2020-09-13 4:55 Sam James
2020-09-13 3:31 Sam James
2020-08-25 10:23 Sam James
2020-08-18 21:53 Sergei Trofimovich
2020-06-12 15:40 Michał Górny
2020-06-12 15:40 Michał Górny
2020-03-27 15:37 Michał Górny
2019-07-31 14:32 Mikle Kolyada
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:30 Anthony G. Basile
2018-03-22 5:50 Tim Harder
2018-03-03 2:07 Thomas Deutschmann
2018-03-01 19:35 Tim Harder
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=1545378473.f69e4a59ad2a2f0932fafe5be1c44241dc0446cd.radhermit@gentoo \
--to=radhermit@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