#10 Update minimal requirement of six to >= 1.12.0
Opened 4 years ago by ykarel. Modified 4 years ago
rpms/ ykarel/python-urllib3 master  into  master

No commits found

urllib3-1.25.8 to work properly needs six to be
atleast >= 1.12.0. So to ensure when urllib3 is installed
already installed python3-six is upgraded let's set minimum
requirement of six to >= 1.12.0[1] which contains required methods like
six.ensure_text method needed by urllib3-1.25.8.

[1] https://github.com/urllib3/urllib3/commit/5b047b

Metadata