<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pecan.git/docs, branch 0.4.3</title>
<subtitle>github.com: stackforge/pecan.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/'/>
<entry>
<title>Version increment.</title>
<updated>2013-12-17T20:52:50+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-12-17T20:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=1256298632151c5d5324375e53bb5a11cdf1a050'/>
<id>1256298632151c5d5324375e53bb5a11cdf1a050</id>
<content type='text'>
Change-Id: I9a4d128ce2ad9e26ebebec1f90c579622f55aeca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9a4d128ce2ad9e26ebebec1f90c579622f55aeca
</pre>
</div>
</content>
</entry>
<entry>
<title>Version increment.</title>
<updated>2013-09-27T21:13:21+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-09-27T21:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=55075fb8cf58b0c4ba029cd097232118b079185c'/>
<id>55075fb8cf58b0c4ba029cd097232118b079185c</id>
<content type='text'>
Change-Id: Ieb0de1a38c5d015a8df07da9e5df7a36b6214c51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ieb0de1a38c5d015a8df07da9e5df7a36b6214c51
</pre>
</div>
</content>
</entry>
<entry>
<title>Including a `venv` tox environment so we can release via OpenStack CI.</title>
<updated>2013-09-27T14:58:01+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-09-27T14:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=30b5b6e9b22dfd0274222b1d595e1ddcc817052c'/>
<id>30b5b6e9b22dfd0274222b1d595e1ddcc817052c</id>
<content type='text'>
Change-Id: I42559526c951301a812910f4e48de8ac5221613a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I42559526c951301a812910f4e48de8ac5221613a
</pre>
</div>
</content>
</entry>
<entry>
<title>Version increment.</title>
<updated>2013-09-27T13:41:45+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-09-27T13:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=8839daaf4aec1dd853c4198ae55af1dbefaa1fd5'/>
<id>8839daaf4aec1dd853c4198ae55af1dbefaa1fd5</id>
<content type='text'>
Dependencies changed (we removed simplegeneric and replaced it with
singledispatch), so we should probably release a new major version.

Change-Id: Ic618d8998ec6f90806dc5fc84451f2ad616f1e66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependencies changed (we removed simplegeneric and replaced it with
singledispatch), so we should probably release a new major version.

Change-Id: Ic618d8998ec6f90806dc5fc84451f2ad616f1e66
</pre>
</div>
</content>
</entry>
<entry>
<title>Version increment.</title>
<updated>2013-09-27T04:15:16+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-09-27T04:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=885d35445a2b9d520795aa47bf0c48321dbab53f'/>
<id>885d35445a2b9d520795aa47bf0c48321dbab53f</id>
<content type='text'>
Change-Id: Id6d78c43b1c4a2de75d5419c606d7af1e9c48ea1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id6d78c43b1c4a2de75d5419c606d7af1e9c48ea1
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace simplegeneric with singledispatch (PEP 443).</title>
<updated>2013-09-23T01:14:26+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-09-17T21:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=435e5fa34a6a87129f6922c18fa36e26d60e4e7f'/>
<id>435e5fa34a6a87129f6922c18fa36e26d60e4e7f</id>
<content type='text'>
Closes-Bug: #1226813
Change-Id: I1ba149ac00353460065d4cddbe3ccd8782aaa611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: #1226813
Change-Id: I1ba149ac00353460065d4cddbe3ccd8782aaa611
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Document and test the uwsgi plugin."</title>
<updated>2013-09-01T13:20:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-09-01T13:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=09ea1274589d51104d89d2b325906aa0a36c181a'/>
<id>09ea1274589d51104d89d2b325906aa0a36c181a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an RST heading.</title>
<updated>2013-08-29T20:07:05+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-08-29T20:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=2feae26eda106642dd13799474c7e3f5a9f818fa'/>
<id>2feae26eda106642dd13799474c7e3f5a9f818fa</id>
<content type='text'>
Change-Id: I0a4068eb5624c2d9df54ce695ae9616725b0091b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0a4068eb5624c2d9df54ce695ae9616725b0091b
</pre>
</div>
</content>
</entry>
<entry>
<title>Document and test the uwsgi plugin.</title>
<updated>2013-08-29T20:00:57+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-08-29T19:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=4a85581cd937542d6f0cbcd7fbef2180575fd756'/>
<id>4a85581cd937542d6f0cbcd7fbef2180575fd756</id>
<content type='text'>
Change-Id: I97449c5238ac8c8a9dbc334e628c4f7a414ff896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I97449c5238ac8c8a9dbc334e628c4f7a414ff896
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs and package metadata to reflect gerrit review process.</title>
<updated>2013-08-13T19:40:20+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-08-13T19:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=106ba3afbaa321f080ce57e9a7a303ca6c303eed'/>
<id>106ba3afbaa321f080ce57e9a7a303ca6c303eed</id>
<content type='text'>
Change-Id: I5cc6cfa31bb899ea32f6d9cb37d86dc0275d09fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5cc6cfa31bb899ea32f6d9cb37d86dc0275d09fc
</pre>
</div>
</content>
</entry>
</feed>
