diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-12 12:56:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-18 08:18:31 -0800 |
| commit | 4642dd56b70e82d40ce68cf64605d8760997bac3 (patch) | |
| tree | 2a3666561ab074ef9cc77c8e6fcd1159ec0e2867 /meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb | |
| parent | ca243baa6c06c47e339eb95347040c713bfff490 (diff) | |
| download | meta-openembedded-4642dd56b70e82d40ce68cf64605d8760997bac3.tar.gz | |
python3-attrs: 20.2.0 -> 20.3.0
Upgrade to release 20.3.0:
- attr.define(), attr.frozen(), attr.mutable(), and attr.field()
remain provisional.
- attr.s() now has a field_transformer hook that is called for all
Attributes and returns a (modified or updated) list of Attribute
instances. attr.asdict() has a value_serializer hook that can
change the way values are converted. Both hooks are meant to
help with data (de-)serialization workflows.
- kw_only=True now works on Python 2.
- raise from now works on frozen classes on PyPy.
- attr.asdict() and attr.astuple() now treat frozensets like sets
with regards to the retain_collection_types argument.
- The type stubs for attr.s() and attr.make_class() are not
missing the collect_by_mro argument anymore.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb deleted file mode 100644 index c2a5b90515..0000000000 --- a/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "Classes Without Boilerplate" | ||
| 2 | HOMEPAGE = "http://www.attrs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594" | ||
| 7 | SRC_URI[md5sum] = "7be95e1b35e9385d71a0017a48217efc" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN}_class-target += " \ | ||
| 12 | ${PYTHON_PN}-crypt \ | ||
| 13 | ${PYTHON_PN}-ctypes \ | ||
| 14 | " | ||
| 15 | RDEPENDS_${PN}_class-nativesdk += " \ | ||
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-ctypes \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
