Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Updating pycryptodome to 3.6.6 #521

Merged
merged 1 commit into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ pandeys <pandeys@vmware.com>
rajeshk2013 <43401283+rajeshk2013@users.noreply.github.com>
rocknes <aritra.iitkgp@gmail.com>
sahithi <sahithi.ayloo@gmail.com>
shashim <shashim@vmware.com>
shashim22 <43600948+shashim22@users.noreply.github.com>
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CHANGES
=======

23.0.0
------

* Restricting pyvcloud version to >= 22.0.0 and < 23.0.0

22.0.2
------

* Updating pyvcloud version to latest release version (#513)
* Updating pyvcloud version to latest release version

22.0.1
------

* [VCDA - 1341] Added JWT based authorization support in vcd-cli (#510)
* [VCD-CLI] Remove snapshot of VM. (#496)
* Updating Authors and ChangeLOg in github

22.0.0
------

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
click >= 7.0
colorama >= 0.3.9
keyring >= 10.6.0, <= 12.0.0
# Pycryptodome 3.5.0 does not compile on Mac OS X.
pycryptodome >= 3.4.7,<3.5
pycryptodome == 3.6.6
pypiwin32 >= 223;platform_system=="Windows"
pyvcloud >= 22.0.0, < 23.0.0
tabulate >= 0.7.5
Expand Down