Accepting request 897252 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/897252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-attrs?expand=0&rev=15
This commit is contained in:
commit
e0674ec618
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700
|
||||
size 164523
|
3
attrs-21.2.0.tar.gz
Normal file
3
attrs-21.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb
|
||||
size 184694
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 27 16:40:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user