diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-09-28 02:19:23 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-28 09:15:08 -0700 |
| commit | a49f8f7732964ee78aaae4b22f576facbea60ebe (patch) | |
| tree | 0109d2e32fb3b967ee811fcc36e818062dde0295 /meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb | |
| parent | 796b7f6f4c5fc8d047c519b98aedeeb254f6e213 (diff) | |
| download | meta-openembedded-a49f8f7732964ee78aaae4b22f576facbea60ebe.tar.gz | |
python3-humanfriendly: upgrade 9.2 -> 10.0
`Release 10.0`_ (2021-09-17)
----------------------------
**Noteworthy changes:**
- Merged pull request `#45`_ to resolve the issue caused by the conditional
:pypi:`pyreadline` requirement on Windows not supporting Python 3.9+.
- Updated the readme to use Python 3 in the example (reported in issue `#56`_).
Also added a mention of the ``humanfriendly --demo`` command.
- Removed the ``humanfriendly.compat.unittest`` alias that presumably no-one is
using at this point; it had been rendered useless quite a long time ago
(requested in issue `#53`_).
**Internal changes:**
- Merged pull request `#54`_ which migrates the :pypi:`humanfriendly` project
from Travis CI to GitHub Actions and from Coveralls.io to Codecov.
- Fixed a deprecation warning concerning ``setup.cfg`` and some Sphinx
documentation errors.
.. _Release 10.0: https://github.com/xolox/python-humanfriendly/compare/9.2...10.0
.. _#45: https://github.com/xolox/python-humanfriendly/pull/45
.. _#53: https://github.com/xolox/python-humanfriendly/issues/53
.. _#54: https://github.com/xolox/python-humanfriendly/pull/54
.. _#56: https://github.com/xolox/python-humanfriendly/issues/56
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb deleted file mode 100644 index d87ed4d2a2..0000000000 --- a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "Human friendly output for text interfaces using Python" | ||
| 2 | HOMEPAGE = "https://humanfriendly.readthedocs.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d178009f806c2bdd498a19be0013a7a" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "humanfriendly" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN}:class-target += " \ | ||
| 14 | ${PYTHON_PN}-datetime \ | ||
| 15 | ${PYTHON_PN}-fcntl \ | ||
| 16 | ${PYTHON_PN}-io \ | ||
| 17 | ${PYTHON_PN}-logging \ | ||
| 18 | ${PYTHON_PN}-math \ | ||
| 19 | ${PYTHON_PN}-numbers \ | ||
| 20 | ${PYTHON_PN}-shell \ | ||
| 21 | ${PYTHON_PN}-stringold \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
