<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_mako, branch use_zzzeeksphinx</title>
<subtitle>Python mako
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/'/>
<entry>
<title>- tweaks</title>
<updated>2018-10-04T16:11:31+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2018-10-04T16:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=001ca6b453de3d25c4cb391b169fecd88abf7e38'/>
<id>001ca6b453de3d25c4cb391b169fecd88abf7e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove built-in theme and start using zzzeeksphinx.</title>
<updated>2018-10-03T22:09:40+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2018-10-03T22:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=9055282a969fb92c7d28bcbf83e23c65000155df'/>
<id>9055282a969fb92c7d28bcbf83e23c65000155df</id>
<content type='text'>
this allows maintenance of the "non-standard Sphinx theme"
to remain in one place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows maintenance of the "non-standard Sphinx theme"
to remain in one place.
</pre>
</div>
</content>
</entry>
<entry>
<title>- add py37</title>
<updated>2018-06-28T19:59:57+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2018-06-28T19:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=db7de0306e365e8f4255f1db2f8bb100f038919e'/>
<id>db7de0306e365e8f4255f1db2f8bb100f038919e</id>
<content type='text'>
Change-Id: I151a2351a7fadffd99c843e70c1504135a2c56c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I151a2351a7fadffd99c843e70c1504135a2c56c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant Python&lt;2.6 code</title>
<updated>2018-01-16T18:23:21+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-16T18:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=a582879d89ac6e37b9daa8b3c820ebedddad2aea'/>
<id>a582879d89ac6e37b9daa8b3c820ebedddad2aea</id>
<content type='text'>
Includes PR https://github.com/zzzeek/mako/pull/26 so [Travis CI passes](https://travis-ci.org/hugovk/mako/builds/329346809). The last two commits are unique to this PR.

---

Since Mako 1.0.0, Python 2.6 has been the minimum supported version:

&gt; [general] Compatibility changes; in order to modernize the codebase, Mako is now dropping support for Python 2.4 and Python 2.5 altogether. The source base is now targeted at Python 2.6 and forwards.

http://docs.makotemplates.org/en/latest/changelog.html#change-b602a175c0ec26eaa4f42962d23cca96

This removes redundant code only relevant to Python 2.5 or earlier.

It also adds `python_requires` to setup.py, so pip won't install this version on Python 2.5 or earlier. For people with older versions, pip will install the next Mako version down.

Are all Python 3.x versions supported? If not, I'll add those to `python_requires` as well.

Change-Id: I624e1d56e79555c579278c7a5b4de9498179ffe9
Pull-request: https://github.com/zzzeek/mako/pull/27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes PR https://github.com/zzzeek/mako/pull/26 so [Travis CI passes](https://travis-ci.org/hugovk/mako/builds/329346809). The last two commits are unique to this PR.

---

Since Mako 1.0.0, Python 2.6 has been the minimum supported version:

&gt; [general] Compatibility changes; in order to modernize the codebase, Mako is now dropping support for Python 2.4 and Python 2.5 altogether. The source base is now targeted at Python 2.6 and forwards.

http://docs.makotemplates.org/en/latest/changelog.html#change-b602a175c0ec26eaa4f42962d23cca96

This removes redundant code only relevant to Python 2.5 or earlier.

It also adds `python_requires` to setup.py, so pip won't install this version on Python 2.5 or earlier. For people with older versions, pip will install the next Mako version down.

Are all Python 3.x versions supported? If not, I'll add those to `python_requires` as well.

Change-Id: I624e1d56e79555c579278c7a5b4de9498179ffe9
Pull-request: https://github.com/zzzeek/mako/pull/27
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github/pr/26'</title>
<updated>2018-01-16T18:21:29+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2018-01-16T18:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=200398c6fba989a7f72779e62fd326b28d12cdf2'/>
<id>200398c6fba989a7f72779e62fd326b28d12cdf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary "usage" prefix from mako-render script.</title>
<updated>2018-01-16T18:16:15+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-16T06:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=7c58e12133262f8b070ce3d284f1742fad463bcd'/>
<id>7c58e12133262f8b070ce3d284f1742fad463bcd</id>
<content type='text'>
Pull request courtesy Hugo.

(cherry picked from commit 7e6a1d7822bac275aabb3c1cc90cb67612548127)

Change-Id: I84a302c982f18762d2514c3f840331d1eb3ebcda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull request courtesy Hugo.

(cherry picked from commit 7e6a1d7822bac275aabb3c1cc90cb67612548127)

Change-Id: I84a302c982f18762d2514c3f840331d1eb3ebcda
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tox-travis to avoid InterpreterNotFound</title>
<updated>2018-01-15T21:06:45+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-15T21:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=741e63c3b83f454bb107a8e16284822e486b3fa8'/>
<id>741e63c3b83f454bb107a8e16284822e486b3fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test on Python 3.5 and 3.6</title>
<updated>2018-01-15T20:57:01+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-15T20:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=25744e4b1092c43558c4fd3b780d00ab28cfb17c'/>
<id>25744e4b1092c43558c4fd3b780d00ab28cfb17c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --output-encoding to mako-render</title>
<updated>2017-11-15T15:04:58+00:00</updated>
<author>
<name>lacsaP</name>
<email>patatetom@users.noreply.github.com</email>
</author>
<published>2017-11-15T13:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=c480854e334a225812dd43582b28a48ee57aa9b5'/>
<id>c480854e334a225812dd43582b28a48ee57aa9b5</id>
<content type='text'>
Fixes: #271
Change-Id: I88b46cfbdea9eda0b4c478dd97829bee8431ff58
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #271
Change-Id: I88b46cfbdea9eda0b4c478dd97829bee8431ff58
</pre>
</div>
</content>
</entry>
<entry>
<title>- 1.0.7</title>
<updated>2017-07-13T16:12:05+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2017-07-13T16:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_mako/commit/?id=e63e7787eea3e1c1fb39ae7e1672b0202f0fb9c6'/>
<id>e63e7787eea3e1c1fb39ae7e1672b0202f0fb9c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
