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
+
1
6
v4.1.1
2
7
=======
3
8
Original file line number Diff line number Diff line change 12
12
from .win_py31_compat import samefile
13
13
14
14
15
- DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *[0-9] *"
15
+ DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *. *"
16
16
17
17
18
18
class GitWorkdir (object ):
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ def test_not_matching_tags(wd):
254
254
255
255
256
256
@pytest .mark .issue ("https://github.com/pypa/setuptools_scm/issues/411" )
257
+ @pytest .mark .xfail (reason = "https://github.com/pypa/setuptools_scm/issues/449" )
257
258
def test_non_dotted_version (wd ):
258
259
wd .commit_testfile ()
259
260
wd ("git tag apache-arrow-1" )
You can’t perform that action at this time.
0 commit comments