Skip to content

Commit

Permalink
Merge branch '1.13' into 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Feb 28, 2016
2 parents 4968eaf + 6e1b0e7 commit d6b38c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from setuptools import setup
kw = {
'install_requires': [
'pycrypto >= 2.1, != 2.4',
'pycrypto>=2.1,!=2.4',
'ecdsa',
],
}
Expand Down
3 changes: 3 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

* :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires``
as it triggers occasional bugs in some versions of ``setuptools``. Thanks to
Justin Lecher for catch & original patch.
* :bug:`499` Strip trailing/leading whitespace from lines when parsing SSH
config files - this brings things in line with OpenSSH behavior. Thanks to
Alfredo Esteban for the original report and Nick Pillitteri for the patch.
Expand Down

0 comments on commit d6b38c9

Please sign in to comment.