community/py3-setuptools_scm: Upgrade to 3.4.3
This is catchup upgrade since package been updated couple of times for past several months.
https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst#v343
Release notes
v3.4.3
- fix 399: ensure the git file finder terminates subprocess after reading archive
v3.4.2
- fix 395: correctly transfer tag regex in the Configuration constructor
- rollback --first-parent for git describe as it turns out to be a regression for some users
v3.4.1
- pull in 377 to fix 374: correctly set up the default version scheme for pyproject usage. this bugfix got missed when ruushing the release.
v3.4.0
-
fix 181 - add support for projects built under setuptools declarative config by way of the setuptools.finalize_distribution_options hook in Setuptools 42.
-
fix 305 - ensure the git file finder closes filedescriptors even when errors happen
-
fix 381 - clean out env vars from the git hook system to ensure correct function from within
-
modernize docs wrt importlib.metadata
-
use --first-parent for git describe
Attention - it doesn't seem like "depended on" in Alpine Repository pages but don't be fooled, its used for makedepends for several packages (for compiling/tests).
Edited by Dmitry Romanenko