Package Release Info

python-six-doc-1.11.0-bp152.2.1

Update Info: Base Release
Available in Package Hub : 15 SP2 (BETA)

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-six-doc

Change Logs

* Thu Sep 28 2017 tbechtold@suse.com
- Fix Source url
* Sat Sep 23 2017 arun@gmx.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 2017 jmatejek@suse.com
- update for singlespec
- only use python3 version of Sphinx to build docs
- provide $flavor-doc for all pythons
* Tue Jan 19 2016 toddrme2178@gmail.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 09 2015 mcihar@suse.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 2015 hpj@urpla.net
- first build of separated docs due to cyclic requirements of
  six and Sphinx.