Commit Graph

6 Commits

Author SHA256 Message Date
Sascha Peilicke
35afa7210c - Bring back argparse requirement for SP3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=15
2014-01-07 14:52:48 +00:00
Sascha Peilicke
b1b75493bf Accepting request 197130 from home:dirkmueller:branches:devel:languages:python
- update to 1.4.1:
  - Issue #31: Add six.moves mapping for UserString.
  - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to
    a class.
  - Add six.moves.zip_longest and six.moves.filterfalse, which correspond
    respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2
    and itertools.zip_longest and itertools.filterfalse on Python 3.
  - Issue #25: Add the unichr function, which returns a string for a Unicode
    codepoint.
  - Issue #26: Add byte2int function, which complements int2byte.
  - Issue #23: Allow multiple base classes to be passed to with_metaclass.
  - Issue #24: Add six.moves.range alias. This exactly the same as the current
  xrange alias.
  - Pull request #5: Create six.moves.urllib, which contains abstractions for a
    bunch of things which are in urllib in Python 3 and spread out across urllib,
    urllib2, and urlparse in Python 2.

OBS-URL: https://build.opensuse.org/request/show/197130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=13
2013-09-03 07:27:10 +00:00
Sascha Peilicke
9f812d5766 - Run testsuite
- Build and package HTML documentation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=11
2013-07-30 07:40:02 +00:00
Sascha Peilicke
79fa056675 Accepting request 173719 from home:dirkmueller:branches: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.

OBS-URL: https://build.opensuse.org/request/show/173719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=7
2013-04-30 10:01:01 +00:00
Ismail Dönmez
033abc2e15 Accepting request 133713 from home:poorboywilly:branches:devel:languages:python
Update to 1.2.0.

OBS-URL: https://build.opensuse.org/request/show/133713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=3
2012-09-17 09:44:54 +00:00
Todd R
980f0870cc Accepting request 123751 from home:TheBlackCat:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/123751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=1
2012-06-06 08:39:34 +00:00