summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-23 10:58:27 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-24 12:52:24 -0700
commit26b4a9aa6fd11e289aff2cbbfe1c1e7ce6c09320 (patch)
tree9a36442e54193cf4b293c6c931e76769c0e5a51e /meta-python/recipes-devtools/python
parent69b2bca15e3b0adc314ddb3e2993df8f9f4038b5 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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
11inherit pypi ptest setuptools3 11inherit pypi ptest setuptools3
12 12
13SRC_URI[md5sum] = "ec78e4e42512b93f80b9093416ad7417" 13SRC_URI[md5sum] = "d4a7bbdf505dee964eb1e5e6e7f80c34"
14SRC_URI[sha256sum] = "e437420e65fa72a2805f4036f986669c48d54944eeb0e47c8ba16f98cbdcd599" 14SRC_URI[sha256sum] = "d43a2e9ae003164978b60fdf8cd920d8581e1a5991df8dded29b00f4850ec83a"
15 15
16DEPENDS += "python3-setuptools-scm-native" 16DEPENDS += "python3-setuptools-scm-native"
17 17