Hello community,

here is the log from the commit of package python3-ipa for openSUSE:Factory 
checked in at 2018-04-04 11:04:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-ipa (Old)
 and      /work/SRC/openSUSE:Factory/.python3-ipa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-ipa"

Wed Apr  4 11:04:10 2018 rev:3 rq:592659 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-ipa/python3-ipa.changes  2017-12-12 
21:23:43.276250323 +0100
+++ /work/SRC/openSUSE:Factory/.python3-ipa.new/python3-ipa.changes     
2018-04-04 11:04:14.494599198 +0200
@@ -1,0 +2,21 @@
+Fri Mar 30 16:40:53 UTC 2018 - sean.mar...@suse.com
+
+- Update to v1.0.0 (2018-03-30)
+  + Tests argument is now optional.
+  + This allows for the use of --no-cleanup option to start an
+    instance in the given framework.
+  + Add regression test to check for valid UUID on SLES instance
+    in EC2.
+  + Add regression test to confirm lscpu binary returns successful
+    exit code.
+  + Subnet option has been added to launch a new instance in the
+    given network/subnet (--subnet-id).
+  + Remove requirement on case with distro and provider options.
+  + Use Testinfra run module to check hostname. System Info module
+    was removed from package.
+  + Migrate Azure provider to the ARM (resource manager API).
+  + Add option to use user-data for loading SSH public key to
+    instance in EC2.
+  + Add delete history item option to results command.
+
+-------------------------------------------------------------------

Old:
----
  python3-ipa-0.5.1.tar.gz

New:
----
  python3-ipa-1.0.0.tar.gz

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

Other differences:
------------------
++++++ python3-ipa.spec ++++++
--- /var/tmp/diff_new_pack.GxVPhn/_old  2018-04-04 11:04:15.274570929 +0200
+++ /var/tmp/diff_new_pack.GxVPhn/_new  2018-04-04 11:04:15.274570929 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-ipa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %bcond_without test
 Name:           python3-ipa
-Version:        0.5.1
+Version:        1.0.0
 Release:        0
 Summary:        Command line and API for testing custom images
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Development/Languages/Python
 Url:            https://github.com/SUSE/ipa
 Source:         
https://files.pythonhosted.org/packages/source/p/python3-ipa/python3-ipa-%{version}.tar.gz
@@ -30,7 +30,10 @@
 %if %{with test}
 BuildRequires:  python3-PyYAML
 BuildRequires:  python3-apache-libcloud
-BuildRequires:  python3-azurectl >= 3.0.1
+BuildRequires:  python3-azure-common
+BuildRequires:  python3-azure-mgmt-compute
+BuildRequires:  python3-azure-mgmt-network
+BuildRequires:  python3-azure-mgmt-resource
 BuildRequires:  python3-click
 BuildRequires:  python3-coverage
 BuildRequires:  python3-cryptography
@@ -42,7 +45,10 @@
 %endif
 Requires:       python3-PyYAML
 Requires:       python3-apache-libcloud
-Requires:       python3-azurectl >= 3.0.1
+Requires:       python3-azure-common
+Requires:       python3-azure-mgmt-compute
+Requires:       python3-azure-mgmt-network
+Requires:       python3-azure-mgmt-resource
 Requires:       python3-click
 Requires:       python3-cryptography
 Requires:       python3-paramiko

++++++ python3-ipa-0.5.1.tar.gz -> python3-ipa-1.0.0.tar.gz ++++++
++++ 3604 lines of diff (skipped)


Reply via email to