summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.17.1.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb3
-rw-r--r--meta-python/recipes-devtools/python/python3-starlette_0.49.1.bb (renamed from meta-python/recipes-devtools/python/python3-starlette_0.48.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-systemd_235.bb3
-rw-r--r--meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-virtualenv_20.35.4.bb (renamed from meta-python/recipes-devtools/python/python3-virtualenv_20.35.3.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-webargs_8.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb)2
8 files changed, 13 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.17.1.bb
index 34273e6807..4c3602cdd2 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.17.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.17.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
4 4
5inherit pypi python_setuptools_build_meta 5inherit pypi python_setuptools_build_meta
6 6
7SRC_URI[sha256sum] = "4652a0b3e19616b57d652b82bfa5e38bf5dbea0813eed971612671cb9e90c0fe" 7SRC_URI[sha256sum] = "8a289f6778262df31571d29cca4c7fbacd2f0f582ea0816f4c399b6da7528486"
8 8
9RDEPENDS:${PN} += "\ 9RDEPENDS:${PN} += "\
10 python3-dateutil \ 10 python3-dateutil \
diff --git a/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb b/meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb
index 5f52571edd..cc5c96a7a1 100644
--- a/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb
+++ b/meta-python/recipes-devtools/python/python3-deprecated_1.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://deprecated.readthedocs.io/en/latest/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01" 4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=44288e26f4896bdab14072d4fa35ff01"
5 5
6SRC_URI[sha256sum] = "422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d" 6SRC_URI[sha256sum] = "b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
index 6f862804ce..d83c37e850 100644
--- a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
@@ -14,7 +14,10 @@ SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c415
14inherit pypi setuptools3 14inherit pypi setuptools3
15 15
16RDEPENDS:${PN} += "\ 16RDEPENDS:${PN} += "\
17 python3-misc \
17 python3-crypt \ 18 python3-crypt \
18 python3-logging \ 19 python3-logging \
19 python3-netclient \ 20 python3-netclient \
20" 21"
22
23BBCLASSEXTEND = "native" \ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.48.0.bb b/meta-python/recipes-devtools/python/python3-starlette_0.49.1.bb
index ef1986f46b..f295b9b050 100644
--- a/meta-python/recipes-devtools/python/python3-starlette_0.48.0.bb
+++ b/meta-python/recipes-devtools/python/python3-starlette_0.49.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" 3LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a"
4 4
5SRC_URI[sha256sum] = "7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46" 5SRC_URI[sha256sum] = "481a43b71e24ed8c43b11ea02f5353d77840e01480881b8cb5a26b8cae64a8cb"
6 6
7inherit pypi python_hatchling ptest 7inherit pypi python_hatchling ptest
8 8
diff --git a/meta-python/recipes-devtools/python/python3-systemd_235.bb b/meta-python/recipes-devtools/python/python3-systemd_235.bb
index 6b44751df7..269e175cc5 100644
--- a/meta-python/recipes-devtools/python/python3-systemd_235.bb
+++ b/meta-python/recipes-devtools/python/python3-systemd_235.bb
@@ -15,3 +15,6 @@ inherit pypi features_check pkgconfig setuptools3
15REQUIRED_DISTRO_FEATURES = "systemd" 15REQUIRED_DISTRO_FEATURES = "systemd"
16 16
17RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog" 17RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog"
18
19# v235's setup.py is not written in a way to avoid race condition
20PARALLEL_MAKE = "-j 1"
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb
index 7a4ac0e796..6a54d3a79a 100644
--- a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb
@@ -7,3 +7,5 @@ inherit pypi setuptools3
7SRC_URI[sha256sum] = "881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8" 7SRC_URI[sha256sum] = "881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8"
8 8
9RDEPENDS:${PN} += "python3-six python3-logging" 9RDEPENDS:${PN} += "python3-six python3-logging"
10
11BBCLASSEXTEND = "native" \ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.35.3.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.35.4.bb
index 3d9b6a097f..28444f12c4 100644
--- a/meta-python/recipes-devtools/python/python3-virtualenv_20.35.3.bb
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.35.4.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
8 8
9SRC_URI[sha256sum] = "4f1a845d131133bdff10590489610c98c168ff99dc75d6c96853801f7f67af44" 9SRC_URI[sha256sum] = "643d3914d73d3eeb0c552cbb12d7e82adf0e504dbf86a3182f8771a153a1971c"
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling 12inherit pypi python_hatchling
diff --git a/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb b/meta-python/recipes-devtools/python/python3-webargs_8.7.1.bb
index 88cbd922e8..307d2436c2 100644
--- a/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-webargs_8.7.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
5 5
6inherit pypi python_flit_core 6inherit pypi python_flit_core
7 7
8SRC_URI[sha256sum] = "0c617dec19ed4f1ff6b247cd73855e949d87052d71900938b71f0cafd92f191b" 8SRC_URI[sha256sum] = "799bf9039c76c23fd8dc1951107a75a9e561203c15d6ae8f89c1e46e234636c1"
9 9
10RDEPENDS:${PN} += "\ 10RDEPENDS:${PN} += "\
11 python3-marshmallow \ 11 python3-marshmallow \