Changelog for
python38-setuptools_scm-3.5.0-qubes.1.1.noarch.rpm :
* Wed Mar 18 2020 pgajdosAATTsuse.com- version update to 3.5.0
* add ``no-local-version`` local scheme and improve documentation for schemes
* fix #403: also sort out resource warnings when dealing with git file finding
* Fri Jan 31 2020 Marketa Calabkova
- update to 3.4.3
* ensure the git file finder closes file descriptor after reading archive
* correctly transfer tag regex in the Configuration constructor
* correctly set up the default version scheme for pyproject usage.
* add support for projects built under setuptools declarative config
* ensure the git file finder closes filedescriptors even when errors happen
* clean out env vars from the git hook system to ensure correct function from within
* Fri Nov 01 2019 Tomáš Chvátal - Update the add-rpmfail-pytest-markers.patch to not have pin on old pytest
* Thu Jul 18 2019 Tomáš Chvátal - Pin pytest3 for now, pytest4 and 5 work fine in upstream git and will be solved with next release
* Tue May 14 2019 Marketa Calabkova - update to 3.3.3
* adding the fallback_version option, which sets the version to be used when everything else fails.
* use a specific fallback root when calling fallbacks.
* fix python3.8 support and add builds for up to python3.8
* Fri Apr 12 2019 Dirk Mueller - fix add-rpmfail-pytest-markers.patch to build for older distros
* Tue Apr 02 2019 Matej Cepl - Original patch by John Vandenberg, modified: - Move pytest -k test exclusions into add-rpmfail-pytest-markers.patch to clarify the reason for those failures - Refine runtime Recommends from git to git-core
* Fri Mar 01 2019 Ondřej Súkup - Update to 3.2.0:
* adding the option git_describe_command to allow the user to control the way that git describe is called.
* Thu Jan 24 2019 Matěj Cepl - Remove BR for mercurial.
* Mon Sep 17 2018 Ondřej Súkup - remove tox.ini - it breaks tests with pytest-3.8.0