<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/setup.py, branch master</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>Implement periodic update feature (#1841)</title>
<updated>2020-06-21T07:28:50+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-06-21T07:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=0cd009b5a1338f66397f71c85a75f576a2f3eabf'/>
<id>0cd009b5a1338f66397f71c85a75f576a2f3eabf</id>
<content type='text'>
Co-authored-by: Pradyun Gedam &lt;pradyunsg@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Pradyun Gedam &lt;pradyunsg@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Disable distutils fixup for python 3</title>
<updated>2020-02-26T15:19:14+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-26T15:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=734fe023f11458f993c49f91b158de774c94d4a4'/>
<id>734fe023f11458f993c49f91b158de774c94d4a4</id>
<content type='text'>
Until https://github.com/pypa/pip/issues/7778 is fixed and released.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until https://github.com/pypa/pip/issues/7778 is fixed and released.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure distutils configuration values do not escape virtual environment (#1657)</title>
<updated>2020-02-24T19:08:32+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-24T19:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=9201422a7b2f61e1bcc836f80860d11daa84c507'/>
<id>9201422a7b2f61e1bcc836f80860d11daa84c507</id>
<content type='text'>
* Ensure distutils configuration values do not escape virtual environment

Distutils has some configuration files where the user may alter paths to
point outside of the virtual environment. Defend against this by
installing a pth file that resets this to their expected path.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix CI failure due to #pypa/pip/issues/7778

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ensure distutils configuration values do not escape virtual environment

Distutils has some configuration files where the user may alter paths to
point outside of the virtual environment. Defend against this by
installing a pth file that resets this to their expected path.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix CI failure due to #pypa/pip/issues/7778

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Better error message when build dependencies not satisfied (#1628)</title>
<updated>2020-02-14T16:08:01+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-14T16:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=1d9b7d1898a31258a8a4af588b0cbe02081a3a0c'/>
<id>1d9b7d1898a31258a8a4af588b0cbe02081a3a0c</id>
<content type='text'>
This only manifests on old platforms, but as we still support them
makes sense to provide better error messages, and relax a bit our
build requirements.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only manifests on old platforms, but as we still support them
makes sense to provide better error messages, and relax a bit our
build requirements.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>pyproject.toml for version generation (#1534)</title>
<updated>2020-02-02T12:21:33+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-02T12:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=bf485441736112803e823703481dbe3376803321'/>
<id>bf485441736112803e823703481dbe3376803321</id>
<content type='text'>
Instead of the usual setup.py.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of the usual setup.py.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>add zipapp support with bundled dependencies (#1491)</title>
<updated>2020-01-16T11:09:43+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-16T11:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=b5f618f352557ddea5ec0e0bfe7188690b51e373'/>
<id>b5f618f352557ddea5ec0e0bfe7188690b51e373</id>
<content type='text'>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Stat rewrite - POC</title>
<updated>2020-01-10T15:38:01+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-10T15:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=d47ab61dc274b84c616f81ff740d1ee369a18871'/>
<id>d47ab61dc274b84c616f81ff740d1ee369a18871</id>
<content type='text'>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
