summarylogtreecommitdiffstats
path: root/0001-Update-requirements.patch
blob: 850cdb6e5773f647704371de6e75ac49cb051498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
From c123a183d5dbf5e75ce436f6b5b718fcaeb6166b Mon Sep 17 00:00:00 2001
From: Piotr Gorski <lucjan.lucjanov@gmail.com>
Date: Tue, 22 Feb 2022 10:33:41 +0100
Subject: [PATCH 1/2] Update requirements

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 1713b07..a7e9dec 100755
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ setup(
     packages=['gitless', 'gitless.cli'],
     install_requires=[
         # make sure install_requires is consistent with requirements.txt
-        'pygit2==1.4.0',  # requires libgit2 1.1.x
+        'pygit2>=1.4.0',  # requires libgit2 1.1.x
         'argcomplete>=1.11.1'
     ],
     license='MIT',
-- 
2.35.1.129.gb80121027d


From 71926819b0410bf21bca271e22003dda8d79864d Mon Sep 17 00:00:00 2001
From: Piotr Gorski <lucjan.lucjanov@gmail.com>
Date: Tue, 22 Feb 2022 14:09:01 +0100
Subject: [PATCH 2/2] Update requirements

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 2c21c81..14afb8a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
 # make sure to update setup.py if you make any changes to this file
 
 argcomplete>=1.11.1
-pygit2==1.4.0  # requires libgit2 1.1.x
+pygit2>=1.4.0  # requires libgit2 1.1.x
-- 
2.35.1.129.gb80121027d