<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pytest.ini, branch debt/drop-py35</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Filter lib2to3 (Pending)DeprecationWarning in testes</title>
<updated>2020-04-30T08:25:58+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-04-30T08:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b36de51a8f36849b126ba46846cbddd00cd2ba8f'/>
<id>b36de51a8f36849b126ba46846cbddd00cd2ba8f</id>
<content type='text'>
lib2to3 is deprecated in Python 3.9: https://bugs.python.org/issue40360

Workarounds https://github.com/pypa/setuptools/issues/2081
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lib2to3 is deprecated in Python 3.9: https://bugs.python.org/issue40360

Workarounds https://github.com/pypa/setuptools/issues/2081
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress Pytest 5.4 warnings. Closes #2025</title>
<updated>2020-03-15T19:04:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-15T19:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a753df58651cb2d685dc721a40b450a7dba611ce'/>
<id>a753df58651cb2d685dc721a40b450a7dba611ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get both UnicodeWarnings</title>
<updated>2020-03-08T18:28:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-08T18:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d8e103d12af18bb8100952b4bc08eeed491b97c6'/>
<id>d8e103d12af18bb8100952b4bc08eeed491b97c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress another warning</title>
<updated>2020-03-08T18:16:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-08T18:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=46430d4f340da778a86d92727bbd608c16d63ec0'/>
<id>46430d4f340da778a86d92727bbd608c16d63ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress Windows bytes API warning until it can be fixed. Ref #2016.</title>
<updated>2020-03-08T17:57:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-08T17:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=47ca64bc1138960d7f6d8f0161ed2d74a3670ee4'/>
<id>47ca64bc1138960d7f6d8f0161ed2d74a3670ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress RuntimeWarning from sandbox module on Python 2</title>
<updated>2020-03-08T17:49:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-08T17:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dd250ca952bb3f109086eca3353b65a92fbcbf4d'/>
<id>dd250ca952bb3f109086eca3353b65a92fbcbf4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress UserWarning in pkg_resources.</title>
<updated>2020-03-07T22:25:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-07T22:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e63e131686be6bae3249a67958bdb2ef5abd1622'/>
<id>e63e131686be6bae3249a67958bdb2ef5abd1622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/1823-fail-warnings</title>
<updated>2020-03-07T20:53:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-03-07T20:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=85df5f7766f9ba4f0d238298d0d57e86fad8fe80'/>
<id>85df5f7766f9ba4f0d238298d0d57e86fad8fe80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run flake8 tests as part of test suite.</title>
<updated>2020-01-19T18:19:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T18:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=313ac58f51c6ef92170647c4cc8626043f68a26b'/>
<id>313ac58f51c6ef92170647c4cc8626043f68a26b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>normalize indentation</title>
<updated>2019-11-17T01:18:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-11-17T01:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f265e4089c63bfa17d8024d0d6a574c2aaaa992d'/>
<id>f265e4089c63bfa17d8024d0d6a574c2aaaa992d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
