<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git, branch release-20.0.35</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>release 20.0.35</title>
<updated>2020-10-15T12:11:17+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-15T12:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=da1c6a3541817dbafeed9efc37129f7284f05a98'/>
<id>da1c6a3541817dbafeed9efc37129f7284f05a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump setuptools and fix Windows subprocess with cwd broken (#1982)</title>
<updated>2020-10-15T12:06:48+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-15T12:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=8f3d157101286e69a81df873dc4d575eb426da13'/>
<id>8f3d157101286e69a81df873dc4d575eb426da13</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 #1978 from pypa/release-20.0.34</title>
<updated>2020-10-12T12:49:49+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-12T12:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=567d64b96471ec309d80bf9f96a77476665080b1'/>
<id>567d64b96471ec309d80bf9f96a77476665080b1</id>
<content type='text'>
release 20.0.34</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
release 20.0.34</pre>
</div>
</content>
</entry>
<entry>
<title>release 20.0.34</title>
<updated>2020-10-12T12:00:44+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-12T12:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=15583b29c4992d061df3f85d00d66d13aec9a737'/>
<id>15583b29c4992d061df3f85d00d66d13aec9a737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always copy executable on Windows 3+ (#1977)</title>
<updated>2020-10-12T11:53:13+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-12T11:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=43a5e0383b33867b73eb1d6f51f9f0a0c063137e'/>
<id>43a5e0383b33867b73eb1d6f51f9f0a0c063137e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align Windows 3.7 methodology and later with venv (#1976)</title>
<updated>2020-10-12T10:25:36+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-12T10:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=ced984abfd4f1531f9075113e77af7ec01479d29'/>
<id>ced984abfd4f1531f9075113e77af7ec01479d29</id>
<content type='text'>
Signed-off-by: Bernát Gábor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernát Gábor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix absolute paths for Cygwin (#1970)</title>
<updated>2020-10-12T09:51:18+00:00</updated>
<author>
<name>davidcoghlan</name>
<email>42351331+davidcoghlan@users.noreply.github.com</email>
</author>
<published>2020-10-12T09:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=2b0bbbabb45044c44d35e65bfc5aa60403b4906b'/>
<id>2b0bbbabb45044c44d35e65bfc5aa60403b4906b</id>
<content type='text'>
* Fix absolute paths for Cygwin

Absolute paths on Windows take the form "c:\somePath" -- these need to be mapped to the form "/cygdrive/c/somePath" on Cygwin. Otherwise, the virtualenv path gets garbled when activated on Cygwin, which can cause the wrong Python environment to be used.

* Remove Cygwin from the list, rely on the shell script for that

* Improved formatting

* Update tests to handle mingw + msys explicitly

* Add changelog entry

* lint errors

* Add msys support to the activation script

* Fix script error &amp; linting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix absolute paths for Cygwin

Absolute paths on Windows take the form "c:\somePath" -- these need to be mapped to the form "/cygdrive/c/somePath" on Cygwin. Otherwise, the virtualenv path gets garbled when activated on Cygwin, which can cause the wrong Python environment to be used.

* Remove Cygwin from the list, rely on the shell script for that

* Improved formatting

* Update tests to handle mingw + msys explicitly

* Add changelog entry

* lint errors

* Add msys support to the activation script

* Fix script error &amp; linting</pre>
</div>
</content>
</entry>
<entry>
<title>Adopt new Github env-var set method</title>
<updated>2020-10-12T09:36:18+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-12T09:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=8df26493c467204dc6f94a9055aced3d74e4f95a'/>
<id>8df26493c467204dc6f94a9055aced3d74e4f95a</id>
<content type='text'>
Signed-off-by: Bernát Gábor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernát Gábor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update codecov.yaml</title>
<updated>2020-10-11T08:12:38+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-11T08:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=b0b11a7720f5866d8f6ecb8df479263413d8e018'/>
<id>b0b11a7720f5866d8f6ecb8df479263413d8e018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.9 final</title>
<updated>2020-10-08T18:52:56+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-10-08T18:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=9c0a0d1cf729bacfbec70533be009144d92d054c'/>
<id>9c0a0d1cf729bacfbec70533be009144d92d054c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
