Commit Graph

27 Commits

Author SHA256 Message Date
Jan Matejek
3ca5d26bf6 Accepting request 458703 from devel:languages:python:singlespec
- update to run tests against python3 as well

- update for multipython build

OBS-URL: https://build.opensuse.org/request/show/458703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=46
2017-02-17 15:47:03 +00:00
3f2604065e Accepting request 358457 from home:olh:branches:devel:languages:python
- Restore buildarch for SLE_11 to fix build

OBS-URL: https://build.opensuse.org/request/show/358457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=44
2016-02-09 09:48:53 +00:00
Todd R
6dcd5708d8 Accepting request 354717 from home:TheBlackCat:branches:devel:languages:python
- Run tests in -doc package to avoid dependency loops
- Actually run the tests.  They weren't previously being run.

OBS-URL: https://build.opensuse.org/request/show/354717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=42
2016-01-19 09:29:45 +00:00
Michal Čihař
7d448c46c2 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
2015-10-09 08:22:20 +00:00
Dominique Leuenberger
c13a3655aa Accepting request 320361 from home:dimstar:Factory
Fix personal stupidity....

OBS-URL: https://build.opensuse.org/request/show/320361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=38
2015-08-04 12:07:47 +00:00
Todd R
dc0cde9671 Accepting request 320309 from home:dimstar:Factory
- Delete the system egg-info during pre phase: older versions of
  the package installed it as a directory, the latest update
  creates a file, and rpm has known issues with replacing this.

OBS-URL: https://build.opensuse.org/request/show/320309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=37
2015-08-04 08:41:26 +00:00
Todd R
277dadddc6 Accepting request 319400 from home:TheBlackCat:branches:devel:languages:python
Make tests conditional to avoid dependency loop.

OBS-URL: https://build.opensuse.org/request/show/319400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=36
2015-07-29 13:06:12 +00:00
Todd R
67eeb13a64 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=35 2015-07-29 12:57:25 +00:00
Todd R
358e812c83 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=34 2015-07-29 12:55:52 +00:00
Denisart Benjamin
f3dfa6343c Accepting request 297500 from home:frispete:python
Hi Benjamin,

could you do the linkpac on d:l:py for the doc package, please?

Cheers,
Pete

- don't build/package documentation here: it breaks due to cyclic 
  requirements between six and Sphinx, move doc in its own package


- first build of separated docs due to cyclic requirements of 
  six and Sphinx.

OBS-URL: https://build.opensuse.org/request/show/297500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=32
2015-04-18 10:34:54 +00:00
Denisart Benjamin
82d452b642 Accepting request 282651 from home:Mailaender:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/282651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=30
2015-01-25 12:45:25 +00:00
Todd R
54d6ca9468 Accepting request 249498 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=28
2014-09-16 12:04:18 +00:00
Michal Čihař
cc27809def - 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
2014-08-13 07:46:04 +00:00
Jan Matejek
e288867b8b Accepting request 238336 from Cloud:OpenStack:Master
- update to 1.7.2:
  - Issue #72: Fix installing on Python 2.
  - Issue #71: Make the six.moves meta path importer handle reloading of the six
  module gracefully.
  - Pull request #30: Implement six.moves with a PEP 302 meta path hook.
  - Pull request #32: Add six.wraps, which is like functools.wraps but always sets
  the __wrapped__ attribute.
  - Pull request #35: Improve add_metaclass, so that it doesn't end up inserting
  another class into the hierarchy.
  - Pull request #34: Add import mappings for dummy_thread.
  - Pull request #33: Add import mappings for UserDict and UserList.
  - Pull request #31: Select the implementations of dictionary iterator routines
  at import time for a 20% speed boost.

OBS-URL: https://build.opensuse.org/request/show/238336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=24
2014-06-24 14:17:13 +00:00
Denisart Benjamin
00a382bbbf 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
2014-04-25 15:45:24 +00:00
Denisart Benjamin
ced283ae55 Accepting request 223981 from home:rjschwei:branches:devel:languages:python
- Include in SLE 12 (FATE #315990)

OBS-URL: https://build.opensuse.org/request/show/223981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=20
2014-02-28 11:29:15 +00:00
Sascha Peilicke
698684c38e Accepting request 221526 from home:thomas-schraitle:branches:devel:languages:python
Update to 1.5.2, needed for a newer scrapy package

OBS-URL: https://build.opensuse.org/request/show/221526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=18
2014-02-10 10:17:50 +00:00
Sascha Peilicke
46b246c1bd OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=16 2014-01-07 14:53:46 +00:00
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
e5f764158f Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=9
2013-06-17 12:54:04 +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
Todd R
c6ff4d72cc Accepting request 142454 from devel:languages:python3
Removed openSUSE 11.4 spec file workarounds (forwarded request 142453 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=5
2012-11-22 14:43:20 +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
Stephan Kulow
cbbf7ffebe Accepting request 123753 from devel:languages:python
This is required by the most recent python-dateutil.  python-dateutil will build successfully without python-six, but packages further down the dependency change will fail because it is not present.  This package is holding up several other submissions, including python-dateutil and python-numpy.

OBS-URL: https://build.opensuse.org/request/show/123753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=1
2012-06-07 13:39:49 +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