<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/wheel-git.git, branch 0.33.4</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>Bumped up the version</title>
<updated>2019-05-11T21:41:35+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-11T21:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=882cd05d9bf4c4fc72568d806e227b5cf14df1d7'/>
<id>882cd05d9bf4c4fc72568d806e227b5cf14df1d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the changelog</title>
<updated>2019-05-11T21:34:08+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-11T21: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=90dd34c435d848a110434d24e3f074e96e034f15'/>
<id>90dd34c435d848a110434d24e3f074e96e034f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Include directory entries when building wheel (#289)"</title>
<updated>2019-05-11T21:27:58+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-11T21:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=46b045676c70b282365fa86082be9206de4adaf0'/>
<id>46b045676c70b282365fa86082be9206de4adaf0</id>
<content type='text'>
This reverts commit 369b1eeb. Fixes #294.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 369b1eeb. Fixes #294.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped up the version number</title>
<updated>2019-05-10T11:06:01+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-10T11:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=7b782219d5322ee66cef293c5c5b49fbd4133a0d'/>
<id>7b782219d5322ee66cef293c5c5b49fbd4133a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the changelog</title>
<updated>2019-05-10T11:03:39+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-10T11:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=5862b6188c813e8c5454ddef0a7e15cd445636e6'/>
<id>5862b6188c813e8c5454ddef0a7e15cd445636e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the latest PyPy versions on Travis</title>
<updated>2019-05-10T11:00:15+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-10T10:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=ed8e7272ef01b86e0ff3f5cbc15b125955e05d6d'/>
<id>ed8e7272ef01b86e0ff3f5cbc15b125955e05d6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wheelfile: Mask platform specific mode bits (#292)</title>
<updated>2019-05-10T10:58:36+00:00</updated>
<author>
<name>Matt Wozniski</name>
<email>godlygeek@gmail.com</email>
</author>
<published>2019-05-10T10:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=0f2b373f97da29efcd09e467cea67377cd34bb5b'/>
<id>0f2b373f97da29efcd09e467cea67377cd34bb5b</id>
<content type='text'>
When creating zip entries for files and directories, only attempt to
preserve the subset of mode bits which can be reapplied through chmod,
plus the file type bits.  This will exclude any bits that are platform-
or filesystem-specific, like S_IFJOURNAL on AIX.

Fixes #291.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating zip entries for files and directories, only attempt to
preserve the subset of mode bits which can be reapplied through chmod,
plus the file type bits.  This will exclude any bits that are platform-
or filesystem-specific, like S_IFJOURNAL on AIX.

Fixes #291.</pre>
</div>
</content>
</entry>
<entry>
<title>Really updated the version number this time</title>
<updated>2019-05-09T08:18:30+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-09T08:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=9534258081b4abf3af817dab976bc95ecc4bfa30'/>
<id>9534258081b4abf3af817dab976bc95ecc4bfa30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped up the version number</title>
<updated>2019-05-08T18:33:56+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-08T18:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=15daabf035b57872c13df3f30c24b77303376b84'/>
<id>15daabf035b57872c13df3f30c24b77303376b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added news item for PR #289</title>
<updated>2019-05-08T18:31:26+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2019-05-08T18:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/wheel-git.git/commit/?id=ecd6926b653aacf7fd3a0ca37f344256eb7836f6'/>
<id>ecd6926b653aacf7fd3a0ca37f344256eb7836f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
