15
0
forked from pool/python-attrs

- update to 20.3.0:

- ``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=31
This commit is contained in:
2020-11-26 09:20:07 +00:00
committed by Git OBS Bridge
parent e0373e14f7
commit 0253d15125
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 26 09:19:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 20.3.0:
- ``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**.
-------------------------------------------------------------------
Thu Sep 17 14:36:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>