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 .. 3 4 5 6 7 8
MarsSeed commented on 2022-07-01 05:06 (UTC)
I've pushed 1.26.9-5 with a fix for the RECENT_DATE expiry.
Please kindly rerun the build and report if the problem is resolved or not. :)
MarsSeed commented on 2022-07-01 03:59 (UTC)
Yes, lol, I've found the same.
There is a hard-coded date for 2020-07-01 in connection.py, and the test fails if the current date is at least 2 years later! ':-)
xmoon commented on 2022-07-01 03:30 (UTC) (edited on 2022-07-01 03:30 (UTC) by xmoon)
vim src/urllib3-1.26.9/src/urllib3/connection.py
change line 71 RECENT_DATE from 2020 to 2022 fix this build fail.
politas commented on 2022-06-30 23:39 (UTC)
Cleared the build cache and there's a different error this time, outside the Flaky Test Report. (This may have appeared before if I was misreading how the Flaky Tests work)
MarsSeed commented on 2022-06-30 15:31 (UTC)
+1 push: 1.26.9-4: added back optdepends (were removed by mistake).
MarsSeed commented on 2022-06-30 15:13 (UTC) (edited on 2022-06-30 15:14 (UTC) by MarsSeed)
Not sure where the problem can come from. I was unable to reproduce. Though I am not using Pamac.
I've pushed 1.26.9-3 to disable that one specific test case (
test_request_host_header_ignores_fqdn_dot
).Maybe there is some problem with the test dummy server in certain environments.
Please kindly try to build again and report back if it succeeds or not.
MarsSeed commented on 2022-06-30 12:07 (UTC)
Thanks for reporting. I will look into it as soon as I have the chance.
Meanwhile, could you please retry the full build after deleting the build cache? It would be helpful for me to know if this is happening again or maybe it happens only sometimes.
politas commented on 2022-06-30 04:24 (UTC)
This is refusing to build:
« First ‹ Previous 1 .. 3 4 5 6 7 8