public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Sat,  9 Jan 2016 21:22:46 +0000 (UTC)	[thread overview]
Message-ID: <1452374552.65630861ddd53f5fcea37223cc06f5013c9791b5.radhermit@gentoo> (raw)

commit:     65630861ddd53f5fcea37223cc06f5013c9791b5
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 21:12:30 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 21:22:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65630861

dev-python/pychroot: version bump to 0.9.13

 dev-python/pychroot/Manifest                                        | 1 +
 .../pychroot/{pychroot-9999.ebuild => pychroot-0.9.13.ebuild}       | 6 +++---
 dev-python/pychroot/pychroot-9999.ebuild                            | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index 6cd19da..32e99c4 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,3 +1,4 @@
 DIST pychroot-0.9.11.tar.gz 17904 SHA256 986a49997bb90e78e68cc99363659e01482adc0158c895d621f754b7d1a1870e SHA512 0cc169b79dd29e4c712b6764a6cf83f91d71383664276faca676a848b00b34203fc6f4430bc0c6f4a099959e76fc06f08d4f3679fceaaf8126dc1c1c78283ea7 WHIRLPOOL 9ce13e27390c46cfe43ca597e55bd786ad338b513a60864d4bb040cf84a97c1e4d9e3c044d4c7c6f2d10ed0b7b815a7b4239a3aee40486df834a722e8803c914
 DIST pychroot-0.9.12.tar.gz 19791 SHA256 a536341b52d1e50ddbd20a999a24ca927d9efc1a2dc14a0488e6b2a7c9eeb7cb SHA512 27f8913fb624b928e9be07ea3e70fbc4a987d1313570f67d7c433fa96c31931defb661cb18734fb0f766bab494a0429d7931227224783fa3cd62faf44e005ee0 WHIRLPOOL 64dcc7fa3ec797d885fd96c332621fbcf42510094626a0de5e984096239ec0c7e7bb1246fb35dff503f6a7fe8ae348e3dca102a1c9bd8dd13646cb5d975b0ec0
+DIST pychroot-0.9.13.tar.gz 25610 SHA256 e94c9c738402f4957e757aa1fdcd2febeaa7cc01df1b1ca0d6adf3324a8bbfce SHA512 ec2773e9285905aa1fc83a69653e830fc83c42c306760bbc9a8bf48cd388b99485a7ec30eef32ef4cc98cf25fe12b9ac1d09ae379c25d4c756d3afbffdfc2243 WHIRLPOOL bff205fb563e7e3f9603a639310cbf24ec10234e96e813082aeec94bc5cb3155947f818f53713a09f0626e5dad21a4d0b4c1c49d26eeb894677872e30bef92b7
 DIST pychroot-0.9.9.tar.gz 11936 SHA256 49558bdc85dbdd25dbd2b3417eb857bd770bfb026db76c7e2bcedc8c605fe76b SHA512 437e8fa1a7d13a884c6fccb0e0cc81de8ccd6ff63ca0b3d2f55dcaa0c9cbef0c81cd033d64e08c1d35805f1d7e568fe941128c569827d7ae641d2d3b2ca4c1c2 WHIRLPOOL 40b3deb33d865efa37ce0b78a4471a531c6c6d542750ef87bb54071084a3bbdb115ffec92fef9086c3cc0ca63f9a71c65e3a4daa88f30cede7e4a5cbbd3f4851

diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-0.9.13.ebuild
similarity index 89%
copy from dev-python/pychroot/pychroot-9999.ebuild
copy to dev-python/pychroot/pychroot-0.9.13.ebuild
index 7dd6ffd..5b248cb 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == *9999 ]] ; then
@@ -23,7 +23,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	=dev-python/snakeoil-9999[${PYTHON_USEDEP}]
+	>=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
 	$(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)

diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
index 7dd6ffd..86f99b9 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 inherit distutils-r1
 
 if [[ ${PV} == *9999 ]] ; then


             reply	other threads:[~2016-01-09 21:22 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-09 21:22 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-16 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/ Michał Górny
2023-02-17  6:27 Sam James
2022-05-19 18:09 Sam James
2021-04-25  5:19 Sam James
2021-03-28  7:14 Sam James
2021-01-26  3:08 Tim Harder
2021-01-26  3:08 Tim Harder
2020-12-23 20:53 Tim Harder
2020-12-22 20:37 Tim Harder
2020-12-22 20:37 Tim Harder
2020-12-22 13:57 Sebastian Pipping
2020-12-05  7:54 Tim Harder
2020-10-25  7:25 Tim Harder
2020-10-25  7:25 Tim Harder
2020-02-12  1:12 Tim Harder
2019-12-10  5:05 Tim Harder
2019-12-03  8:48 Tim Harder
2019-12-01  6:16 Tim Harder
2019-12-01  6:16 Tim Harder
2019-08-23 10:30 Tim Harder
2019-07-18  4:57 Tim Harder
2019-03-26 22:43 Tim Harder
2019-01-02 21:29 Tim Harder
2018-06-04 23:38 Tim Harder
2017-10-04 23:23 Tim Harder
2017-10-04 20:31 Tim Harder
2017-09-22 22:01 Tim Harder
2017-02-27  1:48 Tim Harder
2017-02-25 22:28 Tim Harder
2016-11-01  3:13 Tim Harder
2016-11-01  3:13 Tim Harder
2016-10-29 23:13 Tim Harder
2016-05-29  0:52 Tim Harder
2016-05-28 20:43 Tim Harder
2016-02-22 23:09 Tim Harder
2016-02-22 22:29 Tim Harder
2016-01-24 23:28 Tim Harder
2016-01-23 22:28 Tim Harder
2016-01-23 22:27 Tim Harder
2015-08-24  0:23 Tim Harder

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=1452374552.65630861ddd53f5fcea37223cc06f5013c9791b5.radhermit@gentoo \
    --to=radhermit@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