Search Criteria
Package Details: python2-urllib3 1.26.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-urllib3.git (read-only, click to copy) |
---|---|
Package Base: | python2-urllib3 |
Description: | HTTP library with thread-safe connection pooling and file post support |
Upstream URL: | https://pypi.org/project/urllib3/1.26.15 |
Licenses: | MIT |
Submitter: | MarsSeed |
Maintainer: | None |
Last Packager: | truocolo |
Votes: | 4 |
Popularity: | 0.001010 |
First Submitted: | 2022-06-12 22:15 (UTC) |
Last Updated: | 2024-02-02 16:26 (UTC) |
Dependencies (14)
- python2AUR (python2-binAUR)
- python2-setuptoolsAUR (make)
- python2-flakyAUR (check)
- python2-mockAUR (check)
- python2-pyopensslAUR (check)
- python2-pytest-freezegun (check)
- python2-pytest-runnerAUR (check)
- python2-pytest-timeoutAUR (check)
- python2-tornado (check)
- python2-trustme (check)
- python-urllib3-doc (optional) – urllib3 documentation
- python2-brotli (optional) – Brotli support via pure-Python2 module
- python2-pyopensslAUR (optional) – secure connection support
- python2-pysocks (optional) – SOCKS proxy support (deprecated)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
MarsSeed commented on 2022-08-04 15:27 (UTC)
@politas, thank you for reporting this. Unfortunately I am unable to reproduce the error and the quoted log output does not provide sufficient information for me to even begin to think about where the problem can arise.
politas commented on 2022-08-02 20:16 (UTC)
Still failing to build here, too.
fpf3 commented on 2022-07-26 14:34 (UTC)
This package is still failing for me (w/ 8 tests failed!).
I'm running in vmware. I ended up building w/ --nocheck, so it's not super urgent for me. Details follow
System details:
politas commented on 2022-07-03 21:21 (UTC)
Something I don't understand is why this freezegun package is being pulled in as a dependency now, when it wasn't one previously? I had a successful build a few days ago, but now this new freezegun checkdepends is failing.
sng commented on 2022-07-02 16:42 (UTC)
XDD
Yes!
Yes, now it does build and install!
That is so great!
Thank you very much!
MarsSeed commented on 2022-07-02 16:10 (UTC)
Pushed
pkgrel=3
. Disabled that one stubborn test. You are welcome to try again if you don't yet want to run away screaming. XDDsng commented on 2022-07-02 15:45 (UTC)
No, no joy...
Still produces an error...
MarsSeed commented on 2022-07-02 15:17 (UTC)
Pushed the latest 1.26.x git branch version (unreleased tag). They have committed a small fix for IPv6. If you have the patience still, I'd be interested in any change in that last error with
TestHTTPSProxyVerification::test_https_proxy_ipv6_san
. :)sng commented on 2022-07-02 14:50 (UTC) (edited on 2022-07-02 14:55 (UTC) by sng)
Yes, I see what you mean...
I still support it for my project but I find it hard to keep up...
The idea is to support it for as long as debian uses python2 as default (I think they still do).
Yes, they do, last stable release though: https://wiki.debian.org/Python/FAQ#Python_2_support
BTW, python2-requests works great, both from pip and from my project (contacting radio browser servers)...
So, the
--nocheck
is a godsent flag for me right now!MarsSeed commented on 2022-07-02 14:41 (UTC)
Btw now I am starting to understand why the overall majority of the projects dropped Python 2 support.
Even those that previously vowed to keep their code dual-compatible finally gave in. The reasons tended to be related to CI / cloud testing problems. I.e., executing the test suites even on standardized cloud instances of an Ubuntu LTS release started to produce more and more weird errors for the devs, so they felt they have to take the bitter pill and pull the plug on Py2. Pip/Tox/Pytest/Requests etc. all stopped testing and maintaining their code and fixing bugs for that legacy version of Python.
And I am not even a Python developer, I've learnt Java programming and have expertise in DevOps automation, but I don't have enough knowledge to devise a plan to fix your Manjaro machines' Python2 urllib3 testing issues. :/
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »