- Update to 1.13.2:

* Documentation changes only.
- Skip broken test.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git-versioning?expand=0&rev=7
This commit is contained in:
2023-03-03 04:04:59 +00:00
committed by Git OBS Bridge
parent 00a9769878
commit f0dab3f5d4
7 changed files with 19 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
Name: python-setuptools-git-versioning
Version: 1.13.1
Version: 1.13.2
Release: 0
Summary: Use git repo data for building a version number according PEP-440
License: MIT
@@ -83,6 +83,8 @@ sed -i '/assert get_version(repo, isolated=True)/d' tests/test_integration/test
donttest="test_substitution_env"
# short git hash has only 7 characters on i586
donttest="$donttest or (test_version_file_count_commits and sha)"
# broken under Python 3.11
donttest="$donttest or test_substitution_timestamp"
%pytest -k "not ($donttest)"
%post