Skip to content

Commit

Permalink
Merge pull request #254 from skhoroshavin/indy-2083
Browse files Browse the repository at this point in the history
INDY-2083: Bump indy-node version
  • Loading branch information
anikitinDSR authored Jun 13, 2019
2 parents fce0adc + eff8398 commit 70a895d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ifeq ($(SRC_DIR_NAME),sovtoken)
# pypi: indy-plenum
# apt: indy-plenum (stable component)

FPM_P_DEPENDS := indy-node(=1.9.0~dev991)
FPM_P_DEPENDS := indy-node(=1.9.0~dev999)
FPM_ARGS := --no-python-dependencies $(FPM_ARGS)
endif

Expand Down
2 changes: 1 addition & 1 deletion devops/docker/ci/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 \
RUN add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master" \
&& apt-get update && apt-get install -y \
libindy-crypto=0.4.5 \
libindy=1.9.0~1122 \
libindy=1.9.0~1132 \
libsovtoken=0.9.7~66 \
&& rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions sovtoken/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
with open(os.path.join(here, 'sovtoken', '__metadata__.py'), 'r') as f:
exec(f.read(), metadata)

tests_require = ['pytest>=4.6.1', 'pytest-xdist', 'mock', 'python3-indy==1.9.0-dev-1122']
tests_require = ['pytest>=4.6.1', 'pytest-xdist', 'mock', 'python3-indy==1.9.0-dev-1132']

setup(
name=metadata['__title__'],
Expand All @@ -38,7 +38,7 @@
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
include_package_data=True,

install_requires=['indy-node==1.9.0.dev991'],
install_requires=['indy-node==1.9.0.dev999'],

setup_requires=['pytest-runner'],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion sovtokenfees/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with open(os.path.join(here, 'sovtokenfees', '__metadata__.py'), 'r') as f:
exec(f.read(), metadata)

tests_require = ['pytest>=4.6.1', 'pytest-xdist', 'python3-indy==1.9.0-dev-1122']
tests_require = ['pytest>=4.6.1', 'pytest-xdist', 'python3-indy==1.9.0-dev-1132']

setup(

Expand Down

0 comments on commit 70a895d

Please sign in to comment.