Skip to content

Commit fe9cd89

Browse files
authored
Merge pull request #6 from EncoreTechnologies/hotfix/fix-ci-errors
hotfix/fix-ci-errors
2 parents 987904e + e38b863 commit fe9cd89

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
# 1.0.1
4+
5+
* Fixed CI errors
6+
* PyCrypto was deprecated and replaced with PyCryptodome
7+
* Apache removed the SOFTLAYER attribute from libcloud.compute.types in v3.8.0
8+
39
# 1.0.0
410

511
* Drop Python 2.7 support

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description : st2 content pack containing Softlayer integrations.
55
keywords:
66
- softlayer
77
- cloud
8-
version: 1.0.0
8+
version: 1.0.1
99
author : Itxaka Serrano Garcia
1010
1111
python_versions:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
apache-libcloud
2-
pycrypto
1+
apache-libcloud==v3.7.0
2+
pycryptodome

0 commit comments

Comments
 (0)