From eb7296ebbffc4a10624b28e8e64efeaab62a2ccef19913cc4d785852eb089f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 21 Oct 2019 08:44:42 +0000 Subject: [PATCH] - 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 --- attrs-19.2.0.tar.gz | 3 --- attrs-19.3.0.tar.gz | 3 +++ python-attrs.changes | 7 +++++++ python-attrs.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 attrs-19.2.0.tar.gz create mode 100644 attrs-19.3.0.tar.gz diff --git a/attrs-19.2.0.tar.gz b/attrs-19.2.0.tar.gz deleted file mode 100644 index cc62196..0000000 --- a/attrs-19.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396 -size 134333 diff --git a/attrs-19.3.0.tar.gz b/attrs-19.3.0.tar.gz new file mode 100644 index 0000000..f104a97 --- /dev/null +++ b/attrs-19.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72 +size 132477 diff --git a/python-attrs.changes b/python-attrs.changes index 74d6710..f32789e 100644 --- a/python-attrs.changes +++ b/python-attrs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 21 08:44:11 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-attrs.spec b/python-attrs.spec index 2e6f313..9dd5091 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -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