- update to 19.3.0

* Fixed auto_attribs usage when default values cannot be compared directly
     with ==, such as numpy arrays.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=25
This commit is contained in:
Ondřej Súkup 2019-10-21 08:44:42 +00:00 committed by Git OBS Bridge
parent 909465f612
commit eb7296ebbf
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 21 08:44:11 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 19.3.0
* Fixed auto_attribs usage when default values cannot be compared directly
with ==, such as numpy arrays.
-------------------------------------------------------------------
Fri Oct 4 02:34:32 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

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