<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v41.5.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Merge pull request #1824 from asottile/python310</title>
<updated>2019-10-27T22:17:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-27T22:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e3068ee28f37064d08c3f55557536454be47b0cd'/>
<id>e3068ee28f37064d08c3f55557536454be47b0cd</id>
<content type='text'>
Fixes for python3.10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes for python3.10</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated comment and suppressed exception from test_test.py</title>
<updated>2019-10-22T14:15:40+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-22T00:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4069e0b536802a47c8c15ce839fd98a5f4c84620'/>
<id>4069e0b536802a47c8c15ce839fd98a5f4c84620</id>
<content type='text'>
The test command has not called sys.exit since commit
2c4fd43277fc477d85b50e15c37b176136676270.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test command has not called sys.exit since commit
2c4fd43277fc477d85b50e15c37b176136676270.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1881 from jdufresne/utf-8</title>
<updated>2019-10-22T14:02:01+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-10-22T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e81a2013703111888833446e412d6b67e6203e84'/>
<id>e81a2013703111888833446e412d6b67e6203e84</id>
<content type='text'>
Change coding cookie to use utf-8 (lowercase)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change coding cookie to use utf-8 (lowercase)</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate the test command</title>
<updated>2019-10-22T00:32:25+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-19T15:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cd84510713ada48bf33d4efa749c2952e3fc1a49'/>
<id>cd84510713ada48bf33d4efa749c2952e3fc1a49</id>
<content type='text'>
Provide a warning to users. Suggest using tox as an alternative generic
entry point.

Refs #1684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a warning to users. Suggest using tox as an alternative generic
entry point.

Refs #1684
</pre>
</div>
</content>
</entry>
<entry>
<title>Change coding cookie to use utf-8 (lowercase)</title>
<updated>2019-10-21T23:55:38+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-21T23:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d89682fcba90595d5d6aaf071d6efcc815bceba8'/>
<id>d89682fcba90595d5d6aaf071d6efcc815bceba8</id>
<content type='text'>
While perfectly valid, the encoding 'UTF-8' (uppercase) is not
recognized by the Emacs MULE system. As such, it displays the following
warning when opening a file with it used as an encoding cookie:

    Warning (mule): Invalid coding system ‘UTF-8’ is specified
    for the current buffer/file by the :coding tag.
    It is highly recommended to fix it before writing to a file.

Some discussion of this can be found at:

https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding

While the post does offer a workaround for Emacs users, rather than ask
all to implement it, use the more typical utf-8 (lowercase).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While perfectly valid, the encoding 'UTF-8' (uppercase) is not
recognized by the Emacs MULE system. As such, it displays the following
warning when opening a file with it used as an encoding cookie:

    Warning (mule): Invalid coding system ‘UTF-8’ is specified
    for the current buffer/file by the :coding tag.
    It is highly recommended to fix it before writing to a file.

Some discussion of this can be found at:

https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding

While the post does offer a workaround for Emacs users, rather than ask
all to implement it, use the more typical utf-8 (lowercase).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalid</title>
<updated>2019-10-07T01:29:51+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-07T01:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=01bf4fb2b13c3f7f6d9e8d253d2923b5ea09caa2'/>
<id>01bf4fb2b13c3f7f6d9e8d253d2923b5ea09caa2</id>
<content type='text'>
Crash when invalid python_requires indicated in setup.cfg</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Crash when invalid python_requires indicated in setup.cfg</pre>
</div>
</content>
</entry>
<entry>
<title>Allow 'long_description_content_type' warnings for new versions of packaging. Fixes #1858.</title>
<updated>2019-10-07T01:21:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-07T01:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=53d662a9de0b8d449d167bf1c5cf291a2fecb094'/>
<id>53d662a9de0b8d449d167bf1c5cf291a2fecb094</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/deterministic-provides-extras</title>
<updated>2019-09-11T17:07:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T17:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b3ef77b2085dc8d66d178a2f7d2047a9ca207309'/>
<id>b3ef77b2085dc8d66d178a2f7d2047a9ca207309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more tests for valid behavior. Expand exception, any should do.</title>
<updated>2019-09-11T15:52:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T15:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b31777cd50c7cb59b4ef6c22bd014f0229ef32fa'/>
<id>b31777cd50c7cb59b4ef6c22bd014f0229ef32fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test capturing failure. Ref #1787.</title>
<updated>2019-09-11T15:39:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T15:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ca0ee009f81a460b483c7e451e58dfdcd7787045'/>
<id>ca0ee009f81a460b483c7e451e58dfdcd7787045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
