<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pecan.git/setup.py, branch 0.4.2</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-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>Specify minimum versions in requirements.txt.</title>
<updated>2013-08-16T19:04:37+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-08-14T15:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=a5695984349aae023097d31612a87c08930406cb'/>
<id>a5695984349aae023097d31612a87c08930406cb</id>
<content type='text'>
We used to use requirements.txt for frozen dependency testing in Travis-CI.
Given that pecan is a framework, it probably makes more sense to specify
"minimum" versions.  This change extracts the list of minimum dependencies into
a requirements file that can be used in other places, like documentation and
installation tools.

Change-Id: Ie2fef9fd2e5ed261b4cc82139882b226ba787680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to use requirements.txt for frozen dependency testing in Travis-CI.
Given that pecan is a framework, it probably makes more sense to specify
"minimum" versions.  This change extracts the list of minimum dependencies into
a requirements file that can be used in other places, like documentation and
installation tools.

Change-Id: Ie2fef9fd2e5ed261b4cc82139882b226ba787680
</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>
<entry>
<title>Version increment.</title>
<updated>2013-08-12T20:04:20+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-08-12T20:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=190662a78e0557deb9cbe262f898f65ec2fad64f'/>
<id>190662a78e0557deb9cbe262f898f65ec2fad64f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version increment.</title>
<updated>2013-07-22T15:36:47+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-07-22T15:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=b634bfb4736e4387ff12f8c3f8ca43d483aa4aa4'/>
<id>b634bfb4736e4387ff12f8c3f8ca43d483aa4aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Jinja 2.7 removed support for Python 3.2</title>
<updated>2013-07-08T21:11:11+00:00</updated>
<author>
<name>Ryan Petrello</name>
<email>lists@ryanpetrello.com</email>
</author>
<published>2013-07-08T21:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pecan.git/commit/?id=0629489d95b80a2e86ad0bddd59161158b62da4b'/>
<id>0629489d95b80a2e86ad0bddd59161158b62da4b</id>
<content type='text'>
(http://jinja.pocoo.org/docs/changelog/#version-2-7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(http://jinja.pocoo.org/docs/changelog/#version-2-7)
</pre>
</div>
</content>
</entry>
</feed>
