-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Update vendored pyperclip to 1.5.8 #9693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add this to the first line of
|
Yeah, I took a look at Travis too... I forgot about those Python 2 peoples! |
@jcjf further, what platform are you testing this on? (as this requires some 'manual' testing I think), pls check the appropriate box |
Hmm... this might be related to asweigart/pyperclip#11 One alternative is to only update the win32 parts of pyperclip. We could take that from pyperclip itself or perhaps from https://github.com/pyreadline/pyreadline/blob/master/pyreadline/clipboard/win32_clipboard.py |
@jreback Suggested path forward? |
actually I think what u did is ok the test is failing because xclip / xsel is not installed iirc we were doing this in the install script somewhere have a look in ci/install_conda.py lmk |
@jcjf can u update? |
I've been very busy recently and haven't had time to take another look at On 10 May 2015 at 04:16, jreback [email protected] wrote:
|
40338af
to
f90cde4
Compare
So basically my earlier attempts forgot to maintain compatibility by raising a subclass of I believe the CI builds don't actually test the GTK+ 2 clipboard properly. There isn't any setup that would make |
ok, looks reasonable, can you add a release note for 0.17.0 with the referenced issue. We are claiming this is just a bug fix, yes? (e.g. it now supports unicode on windows). squash. Then need to have people tests this out on various system, e.g. some manual validation. |
426bdd6
to
9bc5390
Compare
can you rebase? |
9bc5390
to
ce5e4be
Compare
this looks reasonable. can people give this a whirl to make sure it works? |
ok, this works on windows, but is failing on mac. any ideas? (I think working on linux as travis is passing) |
@jcjf want to rebase this |
pyperclip upstream has updated to 1.5.15 - maintain the change 1.5.11 only or try to update? |
@jcjf that sounds fine. The main issue I think was testing on this. |
ce5e4be
to
73f0598
Compare
can you rebase this |
ok, can you rebase & add a whatsnew note for 0.18.0 |
73f0598
to
39f2409
Compare
@jreback I've rebased this for the third time now. Can you please indicate whether this is still failing on mac and whether you intend to merge this soon? |
This doesn't pass on macosx, not really sure why. Does this pass on windows?
seems the index is not matching on the nonascii
|
these seem to all pass on windows. |
I will amend. These seem to pass on a vanlilla terminal in macosx, I have a weird xterm going. |
merged via 925f62a thanks! |
Resolves #9263
Tested: