From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/
Date: Thu, 21 Dec 2017 07:13:23 +0000 (UTC) [thread overview]
Message-ID: <1513840357.ba60c165db77f0ad8d23db6434bd638b62478d45.prometheanfire@gentoo> (raw)
commit: ba60c165db77f0ad8d23db6434bd638b62478d45
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 06:57:55 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 07:12:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba60c165
dev-python/oslo-context: 2.17.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/oslo-context/Manifest | 1 -
dev-python/oslo-context/oslo-context-2.17.0.ebuild | 49 ----------------------
dev-python/oslo-context/oslo-context-2.17.1.ebuild | 2 +-
3 files changed, 1 insertion(+), 51 deletions(-)
diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
index facb8f9db2c..2e79375174b 100644
--- a/dev-python/oslo-context/Manifest
+++ b/dev-python/oslo-context/Manifest
@@ -1,3 +1,2 @@
DIST oslo.context-2.12.2.tar.gz 26860 BLAKE2B cdf6e6b36fc625b183745a2030b9acb827cb43c4032f98637314655082ee65a0182d801ded3f6d1d4b1f9b3bec789d4ae3f382c7f9aaf1d4f788bf8286335384 SHA512 752d2e9744fbf94d23d6cc3205f3b4974d440bf71ab885de2feea3e706ed93b771b50df264c754cc8f6882f8526de0318cb3d1fc07a28a872f4b02e59118af98
-DIST oslo.context-2.17.0.tar.gz 27756 BLAKE2B 83e1abeab1f567e647d2434f380f0baa2a97ed5e67e2b7b3de8806c20690e8b6f740e42518020b447bd8235b7b968b4d683e223dd61a2fcd08378de023a5f9fc SHA512 158ccfb5517f2e4521d9be0b4864b2f6cc491f2dc00b479ea6314892b24b0293fe1e5e654d1503b73f992d011bf79c0b3c5b1f7b69dc7d32549a8327897957ae
DIST oslo.context-2.17.1.tar.gz 27266 BLAKE2B 6d539af2d191103a411db0a7671d0ea4a9bb21d0a33e4e306ceac8455c4b0aafe594541b3cf7e565372dee66c3a7c6685b86c96256046e108ee21f74633d01a5 SHA512 f75d9cececaa095cab3b87b05ab0c4bf9f115b96ab7feb5607edd00a33440a4418692f4f6cf8a3dffbbc302758e734c4184f271e3860e65d9da95f0a97ae633f
diff --git a/dev-python/oslo-context/oslo-context-2.17.0.ebuild b/dev-python/oslo-context/oslo-context-2.17.0.ebuild
deleted file mode 100644
index 30395570fad..00000000000
--- a/dev-python/oslo-context/oslo-context-2.17.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpers to maintain useful information about a request context"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.context"
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
- !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
- >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
- >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
- !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
- )"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/oslo.context-${PV}"
-
-python_prepare_all() {
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}
-
-# This time half the doc files are missing; Do you want them?
-python_test() {
- nosetests tests/ || die "test failed under ${EPYTHON}"
-}
diff --git a/dev-python/oslo-context/oslo-context-2.17.1.ebuild b/dev-python/oslo-context/oslo-context-2.17.1.ebuild
index aa47f5087ef..17309776404 100644
--- a/dev-python/oslo-context/oslo-context-2.17.1.ebuild
+++ b/dev-python/oslo-context/oslo-context-2.17.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
next reply other threads:[~2017-12-21 7:13 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-21 7:13 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/ Michał Górny
2025-03-08 11:20 Sam James
2025-02-22 7:50 Michał Górny
2024-12-07 11:52 Michał Górny
2024-12-07 11:06 Arthur Zamarin
2024-11-20 7:56 Michał Górny
2024-09-07 10:56 Michał Górny
2024-09-07 10:38 Arthur Zamarin
2024-08-21 19:13 Michał Górny
2024-06-11 19:25 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-01 4:47 Michał Górny
2024-02-23 3:40 Michał Górny
2023-11-29 10:07 Michał Górny
2023-11-29 9:59 Michał Górny
2023-11-14 20:06 Michał Górny
2023-09-30 6:38 Michał Górny
2023-09-30 5:44 Arthur Zamarin
2023-08-28 16:53 Michał Górny
2023-06-22 14:36 Michał Górny
2023-04-22 9:16 Michał Górny
2023-04-22 8:53 Arthur Zamarin
2023-03-21 20:06 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-02-22 5:09 Michał Górny
2023-02-11 7:27 Michał Górny
2022-08-17 19:31 Arthur Zamarin
2022-08-17 19:08 Arthur Zamarin
2022-07-15 13:45 Arthur Zamarin
2022-07-12 15:48 Michał Górny
2022-05-28 16:00 Jakov Smolić
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-02-16 22:34 Michał Górny
2022-02-03 20:39 Arthur Zamarin
2021-11-21 19:14 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-10-22 10:28 Michał Górny
2021-10-02 8:35 Arthur Zamarin
2021-10-01 6:14 Arthur Zamarin
2021-10-01 6:14 Arthur Zamarin
2021-09-25 22:03 Michał Górny
2021-09-25 19:56 Sam James
2021-08-19 22:13 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-05-16 12:45 Sam James
2021-01-24 0:07 Sam James
2020-11-18 9:12 Michał Górny
2020-11-14 22:00 Michał Górny
2020-10-11 1:29 Matthew Thode
2020-01-13 9:48 Michał Górny
2019-03-25 0:07 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-08-30 17:09 Matt Thode
2018-06-24 12:20 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-05 13:26 Michał Górny
2017-11-22 2:00 Matt Thode
2017-08-27 4:26 Matt Thode
2017-08-02 23:59 Matt Thode
2017-07-06 16:58 Matt Thode
2017-05-02 13:11 Michał Górny
2017-02-27 2:16 Matt Thode
2016-03-25 22:32 Matt Thode
2016-02-28 7:08 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-19 6:38 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=1513840357.ba60c165db77f0ad8d23db6434bd638b62478d45.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