<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/setuptools-scm.git/testing/test_git.py, branch workflows</title>
<subtitle>github.com: pypa/setuptools_scm.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/'/>
<entry>
<title>add python tests</title>
<updated>2020-05-01T20:26:47+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2019-12-13T23:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=b536c087bf5fc76febff44ea38315928beb0e168'/>
<id>b536c087bf5fc76febff44ea38315928beb0e168</id>
<content type='text'>
port testsuite to pathlib, and try to resolve windows short paths

trace git toplevel mismatch (observed on win32 name shortening)

exclude python2 on windows

remove the appveyor config, its broken

drop most travis envs that we have in github workflows now

add actions for creating egg artifacts/wheels/sdists

WIP: experiment with act

WIP: fix workflow typo

WIP: add missed runs-on

fix typoed excludes

fixup: upload actuall wheel/sdist in the build step

style fixes for the actions config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
port testsuite to pathlib, and try to resolve windows short paths

trace git toplevel mismatch (observed on win32 name shortening)

exclude python2 on windows

remove the appveyor config, its broken

drop most travis envs that we have in github workflows now

add actions for creating egg artifacts/wheels/sdists

WIP: experiment with act

WIP: fix workflow typo

WIP: add missed runs-on

fix typoed excludes

fixup: upload actuall wheel/sdist in the build step

style fixes for the actions config
</pre>
</div>
</content>
</entry>
<entry>
<title>Select git tags based on presence of numbers, rather than dots.</title>
<updated>2020-03-25T14:58:26+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-03-25T14:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=7ca148ad7bb7813d01a88f9f6c5fd1461157040b'/>
<id>7ca148ad7bb7813d01a88f9f6c5fd1461157040b</id>
<content type='text'>
The default `git describe` command had an undocumented `--match *.*` in it,
intended to skip over tags that may represent human-readable checkpoints.

Unfortunately this means it would be ignoring single-component versions.

Instead look for presence of digits in the tag, it's still a heuristic, but
it should cover all previous cases, and fix single component versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default `git describe` command had an undocumented `--match *.*` in it,
intended to skip over tags that may represent human-readable checkpoints.

Unfortunately this means it would be ignoring single-component versions.

Instead look for presence of digits in the tag, it's still a heuristic, but
it should cover all previous cases, and fix single component versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add issue number to test case</title>
<updated>2020-01-25T12:05:42+00:00</updated>
<author>
<name>TheTripleV</name>
<email>vasistavovveti@gmail.com</email>
</author>
<published>2020-01-25T12:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=d6497906d52dc3ffd013c17114546a3a51be6bcd'/>
<id>d6497906d52dc3ffd013c17114546a3a51be6bcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix testing/test_git.py::test_git_archive_export_ignore</title>
<updated>2020-01-10T05:37:22+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2020-01-10T05:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=9fa6cb0db06fb71d60cbd7892b8b846a8953fede'/>
<id>9fa6cb0db06fb71d60cbd7892b8b846a8953fede</id>
<content type='text'>
Ensure `$HOME` is unset, since otherwise `init.templatedir` might get
picked up from the user's config, which might e.g. not include the
`.git/info` dir then.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure `$HOME` is unset, since otherwise `init.templatedir` might get
picked up from the user's config, which might e.g. not include the
`.git/info` dir then.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #381 - clean out env vars from the git hook system</title>
<updated>2019-12-13T22:12:14+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2019-12-13T22:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=6e1c37cf17b2052c2915e999369d39bc30a122ad'/>
<id>6e1c37cf17b2052c2915e999369d39bc30a122ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update pre-commit setup to modern practices and ensure flake8 is in line as well (#369)</title>
<updated>2019-11-25T21:04:43+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2019-11-25T21:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=e9cbdb231a59f06a508d86f2b5b14719ee4bbc34'/>
<id>e9cbdb231a59f06a508d86f2b5b14719ee4bbc34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature-git-worktree-193</title>
<updated>2019-05-26T06:22:32+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2019-05-26T06:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=26836886a4b719bbec8e4aaaa9fbe59f3d89b808'/>
<id>26836886a4b719bbec8e4aaaa9fbe59f3d89b808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a different root for fallbacks. Remove old hack that merely checked entrypoint existence (and not if results are valid). Ref #333.</title>
<updated>2019-05-10T10:55:33+00:00</updated>
<author>
<name>Ionel Cristian Mărieș</name>
<email>contact@ionelmc.ro</email>
</author>
<published>2019-05-10T10:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=ea4a6e5eb885a2f013e1b3e5374476dceec2a2fa'/>
<id>ea4a6e5eb885a2f013e1b3e5374476dceec2a2fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add file listing to the test</title>
<updated>2019-01-16T18:39:44+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2019-01-16T18:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=34a99d7b23c6a0b7f36a42fffab1f1302d9aed1d'/>
<id>34a99d7b23c6a0b7f36a42fffab1f1302d9aed1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>basic test for git worktrees</title>
<updated>2018-11-20T14:26:47+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-11-20T14:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=0e327d866b326353eaab8e5f1c6659224a2110a0'/>
<id>0e327d866b326353eaab8e5f1c6659224a2110a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
