<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/setup.py, branch unicode-argv</title>
<subtitle>github.com: pexpect/pexpect.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/'/>
<entry>
<title>Remove separate top-level modules</title>
<updated>2015-09-09T11:27:15+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-09-09T11:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=57adf6f08bc208e71f3867586e255c3e9a749358'/>
<id>57adf6f08bc208e71f3867586e255c3e9a749358</id>
<content type='text'>
These were deprecated in 3.x, moving them into the Pexpect package. This
removes them entirely for 4.x.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were deprecated in 3.x, moving them into the Pexpect package. This
removes them entirely for 4.x.
</pre>
</div>
</content>
</entry>
<entry>
<title>We must specify lower-bound for ptyprocess</title>
<updated>2015-04-26T20:58:05+00:00</updated>
<author>
<name>Jeff Quast</name>
<email>contact@jeffquast.com</email>
</author>
<published>2015-04-26T20:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=4bd7305df7a582887db7202128f285a2970aca6f'/>
<id>4bd7305df7a582887db7202128f285a2970aca6f</id>
<content type='text'>
Problem:

- user installs pexpect==3.2 and ptyprocess==0.4
- change is made to ptyprocess, 0.5 is available
- change is made to pexpect, 4.0 is available
- user wishes to upgrade, issues "pip install --upgrade pexpect"
- the current version of ptyprocess (0.4) remains installed.

Solution:

- Specify lowerbound '&gt;=0.5' to ensure that existing pexpect
  installations receive new version of ptyprocess.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:

- user installs pexpect==3.2 and ptyprocess==0.4
- change is made to ptyprocess, 0.5 is available
- change is made to pexpect, 4.0 is available
- user wishes to upgrade, issues "pip install --upgrade pexpect"
- the current version of ptyprocess (0.4) remains installed.

Solution:

- Specify lowerbound '&gt;=0.5' to ensure that existing pexpect
  installations receive new version of ptyprocess.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get version without importing pexpect</title>
<updated>2014-11-24T01:01:29+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-11-24T01:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=76266b5e87ea08b015c4bc27e40a3e4e47d7865f'/>
<id>76266b5e87ea08b015c4bc27e40a3e4e47d7865f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start adapting pexpect to use ptyprocess</title>
<updated>2014-11-24T00:39:20+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-10-08T22:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=b65557aad9c6a7d611f977d403b152dff6df749f'/>
<id>b65557aad9c6a7d611f977d403b152dff6df749f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add long description (copied part of README)</title>
<updated>2014-04-15T01:34:32+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2014-04-15T01:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=afebd40190b443a818d713aa17c7a28a8d0b97cc'/>
<id>afebd40190b443a818d713aa17c7a28a8d0b97cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Trove classifiers to allow PyPI upload</title>
<updated>2013-11-11T18:43:11+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-11-11T18:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=5caa22112a11f2cabdacd8302536580012a2bf98'/>
<id>5caa22112a11f2cabdacd8302536580012a2bf98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authors in setup.py</title>
<updated>2013-10-27T17:28:58+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-10-27T17:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e2bcd062aa96f63162b86f0a38e6156f3af01583'/>
<id>e2bcd062aa96f63162b86f0a38e6156f3af01583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.py</title>
<updated>2013-10-27T06:17:28+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-10-27T06:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=cc3438bcaad01309831bd17cd0e9a62fa78ed2a5'/>
<id>cc3438bcaad01309831bd17cd0e9a62fa78ed2a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pexpect is now a package</title>
<updated>2013-09-25T22:05:14+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-25T22:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=5a38ba61cebf6d73627a522bf371679762dd7651'/>
<id>5a38ba61cebf6d73627a522bf371679762dd7651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make licenses in setup.py match license on files.</title>
<updated>2013-09-17T18:02:31+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2013-09-17T18:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=a25c48ceb5379c7000874500a1a0a8d660686f67'/>
<id>a25c48ceb5379c7000874500a1a0a8d660686f67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
