]> git.pld-linux.org Git - packages/python-PyGitUp.git/commitdiff
- fix python-click version req auto/th/python-PyGitUp-1.6.1-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 24 Mar 2019 10:26:11 +0000 (11:26 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 24 Mar 2019 10:26:11 +0000 (11:26 +0100)
- rel 2

click-version.patch [new file with mode: 0644]
python-PyGitUp.spec

diff --git a/click-version.patch b/click-version.patch
new file mode 100644 (file)
index 0000000..f88f644
--- /dev/null
@@ -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
index 22cbf0ddc817dec4add45add824becdd227e07df..0bc901e3a570969448762867f207bff964d63424 100644 (file)
@@ -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}
This page took 0.170508 seconds and 4 git commands to generate.