Package python-module-yieldfrom.urllib3: Information

Source package: python-module-yieldfrom.urllib3
Version: 0.1.2-alt3.git20141229.M70C.1
Build time:  May 31, 2017, 08:32 AM in the task #183621
Report package bug
License: MIT
Summary: Asyncio HTTP library with thread-safe connection pooling, file post, and more
Description: 
Yieldfrom is a project to port various useful Python 3 libraries, both
standard library and otherwise, to work under Asyncio. The intention is
to have the port be as alike as possible to the original, so that the
learning curve is minimal, and to make porting dependent modules as easy
as possible.

This package is a port of the Urllib3 package.

List of rpms provided by this srpm:
python-module-yieldfrom (x86_64, i586)
python3-module-yieldfrom (x86_64, i586)
python3-module-yieldfrom.urllib3 (x86_64, i586)



    1. python3-module-nose
    2. python3-module-pycares
    3. python3-module-setuptools-tests
    4. python3-module-zope
    5. rpm-build-python3

Last changed


May 30, 2017 Lenar Shakirov 0.1.2-alt3.git20141229.M70C.1
- Backport to C7: bootstrap build, yieldfrom.http.client req disabled
April 28, 2016 Ivan Zakharyaschev 0.1.2-alt4.git20141229
- Rebuild with rpm-build-python3-0.1.10.4-alt1 to get the essential
  dep on setuptools (from an __import__ expr).
- package *.pth (modifies the Python's site path and the form of reqs/provs).
- (.spec) %py3_provides will be detected automatically.
- (.spec) %py3_requires will be detected automatically.
- (.spec) rewrite in non-x86_64-centric manner.
April 28, 2016 Ivan Zakharyaschev 0.1.2-alt3.git20141229
- A quick fix for a missed dep due to __import__('pkg_resources')
  (will be auto-handled in rpm-build-python3-0.1.10.4). (ALT bug 32026)