Changelog for
python-six-doc-1.11.0-67.3.noarch.rpm :
Thu Sep 28 14:00:00 2017 tbechtoldAATTsuse.com
- Fix Source url
Sat Sep 23 14:00:00 2017 arunAATTgmx.de
- README->README.rst, add CHANGES
- update to version 1.11.0:
* Pull request #178: `with_metaclass` now properly proxies
`__prepare__` to the underlying metaclass.
* Pull request #191: Allow `with_metaclass` to work with metaclasses
implemented in C.
* Pull request #203: Add parse_http_list and parse_keqv_list to
moved urllib.request.
* Pull request #172 and issue #171: Add unquote_to_bytes to moved
urllib.parse.
* Pull request #167: Add `six.moves.getoutput`.
* Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
* Pull request #75: Add `six.moves.email_mime_image`.
* Pull request #72: Avoid creating reference cycles through
tracebacks in `reraise`.
Thu Feb 23 13:00:00 2017 jmatejekAATTsuse.com
- update for singlespec
- only use python3 version of Sphinx to build docs
- provide $flavor-doc for all pythons
Tue Jan 19 13:00:00 2016 toddrme2178AATTgmail.com
- Run tests in -doc package to avoid dependency loops
* python-setuptools -> python-six -> python-py -> python-setuptools
* python-setuptools -> python-six -> python-pytest -> python-setuptools
- Actually run the tests. They weren\'t previously being run.
Fri Oct 9 14:00:00 2015 mciharAATTsuse.cz
- Update to 1.10.0:
- Issue #122: Improve the performance of `six.int2byte` on Python 3.
- Pull request #55 and issue #99: Don\'t add the `winreg` module to `six.moves`
on non-Windows platforms.
- Pull request #60 and issue #108: Add `six.moves.getcwd` and
`six.moves.getcwdu`.
- Pull request #64: Add `create_unbound_method` to create unbound methods.
Thu Apr 16 14:00:00 2015 hpjAATTurpla.net
- first build of separated docs due to cyclic requirements of
six and Sphinx.