<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git, branch 0.26.0</title>
<subtitle>github.com: pypa/wheel.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/'/>
<entry>
<title>Bump to version 0.26.0 for issue #148 fix.</title>
<updated>2015-09-18T18:04:37+00:00</updated>
<author>
<name>Nate Coraor</name>
<email>nate@bx.psu.edu</email>
</author>
<published>2015-09-18T18:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=acb3cf8177034c014cfe90a691a850b5322951b5'/>
<id>acb3cf8177034c014cfe90a691a850b5322951b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix multi-entrypoint failure on Python 3.</title>
<updated>2015-09-17T15:05:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-09-17T15:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=d6324ccf1d983682a5bd46dac5c628768ab120cb'/>
<id>d6324ccf1d983682a5bd46dac5c628768ab120cb</id>
<content type='text'>
EntryPoint() is not comparable, so convert to string and sort those instead.
We only need the string anyway.

Update the complex-dist/setup.py to have multiple entrypoints, though I
didn't see anything in the test that verifies that all of the entrypoints
were successful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EntryPoint() is not comparable, so convert to string and sort those instead.
We only need the string anyway.

Update the complex-dist/setup.py to have multiple entrypoints, though I
didn't see anything in the test that verifies that all of the entrypoints
were successful.
</pre>
</div>
</content>
</entry>
<entry>
<title>update CHANGES.txt</title>
<updated>2015-09-17T00:34:49+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2015-09-17T00:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=4b9fd6bf095c1b4427ed65ac19e4d5666a719f33'/>
<id>4b9fd6bf095c1b4427ed65ac19e4d5666a719f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add py35 tox env</title>
<updated>2015-09-15T18:11:53+00:00</updated>
<author>
<name>Nate Coraor</name>
<email>nate@bx.psu.edu</email>
</author>
<published>2015-09-15T18:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=dc003142de3b5e742bc7422ea338ca68397717ad'/>
<id>dc003142de3b5e742bc7422ea338ca68397717ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in minrk/wheel/minrk/split-soabi (pull request #53)</title>
<updated>2015-09-15T16:58:27+00:00</updated>
<author>
<name>Nate Coraor</name>
<email>nate@bx.psu.edu</email>
</author>
<published>2015-09-15T16:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=cfde2d33b70aca5e56c742cf01dbc3cc7fe5cb5b'/>
<id>cfde2d33b70aca5e56c742cf01dbc3cc7fe5cb5b</id>
<content type='text'>
use split instead of rsplit to create abi_tag from SOABI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use split instead of rsplit to create abi_tag from SOABI
</pre>
</div>
</content>
</entry>
<entry>
<title>only use first part of SOABI for abi tag</title>
<updated>2015-06-18T18:10:00+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2015-06-18T18:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=4e41bd6ac7c9ba629dcdb2f3028b04ebc4bf7726'/>
<id>4e41bd6ac7c9ba629dcdb2f3028b04ebc4bf7726</id>
<content type='text'>
turns 'cpython-35m-darwin' into 'cp35m'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
turns 'cpython-35m-darwin' into 'cp35m'
</pre>
</div>
</content>
</entry>
<entry>
<title>use split instead of rsplit to create abi_tag from SOABI</title>
<updated>2015-06-18T06:10:23+00:00</updated>
<author>
<name>minrk</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2015-06-18T06:10:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=4f17703c6eaf4ca64bdfd8003198cc6bc4af01b8'/>
<id>4f17703c6eaf4ca64bdfd8003198cc6bc4af01b8</id>
<content type='text'>
SOABI is cpython-35m-darwin on CPython 3.5 on OS X.
rsplit produces `cpdarwin`, whereas split produces the desired `cp35m-darwin`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SOABI is cpython-35m-darwin on CPython 3.5 on OS X.
rsplit produces `cpdarwin`, whereas split produces the desired `cp35m-darwin`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in nnyby/wheel/nnyby/fix-typo-in-changestxt-1426701437646 (pull request #49)</title>
<updated>2015-05-11T17:29:55+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2015-05-11T17:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=1431b328d98b94eee50f48f5d1b2b49c8980606b'/>
<id>1431b328d98b94eee50f48f5d1b2b49c8980606b</id>
<content type='text'>
Fix typo in CHANGES.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo in CHANGES.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in CHANGES.txt</title>
<updated>2015-03-18T17:57:19+00:00</updated>
<author>
<name>nnyby</name>
<email>niknyby@gmail.com</email>
</author>
<published>2015-03-18T17:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=1de1b0511cb71041c42b9e601bdbf0eeb350e2d1'/>
<id>1de1b0511cb71041c42b9e601bdbf0eeb350e2d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge</title>
<updated>2014-11-13T02:35:50+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2014-11-13T02:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=86e1d10d2d33d906bce00991c913a219f72d580b'/>
<id>86e1d10d2d33d906bce00991c913a219f72d580b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
