Hello community,

here is the log from the commit of package python3-azurectl for 
openSUSE:Factory checked in at 2018-10-01 08:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-azurectl (Old)
 and      /work/SRC/openSUSE:Factory/.python3-azurectl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-azurectl"

Mon Oct  1 08:19:30 2018 rev:2 rq:638978 version:3.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-azurectl/python3-azurectl.changes        
2017-10-11 23:01:40.668049382 +0200
+++ /work/SRC/openSUSE:Factory/.python3-azurectl.new/python3-azurectl.changes   
2018-10-01 08:19:51.649874264 +0200
@@ -1,0 +2,42 @@
+Fri Sep 21 10:45:04 CEST 2018 - [email protected]
+
+- Bump version: 3.0.3 → 3.0.4
+  
+-------------------------------------------------------------------
+Fri Sep 21 10:44:37 CEST 2018 - [email protected]
+  
+- Run tox for unit tests in Makefile
+  
+-------------------------------------------------------------------
+Fri Sep 21 10:39:34 CEST 2018 - [email protected]
+  
+- added tox check target to run flake8 tests
+  
+-------------------------------------------------------------------
+Fri Sep 21 10:35:21 CEST 2018 - [email protected]
+  
+- Bump version: 3.0.2 → 3.0.3
+  
+-------------------------------------------------------------------
+Wed Sep 19 16:55:01 CEST 2018 - [email protected]
+  
+- Added tox python 3.4 target
+  
+-------------------------------------------------------------------
+Wed Sep 19 11:51:24 CEST 2018 - [email protected]
+  
+- Exit code for --version | --help should be zero
+  
+-------------------------------------------------------------------
+Wed Sep 19 11:50:23 CEST 2018 - [email protected]
+  
+- Add tox setup for easier development
+  
+-------------------------------------------------------------------
+Wed Sep 12 13:27:52 CEST 2018 - [email protected]
+  
+- Update path to publishsettings downloader
+  
+  ... and add an additional note about preselecting the proper subscription.
+  
+-------------------------------------------------------------------

Old:
----
  python3-azurectl-3.0.2.tar.gz

New:
----
  python3-azurectl-3.0.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-azurectl.spec ++++++
--- /var/tmp/diff_new_pack.lU6bEw/_old  2018-10-01 08:19:52.401873786 +0200
+++ /var/tmp/diff_new_pack.lU6bEw/_new  2018-10-01 08:19:52.409873780 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-azurectl
-Version:        3.0.2
+Version:        3.0.4
 Release:        0
 Url:            https://github.com/SUSE/azurectl
 Summary:        Command Line Interface to manage Microsoft Azure services

++++++ python3-azurectl-3.0.2.tar.gz -> python3-azurectl-3.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/.bumpversion.cfg 
new/azurectl-3.0.4/.bumpversion.cfg
--- old/azurectl-3.0.2/.bumpversion.cfg 2017-08-09 16:21:15.000000000 +0200
+++ new/azurectl-3.0.4/.bumpversion.cfg 2018-09-21 10:45:04.000000000 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.2
+current_version = 3.0.4
 commit = True
 tag = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/.virtualenv.dev-requirements.txt 
new/azurectl-3.0.4/.virtualenv.dev-requirements.txt
--- old/azurectl-3.0.2/.virtualenv.dev-requirements.txt 2017-07-07 
15:49:02.000000000 +0200
+++ new/azurectl-3.0.4/.virtualenv.dev-requirements.txt 2018-09-21 
10:34:00.000000000 +0200
@@ -11,7 +11,14 @@
 
 -r .virtualenv.requirements.txt
 
+# setuptools for pypi upload
+setuptools
+
+# virtualenv-based automation of test activities
+tox
+
 pytest
 pytest-cov
+
 mock
 flake8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/Makefile new/azurectl-3.0.4/Makefile
--- old/azurectl-3.0.2/Makefile 2017-08-08 16:57:18.000000000 +0200
+++ new/azurectl-3.0.4/Makefile 2018-09-21 10:43:31.000000000 +0200
@@ -5,7 +5,7 @@
        ${MAKE} -C doc/man all
 
 flake8:
-       flake8
+       tox -e check
 
 install:
        python setup.py install
@@ -14,13 +14,8 @@
 
 .PHONY: test
 test:
