File python3-six-doc.changes of Package python3-six.6250
-------------------------------------------------------------------
Sun May 8 07:06:21 UTC 2016 - arun@gmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Tue Jan 19 09:07:19 UTC 2016 - toddrme2178@gmail.com
- Run tests in -doc package to avoid dependency loops
* python3-setuptools -> python3-six -> python3-py -> python3-setuptools
* python3-setuptools -> python3-six -> python3-pytest -> python3-setuptools
- Actually run the tests. They weren't previously being run.
-------------------------------------------------------------------
Thu Oct 8 16:41:39 UTC 2015 - arun@gmx.de
- update to version 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.
-------------------------------------------------------------------
Wed Jul 8 13:13:43 UTC 2015 - toddrme2178@gmail.com
- Split documentation into separate package to avoid build loop