diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:09 -0800 |
| commit | 225ff1ec3e4dbd689bba7d1312dea3939a06f8d2 (patch) | |
| tree | b00425cba7046763e4246a50cae27718e054d9e7 /meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb | |
| parent | c9cbf2a1e2e585ed370c74c33a726dad35fed1a3 (diff) | |
| download | meta-openembedded-225ff1ec3e4dbd689bba7d1312dea3939a06f8d2.tar.gz | |
python3-pytest-freezer: upgrade 0.4.8 -> 0.4.9
Changelog:
==========
- 3.6 and 3.7 eol
- fix: pytest-freezer actually depends on freezegun>=1.1
- move landing page to markdown
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb new file mode 100644 index 0000000000..212be0ef8b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Pytest plugin providing a fixture interface for spulec/freezegun" | ||
| 2 | HOMEPAGE = "https://github.com/pytest-dev/pytest-freezer" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1661a0f2b9b83ed73b8e05b5683b10d0" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "21bf16bc9cc46bf98f94382c4b5c3c389be7056ff0be33029111ae11b3f1c82a" | ||
| 7 | |||
| 8 | inherit pypi python_flit_core | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = "\ | ||
| 11 | python3-freezegun (>=1.0) \ | ||
| 12 | python3-pytest (>=3.6) \ | ||
| 13 | " | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "pytest_freezer" | ||
| 16 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
