1
0

5 Commits

Author SHA256 Message Date
393d466622 Accepting request 638978 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/638978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-azurectl?expand=0&rev=2
2018-10-01 06:19:30 +00:00
Marcus Schaefer
e07e8d3a41 - Bump version: 3.0.3 → 3.0.4
- Run tox for unit tests in Makefile
  

  
- added tox check target to run flake8 tests
  

  
- Bump version: 3.0.2 → 3.0.3
  

  
- Added tox python 3.4 target
  

  
- Exit code for --version | --help should be zero
  

  
- Add tox setup for easier development
  

  
- Update path to publishsettings downloader

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-azurectl?expand=0&rev=4
2018-09-21 08:46:56 +00:00
75d4ac8875 Accepting request 532244 from Cloud:Tools
Add to factory.

OBS-URL: https://build.opensuse.org/request/show/532244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-azurectl?expand=0&rev=1
2017-10-11 21:01:39 +00:00
Marcus Schaefer
1b2b86a52b - Bump version: 3.0.1 → 3.0.2
- Ran osc service localrun format_spec_file
  
  Make obs happy with regards to missing Copyright information
  

  
- Add azurectl to pypi

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-azurectl?expand=0&rev=2
2017-08-09 14:22:27 +00:00
Marcus Schaefer
cc5a90c268 - Bump version: 3.0.0 → 3.0.1
- Make all imports absolute.
  
  Update all explicit relative imports to absolute imports.
  

  
- 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
  

  
- Refactor XZ reading of size bytes
  
  Implement a read buffer for XZ decompression. It's required that we

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-azurectl?expand=0&rev=1
2017-08-03 08:41:32 +00:00