<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/setuptools-scm.git/testing/test_basic_api.py, branch bugfix/workflow</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>Allow getting the version from the parent directory suffix.</title>
<updated>2020-05-01T14:28:29+00:00</updated>
<author>
<name>Antony Lee</name>
<email>anntzer.lee@gmail.com</email>
</author>
<published>2020-03-22T13:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=aaab738a9e698b4d84c1f0724341a1b009b766ea'/>
<id>aaab738a9e698b4d84c1f0724341a1b009b766ea</id>
<content type='text'>
Add a `parentdir_prefix_version` config parameter which allows lets
setuptools_scm get a version string from the name of the parent
directory: if `parentdir_prefix_version = "foo-"` and the parent
directory is named `foo-v12.34`, then the version is 12.34.  This is
only active if the parameter is set (it defaults to unset, i.e. the
feature is opt-in), if getting the version from the SCM failed, *and*
there's no metadata already present.  However, this has higher priority
than `fallback_version` (which remains the last-resort fallback).

This feature is intended to support the tarballs that GitHub
automatically creates for all releases, which have no metadata but
follow the correct naming scheme for the feature to work.

This feature is directly inspired from versioneer's `parentdir_prefix`
setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a `parentdir_prefix_version` config parameter which allows lets
setuptools_scm get a version string from the name of the parent
directory: if `parentdir_prefix_version = "foo-"` and the parent
directory is named `foo-v12.34`, then the version is 12.34.  This is
only active if the parameter is set (it defaults to unset, i.e. the
feature is opt-in), if getting the version from the SCM failed, *and*
there's no metadata already present.  However, this has higher priority
than `fallback_version` (which remains the last-resort fallback).

This feature is intended to support the tarballs that GitHub
automatically creates for all releases, which have no metadata but
follow the correct naming scheme for the feature to work.

This feature is directly inspired from versioneer's `parentdir_prefix`
setting.
</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>Don't pass entrypoing name around anymore and allow passing fallback_root to get_version.</title>
<updated>2019-05-10T11:45:33+00:00</updated>
<author>
<name>Ionel Cristian Mărieș</name>
<email>contact@ionelmc.ro</email>
</author>
<published>2019-05-10T11:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=686a26db8bb953a0a450e4e2b94d155c0ef28618'/>
<id>686a26db8bb953a0a450e4e2b94d155c0ef28618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting a fallback version in case everything else fails.</title>
<updated>2019-03-03T19:54:19+00:00</updated>
<author>
<name>Antony Lee</name>
<email>anntzer.lee@gmail.com</email>
</author>
<published>2018-09-05T16:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=04bde2dc07839780e7dab33f6e738b42ca963677'/>
<id>04bde2dc07839780e7dab33f6e738b42ca963677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #297 - correct the invocation in version_from_scm</title>
<updated>2018-08-08T09:57:40+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-08-08T09:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=cbd330d15920e2e59e5324ac9223f62a5ae23d08'/>
<id>cbd330d15920e2e59e5324ac9223f62a5ae23d08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #276 from punkadiddle/master</title>
<updated>2018-07-17T08:01:06+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-07-17T08:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=6321133e8086ad0eddd0299f52ff4ddfd2743eb2'/>
<id>6321133e8086ad0eddd0299f52ff4ddfd2743eb2</id>
<content type='text'>
configurable version number extraction from tag strings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configurable version number extraction from tag strings</pre>
</div>
</content>
</entry>
<entry>
<title>working draft using configuration instance class</title>
<updated>2018-07-09T17:00:11+00:00</updated>
<author>
<name>punkadiddle</name>
<email></email>
</author>
<published>2018-07-09T17:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=5853b0c72be9bf30701e58d9d72b413cb62ff1c9'/>
<id>5853b0c72be9bf30701e58d9d72b413cb62ff1c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some pretned tests</title>
<updated>2018-07-02T15:54:28+00:00</updated>
<author>
<name>Jonathan Piron</name>
<email>jonathan.piron@cybelangel.com</email>
</author>
<published>2018-07-02T15:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=bdea4b8c7f13e0e3ea9132948c07f47069259a55'/>
<id>bdea4b8c7f13e0e3ea9132948c07f47069259a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>breaking change - no longer accept plain strings from parse</title>
<updated>2018-05-21T19:14:30+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-05-21T19:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=d906449cb73e46cb939e6e3386e78a985a90566f'/>
<id>d906449cb73e46cb939e6e3386e78a985a90566f</id>
<content type='text'>
its deprecated since 1.x
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
its deprecated since 1.x
</pre>
</div>
</content>
</entry>
<entry>
<title>inflict black on the codebase :)</title>
<updated>2018-05-13T09:47:32+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-05-13T09:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=ac2fee8189c1540a0d05ea3020726174a2b6785a'/>
<id>ac2fee8189c1540a0d05ea3020726174a2b6785a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
