Skip to content

Commit 761c511

Browse files
bgkleinxingwu1
authored andcommitted
Pin pycparser to version 2.18 (#91)
* Pin pycparser to version 2.18 * Update History/version files for dependency pinning
1 parent 5df6834 commit 761c511

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
SDK Release History
44
===================
55

6+
4.0.1 (2018-10-04)
7+
------------------
8+
9+
* Clean up code to meet Python standards
10+
611
4.0.0 (2018-08-29)
712
------------------
813

azext/batch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "4.0.0"
6+
VERSION = "4.0.1"

batch-cli-extensions/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
2.5.1 (2018-10-04)
7+
------------------
8+
9+
* Pin version of pycparser due to CLI breaking change
10+
611
2.5.0 (2018-08-29)
712
------------------
813

batch-cli-extensions/azext_batch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "2.5.0"
6+
VERSION = "2.5.1"

batch-cli-extensions/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
]
2828

2929
DEPENDENCIES = [
30-
'azure-batch-extensions>=4.0.0,<4.1'
30+
'azure-batch-extensions>=4.0.0,<4.1',
31+
'pycparser==2.18'
3132
]
3233

3334
# Version extraction inspired from 'requests'

0 commit comments

Comments
 (0)