<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pexpect.git/setup.py, branch 4.1.0</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>Prepare for building wheels</title>
<updated>2016-05-21T11:45:25+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>thomas@kluyver.me.uk</email>
</author>
<published>2016-05-21T11:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=f55e93fb7866557fc0daaecf9561713c1325a6a6'/>
<id>f55e93fb7866557fc0daaecf9561713c1325a6a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bashrc.sh to package_data</title>
<updated>2015-12-08T18:48:49+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>thomas@kluyver.me.uk</email>
</author>
<published>2015-12-08T18:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=e25fd2b9013206e6c2c3a34b9041e3fdafc80962'/>
<id>e25fd2b9013206e6c2c3a34b9041e3fdafc80962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2.6 trove classifier</title>
<updated>2015-10-16T15:03:03+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-16T15:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=d21a2eacc463bdb46c56accec13e2266d69668fe'/>
<id>d21a2eacc463bdb46c56accec13e2266d69668fe</id>
<content type='text'>
Closes gh-293
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-293
</pre>
</div>
</content>
</entry>
<entry>
<title>Add encoding header for Python 2</title>
<updated>2015-10-06T14:30:21+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-06T14:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=23e3d7fbabee85f823c82a8a0448ac659d8686ac'/>
<id>23e3d7fbabee85f823c82a8a0448ac659d8686ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README and PyPI description</title>
<updated>2015-10-05T10:56:08+00:00</updated>
<author>
<name>Thomas Kluyver</name>
<email>takowl@gmail.com</email>
</author>
<published>2015-10-05T10:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pexpect.git/commit/?id=12e67e8c755c2dd7539e3f0466481e80b24353a8'/>
<id>12e67e8c755c2dd7539e3f0466481e80b24353a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
