Skip to content

Commit

Permalink
bump libgit2, cut new release
Browse files Browse the repository at this point in the history
  • Loading branch information
spderosso committed May 28, 2019
1 parent f3a44c8 commit ab88661
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ~

git clone --depth=1 -b maint/v0.27 https://github.com/libgit2/libgit2.git
git clone --depth=1 -b maint/v0.28 https://github.com/libgit2/libgit2.git
cd libgit2/

mkdir build && cd build
Expand Down
2 changes: 1 addition & 1 deletion gitless/cli/gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
INTERNAL_ERROR = 3
NOT_IN_GL_REPO = 4

__version__ = '0.8.7'
__version__ = '0.8.8'
URL = 'http://gitless.com'


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# make sure to update setup.py

pygit2==0.27.4 # requires libgit2 0.27
pygit2==0.28.2 # requires libgit2 0.28
clint==0.5.1
sh==1.12.14;sys_platform!='win32'
pbs==0.110;sys_platform=='win32'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
packages=['gitless', 'gitless.cli'],
install_requires=[
# make sure it matches requirements.txt
'pygit2==0.27.4', # requires libgit2 0.27
'pygit2==0.28.2', # requires libgit2 0.28
'clint>=0.3.6',
'sh>=1.11' if sys.platform != 'win32' else 'pbs>=0.11'
],
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parts:
libgit2:
plugin: cmake
# https://www.pygit2.org/install.html#version-numbers
source: https://github.com/libgit2/libgit2/archive/v0.27.8.tar.gz
source: https://github.com/libgit2/libgit2/archive/v0.28.2.tar.gz
build-packages:
- libssl-dev

Expand Down

0 comments on commit ab88661

Please sign in to comment.