Changelog for
python39-setuptools_scm4-4.1.2-1.38.noarch.rpm :
* Tue Jan 12 2021 Markéta Machová
- Workaround pytest 6.2 failures
* Wed Jul 29 2020 Marketa Calabkova - update to 4.1.2
* include python 3.9 via the deadsnakes action
* fix handling of missing git/hg on python2.7 (python 3 exceptions where used)
* Add ``parentdir_project_version`` to support installs from GitHub release tarballs.
* switch to declarative metadata
* 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
* 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.