15
0
forked from pool/python-attrs

- update to 20.2.0:

- Python 3.4 is not supported anymore.
  - ``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**.
  This release fixes a bunch of bugs and ergonomics but they remain mostly unchanged.
 Further changes see included CHANGELOG.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=29
This commit is contained in:
2020-09-17 14:41:28 +00:00
committed by Git OBS Bridge
parent b01d5e1e21
commit e0373e14f7
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 17 14:36:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 20.2.0:
- Python 3.4 is not supported anymore.
- ``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**.
This release fixes a bunch of bugs and ergonomics but they remain mostly unchanged.
Further changes see included CHANGELOG.rst
-------------------------------------------------------------------
Thu May 14 06:45:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>