<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/makeversionhdr.py, branch 3.0.0-beta.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-beta.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-beta.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-05-02T12:50:17+00:00</updated>
<entry>
<title>correct path to conf.py in makeversionhdr.py</title>
<updated>2018-05-02T12:50:17+00:00</updated>
<author>
<name>Lars Kellogg-Stedman</name>
<email>lars@oddbit.com</email>
</author>
<published>2018-05-02T12:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e977aafe4d2df129b3f8001e4fe4dfd9642f7f9'/>
<id>urn:sha1:4e977aafe4d2df129b3f8001e4fe4dfd9642f7f9</id>
<content type='text'>
the py/makeversionhdr.py script was looking for `conf.py` in the
`docs/` directory, but this was relocated in 46e7f8e.  This is used by
the fallback `get_version_info_from_docs_conf` method, which is only
consulted if `git` is unavailable in the build environment.

Closes #791.
</content>
</entry>
<entry>
<title>merge from 2.2.0 + fix up board defs</title>
<updated>2018-01-03T02:25:41+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-01-03T02:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=065e82015f0d2bd6732c62b7375fcc7af87fa0cf'/>
<id>urn:sha1:065e82015f0d2bd6732c62b7375fcc7af87fa0cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize module and class static dicts; update freetouch</title>
<updated>2017-08-27T19:02:50+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-27T19:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c679c80c710fd4a0e37ad87200d8a721e19727aa'/>
<id>urn:sha1:c679c80c710fd4a0e37ad87200d8a721e19727aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.</title>
<updated>2017-08-26T02:17:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-26T02:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16'/>
<id>urn:sha1:ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16</id>
<content type='text'>
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
</content>
</entry>
<entry>
<title>py/makeversionhdr.py: Update to parse new release line in docs/conf.py.</title>
<updated>2017-07-04T12:37:41+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-07-04T12:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b51919f5b757ee6409f97b93c0f0a8bec84f55ad'/>
<id>urn:sha1:b51919f5b757ee6409f97b93c0f0a8bec84f55ad</id>
<content type='text'>
The line in docs/conf.py with the release/version number was recently
changed and this patch makes the makeversionhdr.py script work again.
</content>
</entry>
<entry>
<title>py: Fix version header generation when no tags are available.</title>
<updated>2017-05-01T22:12:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-05-01T20:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd64379c0dd369504e0ca0d7bb8253110b071859'/>
<id>urn:sha1:dd64379c0dd369504e0ca0d7bb8253110b071859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change sys.implementation to return circuitpython and the circuitpython version number that doesn't start with v. Fixes #86.</title>
<updated>2017-02-13T15:23:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-13T15:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=26c61d43f414b2b2de3c97dbd8559d206c24fc9f'/>
<id>urn:sha1:26c61d43f414b2b2de3c97dbd8559d206c24fc9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/makeversionhdr.py: Use any tag to describe the version.</title>
<updated>2016-10-14T20:10:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2016-10-14T19:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c69ea1a14395119a19780f5e95e2a236ed924d81'/>
<id>urn:sha1:c69ea1a14395119a19780f5e95e2a236ed924d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/makeversionhdr.py: Work with backslashes in paths.</title>
<updated>2015-10-30T08:34:53+00:00</updated>
<author>
<name>omtinez</name>
<email>omtinez@gmail.com</email>
</author>
<published>2015-10-30T02:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17c649da3d406f72907f46acc9473bbeebb30d91'/>
<id>urn:sha1:17c649da3d406f72907f46acc9473bbeebb30d91</id>
<content type='text'>
This script may be called by Windows IDEs (e.g. Visual Studio) and be passed
paths with backslashes.
</content>
</entry>
<entry>
<title>py/makeversionhdr.py: Use returncode attr to be Python2.7 compat.</title>
<updated>2015-08-12T22:28:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-12T22:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=94ef8879cd28e7531ab214f093e184d74490f639'/>
<id>urn:sha1:94ef8879cd28e7531ab214f093e184d74490f639</id>
<content type='text'>
</content>
</entry>
</feed>
