[packages/python-PyGitUp] - fix python-click version req - rel 2

baggins baggins at pld-linux.org
Sun Mar 24 11:26:35 CET 2019


commit 710242d75e5c92c09b3b2501e62db9242156dec8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 24 11:26:11 2019 +0100

    - fix python-click version req
    - rel 2

 click-version.patch | 22 ++++++++++++++++++++++
 python-PyGitUp.spec |  4 +++-
 2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/python-PyGitUp.spec b/python-PyGitUp.spec
index 22cbf0d..0bc901e 100644
--- a/python-PyGitUp.spec
+++ b/python-PyGitUp.spec
@@ -9,12 +9,13 @@ Summary:	git-up(1) - fetch and rebase all locally-tracked remote branches
 Summary(pl.UTF-8):	git-up(1) - pobieranie i rebase wszystkich śledzonych lokalnie zdanych gałęzi
 Name:		python-%{module}
 Version:	1.6.1
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://github.com/msiemens/PyGitUp/releases
 Source0:	https://github.com/msiemens/PyGitUp/archive/v%{version}/%{module}-v%{version}.tar.gz
 # Source0-md5:	8573a0c48aa0afa6dddae51d1cd204c1
+Patch0:		click-version.patch
 URL:		https://github.com/msiemens/PyGitUp
 %{?with_tests:BuildRequires:	git-core}
 %if %{with python2}
@@ -69,6 +70,7 @@ gałęzi.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %if %{with python2}
diff --git a/click-version.patch b/click-version.patch
new file mode 100644
index 0000000..f88f644
--- /dev/null
+++ b/click-version.patch
@@ -0,0 +1,22 @@
+--- PyGitUp-1.6.1/Pipfile~	2018-12-12 19:49:45.000000000 +0100
++++ PyGitUp-1.6.1/Pipfile	2019-03-24 11:25:03.081121421 +0100
+@@ -7,7 +7,7 @@
+ GitPython = ">=2.1.8"
+ colorama = ">=0.3.7"
+ termcolor = ">=1.1.0"
+-click = ">=7.0.0"
++click = ">=7.0"
+ six = ">=1.10.0"
+ 
+ [dev-packages]
+--- PyGitUp-1.6.1/setup.py~	2018-12-12 19:49:45.000000000 +0100
++++ PyGitUp-1.6.1/setup.py	2019-03-24 11:24:56.224366797 +0100
+@@ -6,7 +6,7 @@
+     version="1.6.1",
+     packages=find_packages(),
+     install_requires=['GitPython>=2.1.8', 'colorama>=0.3.7',
+-                      'termcolor>=1.1.0', 'click>=7.0.0',
++                      'termcolor>=1.1.0', 'click>=7.0',
+                       'six>=1.10.0'],
+ 
+     # Tests
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-PyGitUp.git/commitdiff/710242d75e5c92c09b3b2501e62db9242156dec8



More information about the pld-cvs-commit mailing list