diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-18 02:50:37 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-18 02:50:37 +0000 |
commit | c632ecbeed83a1a53af4831a95045fffe3b9cbb0 (patch) | |
tree | eda3bfe620e48f44f5cfec55216df796d32cdfc6 /dev-python/passlib | |
parent | Version bump to 0.32.4, bug 491110. (diff) | |
download | gentoo-2-c632ecbeed83a1a53af4831a95045fffe3b9cbb0.tar.gz gentoo-2-c632ecbeed83a1a53af4831a95045fffe3b9cbb0.tar.bz2 gentoo-2-c632ecbeed83a1a53af4831a95045fffe3b9cbb0.zip |
py-bcrypt added as a dep
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/passlib')
-rw-r--r-- | dev-python/passlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/passlib/passlib-1.6.1-r1.ebuild (renamed from dev-python/passlib/passlib-1.6.1.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/passlib/ChangeLog b/dev-python/passlib/ChangeLog index 9bec7bc958b6..03fea6e1f151 100644 --- a/dev-python/passlib/ChangeLog +++ b/dev-python/passlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/passlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.5 2013/11/17 22:02:23 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.6 2013/11/18 02:50:37 prometheanfire Exp $ + +*passlib-1.6.1-r1 (18 Nov 2013) + + 18 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> + +passlib-1.6.1-r1.ebuild, -passlib-1.6.1.ebuild: + py-bcrypt added as a dep 17 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> passlib-1.6.1.ebuild: adding python 3.2 and 3.3 support for bug 487904 diff --git a/dev-python/passlib/passlib-1.6.1.ebuild b/dev-python/passlib/passlib-1.6.1-r1.ebuild index 7671335b36fb..584ec7e9edcb 100644 --- a/dev-python/passlib/passlib-1.6.1.ebuild +++ b/dev-python/passlib/passlib-1.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1.ebuild,v 1.5 2013/11/17 22:02:23 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1-r1.ebuild,v 1.1 2013/11/18 02:50:37 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -17,7 +17,8 @@ SLOT="0" IUSE="test doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" + dev-python/py-bcrypt[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { |