summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/google-auth: setuptools RDEPENDZac Medico2020-10-031-0/+1
| | | | | | Closes: https://bugs.gentoo.org/746293 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/google-auth: Remove oldMichał Górny2020-09-182-55/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: amd64/x86 stable (ALLARCHES policy) wrt bug #741250Agostino Sarubbo2020-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/google-auth: Remove redundant versionsMichał Górny2020-08-223-101/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: forward ~arm, ~arm64Sam James2020-08-181-1/+1
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/google-auth: Keyword 1.14.3-r2 arm, #723912Sam James2020-08-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/google-auth: arm64 keyworded (bug #723912)Sam James2020-08-181-1/+1
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/google-auth: PYTHON_COMPAT+=(python3_9)Zac Medico2020-08-092-2/+2
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/google-auth: 1.14.3-r2 revbump for pinned rsa versionZac Medico2020-08-092-0/+2
| | | | | | Bug: https://bugs.gentoo.org/728460 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/google-auth: Bump to version 1.20.1Zac Medico2020-08-092-0/+54
| | | | | | Closes: https://bugs.gentoo.org/728460 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/google-auth: Remove redundant versionsMichał Górny2020-07-122-50/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: Stabilize 1.14.3-r1 ALLARCHES, #731400Michał Górny2020-07-091-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: Mark ALLARCHESMichał Górny2020-07-091-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: RESTRICT=test for 1.14.3Zac Medico2020-05-191-1/+2
| | | | | | | | Test deps are fixed in 1.14.3-r1. Closes: https://bugs.gentoo.org/723554 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/google-auth: 1.14.3-r1 revbump for test depsZac Medico2020-05-181-0/+53
| | | | | | | | | | Drop ~arm ~arm64 keywords due to the added dev-python/moto[${PYTHON_USEDEP}] dependency. Bug: https://bugs.gentoo.org/723554 Bug: https://bugs.gentoo.org/723912 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/google-auth-1.14.3: bump, add py38Patrick McLean2020-05-122-0/+48
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/google-auth: Remove redundant versionsMichał Górny2020-03-273-100/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: Remove py2Michał Górny2020-02-054-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+4
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: Version bump to 1.6.3Patrick McLean2019-07-122-0/+49
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/google-auth: add py37 supportMatthew Thode2019-04-102-4/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/google-auth: version bump to 1.4.1Mike Frysinger2018-05-232-0/+45
|
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-192-2/+2
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/google-auth: version bump to 1.1.0Zac Medico2017-10-292-0/+53
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/google-auth: stable for openstack pikeMatthew Thode2017-09-291-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/google-auth: version bump to 1.0.1Zac Medico2017-07-302-3/+11
| | | | | | * Add namespace support (bug 626350) Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/google-auth: keyword ~arm64Alexis Ballier2017-06-261-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/google-auth: add ~arm, bug #617438Markus Meier2017-05-131-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/google-auth: add packageZac Medico2017-05-033-0/+55
Package-Manager: Portage-2.3.5, Repoman-2.3.2