[Python-modules-commits] r33463 - in packages/cookiecutter/trunk/debian/patches (1 file)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Fri Jul 24 20:18:57 UTC 2015


    Date: Friday, July 24, 2015 @ 20:18:56
  Author: bernat
Revision: 33463

Really add patch.

Added:
  packages/cookiecutter/trunk/debian/patches/accept-click-4.x.patch

Added: packages/cookiecutter/trunk/debian/patches/accept-click-4.x.patch
===================================================================
--- packages/cookiecutter/trunk/debian/patches/accept-click-4.x.patch	                        (rev 0)
+++ packages/cookiecutter/trunk/debian/patches/accept-click-4.x.patch	2015-07-24 20:18:56 UTC (rev 33463)
@@ -0,0 +1,16 @@
+Description: Cookiecutter works fine with click 4.x.
+Forwarded: not-needed
+
+Index: cookiecutter-1.0.0/setup.py
+===================================================================
+--- cookiecutter-1.0.0.orig/setup.py
++++ cookiecutter-1.0.0/setup.py
+@@ -23,7 +23,7 @@ if sys.argv[-1] == 'tag':
+ readme = open('README.rst').read()
+ history = open('HISTORY.rst').read().replace('.. :changelog:', '')
+ 
+-requirements = ['binaryornot>=0.2.0', 'jinja2>=2.7', 'PyYAML>=3.10', 'click<4.0']
++requirements = ['binaryornot>=0.2.0', 'jinja2>=2.7', 'PyYAML>=3.10', 'click<5.0']
+ test_requirements = ['pytest']
+ 
+ # Add Python 2.6-specific dependencies




More information about the Python-modules-commits mailing list