This PR pins pyperclip to the latest release 1.8.2.
Changelog
### 1.5.27
```
v1.5.26, 2016/01/20 -- Fix 51, Replace wcscpy_s with memmove for Windows XP.
```
### 1.5.25
```
v1.5.24, 2015/11/14 -- Fix for Import ctypes.wintypes on Linux issue.
```
### 1.5.22
```
v1.5.21, 2015/11/04 -- Import fixes.
```
### 1.5.19
```
v1.5.18, 2015/10/29 -- Added _noCopy/_noPaste functions to raise NotImplementedError exceptions when called, instead of raising exceptions when Pyperclip is imported.
v1.5.17, 2015/10/28 -- Refactoring to add determineFunctionSet() and setFunctions() functions.
v1.5.16, 2015/10/28 -- Fix issue 31, Klipper adds newline to the end of the pasted text.
v1.5.15, 2015/10/12 -- Removing _pyperclip.py file which accidentally got included in the PyPI package.
v1.5.14, 2015/10/09 -- Fixed major Windows problems.
v1.5.13, 2015/09/23 -- Added other python versions to the setup.py file.
```
### 1.5.11
```
v1.5.10, 2015/05/22 -- Fixed pasting from xsel and on mac.
v1.5.9, 2015/02/17 -- Refactoring for Python 2/3 compatibility.
```
### 1.5.7
```
v1.5.6, 2014/12/05 -- Corrections for copying on Windows.
v1.5.5, 2014/12/04 -- Bug fix for unicode on Windows.
v1.5.4, 2014/09/09 -- Undoing OS X paste() bug fix because it requires 2.7, breaks pre2.7 versions.
```
### 1.5.3
```
v1.5.2, 2014/08/24 -- Bug fix in xsel paste function. Thanks to Nikolaos-Digenis Karagiannis.
v1.5.0, 2014/08/16 -- Refactored code to put it on PyPI. Also added support on Cygwin platforms and unit tests.
```
### 1.3.0
```
v1.2.0, 2011/06/14 -- Use the platform module to help determine OS.
```
Links
- PyPI: https://pypi.org/project/pyperclip
- Changelog: https://pyup.io/changelogs/pyperclip/
- Repo: https://github.com/asweigart/pyperclip
This PR pins pyperclip to the latest release 1.8.2.
Changelog
### 1.5.27 ``` v1.5.26, 2016/01/20 -- Fix 51, Replace wcscpy_s with memmove for Windows XP. ``` ### 1.5.25 ``` v1.5.24, 2015/11/14 -- Fix for Import ctypes.wintypes on Linux issue. ``` ### 1.5.22 ``` v1.5.21, 2015/11/04 -- Import fixes. ``` ### 1.5.19 ``` v1.5.18, 2015/10/29 -- Added _noCopy/_noPaste functions to raise NotImplementedError exceptions when called, instead of raising exceptions when Pyperclip is imported. v1.5.17, 2015/10/28 -- Refactoring to add determineFunctionSet() and setFunctions() functions. v1.5.16, 2015/10/28 -- Fix issue 31, Klipper adds newline to the end of the pasted text. v1.5.15, 2015/10/12 -- Removing _pyperclip.py file which accidentally got included in the PyPI package. v1.5.14, 2015/10/09 -- Fixed major Windows problems. v1.5.13, 2015/09/23 -- Added other python versions to the setup.py file. ``` ### 1.5.11 ``` v1.5.10, 2015/05/22 -- Fixed pasting from xsel and on mac. v1.5.9, 2015/02/17 -- Refactoring for Python 2/3 compatibility. ``` ### 1.5.7 ``` v1.5.6, 2014/12/05 -- Corrections for copying on Windows. v1.5.5, 2014/12/04 -- Bug fix for unicode on Windows. v1.5.4, 2014/09/09 -- Undoing OS X paste() bug fix because it requires 2.7, breaks pre2.7 versions. ``` ### 1.5.3 ``` v1.5.2, 2014/08/24 -- Bug fix in xsel paste function. Thanks to Nikolaos-Digenis Karagiannis. v1.5.0, 2014/08/16 -- Refactored code to put it on PyPI. Also added support on Cygwin platforms and unit tests. ``` ### 1.3.0 ``` v1.2.0, 2011/06/14 -- Use the platform module to help determine OS. ```Links
- PyPI: https://pypi.org/project/pyperclip - Changelog: https://pyup.io/changelogs/pyperclip/ - Repo: https://github.com/asweigart/pyperclip