diff --git a/attrs-19.3.0.tar.gz b/attrs-19.3.0.tar.gz deleted file mode 100644 index f104a97..0000000 --- a/attrs-19.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72 -size 132477 diff --git a/attrs-20.2.0.tar.gz b/attrs-20.2.0.tar.gz new file mode 100644 index 0000000..81658f3 --- /dev/null +++ b/attrs-20.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594 +size 160604 diff --git a/python-attrs.changes b/python-attrs.changes index 5045522..6d6c512 100644 --- a/python-attrs.changes +++ b/python-attrs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 17 14:36:34 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-attrs.spec b/python-attrs.spec index 13a6fcf..046655c 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -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