diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-23 10:58:27 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-24 12:52:24 -0700 |
commit | 26b4a9aa6fd11e289aff2cbbfe1c1e7ce6c09320 (patch) | |
tree | 9a36442e54193cf4b293c6c931e76769c0e5a51e | |
parent | 69b2bca15e3b0adc314ddb3e2993df8f9f4038b5 (diff) | |
download | meta-openembedded-26b4a9aa6fd11e289aff2cbbfe1c1e7ce6c09320.tar.gz |
python3-pint: Upgrade 0.16 -> 0.16.1
Upgrade to release 0.16.1:
- Fix unpickling, now it is using the APP_REGISTRY as expected.
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pint_0.16.1.bb (renamed from meta-python/recipes-devtools/python/python3-pint_0.16.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.16.bb b/meta-python/recipes-devtools/python/python3-pint_0.16.1.bb index 7775d733a7..d96659592a 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.16.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.16.1.bb | |||
@@ -10,8 +10,8 @@ PYPI_PACKAGE := "Pint" | |||
10 | 10 | ||
11 | inherit pypi ptest setuptools3 | 11 | inherit pypi ptest setuptools3 |
12 | 12 | ||
13 | SRC_URI[md5sum] = "ec78e4e42512b93f80b9093416ad7417" | 13 | SRC_URI[md5sum] = "d4a7bbdf505dee964eb1e5e6e7f80c34" |
14 | SRC_URI[sha256sum] = "e437420e65fa72a2805f4036f986669c48d54944eeb0e47c8ba16f98cbdcd599" | 14 | SRC_URI[sha256sum] = "d43a2e9ae003164978b60fdf8cd920d8581e1a5991df8dded29b00f4850ec83a" |
15 | 15 | ||
16 | DEPENDS += "python3-setuptools-scm-native" | 16 | DEPENDS += "python3-setuptools-scm-native" |
17 | 17 | ||