15
0
forked from pool/python-six

- update to 1.7.3:

- Issue #77: Fix import six on Python 3.4 with a custom loader.
  - Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python
    2 as documented not xmlrpclib.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=26
This commit is contained in:
Michal Čihař
2014-08-13 07:46:04 +00:00
committed by Git OBS Bridge
parent e288867b8b
commit cc27809def
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 13 07:44:30 UTC 2014 - mcihar@suse.cz
- update to 1.7.3:
- Issue #77: Fix import six on Python 3.4 with a custom loader.
- Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python
2 as documented not xmlrpclib.
-------------------------------------------------------------------
Mon Jun 23 08:28:39 UTC 2014 - dmueller@suse.com