python-six/python-six-doc.changes
Jan Matejek 498b7a1f78 Accepting request 460224 from devel:languages:python:singlespec
- update for singlespec
- only use python3 version of Sphinx to build docs
- provide $flavor-doc for all pythons

OBS-URL: https://build.opensuse.org/request/show/460224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=47
2017-02-24 14:34:14 +00:00

33 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
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.