9 Commits

Author SHA1 Message Date
Shawn Hartsock
be59d9c0ec Fix README to be pypi legible
A pypi friendly version of the readme documentation.

closes: https://github.com/vmware/pyvmomi/issues/134
2014-08-26 12:24:00 -04:00
Shawn Hartsock
dd490489d8 Fix Open Source License classification
Sets the license field to a real pypi descriptor.

closes https://github.com/vmware/pyvmomi/issues/133
2014-08-25 14:10:01 -04:00
Shawn Hartsock
6e70cf2c92 Compatible version numbers
Changes version standard to use `-` character when available.
By convention `-` is translated to `.` from now on when the
`-` character is prohibited by downstream systems.

Closes: https://github.com/vmware/pyvmomi/issues/127
2014-08-25 14:04:07 -04:00
Shawn Hartsock
c84faae710 Update setup.py - setting up new release
Marks version 5.5.0_2014.1 and sets status as Production/Stable
2014-08-13 15:31:00 -04:00
Shawn Hartsock
cd533499cb initial fixture based testing setup
* new dependencies files
* makes testing possible
* defines fixture storage paths
* creates initial fixture for testing
* defines test requirements
* fixes connection fault so that it raises a traceback for diagnostics

partial https://github.com/vmware/pyvmomi/issues/42
blocks https://github.com/vmware/pyvmomi/issues/55
2014-07-22 14:22:43 -04:00
Michael Mattioli
3254adfa26 Updated Copyright Years
Updated copyright years to 2014 where applicable
2014-07-13 03:02:00 -04:00
Shawn Hartsock
16be2697fc Marks this version pyVmomi 2014.dev
All development versions should be marked with yyyy.dev to denote that they are unstable development versions. Release versions will be marked 5.5.0_2014.1 (release 1) and so on with whole integer release numbers after the year.
2014-06-18 16:33:19 -04:00
Joshua Kwan
75f11cecb6 5.1.0 -> 5.5.0
This is actually from vSphere 5.5.0. My bad.
2013-12-16 23:10:09 -05:00
Joshua Kwan
26649465c6 Initial source drop
This is the initial version of pyVmomi which represents vSphere API 5.1.
Going forward, expect only the 'Objects' and 'Types' generated source
files to need updating via official OSS drops.
2013-12-14 13:36:09 -05:00