From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-messaging/
Date: Sat, 17 Oct 2020 21:53:58 +0000 (UTC) [thread overview]
Message-ID: <1602971623.0c236928efcb5960001df6926ad47ab767bd1b0b.prometheanfire@gentoo> (raw)
commit: 0c236928efcb5960001df6926ad47ab767bd1b0b
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 21:26:10 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 21:53:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c236928
dev-python/oslo-messaging: 12.5.0 bump
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/oslo-messaging/Manifest | 1 +
.../oslo-messaging/oslo-messaging-12.5.0.ebuild | 42 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-python/oslo-messaging/Manifest b/dev-python/oslo-messaging/Manifest
index 67aa75b3792..2ca6cb5c6d2 100644
--- a/dev-python/oslo-messaging/Manifest
+++ b/dev-python/oslo-messaging/Manifest
@@ -1 +1,2 @@
DIST oslo.messaging-12.1.1.tar.gz 255540 BLAKE2B 54ab60244090d3602de9395ea4f6ffa4bfa78783642aecaf7bb37db62c1a5cb63d69c612d2d1085ef96611429a8c7b337ac1849d93ed857a2cb51bbae6265ed2 SHA512 0f55f2c21dfd5f83efbf53f8c0cfa65d8572166662a183998c896c61475a38c47ae6e2376c5a153049d2f91e3321d6a75accf4de4ef11b4ec8626b448c0637a9
+DIST oslo.messaging-12.5.0.tar.gz 255702 BLAKE2B b3f97fdd5f1edf169ca36b1853178fb509dcb4f9ae5b5d8ea8b619aacc6a75541622472de99f09b4494437cfaf11544902813b4dc96570f0c9df92421e44c2af SHA512 b1f1d8a4cb9c00db73e7384b6b3608853601ac6e5549ddd24c78d9089dabe879f8705b19b2ad6a566dfc42a2e0f15886150e784a726a7bf67856eaadf56c2da8
diff --git a/dev-python/oslo-messaging/oslo-messaging-12.5.0.ebuild b/dev-python/oslo-messaging/oslo-messaging-12.5.0.ebuild
new file mode 100644
index 00000000000..f8d32ac4e96
--- /dev/null
+++ b/dev-python/oslo-messaging/oslo-messaging-12.5.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
+HOMEPAGE="https://pypi.org/project/oslo.messaging/"
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
+S="${WORKDIR}/oslo.messaging-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+ !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+ >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
+ !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
+ >=dev-python/py-amqp-2.5.2[${PYTHON_USEDEP}]
+ >=dev-python/kombu-4.6.6[${PYTHON_USEDEP}]
+ >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
+"
next reply other threads:[~2020-10-17 21:54 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-17 21:53 Matthew Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-02 8:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-messaging/ Michał Górny
2020-12-02 8:49 Mikle Kolyada
2020-11-25 11:17 Michał Górny
2020-10-20 2:28 Matthew Thode
2020-07-18 22:30 Matthew Thode
2020-07-18 22:30 Matthew Thode
2020-06-23 18:54 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-02-09 18:26 Matthew Thode
2020-01-13 9:48 Michał Górny
2020-01-09 19:06 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-10-31 21:29 Matthew Thode
2019-05-11 18:17 Matthew Thode
2019-04-09 7:06 Matthew Thode
2019-03-25 0:07 Matthew Thode
2018-09-25 22:22 Matt Thode
2018-09-08 23:51 Matt Thode
2018-08-30 21:35 Matt Thode
2018-08-09 4:47 Matt Thode
2018-06-24 15:24 Pacho Ramos
2018-06-18 1:59 Matt Thode
2018-03-31 0:59 Matt Thode
2018-02-17 1:47 Matt Thode
2018-01-13 3:58 Matt Thode
2018-01-05 13:26 Michał Górny
2017-12-22 1:56 Matt Thode
2017-12-12 20:24 Matt Thode
2017-09-28 16:23 Matt Thode
2017-08-27 4:26 Matt Thode
2017-07-20 16:41 Matt Thode
2017-06-20 19:00 Matt Thode
2017-05-02 9:48 Michał Górny
2017-02-28 0:18 Matt Thode
2017-02-28 0:18 Matt Thode
2017-02-27 2:16 Matt Thode
2016-12-17 2:42 Matt Thode
2016-12-17 2:42 Matt Thode
2016-11-23 4:06 Matt Thode
2016-11-16 15:38 Matt Thode
2016-03-29 18:55 Matt Thode
2016-03-25 4:38 Matt Thode
2016-02-28 7:15 Matt Thode
2015-09-03 22:00 Matt Thode
2015-09-03 21:29 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=1602971623.0c236928efcb5960001df6926ad47ab767bd1b0b.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