<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch v41.3.0</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>Bump version: 41.2.0 → 41.3.0</title>
<updated>2019-10-07T01:22:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-07T01:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=da3ccf5f648a5836ce5e9b0747a263860ae1dfaa'/>
<id>da3ccf5f648a5836ce5e9b0747a263860ae1dfaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 pull request #1690 from pypa/feature/deterministic-provides-extras</title>
<updated>2019-10-07T00:42:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-07T00:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7a909b2af9a06e669d41947bbd093710fcd1e663'/>
<id>7a909b2af9a06e669d41947bbd093710fcd1e663</id>
<content type='text'>
Honor declared ordering for Provides-Extra entries in package metadata.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Honor declared ordering for Provides-Extra entries in package metadata.</pre>
</div>
</content>
</entry>
<entry>
<title>Refresh vendored packages (ordereddict 3.1.1)</title>
<updated>2019-10-07T00:42:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-07T00:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6f962a07f586162d05e087a90ea8f44461772070'/>
<id>6f962a07f586162d05e087a90ea8f44461772070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog. Ref #1690.</title>
<updated>2019-09-11T17:14:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-11T17:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=45b83cd189db31a0315a4297053feab77d8618b4'/>
<id>45b83cd189db31a0315a4297053feab77d8618b4</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>Merge pull request #1785 from lazka/launcher-fix-mingw-build</title>
<updated>2019-09-11T09:15:32+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-09-11T09:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cb64d3a84fab15aacbdf31a0a5632690ca9f49b2'/>
<id>cb64d3a84fab15aacbdf31a0a5632690ca9f49b2</id>
<content type='text'>
launcher: Fix build with mingw-w64</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
launcher: Fix build with mingw-w64</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1841 from techtonik/patch-1</title>
<updated>2019-09-04T08:16:43+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-09-04T08:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9ee3dae806bff6c6c781f3436d72d68a6bca2685'/>
<id>9ee3dae806bff6c6c781f3436d72d68a6bca2685</id>
<content type='text'>
Fix typo in CHANGES.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo in CHANGES.rst</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in CHANGES.rst</title>
<updated>2019-09-03T18:36:49+00:00</updated>
<author>
<name>anatoly techtonik</name>
<email>techtonik@gmail.com</email>
</author>
<published>2019-09-03T18:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=04940b6e09bb5054666442196383c2fe9e5a09a2'/>
<id>04940b6e09bb5054666442196383c2fe9e5a09a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version: 41.1.0 → 41.2.0</title>
<updated>2019-08-21T08:50:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-08-21T08:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a3e6e68365079642d8949b26ecb810751cc15ef1'/>
<id>a3e6e68365079642d8949b26ecb810751cc15ef1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
