2016-01-19 09:29:45 +00:00
|
|
|
-------------------------------------------------------------------
|
2017-02-24 14:34:14 +00:00
|
|
|
Thu Feb 23 14:47:06 UTC 2017 - jmatejek@suse.com
|
2017-02-17 15:47:03 +00:00
|
|
|
|
2017-02-24 14:34:14 +00:00
|
|
|
- update for singlespec
|
|
|
|
- only use python3 version of Sphinx to build docs
|
|
|
|
- provide $flavor-doc for all pythons
|
2017-02-17 15:47:03 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-01-19 09:29:45 +00:00
|
|
|
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.
|
|
|
|
|
2015-10-09 08:22:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2015-04-18 10:34:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 20:11:49 UTC 2015 - hpj@urpla.net
|
|
|
|
|
|
|
|
- first build of separated docs due to cyclic requirements of
|
|
|
|
six and Sphinx.
|
|
|
|
|