Accepting request 173926 from devel:languages:python
- update to 1.3.0: - In six.iter(items/keys/values/lists), passed keyword arguments through to the underlying method. - Add six.iterlists(). - Fix Jython detection. - Removed openSUSE 11.4 spec file workarounds - update to 1.3.0: - In six.iter(items/keys/values/lists), passed keyword arguments through to the underlying method. - Add six.iterlists(). - Fix Jython detection. (forwarded request 173719 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/173926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=6
This commit is contained in:
commit
ad54d5ec59
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:14:05 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.3.0:
|
||||
- In six.iter(items/keys/values/lists), passed keyword arguments through to the
|
||||
underlying method.
|
||||
- Add six.iterlists().
|
||||
- Fix Jython detection.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Removed openSUSE 11.4 spec file workarounds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 03:01:59 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-six
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define modname six
|
||||
Name: python-%{modname}
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/six/
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:14:05 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.3.0:
|
||||
- In six.iter(items/keys/values/lists), passed keyword arguments through to the
|
||||
underlying method.
|
||||
- Add six.iterlists().
|
||||
- Fix Jython detection.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python3-six
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define modname six
|
||||
Name: python3-%{modname}
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/six/
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3
|
||||
size 15316
|
3
six-1.3.0.tar.gz
Normal file
3
six-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852
|
||||
size 17701
|
Loading…
x
Reference in New Issue
Block a user