Skip to content

Conversation

tleonhardt
Copy link
Member

The latest version of pyperclip (version 1.6) changed to a single-file project structure, so import of the
PyperclipException needs to be done differently depending on the version of that module.

Also included a number of minor maintenance updates:

  • Bumped version to 0.7.8 in preparation for upcoming release
  • Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2
  • Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands
  • Deleted old files which were used to prepare for a PyCon 2010 presentation
  • Updated ChangeLog regarding this bug fix

This closes #230

…nt version

Also included a number of minor maintenance updates:
- Bumped version to 0.7.8 in preparation for upcoming release
- Updated Readme.md to add link to slides from recent Florida PyCon talk about cmd2
- Updated documentation on integrating cmd2 with other event loops to use newer runcmds_plus_hooks() method instead of legacy onecmds_plus_hooks method which doesn't properly deal with load commands
- Deleted old files which were used to prepare for a PyCon 2010 presentation
- Updated ChangeLog regarding this bug fix
@tleonhardt tleonhardt added this to the 0.7.8 milestone Nov 8, 2017
@tleonhardt tleonhardt self-assigned this Nov 8, 2017
@codecov
Copy link

codecov bot commented Nov 8, 2017

Codecov Report

Merging #231 into master will decrease coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
- Coverage   96.95%   96.88%   -0.07%     
==========================================
  Files           1        1              
  Lines        1215     1220       +5     
==========================================
+ Hits         1178     1182       +4     
- Misses         37       38       +1
Impacted Files Coverage Δ
cmd2.py 96.88% <100%> (-0.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b16b912...5027f7c. Read the comment docs.

@tleonhardt tleonhardt merged commit 621df39 into master Nov 8, 2017
@tleonhardt tleonhardt deleted the pyperclip_version branch November 8, 2017 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking change in unpinned pyperclip dependency
1 participant