<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/setup.py, branch black-fmt</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>reformat according to 'black' configuration file.</title>
<updated>2022-05-18T00:01:38+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-18T00:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e530544546b2a4e5f00e8d9458bf1b895573ec41'/>
<id>e530544546b2a4e5f00e8d9458bf1b895573ec41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run everything through 'black'</title>
<updated>2022-05-17T23:43:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-17T23:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=21ec529987d10e0010badd37f8da3274167d436f'/>
<id>21ec529987d10e0010badd37f8da3274167d436f</id>
<content type='text'>
That way people who use it won't be deterred, while it unifies style
everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way people who use it won't be deterred, while it unifies style
everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Python 3.10</title>
<updated>2021-10-14T07:03:19+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2021-10-13T08:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b0630030a1d2db994fb2fb488efa167b91594864'/>
<id>b0630030a1d2db994fb2fb488efa167b91594864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.py</title>
<updated>2021-09-09T19:04:38+00:00</updated>
<author>
<name>Dominic</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-09-09T19:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bc2edef856254dc52109260ad44c4f5f4a208f9b'/>
<id>bc2edef856254dc52109260ad44c4f5f4a208f9b</id>
<content type='text'>
flake8 fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flake8 fix</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.py</title>
<updated>2021-09-09T19:01:57+00:00</updated>
<author>
<name>Dominic</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-09-09T19:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=58820a5e1481e3d3907eda24422f635893342047'/>
<id>58820a5e1481e3d3907eda24422f635893342047</id>
<content type='text'>
format path -&gt;  os.path in prep for pathlib</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
format path -&gt;  os.path in prep for pathlib</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.py</title>
<updated>2021-09-09T18:56:48+00:00</updated>
<author>
<name>Dominic</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-09-09T18:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e488ce376d7bb92d3d9bb1c6d2408f1ec2a2d5f4'/>
<id>e488ce376d7bb92d3d9bb1c6d2408f1ec2a2d5f4</id>
<content type='text'>
Import README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import README.md</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.py</title>
<updated>2021-09-09T18:04:27+00:00</updated>
<author>
<name>Dominic</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-09-09T18:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d6017fbe075dcd0f1e146ad460449c89bfdcdc0b'/>
<id>d6017fbe075dcd0f1e146ad460449c89bfdcdc0b</id>
<content type='text'>
Comment out python 3.10 for next release</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comment out python 3.10 for next release</pre>
</div>
</content>
</entry>
<entry>
<title>fix setup.py classifiers, improvefnmatchprocess handler types</title>
<updated>2021-08-08T20:12:35+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=78b99d35f04dc96596a751376656f1df1fba09c1'/>
<id>78b99d35f04dc96596a751376656f1df1fba09c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Typing :: Typed to setup.py</title>
<updated>2021-08-03T15:34:06+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-03T15:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=84232f7c71e41e56636f203eb26763a03ab6e945'/>
<id>84232f7c71e41e56636f203eb26763a03ab6e945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rmv 3.6 from setup.py</title>
<updated>2021-08-02T14:41:17+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-02T14:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bef218246c9935f0c31b23a17d1a02ac3810301d'/>
<id>bef218246c9935f0c31b23a17d1a02ac3810301d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
