]> code.ossystems Code Review - openembedded-core.git/commit
python3-setuptools-scm: upgrade 6.3.2 -> 6.4.2
authorTim Orling <ticotimo@gmail.com>
Mon, 24 Jan 2022 19:49:07 +0000 (11:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jan 2022 06:25:33 +0000 (06:25 +0000)
commit3ac37c743470ab778bc47110660f3e1b37c534ba
treea6b3a44a4c2056af204c6ae32b6a640b2673c464
parent5044bb45748887b01e857554976fe1eeb16921dd
python3-setuptools-scm: upgrade 6.3.2 -> 6.4.2

v6.4.2
* fix #671 : NoReturn is not avaliable in painfully dead python 3.6

v6.4.1
* fix regression #669: restore get_version signature
* fix #668: harden the selftest for distribution extras

v6.4.0
* compatibility adjustments for setuptools >58
* only put minimal setuptools version into toml extra to warn people with old strict pins
* coorectly handle hg-git self-use
* better mercurial detection
* modernize packaging setup
* python 3.10 support
* better handling of setuptools install command deprecation
* consider pyproject.tomls when running as command
* use list in git describe command to avoid shell expansions while supporting both windows and posix
* add --strip-dev flag to python -m setuptools_scm to print the next guessed version cleanly
* ensure no-guess-dev will fail on bad tags instead of generating invalid versions
* ensure we use utc everywhere to avoid confusion

References:
https://github.com/pypa/setuptools_scm/issues/668
https://github.com/pypa/setuptools_scm/issues/669
https://github.com/pypa/setuptools_scm/issues/671

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb [moved from meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb with 89% similarity]