File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33cd ~
44
5- git clone --depth=1 -b maint /v1.0 .1 https://github.com/libgit2/libgit2.git
5+ git clone --depth=1 -b ethomson /v1.1 https://github.com/libgit2/libgit2.git
66cd libgit2/
77
88mkdir build && cd build
Original file line number Diff line number Diff line change 11# make sure to update setup.py if you make any changes to this file
22
33argcomplete >= 1.11.1
4- pygit2 == 1.2 .0 # requires libgit2 1.0 .x
4+ pygit2 == 1.4 .0 # requires libgit2 1.1 .x
Original file line number Diff line number Diff line change 6666 packages = ['gitless' , 'gitless.cli' ],
6767 install_requires = [
6868 # make sure install_requires is consistent with requirements.txt
69- 'pygit2==1.2 .0' , # requires libgit2 1.0 .x
69+ 'pygit2==1.4 .0' , # requires libgit2 1.1 .x
7070 'argcomplete>=1.11.1'
7171 ],
7272 license = 'MIT' ,
Original file line number Diff line number Diff line change 2727 libgit2 :
2828 plugin : cmake
2929 # https://www.pygit2.org/install.html#version-numbers
30- source : https://github.com/libgit2/libgit2/archive/v1.0.1 .tar.gz
30+ source : https://github.com/libgit2/libgit2/archive/v1.1.0 .tar.gz
3131 build-packages :
3232 - libssl-dev
3333
You can’t perform that action at this time.
0 commit comments