From aabff92aa5d172f76decce67f7ecb1ada8f6e82546e8e77fbd76b77bdf3af219 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 May 2021 16:42:45 +0000 Subject: [PATCH] - update to 21.2.0: * We had to revert the recursive feature for ``attr.evolve()`` because it broke some use-cases -- sorry! * Python 3.4 is now blocked using packaging metadata because ``attrs`` can't be imported on it anymore. * The long-awaited, much-talked-about, little-delivered ``import attrs`` is finally upon us! * The *cmp* argument to ``attr.s()`` and `attr.ib()` has been **undeprecated** It will continue to be supported as syntactic sugar to set *eq* and *order* in one go. * Further smaller changes, see included Changelog.md OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=33 --- attrs-20.3.0.tar.gz | 3 --- attrs-21.2.0.tar.gz | 3 +++ python-attrs.changes | 14 ++++++++++++++ python-attrs.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 attrs-20.3.0.tar.gz create mode 100644 attrs-21.2.0.tar.gz diff --git a/attrs-20.3.0.tar.gz b/attrs-20.3.0.tar.gz deleted file mode 100644 index 1002c2b..0000000 --- a/attrs-20.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700 -size 164523 diff --git a/attrs-21.2.0.tar.gz b/attrs-21.2.0.tar.gz new file mode 100644 index 0000000..061a8d7 --- /dev/null +++ b/attrs-21.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb +size 184694 diff --git a/python-attrs.changes b/python-attrs.changes index 845dfed..3df3c81 100644 --- a/python-attrs.changes +++ b/python-attrs.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 27 16:40:29 UTC 2021 - Dirk Müller + +- update to 21.2.0: + * We had to revert the recursive feature for ``attr.evolve()`` because it + broke some use-cases -- sorry! + * Python 3.4 is now blocked using packaging metadata because ``attrs`` can't + be imported on it anymore. + * The long-awaited, much-talked-about, little-delivered ``import attrs`` is + finally upon us! + * The *cmp* argument to ``attr.s()`` and `attr.ib()` has been **undeprecated** + It will continue to be supported as syntactic sugar to set *eq* and *order* in one go. + * Further smaller changes, see included Changelog.md + ------------------------------------------------------------------- Thu Nov 26 09:19:26 UTC 2020 - Dirk Mueller diff --git a/python-attrs.spec b/python-attrs.spec index 70d50eb..b75dcde 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,7 +1,7 @@ # -# spec file for package python-attrs +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-attrs%{psuffix} -Version: 20.3.0 +Version: 21.2.0 Release: 0 Summary: Attributes without boilerplate License: MIT