summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-semver_3.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-semver: upgrade 3.0.1 -> 3.0.2Wang Mingyu2023-10-231-26/+0
| | | | | | | | | | Changelog: =========== PR #418: Replace OrderedDict with dict. PR #426: Fix replace() method to use the derived class of an instance instead of Version class. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-semver: upgrade 2.13.0 -> 3.0.1Trevor Gamblin2023-07-251-0/+26
- Update to point at the proper license file with correct checksum. Previously it was pointing at a subset of a PKG-INFO file, which was a legacy output from distutils - Update build backend and include python3-setuptools-scm-native in DEPENDS - Modify ptest installation and run-ptest script since the tests have been moved into their own folder Changelog: https://github.com/python-semver/python-semver/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>