+++ This bug was initially created as a clone of Bug #1978757 +++ Description of problem: Can python-google-auth be updated to a more recent edition for python3 (ideally 1.32)? Version-Release number of selected component (if applicable):1.1.1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Python3 google-auth is version 1.1.1 Expected results: Additional info:
It looks like python3-pyasn1-modules is still too old to move up: rpm -q --provides python3-pyasn1-modules-0.3.7-6.el8.noarch python3-pyasn1-modules = 0.3.7-6.el8 python3.6dist(pyasn1-modules) = 0.1.5 python3dist(pyasn1-modules) = 0.1.5 We need 0.2.1: https://github.com/googleapis/google-auth-library-python/blob/dcbf1e0af0c79f1424f03ad27b071eccfdbc80d3/setup.py#L22 We actually go tricked by the misleading package version a few years ago: https://bugzilla.redhat.com/show_bug.cgi?id=1577286
If the blocking dependency is updated and it becomes possible to update please feel free to reopen this.