<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git, branch pygments-2.8</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>Update functional test output for Pygments 2.8</title>
<updated>2021-02-18T14:18:45+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T14:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=392a16443f1b3bd7079c0e820364dce424349218'/>
<id>392a16443f1b3bd7079c0e820364dce424349218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Pygments dev dependency to v2.8</title>
<updated>2021-02-18T14:16:36+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T14:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=7cfd00c7e7214dd006b9b1db29a3c2e304b8a7bc'/>
<id>7cfd00c7e7214dd006b9b1db29a3c2e304b8a7bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .yaml file extension to EditorConfig</title>
<updated>2021-02-18T14:06:29+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T14:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=cdec5305729c461721f4bea1477bbc4df776caf0'/>
<id>cdec5305729c461721f4bea1477bbc4df776caf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change FAQ entry to new Tag Cloud plugin repo</title>
<updated>2021-02-18T11:30:44+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T11:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=68817845b048f160bb65887aaa8da1f5308da5fa'/>
<id>68817845b048f160bb65887aaa8da1f5308da5fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PKG_PATH var in Invoke tasks.py more DRY</title>
<updated>2021-02-18T11:29:18+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T11:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=27762d2cf70fd76f0f3f76ea02b7cf8bfa4e1236'/>
<id>27762d2cf70fd76f0f3f76ea02b7cf8bfa4e1236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2847 from mirekdlugosz/livereload-cleanup</title>
<updated>2021-02-09T20:28:54+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-09T20:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=7a26f509dfc76d7fcd4d2d28eac02aae0a8fbd17'/>
<id>7a26f509dfc76d7fcd4d2d28eac02aae0a8fbd17</id>
<content type='text'>
livereload task improvements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
livereload task improvements</pre>
</div>
</content>
</entry>
<entry>
<title>livereload task improvements</title>
<updated>2021-02-09T19:49:48+00:00</updated>
<author>
<name>Mirek Długosz</name>
<email>mirek@mirekdlugosz.com</email>
</author>
<published>2021-02-08T21:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=f846191edddabb6996c4a15490439f3b2ade1249'/>
<id>f846191edddabb6996c4a15490439f3b2ade1249</id>
<content type='text'>
- use custom build command, with caching turned on - this reduces site
  build time by around 40% on my testing machines
- collect all glob patterns in a list and then call `server.watch`
  on each item - this allows to have single place where callback
  function must be specified
- use '**/*.html' as glob in template, to track changes in
  subdirectories
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use custom build command, with caching turned on - this reduces site
  build time by around 40% on my testing machines
- collect all glob patterns in a list and then call `server.watch`
  on each item - this allows to have single place where callback
  function must be specified
- use '**/*.html' as glob in template, to track changes in
  subdirectories
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unsupported Python 3.5 from test matrix</title>
<updated>2021-01-15T12:19:19+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-01-15T12:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=8bb5f1b786b6f2b22d1dc4501796d6df9a658a05'/>
<id>8bb5f1b786b6f2b22d1dc4501796d6df9a658a05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow latest Python-Markdown to be installed</title>
<updated>2021-01-15T12:04:07+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-01-15T12:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ce5d0635137009300b65edb15f73081f0ac4231b'/>
<id>ce5d0635137009300b65edb15f73081f0ac4231b</id>
<content type='text'>
Pinning dependencies to specific versions creates conflicts when other
packages require more recent versions. We can do our part by allowing
for a wider range of dependency versions, specifying only the oldest
version that will still work. Meanwhile, we ensure that test
environments use a specific pinned dependency in order to match the
expected functional test output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pinning dependencies to specific versions creates conflicts when other
packages require more recent versions. We can do our part by allowing
for a wider range of dependency versions, specifying only the oldest
version that will still work. Meanwhile, we ensure that test
environments use a specific pinned dependency in order to match the
expected functional test output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust functional test output for Pygments 2.7.x</title>
<updated>2021-01-15T11:55:57+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-01-15T11:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=e01cde7fcb6ff4e3720059cd59a498972630f3d3'/>
<id>e01cde7fcb6ff4e3720059cd59a498972630f3d3</id>
<content type='text'>
Class `lineno` was changed to `linenos`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Class `lineno` was changed to `linenos`.
</pre>
</div>
</content>
</entry>
</feed>
