Skip to content

Commit a079571

Browse files
authored
Merge pull request #1501 from askolesov/bugfix-ci-cd
Fixing CD pipeline
2 parents d61ab4a + 0bbf5c8 commit a079571

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Jenkinsfile.cd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ options.setBuiltPkgs([
265265
'python3-rocksdb': '0.6.9',
266266
'python3-pympler': '0.8',
267267
'python3-packaging': '19.0',
268-
'python3-ursa': '0.1.0'
268+
'python3-ursa': '0.1.1'
269269
])
270270

271271

build-scripts/ubuntu-1604/build-3rd-parties.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ build_from_pypi jsonpickle 0.9.6
104104
build_from_pypi python-rocksdb 0.6.9
105105
build_from_pypi pympler 0.8
106106
build_from_pypi packaging 19.0
107-
build_from_pypi python-ursa 0.1.0
107+
build_from_pypi python-ursa 0.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def run(self):
118118
'python-dateutil==2.6.1',
119119
'pympler==0.8',
120120
'packaging==19.0',
121-
'python-ursa==0.1.0',
121+
'python-ursa==0.1.1',
122122
],
123123

124124
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)