public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tooz/
Date: Sat, 16 Sep 2017 15:01:49 +0000 (UTC)	[thread overview]
Message-ID: <1505574061.8f6673454cb2cc2212f372240731cf38ae2916e0.prometheanfire@gentoo> (raw)

commit:     8f6673454cb2cc2212f372240731cf38ae2916e0
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 14:46:10 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 15:01:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f667345

dev-python/tooz: 1.48.2 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/tooz/Manifest           |  2 --
 dev-python/tooz/tooz-1.48.0.ebuild | 34 ----------------------------------
 dev-python/tooz/tooz-1.48.1.ebuild | 34 ----------------------------------
 dev-python/tooz/tooz-1.48.2.ebuild |  2 +-
 4 files changed, 1 insertion(+), 71 deletions(-)

diff --git a/dev-python/tooz/Manifest b/dev-python/tooz/Manifest
index b59894ebac3..1f4f491b092 100644
--- a/dev-python/tooz/Manifest
+++ b/dev-python/tooz/Manifest
@@ -1,4 +1,2 @@
-DIST tooz-1.48.0.tar.gz 77475 SHA256 c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60 SHA512 d8d61a2e786e1a7e4e86553c90232b079a5e0dfcc398b198c13c47d2a0c32452e340e65954fffa6c573b7447fab58782855bf15cb1ff83763c31a795d0ec775d WHIRLPOOL 956ba7c77b6e15b7859d6f6167513aaade48d278b1eda5a0f9ff4cfeb0ce5e2fb0df2a311ecc40d290385ef71670c411bf35471ac42ebc989ef448340996191a
-DIST tooz-1.48.1.tar.gz 78670 SHA256 5a2fa0bd7d532946a86e0da53f8fab9a633bb1b062858f985f10261540abe5cd SHA512 f3826fc3d9ca53d8a68380bea15f6c6f714d92ec7abd38b57f85de95d5d65938e0c72cb11bb922935b5ae883500ea53d5786e1d9e2937bce2ac81c1c791b46b5 WHIRLPOOL 6f41ac7c40dc5d0fbbefd43eb34b6a06e31f60543af3db354706ee68c7c7551b1c813dd8bb284d52e933e6c7060140deab194696e31756c1f97af90392773a8e
 DIST tooz-1.48.2.tar.gz 78227 SHA256 0e8dcd3b8cb9d204b556f74309dbb0d412c773dc17264aca9edd5ff78f7d601d SHA512 47d3212e082c509fc44ac8baff6e66c490f065652f7fb1ae7791efcfb228d7ef4c17450727e81140810b9912bc2ab5bc18cac5f72c010e705bda0b2ee1b47d9c WHIRLPOOL fb24ef05f4092ec6608088d56027a57343271a77e65c564568ca224c1e72fa37e8f231cf55f1e0731281b8f81010d0767da628729cf06eb06803a448feffa083
 DIST tooz-1.58.0.tar.gz 81688 SHA256 83244f34cbdfaafe1faea6d9250c5fcbd9acc7955808fb83532a643549cd8a1d SHA512 44886aed3b37e2a9cb2896fa30e22c7101f19fa766c75a2d7c82c9bcd13b47804ba6d140fe65d2b7c7f3ce3e12bf2f19fa1e92a8e147103204a608aba28f5ccd WHIRLPOOL b9c8dcc685f1469a9f33e637bc9edbd77ec4b6215da3bd95d1d76088d39ab031356faf9475c544b537e98b2a6bed444bea252d16a1b6dc8ba47b5fd098e4d13e

diff --git a/dev-python/tooz/tooz-1.48.0.ebuild b/dev-python/tooz/tooz-1.48.0.ebuild
deleted file mode 100644
index 5c3c5d49854..00000000000
--- a/dev-python/tooz/tooz-1.48.0.ebuild
+++ /dev/null
@@ -1,34 +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,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library centralizing the most common distributed primitives"
-HOMEPAGE="http://docs.openstack.org/developer/tooz/"
-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-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
-RDEPEND="${CDEPEND}
-	>=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-	virtual/python-enum34[${PYTHON_USEDEP}]
-	>=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]
-	>=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
-	>=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/tenacity-3.2.1[${PYTHON_USEDEP}]
-	virtual/python-futures[${PYTHON_USEDEP}]
-	>=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
-	!~dev-python/futurist-0.15.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-3.15.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-	"

diff --git a/dev-python/tooz/tooz-1.48.1.ebuild b/dev-python/tooz/tooz-1.48.1.ebuild
deleted file mode 100644
index 1f6eec9d4dc..00000000000
--- a/dev-python/tooz/tooz-1.48.1.ebuild
+++ /dev/null
@@ -1,34 +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,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library centralizing the most common distributed primitives"
-HOMEPAGE="http://docs.openstack.org/developer/tooz/"
-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-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
-RDEPEND="${CDEPEND}
-	>=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
-	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-	virtual/python-enum34[${PYTHON_USEDEP}]
-	>=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]
-	>=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
-	>=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/tenacity-3.2.1[${PYTHON_USEDEP}]
-	virtual/python-futures[${PYTHON_USEDEP}]
-	>=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
-	!~dev-python/futurist-0.15.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-	"

diff --git a/dev-python/tooz/tooz-1.48.2.ebuild b/dev-python/tooz/tooz-1.48.2.ebuild
index 1f6eec9d4dc..70e4801997b 100644
--- a/dev-python/tooz/tooz-1.48.2.ebuild
+++ b/dev-python/tooz/tooz-1.48.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"


             reply	other threads:[~2017-09-16 15:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-16 15:01 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-27 16:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/tooz/ Michał Górny
2020-11-27 16:04 Agostino Sarubbo
2020-11-25 10:09 Michał Górny
2020-10-18 21:59 Matthew Thode
2020-03-16 18:55 Michał Górny
2020-01-13  9:48 Michał Górny
2019-04-10 22:44 Matthew Thode
2018-06-26 18:16 Pacho Ramos
2018-06-07 19:53 Matt Thode
2018-06-07 19:53 Matt Thode
2018-05-08 16:55 Matt Thode
2018-03-09 17:59 Matt Thode
2018-02-22 19:59 Matt Thode
2017-08-28 21:52 Matt Thode
2017-08-23 20:59 Matt Thode
2017-07-06 16:58 Matt Thode
2017-07-06 16:58 Matt Thode
2017-02-27  4:27 Matt Thode
2016-10-28  1:35 Mike Gilbert
2016-03-25 22:58 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=1505574061.8f6673454cb2cc2212f372240731cf38ae2916e0.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