-       cd test/unit && py.test --no-cov-on-fail --cov=azurectl 
--cov-report=term-missing --cov-fail-under=100
-
-list_tests:
-       @for i in test/unit/*_test.py; do basename $$i;done | sort
-
-%.py:
-       cd test/unit && py.test -s $@
+       tox -e unit_py3_4
+       tox -e unit_py3_6
 
 .PHONY: completion
 completion:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/PKG-INFO new/azurectl-3.0.4/PKG-INFO
--- old/azurectl-3.0.2/PKG-INFO 2017-08-09 16:21:46.000000000 +0200
+++ new/azurectl-3.0.4/PKG-INFO 2018-09-21 10:45:32.000000000 +0200
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: azurectl
-Version: 3.0.2
+Version: 3.0.4
 Summary: Manage Azure PubCloud Service
 Home-page: https://github.com/SUSE/azurectl
 Author: PubCloud Development team
 Author-email: [email protected]
 License: UNKNOWN
 Download-URL: https://github.com/SUSE/azurectl
+Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/README.md new/azurectl-3.0.4/README.md
--- old/azurectl-3.0.2/README.md        2017-08-03 10:36:09.000000000 +0200
+++ new/azurectl-3.0.4/README.md        2018-09-19 11:24:13.000000000 +0200
@@ -85,14 +85,14 @@
 file.
 
 To download the Publish Settings file for your account visit
-https://manage.windowsazure.com/publishsettings . If you are already
+https://portal.azure.com/#blade/Microsoft_Azure_ClassicResources/PublishingProfileBlade
 . If you are already
 logged in, the Publish Settings file for the corresponding account
 will be offered as download, otherwise you will be redirected to
 the login page and need to login with your Azure account.
 
-Please note, if you have multiple accounts for Azure and you're already logged
+_Please note, if you have multiple accounts for Azure and you're already logged
 in, check that you are logged in with the account for which you would like
-to download the Publish Settings file.
+to download the Publish Settings file. If you have multiple subscriptions on 
your account, please set the default subscription to the one you'd like to 
download publishsettings for, before fetching your Publish Settings._
 
 #### Management Certificate
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/azurectl/azurectl.py 
new/azurectl-3.0.4/azurectl/azurectl.py
--- old/azurectl-3.0.2/azurectl/azurectl.py     2017-08-03 10:36:09.000000000 
+0200
+++ new/azurectl-3.0.4/azurectl/azurectl.py     2018-09-21 10:34:00.000000000 
+0200
@@ -29,10 +29,10 @@
     """
     if help and any((o.name in ('-h', '--help')) and o.value for o in options):
         usage(doc.strip("\n"))
-        sys.exit(1)
+        sys.exit(0)
     if version and any(o.name == '--version' and o.value for o in options):
         print(version)
-        sys.exit()
+        sys.exit(0)
 
 
 def main():
@@ -51,9 +51,9 @@
         # exception caught by docopt, results in usage message
         usage(format(e))
         sys.exit(1)
-    except SystemExit:
+    except SystemExit as e:
         # user exception, program aborted by user
-        sys.exit(1)
+        sys.exit(e)
     except Exception:
         # exception we did no expect, show python backtrace
         logger.log.error('Unexpected error:')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/azurectl/cli.py 
new/azurectl-3.0.4/azurectl/cli.py
--- old/azurectl-3.0.2/azurectl/cli.py  2017-08-03 10:36:09.000000000 +0200
+++ new/azurectl-3.0.4/azurectl/cli.py  2018-09-21 10:34:00.000000000 +0200
@@ -147,7 +147,7 @@
             for service_command in self.__get_command_implementations(service):
                 print('%s azurectl %s' % (prefix, service_command))
                 prefix = '      '
-            raise SystemExit
+            raise SystemExit(1)
         self.loaded = importlib.import_module(
             'azurectl.commands.' + service + '_' + command
         )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/azurectl/version.py 
new/azurectl-3.0.4/azurectl/version.py
--- old/azurectl-3.0.2/azurectl/version.py      2017-08-09 16:21:15.000000000 
+0200
+++ new/azurectl-3.0.4/azurectl/version.py      2018-09-21 10:45:04.000000000 
+0200
@@ -14,4 +14,4 @@
 """
     Global version information used in azurectl and the package
 """
-__VERSION__ = '3.0.2'
+__VERSION__ = '3.0.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/azurectl.egg-info/PKG-INFO 
new/azurectl-3.0.4/azurectl.egg-info/PKG-INFO
--- old/azurectl-3.0.2/azurectl.egg-info/PKG-INFO       2017-08-09 
16:21:46.000000000 +0200
+++ new/azurectl-3.0.4/azurectl.egg-info/PKG-INFO       2018-09-21 
10:45:32.000000000 +0200
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: azurectl
-Version: 3.0.2
+Version: 3.0.4
 Summary: Manage Azure PubCloud Service
 Home-page: https://github.com/SUSE/azurectl
 Author: PubCloud Development team
 Author-email: [email protected]
 License: UNKNOWN
 Download-URL: https://github.com/SUSE/azurectl
+Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
Binary files old/azurectl-3.0.2/doc/man/azurectl.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::compute::data_disk.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::compute::data_disk.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::compute::endpoint.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::compute::endpoint.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::compute::image.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::compute::image.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::compute::request.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::compute::request.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::compute::reserved_ip.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::compute::reserved_ip.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::compute::vm.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::compute::vm.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::setup::account.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::setup::account.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::setup::account::region.1.gz 
and new/azurectl-3.0.4/doc/man/azurectl::setup::account::region.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::storage::account.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::storage::account.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::storage::container.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::storage::container.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::storage::disk.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::storage::disk.1.gz differ
Binary files old/azurectl-3.0.2/doc/man/azurectl::storage::share.1.gz and 
new/azurectl-3.0.4/doc/man/azurectl::storage::share.1.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azurectl-3.0.2/setup.cfg new/azurectl-3.0.4/setup.cfg
--- old/azurectl-3.0.2/setup.cfg        2017-08-09 16:21:46.000000000 +0200
+++ new/azurectl-3.0.4/setup.cfg        2018-09-21 10:45:32.000000000 +0200
@@ -6,7 +6,7 @@
 
 [tool:pytest]
 norecursedirs = .git build .env/ .tmp/
-addopts = --ignore=.env/ --ignore=.tmp/ --ignore=.git/ --ignore=.tox/
+addopts = --ignore=.env/ --ignore=.tmp/ --ignore=.git/ --ignore=.tox/ -p 
no:warnings
 testpaths = test/unit/
 
 [flake8]


Reply via email to