Go to file
Matej Cepl 140ca96187 Accepting request 992744 from home:ohollmann:branches:devel:languages:python
- Update to 22.1.0:
  * Backwards-incompatible Changes
    * Python 2.7 is not supported anymore.
    * Dealing with Python 2.7 tooling has become too difficult for a
      volunteer-run project.
    * We have supported Python 2 more than 2 years after it was officially
      discontinued and feel that we have paid our dues. All version up to 21.4.0
      from December 2021 remain fully functional, of course. #936
    * The deprecated cmp attribute of attrs.Attribute has been removed. This
      does not affect the cmp argument to attr.s that can be used as a shortcut
      to set eq and order at the same time. #939
  * Changes
    * Instantiation of frozen slotted classes is now faster. #898
    * If an eq key is defined, it is also used before hashing the attribute. #909
    * Added attrs.validators.min_len(). #916
    * attrs.validators.deep_iterable()'s member_validator argument now also
      accepts a list of validators and wraps them in an attrs.validators.and_(). #925
    * Added missing type stub re-imports for attrs.converters and attrs.filters. #931
    * Added missing stub for attr(s).cmp_using(). #949
    * attrs.validators._in()'s ValueError is not missing the attribute, expected
      options, and the value it got anymore. #951
    * Python 3.11 is now officially supported. #969

OBS-URL: https://build.opensuse.org/request/show/992744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=36
2022-08-05 07:21:26 +00:00
_multibuild - Switch to multibuild to enable tests 2019-08-12 13:47:18 +00:00
.gitattributes Accepting request 399603 from home:winski:python 2016-06-02 07:57:12 +00:00
.gitignore Accepting request 399603 from home:winski:python 2016-06-02 07:57:12 +00:00
attrs-22.1.0.tar.gz Accepting request 992744 from home:ohollmann:branches:devel:languages:python 2022-08-05 07:21:26 +00:00
python-attrs.changes Accepting request 992744 from home:ohollmann:branches:devel:languages:python 2022-08-05 07:21:26 +00:00
python-attrs.spec Accepting request 992744 from home:ohollmann:branches:devel:languages:python 2022-08-05 07:21:26 +00:00