From bba6df4a1f33a347d12300de7a8ecc1e60b64e3d Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Thu, 6 Dec 2018 03:11:23 -0700 Subject: Adding patch to remove unicode character from pyrope readme file (#9988) * Adding new versions of py-rope. --- .../repos/builtin/packages/py-rope/fix_readme_unicode.patch | 12 ++++++++++++ var/spack/repos/builtin/packages/py-rope/package.py | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 var/spack/repos/builtin/packages/py-rope/fix_readme_unicode.patch (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-rope/fix_readme_unicode.patch b/var/spack/repos/builtin/packages/py-rope/fix_readme_unicode.patch new file mode 100644 index 0000000000..d922548881 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-rope/fix_readme_unicode.patch @@ -0,0 +1,12 @@ +diff -Naru rope-0.10.5.orig/README.rst rope-0.10.5/README.rst +--- rope-0.10.5.orig/README.rst 2018-11-22 13:47:38.880373715 -0700 ++++ rope-0.10.5/README.rst 2018-11-22 13:47:50.484375982 -0700 +@@ -19,7 +19,7 @@ + ============ + + * Nick Smith takes over maintaining rope. Many thanks to +- Matěj Cepl for his work maintaining rope for the past few years!! ++ Matej Cepl for his work maintaining rope for the past few years!! + * Full python3 support is in progress... stay tuned + + Getting Started diff --git a/var/spack/repos/builtin/packages/py-rope/package.py b/var/spack/repos/builtin/packages/py-rope/package.py index 879264707f..cfdd7a5b3c 100644 --- a/var/spack/repos/builtin/packages/py-rope/package.py +++ b/var/spack/repos/builtin/packages/py-rope/package.py @@ -12,6 +12,11 @@ class PyRope(PythonPackage): homepage = "https://github.com/python-rope/rope" url = "https://pypi.io/packages/source/r/rope/rope-0.10.5.tar.gz" - version('0.10.5', '21882fd7c04c29d09f75995d8a088be7') + version('0.11.0', sha256='a108c445e1cd897fe19272ab7877d172e7faf3d4148c80e7d20faba42ea8f7b2') + version('0.10.7', sha256='a09edfd2034fd50099a67822f9bd851fbd0f4e98d3b87519f6267b60e50d80d1') + version('0.10.6', sha256='9700e163f3b05ef4c68133a39d436c253a84b35baf662c2d63407da7bfa08edf') + version('0.10.5', sha256='2ff6099e65798f9e27da5026cc7136b4d9b340fc817031ccb4318f61f448127f') + + patch('fix_readme_unicode.patch', when='@0.10.5:0.11.0') depends_on('py-setuptools', type='build') -- cgit v1.2.3-60-g2f50