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.000198 |
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-07-02 06:48 (UTC)
Hm, that is strange... I don't have a clue why would a Manjaro stable have issues vs the current Arch. Because most of the packages involved are from AUR, which are the same source for both systems.
Meanwhile I've pushed an update to python2-pysocks, which is deprecated and has a few unreleased patches on GitHub (I've added three of them).
It seems that the PySocks module has the freezing issue on your Manjaro.
sng commented on 2022-07-02 06:11 (UTC) (edited on 2022-07-02 06:24 (UTC) by sng)
Yes, I know the feeling... don't worry about it!
I am now at a different system, stil manjaro stable...
Here is the log
https://controlc.com/7a1b3648
EDIT
Just tested it on arch, all ok...
MarsSeed commented on 2022-07-02 05:10 (UTC)
Sorry, I've screwed up pytest-freezegun 0.4.1 checksum.
But I've now pushed the latest version of that, 0.4.2.
(Versions after 3.0 don't officially support Python 2, so I've sifted through every change commit and tested locally every new version bump. That's when I forgot to update the checksum, between 0.4.0 and 0.4.1.)
sng commented on 2022-07-02 04:53 (UTC) (edited on 2022-07-02 04:54 (UTC) by sng)
pytest-freezegun output..
I gotta go run some errands...
I'll check it out in 30-45 min...
sng commented on 2022-07-02 04:32 (UTC) (edited on 2022-07-02 04:40 (UTC) by sng)
I've been waiting on this one for more than 5 minutes... at 61%...
Both with and without using
LANG=en_US.utf8
gives the same resultsng commented on 2022-07-02 04:28 (UTC)
ok, these are the commands... still waiting for the tests to complete...
MarsSeed commented on 2022-07-02 03:17 (UTC) (edited on 2022-07-02 03:26 (UTC) by MarsSeed)
In that latest update, I've added a needed test addon (python2-pytest-freezegun), and also made the test output more verbose, which might help in tracking down where exactly your testing execution gets frozen.
Also, I would like to know roughly how long do you wait before hitting Ctrl+C. :) For me, one test hangs for 30-60 seconds and then succeeds.
MarsSeed commented on 2022-07-02 03:11 (UTC)
Also I've pushed the new 1.26.9-6 version. So I'd really appreciate if you tried the build again. :)
(And using one of the existing English locales on your system, i.e. either
C.UTF-8
oren_US.utf8
.)MarsSeed commented on 2022-07-02 03:09 (UTC)
And in the interim: a recommendation.
When you want to produce non-Greek output for a build, please choose one of the locales that are present in the output of
locale --all-locales
(locale -a
for short).So in case of the system that generated the outputs in your last comment, I recommend you either use
C.UTF-8
oren_US.utf8
. These exist as generated locales on your system. Whereasen_US
per se does not. So using the latter might lead to strange and hard-to-track errors during a build.MarsSeed commented on 2022-07-02 03:01 (UTC)
Thanks, I'll look into all the things you've sent. :)
Meanwhile just another small request: please also share the output of the following command:
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »