15
0
forked from pool/python-six

Accepting request 231414 from Cloud:OpenStack:Master

- update to 1.6.1:
  - Raise an AttributeError for six.moves.X when X is a module not available in
    the current interpreter.
  - Raise an AttributeError for every attribute of unimportable modules.
  - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
    have a __path__ unless they are loaded.
  - Pull request #28: Add support for SplitResult.
  - Issue #55: Add move mapping for xmlrpc.server.
  - Pull request #29: Add move for urllib.parse.splitquery.

OBS-URL: https://build.opensuse.org/request/show/231414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=22
This commit is contained in:
Denisart Benjamin
2014-04-25 15:45:24 +00:00
committed by Git OBS Bridge
parent ced283ae55
commit 00a382bbbf
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 24 11:20:32 UTC 2014 - dmueller@suse.com
- update to 1.6.1:
- Raise an AttributeError for six.moves.X when X is a module not available in
the current interpreter.
- Raise an AttributeError for every attribute of unimportable modules.
- Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
have a __path__ unless they are loaded.
- Pull request #28: Add support for SplitResult.
- Issue #55: Add move mapping for xmlrpc.server.
- Pull request #29: Add move for urllib.parse.splitquery.
-------------------------------------------------------------------
Wed Feb 26 16:44:10 UTC 2014 - rschweikert@suse.com