From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/
Date: Sat, 28 Jul 2018 11:32:58 +0000 (UTC) [thread overview]
Message-ID: <1532777574.d9ab2947fac63d3a76e6a4fecac6651cbf8bc08c.cedk@gentoo> (raw)
commit: d9ab2947fac63d3a76e6a4fecac6651cbf8bc08c
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:32:37 2018 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:32:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ab2947
dev-python/zeep: Version bumps
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/zeep/Manifest | 1 +
dev-python/zeep/zeep-3.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest
index 63db4940844..c4bc357e81a 100644
--- a/dev-python/zeep/Manifest
+++ b/dev-python/zeep/Manifest
@@ -1,2 +1,3 @@
DIST zeep-2.4.0.tar.gz 146930 BLAKE2B 998e6f12b264b168f0af95847a88b1ac58a1645411f8edd4fbdbabc9292179130145d5987df3edf5d559ca6f886bfcdc94bcb9426d6288b3e16708acbe10f4fc SHA512 7bd21d8feede66678557d7f6de3788509ae5d1785dd0c1ec4ffc076b73e8dac8df58eb6cc63c53ac4e28399bf1ac74ca93ef5710269406e88ea2da05f7456a5f
DIST zeep-2.5.0.tar.gz 147413 BLAKE2B 30bedc5f95a5b911c402cdd5c13b117e478c0d63b37247a604a8b75eefb3404a5e4e7469ac1ae8188e9b3e841b706fd2bfe975bf8068e74ab07ed6aec9901c6a SHA512 f8eaf4eafd85d1464df28161a2cd39d9ad9079aa4fa39f3da11f352e52d3144b8d2c4b53a642c0ccaf70cac541cf7fca3a89b85b60bac7dd3330f4bb7a9bfc10
+DIST zeep-3.1.0.tar.gz 158081 BLAKE2B 6432c05d6bbcbade93c1f083a13a66d679b3060b1d44ff6c996b46e3f9602e6464a63c1ac2fd77ab07eff353e52613c327998d3dc2ae8c2d775c00e3f5e18f3c SHA512 392125b2bc6d796bfbe4869dfcfcaeefadbbd627cd92f6fb5006dc16d1692a3d20659b9c662852e47eb2c3f6671466dd836f67d0ad7cc34bf356c8822bfffcf4
diff --git a/dev-python/zeep/zeep-3.1.0.ebuild b/dev-python/zeep/zeep-3.1.0.ebuild
new file mode 100644
index 00000000000..4584200815a
--- /dev/null
+++ b/dev-python/zeep/zeep-3.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+inherit distutils-r1
+
+DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
+HOMEPAGE="http://docs.python-zeep.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="async -tornado"
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPEND}
+ >=dev-python/appdirs-1.4.0
+ >=dev-python/attrs-17.2.0
+ >=dev-python/cached-property-1.3.0
+ >=dev-python/defusedxml-0.4.1
+ >=dev-python/isodate-0.5.4
+ >=dev-python/lxml-3.1.0
+ >=dev-python/requests-2.7.0
+ >=dev-python/requests-toolbelt-0.7.1
+ >=dev-python/six-1.9.0
+ dev-python/pytz
+ async? ( >=dev-python/aiohttp-1.0 )
+ tornado? ( >=www-servers/tornado-4.0.2 )"
+
+DOCS=( README.rst CHANGES )
next reply other threads:[~2018-07-28 11:33 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-28 11:32 Cédric Krier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 8:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/ Michał Górny
2024-11-02 8:48 Michał Górny
2024-11-02 7:48 Michał Górny
2024-10-16 17:53 Michał Górny
2024-10-13 14:58 Michał Górny
2024-06-18 15:56 Michał Górny
2023-11-24 16:55 Sam James
2023-06-01 16:57 Arthur Zamarin
2023-02-17 11:04 Michał Górny
2023-02-17 11:04 Michał Górny
2022-12-10 14:33 Arthur Zamarin
2022-12-10 9:02 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-11-04 8:23 Arthur Zamarin
2022-04-02 8:32 Michał Górny
2022-04-02 8:03 Agostino Sarubbo
2022-04-02 7:59 Agostino Sarubbo
2022-02-26 11:39 Michał Górny
2021-09-20 13:41 Michał Górny
2021-09-20 13:41 Michał Górny
2021-09-19 21:39 Agostino Sarubbo
2021-09-18 19:48 Sam James
2021-08-16 7:30 Michał Górny
2021-08-15 2:23 Louis Sautier
2021-08-14 1:05 Louis Sautier
2021-06-03 19:15 Sam James
2021-05-06 15:04 Michał Górny
2020-12-03 16:47 Aaron Bauman
2020-07-26 8:35 Cédric Krier
2020-02-04 13:32 Michał Górny
2020-02-04 13:32 Michał Górny
2020-01-20 12:52 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2020-01-18 10:28 Cédric Krier
2019-09-14 13:11 Cédric Krier
2018-03-03 15:34 Cédric Krier
2018-01-06 13:39 Michał Górny
2017-10-29 13:01 Cédric Krier
2017-07-16 15:52 Cédric Krier
2017-05-02 9:48 Michał Górny
2017-05-01 12:23 Cédric Krier
2017-03-11 20:12 Cédric Krier
2017-01-11 19:04 Cédric Krier
2016-12-10 11:51 Cédric Krier
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=1532777574.d9ab2947fac63d3a76e6a4fecac6651cbf8bc08c.cedk@gentoo \
--to=cedk@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