python-six/python-six-doc.changes

63 lines
2.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Aug 10 13:07:30 UTC 2018 - tchvatal@suse.com
- Remove argparse dependency
-------------------------------------------------------------------
Thu Sep 28 07:47:18 UTC 2017 - tbechtold@suse.com
- Fix Source url
-------------------------------------------------------------------
Sat Sep 23 20:49:03 UTC 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 14:47:06 UTC 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 09:07:19 UTC 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 9 08:17:49 UTC 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 20:11:49 UTC 2015 - hpj@urpla.net
- first build of separated docs due to cyclic requirements of
six and Sphinx.