commit:     98ae81eb6cb40d4e52acc298381a1b91cc26eeb4
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 22:25:01 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 22:28:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ae81eb

dev-python/google-auth: 1.14.3-r2 revbump for pinned rsa version

Bug: https://bugs.gentoo.org/728460
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .../{google-auth-1.14.3-r1.ebuild => google-auth-1.14.3-r2.ebuild}       | 1 +
 dev-python/google-auth/google-auth-1.14.3.ebuild                         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/google-auth/google-auth-1.14.3-r1.ebuild 
b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild
similarity index 95%
rename from dev-python/google-auth/google-auth-1.14.3-r1.ebuild
rename to dev-python/google-auth/google-auth-1.14.3-r2.ebuild
index b9496dc3dac..3ca2d90ff76 100644
--- a/dev-python/google-auth/google-auth-1.14.3-r1.ebuild
+++ b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild
@@ -44,6 +44,7 @@ distutils_enable_tests pytest
 src_prepare() {
        # delete stray files included in the tarball
        find "${S}"/tests -name '*.pyc' -delete || die
+       sed -e 's|"rsa>=3.1.4,<4.1"|"rsa>=3.1.4"|' -i setup.py || die
        distutils-r1_src_prepare
 }
 

diff --git a/dev-python/google-auth/google-auth-1.14.3.ebuild 
b/dev-python/google-auth/google-auth-1.14.3.ebuild
index 2776bf9f4da..c4209f691b6 100644
--- a/dev-python/google-auth/google-auth-1.14.3.ebuild
+++ b/dev-python/google-auth/google-auth-1.14.3.ebuild
@@ -39,6 +39,7 @@ distutils_enable_tests pytest
 src_prepare() {
        # delete stray files included in the tarball
        find "${S}"/tests -name '*.pyc' -delete || die
+       sed -e 's|"rsa>=3.1.4,<4.1"|"rsa>=3.1.4"|' -i setup.py || die
        distutils-r1_src_prepare
 }
 

Reply via email to