Package Release Info

python3-azurectl-3.0.2-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-azurectl

Change Logs

Version: 3.0.2-bp150.2.4
* Wed Aug 09 2017 ms@suse.de
- Bump version: 3.0.1 → 3.0.2
* Wed Aug 09 2017 ms@suse.de
- Ran osc service localrun format_spec_file
  Make obs happy with regards to missing Copyright information
* Tue Aug 08 2017 ms@suse.de
- Add azurectl to pypi
* Thu Aug 03 2017 ms@suse.de
- Bump version: 3.0.0 → 3.0.1
* Wed Aug 02 2017 sean.marlow@suse.de
- Make all imports absolute.
  Update all explicit relative imports to absolute imports.
* Thu Jul 13 2017 ms@suse.de
- Refactor handling of request IDs
  Added unify_id method for request id validation
  The request id value from the Azure rest api is not consistently
  of the same type which makes it hard to handle the id if it could
  be a string or a number. This commit introduce a static method
  called unify_id which allows us to properly format the id into
  a common value so that azurectl can consume the information in
  the same way all over the place. So far unify_id just python
  formats the information into a string.
  For the handling of the cloud service request id an explicit
  conversion into a number is performed in addition to the
  refactoring code
* Wed Jul 12 2017 ms@suse.de
- Refactor XZ reading of size bytes
  Implement a read buffer for XZ decompression. It's required that we
  can read an exact number of uncompressed bytes from the XZ stream.
  As the max_length parameter was added to the lzma.decompress()
  method with python 3.5 for the first time and we have to stay
  compatible with 3.4 a self written solution to this problem was
  required
* Tue Jul 11 2017 ms@suse.de
- Bump version: 2.3.2 → 3.0.0
* Tue Jul 11 2017 ms@suse.de
- Refactor XZ uncompressed_size method
  Use lzma seek in stream instead of calling xz to lookup
  the uncompressed size.
* Fri Jul 07 2017 ms@suse.de
- Move azurectl code base and package to python3
* Tue Jun 27 2017 sean.marlow@suse.de
- Add requirement for pyOpenSSL.
  Remove requests and dnspython from requirements.
- Requests is indrectly required by azure sdk.
- dnspython is not required, build and tests all pass without.
* Tue May 09 2017 ms@suse.de
- Fixed typo is vs. it
* Fri Apr 28 2017 jmason@suse.de
- Fixup some github-flavored-markdown style issues
* Fri Apr 07 2017 ms@suse.de
- Bump version: 2.3.1 ? 2.3.2
* Mon Apr 03 2017 ms@suse.de
- Be more clear on the reboot type
  Update code comment explaining why we can't really wait
  for a soft reboot through the API to complete
* Fri Mar 31 2017 ms@suse.de
- Follow up fix for vm wait states
  On reboot no state change can be determined from the API.
  Thus we define the safe default and wait for the ReadyRole
  even though the vm might already be in that state before
  reboot
* Tue Mar 21 2017 sean.marlow@suse.de
- Fix mutable default values.
  Default values should not contain mutable objects such as lists.
* Tue Mar 21 2017 sean.marlow@suse.de
- Remove result not used in tests.
* Tue Mar 21 2017 sean.marlow@suse.de
- Add azurectl compute vm start.
* Wed Mar 15 2017 ms@suse.de
- Added azurectl compute vm status
  Allows to retrieve the current status of the virtual machine.
  In addition the wait behavior was refactored to actually wait
  for the vm command to complete. This means waiting for a specific
  virtual machine status or status change