<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/fabfile.py, branch 2.2.1.final</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Upped version to 2.2.1.</title>
<updated>2012-11-04T22:49:37+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-11-04T22:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=6aa18462014e9c6327b84bf39108dd5f56db37e5'/>
<id>6aa18462014e9c6327b84bf39108dd5f56db37e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the fabfile geterate_test(s) commands so they actually import the testing framework.</title>
<updated>2011-08-17T15:29:29+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-17T15:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=39e9e08e783df4054b6448f4285ca31c4db24a18'/>
<id>39e9e08e783df4054b6448f4285ca31c4db24a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some fadfile commands to (re)generate tests when they are added or updated.</title>
<updated>2011-08-04T17:01:10+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-04T16:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=596492baa23623411d143186d9cad33a1305cd24'/>
<id>596492baa23623411d143186d9cad33a1305cd24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 'fab clean' command.</title>
<updated>2011-08-04T02:16:33+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-04T02:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=47d8d4c175b26f71c3c9341cb5b50910359b124c'/>
<id>47d8d4c175b26f71c3c9341cb5b50910359b124c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename command 'fab do_release' -&gt; 'fad deploy_release'</title>
<updated>2011-08-03T17:55:19+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-03T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9b51cc6aab4bbb18b925328e5d918fa56a5931e2'/>
<id>9b51cc6aab4bbb18b925328e5d918fa56a5931e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated fabfile to automate deploying a release. Includes building a release distribution, registering it with PyPI and uploading donwloads to PyPI and Github.</title>
<updated>2011-08-03T16:43:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-03T16:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f1c7e8d673e0ba788b9a126b7063771066302023'/>
<id>f1c7e8d673e0ba788b9a126b7063771066302023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added doctests to fabfile and edited them to pass in all supported versions of python. Note: one test (meta) is still failing on Python 3 due to unicode strings.</title>
<updated>2011-08-02T13:23:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-02T13:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7af553173629d8d8e36e71fbf2753dc8d6fe11d3'/>
<id>7af553173629d8d8e36e71fbf2753dc8d6fe11d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added fabfile as a script to automate various common mainentance tasks. Currently only automates testing (makes 2to3 testing easier). More featurs to come.</title>
<updated>2011-07-24T19:37:08+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-07-24T19:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=13f23830d31a3a7c30849febba5ef21c8bcfc3ff'/>
<id>13f23830d31a3a7c30849febba5ef21c8bcfc3ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
