15
0
forked from pool/python-six

- Update to 0.12.0:

* `six.add_metaclass` now preserves `__qualname__` from the
      original class.
    * Add `six.ensure_binary`, `six.ensure_text`, and
      `six.ensure_str`.
- Remove special python-six-doc package and switch to multibuild

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=61
This commit is contained in:
2018-12-10 08:22:48 +00:00
committed by Git OBS Bridge
parent 8983a2409c
commit 7b020ee4e3
7 changed files with 67 additions and 140 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 10 09:20:52 CET 2018 - mcepl@suse.com
- Update to 0.12.0:
* `six.add_metaclass` now preserves `__qualname__` from the
original class.
* Add `six.ensure_binary`, `six.ensure_text`, and
`six.ensure_str`.
-------------------------------------------------------------------
Mon Sep 3 15:37:13 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>