<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/.github/workflows, branch 3.1.18</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Revert "Revert "Remove support for Python 3.5" - fix CI for now."</title>
<updated>2021-06-16T03:27:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-06-16T03:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=b0f79c58ad919e90261d1e332df79a4ad0bc40de'/>
<id>b0f79c58ad919e90261d1e332df79a4ad0bc40de</id>
<content type='text'>
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove support for Python 3.5" - fix CI for now.</title>
<updated>2021-06-16T03:22:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-06-16T03:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=820d3cc9ceda3e5690d627677883b7f9d349b326'/>
<id>820d3cc9ceda3e5690d627677883b7f9d349b326</id>
<content type='text'>
This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22.

See #1201 which will hopefully help to get a proper fix soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22.

See #1201 which will hopefully help to get a proper fix soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1201 from bertwesarg/remove-py35</title>
<updated>2021-06-16T02:58:09+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-06-16T02:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=cefc0df04440215dad825e109807aecf39d6180b'/>
<id>cefc0df04440215dad825e109807aecf39d6180b</id>
<content type='text'>
DNM before 2021-09-05: Remove support for Python 3.5</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DNM before 2021-09-05: Remove support for Python 3.5</pre>
</div>
</content>
</entry>
<entry>
<title>ci: check types with mypy</title>
<updated>2021-04-23T13:23:11+00:00</updated>
<author>
<name>Giel van Schijndel</name>
<email>giel@mortis.eu</email>
</author>
<published>2021-04-23T10:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=043e15fe140cfff8725d4f615f42fa1c55779402'/>
<id>043e15fe140cfff8725d4f615f42fa1c55779402</id>
<content type='text'>
This will result in _partial_ type checking of the type annotations by
using mypy. Keep in mind though that mypy is performing _static_
analysis in a _dynamic_ language so it can only partially check for
correctness.

Some other tool(s) will be needed to have more complete type checking at
runtime. E.g. [typeguard].

[typeguard]: https://pypi.org/project/typeguard/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will result in _partial_ type checking of the type annotations by
using mypy. Keep in mind though that mypy is performing _static_
analysis in a _dynamic_ language so it can only partially check for
correctness.

Some other tool(s) will be needed to have more complete type checking at
runtime. E.g. [typeguard].

[typeguard]: https://pypi.org/project/typeguard/
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore CI operation </title>
<updated>2021-04-17T05:37:42+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-04-17T05:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=9e7314c57ef56aaf5fd27a311bfa6a01d18366a2'/>
<id>9e7314c57ef56aaf5fd27a311bfa6a01d18366a2</id>
<content type='text'>
Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for Python 3.5</title>
<updated>2021-03-13T19:34:07+00:00</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2021-03-11T15:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=45d1cd59d39227ee6841042eab85116a59a26d22'/>
<id>45d1cd59d39227ee6841042eab85116a59a26d22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add python 3.9 support</title>
<updated>2021-02-26T15:07:29+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-26T15:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=803aca26d3f611f7dfd7148f093f525578d609ef'/>
<id>803aca26d3f611f7dfd7148f093f525578d609ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: update tool scripts after moving tests</title>
<updated>2020-07-12T13:39:58+00:00</updated>
<author>
<name>Konrad Weihmann</name>
<email>kweihmann@outlook.com</email>
</author>
<published>2020-07-10T16:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=961539ced52c82519767a4c9e5852dbeccfc974e'/>
<id>961539ced52c82519767a4c9e5852dbeccfc974e</id>
<content type='text'>
Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert moving tests out of 'git' folder, related to #1030</title>
<updated>2020-07-12T10:04:26+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-07-12T10:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=d5f0d48745727684473cf583a002e2c31174de2d'/>
<id>d5f0d48745727684473cf583a002e2c31174de2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: update tool scripts after moving tests</title>
<updated>2020-07-12T09:13:10+00:00</updated>
<author>
<name>Konrad Weihmann</name>
<email>kweihmann@outlook.com</email>
</author>
<published>2020-07-10T16:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=0238e6cce512a0960d280e7ec932ff1aaab9d0f1'/>
<id>0238e6cce512a0960d280e7ec932ff1aaab9d0f1</id>
<content type='text'>
Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
