From 242b4c1eca5c4ef352bba2e8c9605532e380fe16 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 23 Jun 2020 12:51:29 +0300 Subject: [PATCH] python3-setuptools-scm: Upgrade 3.5.0 -> 4.1.2 Upgrade to release 4.1.2: - disallow git tags without dots by default again - drop jaraco.windows from pyproject.toml, allows for wheel builds on python2 - include python 3.9 via the deadsnakes action - return release_branch_semver scheme - undo the devendoring of the samefile backport for python2.7 on windows - re-enable the building of universal wheels - fix handling of missing git/hg on python2.7 (python 3 exceptions where used) - correct the tox flake8 invocation - trigger builds on tags again - Add parentdir_project_version to support installs from GitHub release tarballs. - use Coordinated Universal Time (UTC) - switch to github actions for ci - fix documentation for tag_regex and add support for single digit versions - document handling of enterprise distros with unsupported setuptools versions - switch to declarative metadata - drop the internal copy of samefile and use a dependency on jaraco.windows on legacy systems - select git tags based on the presence of numbers instead of dots - enable getting a version form a parent folder prefix - add release-branch-semver version scheme - make global configuration available to version metadata - drop official support for python 3.4 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...etuptools-scm_3.5.0.bb => python3-setuptools-scm_4.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-setuptools-scm_3.5.0.bb => python3-setuptools-scm_4.1.2.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.5.0.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-setuptools-scm_3.5.0.bb rename to meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb index 036477d1e..4ebbac6b6 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb @@ -2,8 +2,8 @@ SUMMARY = "the blessed package to manage your versions by scm tags" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[md5sum] = "86ec1eb9ec02ba018b097787e98897c5" -SRC_URI[sha256sum] = "5bdf21a05792903cafe7ae0c9501182ab52497614fa6b1750d9dbae7b60c1a87" +SRC_URI[md5sum] = "e6c9fad17c90516d640868eb833d5150" +SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8" PYPI_PACKAGE = "setuptools_scm" inherit pypi setuptools3