<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/setuptools-scm.git/src, 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>Merge pull request #408 from con-f-use/master</title>
<updated>2020-05-01T14:02:32+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2020-05-01T14:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=200c56667fd8446056ec365b95ea2dccdd0a9a1b'/>
<id>200c56667fd8446056ec365b95ea2dccdd0a9a1b</id>
<content type='text'>
 Change ScmVersion.time to UTC</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Change ScmVersion.time to UTC</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>Extract version correctly from tags with a single digit.</title>
<updated>2020-03-25T14:39:32+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-03-25T14:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=ad80a3dd2174671d49ef4dd3b431f381d6b0219c'/>
<id>ad80a3dd2174671d49ef4dd3b431f381d6b0219c</id>
<content type='text'>
This makes sure that even if there's only a single group of digits in the
version, it's correctly extracted, and any suffix ignored.

Also add tests for those particular cases to avoid regressions.

See Issue #411 for debugging details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure that even if there's only a single group of digits in the
version, it's correctly extracted, and any suffix ignored.

Also add tests for those particular cases to avoid regressions.

See Issue #411 for debugging details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make black happy</title>
<updated>2020-03-18T17:43:23+00:00</updated>
<author>
<name>con-f-use</name>
<email>con-f-use@gmx.net</email>
</author>
<published>2020-03-18T17:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=03e916468a46429b38485297b719308c75b626c5'/>
<id>03e916468a46429b38485297b719308c75b626c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file locations</title>
<updated>2020-03-18T17:33:10+00:00</updated>
<author>
<name>con-f-use</name>
<email>con-f-use@gmx.net</email>
</author>
<published>2020-03-18T17:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=125172c9f8fa660e5df82a05f8ded3775580e6f4'/>
<id>125172c9f8fa660e5df82a05f8ded3775580e6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no-local-version scheme and improved documentation</title>
<updated>2020-02-07T13:57:25+00:00</updated>
<author>
<name>con-f-use</name>
<email>con-f-use@gmx.net</email>
</author>
<published>2020-02-07T13:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=cb211ba93b01ded1114c96a3df7de19377624be5'/>
<id>cb211ba93b01ded1114c96a3df7de19377624be5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close subprocess files descriptor</title>
<updated>2020-01-25T11:56:38+00:00</updated>
<author>
<name>TheTripleV</name>
<email>vasistavovveti@gmail.com</email>
</author>
<published>2020-01-25T11:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=b1f938cbb510d37ae7acc152bcfb22cf0571282e'/>
<id>b1f938cbb510d37ae7acc152bcfb22cf0571282e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>terminate process to cleanup</title>
<updated>2020-01-21T03:11:38+00:00</updated>
<author>
<name>gesslerpd</name>
<email>gesslerpd@users.noreply.github.com</email>
</author>
<published>2020-01-21T03:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=aacfd451f0f635784d68cb8110b6173d2d43f8e8'/>
<id>aacfd451f0f635784d68cb8110b6173d2d43f8e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #399</title>
<updated>2020-01-21T02:36:09+00:00</updated>
<author>
<name>gesslerpd</name>
<email>gesslerpd@users.noreply.github.com</email>
</author>
<published>2020-01-21T02:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=23f2bf42857b7f292d1166a525914cf06b45ad73'/>
<id>23f2bf42857b7f292d1166a525914cf06b45ad73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
