pombredanne / anyreadline

A sane readline meta-component for Python that installs the right readline module on windows and macosx (and nothing on linux which has it right by default)
1 stars 1 forks source link

Update dependency to gnureadline #3

Closed jayvdb closed 6 years ago

jayvdb commented 6 years ago

The readline package was renamed gnureadline.

This should use the new name.

jayvdb commented 6 years ago

First release on https://pypi.org/project/gnureadline/#history is 6.2.5 - Feb 16, 2014 . That should be old enough for 99% of ppl.

Anyone wanting older versions of gnureadline would need to depend on anyreadline<=0.1.1

yzgyyang commented 6 years ago

Ping :) A PR is open.

yzgyyang commented 6 years ago

@pombredanne https://github.com/pombredanne/anyreadline/pull/5