14
0
forked from pool/python-six

Accepting request 337374 from home:Nijel:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/337374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=40
This commit is contained in:
Michal Čihař
2015-10-09 08:22:20 +00:00
committed by Git OBS Bridge
parent c13a3655aa
commit 7d448c46c2
6 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue Aug 4 07:50:17 UTC 2015 - dimstar@opensuse.org