File python-six-doc.changes of Package python-six
58
1
-------------------------------------------------------------------
2
Thu Sep 28 07:47:18 UTC 2017 - tbechtold@suse.com
3
4
- Fix Source url
5
6
-------------------------------------------------------------------
7
Sat Sep 23 20:49:03 UTC 2017 - arun@gmx.de
8
9
- README->README.rst, add CHANGES
10
11
- update to version 1.11.0:
12
* Pull request #178: `with_metaclass` now properly proxies
13
`__prepare__` to the underlying metaclass.
14
* Pull request #191: Allow `with_metaclass` to work with metaclasses
15
implemented in C.
16
* Pull request #203: Add parse_http_list and parse_keqv_list to
17
moved urllib.request.
18
* Pull request #172 and issue #171: Add unquote_to_bytes to moved
19
urllib.parse.
20
* Pull request #167: Add `six.moves.getoutput`.
21
* Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
22
* Pull request #75: Add `six.moves.email_mime_image`.
23
* Pull request #72: Avoid creating reference cycles through
24
tracebacks in `reraise`.
25
26
-------------------------------------------------------------------
27
Thu Feb 23 14:47:06 UTC 2017 - jmatejek@suse.com
28
29
- update for singlespec
30
- only use python3 version of Sphinx to build docs
31
- provide $flavor-doc for all pythons
32
33
-------------------------------------------------------------------
34
Tue Jan 19 09:07:19 UTC 2016 - toddrme2178@gmail.com
35
36
- Run tests in -doc package to avoid dependency loops
37
* python-setuptools -> python-six -> python-py -> python-setuptools
38
* python-setuptools -> python-six -> python-pytest -> python-setuptools
39
- Actually run the tests. They weren't previously being run.
40
41
-------------------------------------------------------------------
42
Fri Oct 9 08:17:49 UTC 2015 - mcihar@suse.cz
43
44
- Update to 1.10.0:
45
- Issue #122: Improve the performance of `six.int2byte` on Python 3.
46
- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
47
on non-Windows platforms.
48
- Pull request #60 and issue #108: Add `six.moves.getcwd` and
49
`six.moves.getcwdu`.
50
- Pull request #64: Add `create_unbound_method` to create unbound methods.
51
52
-------------------------------------------------------------------
53
Thu Apr 16 20:11:49 UTC 2015 - hpj@urpla.net
54
55
- first build of separated docs due to cyclic requirements of
56
six and Sphinx.
57
58