Commit Graph

3 Commits

Author SHA256 Message Date
Thomas Bechtold
ba8f3fdaba Accepting request 406822 from home:frispete:python
- update to 16.0.0
  Backward-incompatible changes:
  * Python 3.3 and 2.6 aren’t supported anymore. They may work by chance but
    any effort to keep them working has ceased.
    The last Python 2.6 release was on October 29, 2013 and isn’t supported by
    the CPython core team anymore. Major Python packages like Django and Twisted
    dropped Python 2.6 a while ago already.
    Python 3.3 never had a significant user base and wasn’t part of any
    distribution’s LTS release.
  Changes:
  * __slots__ have arrived! Classes now can automatically be slots-style (and
    save your precious memory) just by passing slots=True. #35
  * Allow the case of initializing attributes that are set to init=False. This
    allows for clean initializer parameter lists while being able to initialize
    attributes to default values. #32
  * attr.asdict can now produce arbitrary mappings instead of Python dicts when
    provided with a dict_factory argument. #40 Multiple performance improvements.

OBS-URL: https://build.opensuse.org/request/show/406822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=3
2016-07-06 15:56:05 +00:00
44660962d2 Accepting request 399618 from home:tbechtold:branches:devel:languages:python
- fix Source url

OBS-URL: https://build.opensuse.org/request/show/399618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=2
2016-06-06 11:09:21 +00:00
Thomas Bechtold
8fd18e6a4e Accepting request 399603 from home:winski:python
Official (same dev) successor & replacement to python-characteristic. REQUIREMENT for python-service_identity >= 16, so we need this to update service_identity to next version. Does NOT conflict with python-characteristic.

OBS-URL: https://build.opensuse.org/request/show/399603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=1
2016-06-02 07:57:12 +00:00