LogoSailfishOS Open Build Service > Projects > home:wrzof > python3-six > Revisions
Log In

Revision Log of python3-six (6)

Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 6)
correct name in comments
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 5)
correct name
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 4)
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 3)
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 2)
- 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.

- Include in SLE 12 (FATE #315990)

- update to 1.5.2:
  - Issue #53: Make the fake modules six.moves puts into sys.modules 
    appear not to have a __name__ unless they are loaded.
Changes of older releases, see CHANGES files in the Bitbucket repo at
https://bitbucket.org/gutworth/six/src/758cacd651f3ee8c9eb2253ca3905a1d46f88786/CHANGES?at=default

- Bring back argparse requirement for SP3

- 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.
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 1)
osc copypac from project:home:rcolistete package:python-six revision:7

Show all