Accepting request 850938 from devel:languages:python

- update to 20.3.0:
  - ``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**.

OBS-URL: https://build.opensuse.org/request/show/850938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-attrs?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-11-29 11:19:29 +00:00 committed by Git OBS Bridge
commit 3985c2b1bd
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594
size 160604

3
attrs-20.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700
size 164523

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>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-attrs%{psuffix}
Version: 20.2.0
Version: 20.3.0
Release: 0
Summary: Attributes without boilerplate
License: MIT