Accepting request 837189 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/837189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-attrs?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2020-09-29 16:58:47 +00:00 committed by Git OBS Bridge
commit 590805b1e5
4 changed files with 13 additions and 4 deletions

View File

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

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

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

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>

View File

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