<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch include-pypy</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Fix tests with pytest 6.2</title>
<updated>2020-12-13T10:27:23+00:00</updated>
<author>
<name>Chih-Hsuan Yen</name>
<email>yan12125@gmail.com</email>
</author>
<published>2020-12-13T10:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=701eee9e53dcbfe200bef46420da420052699e68'/>
<id>701eee9e53dcbfe200bef46420da420052699e68</id>
<content type='text'>
The latest pytest deprecates pytest.yield_fixture in favor of
pytest.fixture [1]. The changelog [2] says that both are the same.

[1] https://github.com/pytest-dev/pytest/pull/7988
[2] https://docs.pytest.org/en/stable/changelog.html#pytest-6-2-0-2020-12-12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latest pytest deprecates pytest.yield_fixture in favor of
pytest.fixture [1]. The changelog [2] says that both are the same.

[1] https://github.com/pytest-dev/pytest/pull/7988
[2] https://docs.pytest.org/en/stable/changelog.html#pytest-6-2-0-2020-12-12
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_test_command_install_requirements with pip 20.3+</title>
<updated>2020-12-12T18:35:23+00:00</updated>
<author>
<name>Chih-Hsuan Yen</name>
<email>yan12125@gmail.com</email>
</author>
<published>2020-12-10T20:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1603dcbaae3bbee4fa90e34828146e348c661401'/>
<id>1603dcbaae3bbee4fa90e34828146e348c661401</id>
<content type='text'>
setuptools appends --find-links to pip if dependency_links is found, and
both takes URLs [1][2].

[1] https://github.com/pypa/setuptools/blob/v51.0.0/docs/userguide/dependency_management.rst#dependencies-that-arent-in-pypi
[2] https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setuptools appends --find-links to pip if dependency_links is found, and
both takes URLs [1][2].

[1] https://github.com/pypa/setuptools/blob/v51.0.0/docs/userguide/dependency_management.rst#dependencies-that-arent-in-pypi
[2] https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-f
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tests guaranteeing that (vendored) dependencies can be installed without setuptools.</title>
<updated>2020-12-06T17:54:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-06T17:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=99bc2c11d74075ebf0b1dae4cab881225765f404'/>
<id>99bc2c11d74075ebf0b1dae4cab881225765f404</id>
<content type='text'>
In a PEP 517 world without distutils, packagers will need to find another way to build and supply the dependencies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a PEP 517 world without distutils, packagers will need to find another way to build and supply the dependencies
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove conditional skip, no longer relevant.</title>
<updated>2020-12-06T17:39:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-06T17:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=65441834e019b064bae862d3cfd9971ecbd1c7f8'/>
<id>65441834e019b064bae862d3cfd9971ecbd1c7f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'virtualenv.python'. Fixes #2434.</title>
<updated>2020-10-18T01:36:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-10-18T01:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=66ca4205ee7e017d6c10346f0bd71fcfc556211f'/>
<id>66ca4205ee7e017d6c10346f0bd71fcfc556211f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2413 from graingert/ignore-any-exception-loading2to3</title>
<updated>2020-10-14T23:57:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-10-14T23:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2b52be2f4e26dd5865db2714cc7d7cb09b4b5b94'/>
<id>2b52be2f4e26dd5865db2714cc7d7cb09b4b5b94</id>
<content type='text'>
ignore any exception when loading 2to3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ignore any exception when loading 2to3</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method for maybe_tag.</title>
<updated>2020-10-07T00:03:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-10-07T00:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f67c1b099d24a37a0c65bf08f88cb46e261d2a61'/>
<id>f67c1b099d24a37a0c65bf08f88cb46e261d2a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore any exception when loading 2to3</title>
<updated>2020-10-04T15:11:27+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2020-10-04T15:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=997eae8020dc28ea1ef87572275f5dc41e1bc74a'/>
<id>997eae8020dc28ea1ef87572275f5dc41e1bc74a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge https://github.com/pypa/distutils into master</title>
<updated>2020-09-05T15:06:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-05T15:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=0a665b2a2f2c0cfbc5badad138feb762c720c15c'/>
<id>0a665b2a2f2c0cfbc5badad138feb762c720c15c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce size of setuptools' bdist_rpm._make_spec_file</title>
<updated>2020-09-04T07:39:07+00:00</updated>
<author>
<name>Thomas Hisch</name>
<email>thomas.hisch@ims.co.at</email>
</author>
<published>2020-08-30T10:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9a7710b1ef1bef6c3d8ad6427e87ee886860b40e'/>
<id>9a7710b1ef1bef6c3d8ad6427e87ee886860b40e</id>
<content type='text'>
There are some setuptools specific changes in the bdist_rpm module that
are no longer needed, because the upstream/shipped version of distutils
already contains them. The code that is removed in this commit from
bdist_rpm is already part of the python-3.5 version of distutils.

Related: #2377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some setuptools specific changes in the bdist_rpm module that
are no longer needed, because the upstream/shipped version of distutils
already contains them. The code that is removed in this commit from
bdist_rpm is already part of the python-3.5 version of distutils.

Related: #2377
</pre>
</div>
</content>
</entry>
</feed>
