From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openstacksdk/
Date: Mon, 21 Oct 2019 00:19:11 +0000 (UTC) [thread overview]
Message-ID: <1571617140.21237ffd4b4f0c4a443c6be9bf330c8518223a51.prometheanfire@gentoo> (raw)
commit: 21237ffd4b4f0c4a443c6be9bf330c8518223a51
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 23:45:56 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 00:19:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21237ffd
dev-python/openstacksdk: 0.36.0 bump
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/openstacksdk/Manifest | 1 +
dev-python/openstacksdk/openstacksdk-0.36.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/openstacksdk/Manifest b/dev-python/openstacksdk/Manifest
index 715f407e8c7..a6d08d41af2 100644
--- a/dev-python/openstacksdk/Manifest
+++ b/dev-python/openstacksdk/Manifest
@@ -1,4 +1,5 @@
DIST openstacksdk-0.11.3.tar.gz 693350 BLAKE2B 6e5edc27a2c2d35682827fa9cf15a93bdc7cc5b5fcd440d15f7448a52fbf8fbbdb0f0f528828b23cc9585b72bde2d1537745c0176c8d117ed6fe7d40c6a01c56 SHA512 140d69d853e7e1049f2c539267f9199058b6f5a9452a80b8a6361efe70f42f07a91d94935ef75e43591a5cf70e8102aed31570c559fc89d83ce86ce26fb54d44
DIST openstacksdk-0.17.2.tar.gz 735020 BLAKE2B 01cd0be40c2b7c95678e03d50d74125674cc70a190b6db90d6769aebb7e662df1e6cd0ad12f92fb617e0109655cf673ec0d21f19a040dffb4f72350f1fe8948e SHA512 c6608df8a618730f4542a7e01708acbe116729042730e2c7adf15c3e1186192b5b6a7fd39b74694290245d31b58c40214df73ca231547ca409a768c44f80750c
DIST openstacksdk-0.27.0.tar.gz 818981 BLAKE2B 6ad4bdd75e9b6af8da256afaff4003b233164336edef1edcc13fef66bfc25eaa17f02cd2fc1cd57cc27076cc05d63dd646200fbbc809ccff48c5477bcf8178e1 SHA512 3eb2b26dfa37713967d533b66abb27ac107524bc48c5fa7d475fbcc58291e7531518226acdb1e0c20537a24fc6008e287545d61b40e3f1104c80a04df014d566
+DIST openstacksdk-0.36.0.tar.gz 887545 BLAKE2B 8a207e5d3a2c6989a1e7c881beaa35dca4617569eeb2efec5f917f4310a6e49549b3ddc9f8106566b7b1e620b2aab38507f92063f68e326f234166a5ea7b267b SHA512 e95cb7c626f8bdd0064ed69d767dc1d53742d9d7a0d6196058453113ddcab3bdd903a1ef7455a2f9fe4335733793c927a00fe333099ba142ef69945a287d3983
DIST openstacksdk-0.9.17.tar.gz 335611 BLAKE2B 2f1ac157c957cc90d53d97dad1930a2cab7dc40c15cb76f22394762eefffa402480a8fa4b9fd30358690b401e2d362b4f7e29b8a17d0e7ef87885256d1d62bcf SHA512 4699e80ad68896cea709c861b013404234b1d6acf2fcd8bc4e8b21b8841f8c204e693c4e631a85906b5b415404cf50f35f395df6206e471920c68d2f26726696
diff --git a/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild b/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild
new file mode 100644
index 00000000000..f6d1f62d216
--- /dev/null
+++ b/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of libraries for building applications to work with OpenStack."
+HOMEPAGE="https://github.com/openstack/python-openstacksdk"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ ${CDEPEND}"
+RDEPEND="${CDEPEND}
+ >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+ >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
+ >=dev-python/requestsexceptions-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/jsonpatch-1.16[${PYTHON_USEDEP}]
+ !~dev-python/jsonpatch-1.20[${PYTHON_USEDEP}]
+ >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/os-service-types-1.7.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.16.0[${PYTHON_USEDEP}]
+ >=dev-python/munch-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/jmespath-0.9.0[${PYTHON_USEDEP}]
+ virtual/python-ipaddress[${PYTHON_USEDEP}]
+ virtual/python-futures[${PYTHON_USEDEP}]
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+ >=dev-python/cryptography-2.1.0[${PYTHON_USEDEP}]
+"
next reply other threads:[~2019-10-21 0:19 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 0:19 Matthew Thode [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/openstacksdk/ Michał Górny
2024-10-18 16:16 Arthur Zamarin
2024-09-21 12:02 Michał Górny
2024-09-21 11:08 Arthur Zamarin
2024-09-03 5:23 Michał Górny
2024-08-03 6:37 Michał Górny
2024-08-03 6:24 Michał Górny
2024-07-27 7:19 Michał Górny
2024-07-27 7:12 Arthur Zamarin
2024-07-17 12:35 Michał Górny
2024-07-07 14:36 Michał Górny
2024-07-04 5:13 Michał Górny
2024-05-04 7:25 Michał Górny
2024-05-04 7:13 Arthur Zamarin
2024-04-17 13:23 Michał Górny
2024-03-09 11:30 Michał Górny
2024-03-09 11:03 Jakov Smolić
2024-02-23 3:40 Michał Górny
2024-01-29 10:11 Michał Górny
2024-01-29 8:01 Sam James
2024-01-13 8:20 Michał Górny
2023-11-22 11:59 Michał Górny
2023-11-22 11:11 Sam James
2023-11-08 12:12 Michał Górny
2023-10-20 4:42 Michał Górny
2023-09-08 4:53 Michał Górny
2023-09-07 19:52 Sam James
2023-08-31 13:22 Michał Górny
2023-08-04 2:42 Michał Górny
2023-07-24 11:09 Michał Górny
2023-06-30 2:56 Michał Górny
2023-06-23 6:06 Michał Górny
2023-05-29 4:37 Michał Górny
2023-05-28 18:58 Arthur Zamarin
2023-05-23 5:07 Michał Górny
2023-04-27 17:24 Michał Górny
2023-03-03 17:48 Michał Górny
2023-03-03 17:38 Arthur Zamarin
2023-02-14 4:57 Michał Górny
2023-02-01 4:57 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-25 5:14 Michał Górny
2022-11-13 18:43 Michał Górny
2022-11-13 17:42 Arthur Zamarin
2022-11-13 17:38 Sam James
2022-11-13 16:54 Arthur Zamarin
2022-11-12 11:59 Arthur Zamarin
2022-10-13 17:09 Michał Górny
2022-09-26 6:06 Michał Górny
2022-08-24 19:36 Arthur Zamarin
2022-08-18 6:18 Michał Górny
2022-08-17 19:31 Arthur Zamarin
2022-07-16 8:02 Michał Górny
2022-06-28 19:42 Michał Górny
2022-06-28 19:10 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-05-21 6:47 Michał Górny
2022-04-01 18:45 Michał Górny
2022-04-01 17:37 Arthur Zamarin
2022-04-01 17:37 Arthur Zamarin
2022-04-01 17:37 Arthur Zamarin
2022-02-24 18:08 Michał Górny
2021-12-27 21:16 Michał Górny
2021-12-27 18:48 Arthur Zamarin
2021-12-17 9:15 Michał Górny
2021-12-17 9:15 Michał Górny
2021-12-03 19:46 Michał Górny
2021-11-25 18:42 Arthur Zamarin
2021-10-04 8:05 Michał Górny
2021-10-04 0:49 Sam James
2021-09-30 12:18 Arthur Zamarin
2021-08-28 6:54 Michał Górny
2021-08-26 15:31 Michał Górny
2021-07-17 7:03 Michał Górny
2021-07-07 6:33 Michał Górny
2021-07-07 2:17 Sam James
2021-06-24 23:57 Sam James
2021-06-23 15:23 Michał Górny
2021-06-23 14:10 Michał Górny
2021-06-23 14:10 Michał Górny
2020-11-18 9:35 Michał Górny
2020-11-17 19:17 Agostino Sarubbo
2020-11-14 22:00 Michał Górny
2020-10-10 23:09 Matthew Thode
2020-10-10 20:34 Matthew Thode
2020-07-18 22:30 Matthew Thode
2020-07-17 1:52 Sam James
2020-06-20 19:23 Matthew Thode
2020-03-28 11:21 Michał Górny
2020-03-28 11:21 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-05-11 19:25 Matthew Thode
2019-04-10 22:44 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-05 21:33 Matt Thode
2018-06-24 14:22 Pacho Ramos
2018-03-31 1:54 Matt Thode
2018-02-24 5:51 Matt Thode
2017-08-28 21:52 Matt Thode
2017-02-27 5:45 Matt Thode
2016-03-27 2:32 Matt Thode
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=1571617140.21237ffd4b4f0c4a443c6be9bf330c8518223a51.prometheanfire@gentoo \
--to=prometheanfire@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