diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:57:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:01:58 -0700 |
| commit | 9c7a72cbc23473f3d46543a4021684e9760e5e98 (patch) | |
| tree | 8d11f699b906e9e80cd4b77fba24f5e3ca582b7a /meta-python/recipes-devtools/python/python3-future_0.18.3.bb | |
| parent | 5a51c745a65179819c5c3619a5aa752d8e9f7bb5 (diff) | |
| download | meta-openembedded-9c7a72cbc23473f3d46543a4021684e9760e5e98.tar.gz | |
python3-future: upgrade 0.18.3 -> 1.0.0
License-Update: Copyright year updated to 2024.
Changelog:
==========
- Small updates to the docs
- Add SECURITY.md describing security policy
- Fix pasteurize: NameError: name 'unicode' is not defined
- Move CI to GitHub Actions
- Add setuptools to requirements for building docs
- Fix typos in docs
- Make the fix_unpacking fixer more robust
- Small improvements to shell scripts according to shellcheck
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-future_0.18.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-future_0.18.3.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-future_0.18.3.bb b/meta-python/recipes-devtools/python/python3-future_0.18.3.bb deleted file mode 100644 index e4a4b5c197..0000000000 --- a/meta-python/recipes-devtools/python/python3-future_0.18.3.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | DESCRIPTION = "Clean single-source support for Python 3 and 2" | ||
| 2 | HOMEPAGE = "https://python-future.org" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307" | ||
| 7 | |||
| 8 | PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native" | ||
