File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ v4.1.2
2+ =======
3+
4+ * disallow git tags without dots by default again - #449
5+
16v4.1.1
27=======
38
Original file line number Diff line number Diff line change 1212 from .win_py31_compat import samefile
1313
1414
15- DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *[0-9] *"
15+ DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *. *"
1616
1717
1818class GitWorkdir (object ):
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ def test_not_matching_tags(wd):
254254
255255
256256@pytest .mark .issue ("https://github.com/pypa/setuptools_scm/issues/411" )
257+ @pytest .mark .xfail (reason = "https://github.com/pypa/setuptools_scm/issues/449" )
257258def test_non_dotted_version (wd ):
258259 wd .commit_testfile ()
259260 wd ("git tag apache-arrow-1" )
You can’t perform that action at this time.
0 commit comments