summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pastedeploy: upgrade 2.1.1 -> 3.0.1Wang Mingyu2022-10-241-21/+0
| | | | | | | | | | | | | Changelog: ========= Fix python_requires package metadata to support Python 3.7+. Drop support for Python 2, as well as 3.4, 3.5, and 3.6. Fix a broken compatibility shim that would cause the ConfigParser to fail on Python 3.12 when ConfigParser.readfp is removed. Drop setuptools dependency and start using importlib.metadata instead. Refactor repository into a src folder layout. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pastedeploy: Add recipeDevon Pringle2021-03-171-0/+21
Add release 2.1.1: - Added setuptools as an explicit dependency. This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. - pytest-runner removed, use tox to run tests. License-Update: Use license file from PyPI tarball. 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>