<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/feedgenerator.git/setup.py, branch main</title>
<subtitle>github.com: getpelican/feedgenerator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/'/>
<entry>
<title>Manually increment version in setup.py</title>
<updated>2023-04-14T10:37:48+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2023-04-14T10:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=220bcf2c8b39b51e8c659cda50f2f2cd1b5edb1d'/>
<id>220bcf2c8b39b51e8c659cda50f2f2cd1b5edb1d</id>
<content type='text'>
AutoPub's version incrementing logic apparently needs to be adjusted to
handle this type of version number definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AutoPub's version incrementing logic apparently needs to be adjusted to
handle this type of version number definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 3.6</title>
<updated>2022-12-02T16:43:50+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2022-12-02T16:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=759f549f22027bd2df49b960adb058f018eacf9e'/>
<id>759f549f22027bd2df49b960adb058f018eacf9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Python 3.10 and 3.11</title>
<updated>2022-12-02T16:40:41+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2022-12-02T16:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=1e48317df1468c2d3550d4251cb5649a407c52cc'/>
<id>1e48317df1468c2d3550d4251cb5649a407c52cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed test dir to more traditional "tests"</title>
<updated>2021-09-29T18:45:33+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>venthur@debian.org</email>
</author>
<published>2021-09-29T18:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=8bcc4d9119ed36c45ed7c2c68ac9aa5ab9c53ec2'/>
<id>8bcc4d9119ed36c45ed7c2c68ac9aa5ab9c53ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release version 2.0.0</title>
<updated>2021-09-28T11:37:19+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-09-28T11:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=a9f544666f0146110a58c6b46fa60f4eb78f7a46'/>
<id>a9f544666f0146110a58c6b46fa60f4eb78f7a46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update code for Python 3.6+</title>
<updated>2021-08-18T10:38:23+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-08-18T10:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=f9fb0f980645550459e651f672a132d47a76f8da'/>
<id>f9fb0f980645550459e651f672a132d47a76f8da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2 (#27)</title>
<updated>2021-08-18T10:27:08+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>bastian.venthur@flixbus.com</email>
</author>
<published>2021-08-18T10:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=5e9e1af94ef810336360ff83872f36ae61465dbc'/>
<id>5e9e1af94ef810336360ff83872f36ae61465dbc</id>
<content type='text'>
* removed __future__ imports and explicit encodings
* removed six dependency and code
* fixed py2/3 specific imports
* removed python2 specific code
* don't mention unittest2 anymore</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* removed __future__ imports and explicit encodings
* removed six dependency and code
* fixed py2/3 specific imports
* removed python2 specific code
* don't mention unittest2 anymore</pre>
</div>
</content>
</entry>
<entry>
<title>Release new version</title>
<updated>2021-08-18T08:58:33+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-08-18T08:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=739ae196ab2f7b15800ce82b50dde82bff6751d7'/>
<id>739ae196ab2f7b15800ce82b50dde82bff6751d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch Tox to Pytest, supporting Python 3.6 – 3.9</title>
<updated>2021-08-18T08:35:49+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-08-18T08:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=16c982f987c3948e653839ad50d1c40bcdb2e63f'/>
<id>16c982f987c3948e653839ad50d1c40bcdb2e63f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly decode README as UTF-8</title>
<updated>2020-07-29T01:10:30+00:00</updated>
<author>
<name>John W. O'Brien</name>
<email>john@saltant.com</email>
</author>
<published>2020-07-29T01:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/feedgenerator.git/commit/?id=79a49d9803095d9d62984f62265fc7de72c8b4bd'/>
<id>79a49d9803095d9d62984f62265fc7de72c8b4bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
