Hello community,

here is the log from the commit of package python3-ipa for openSUSE:Factory 
checked in at 2017-12-12 21:23:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-ipa (Old)
 and      /work/SRC/openSUSE:Factory/.python3-ipa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-ipa"

Tue Dec 12 21:23:39 2017 rev:2 rq:556429 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-ipa/python3-ipa.changes  2017-10-24 
22:22:45.806137329 +0200
+++ /work/SRC/openSUSE:Factory/.python3-ipa.new/python3-ipa.changes     
2017-12-12 21:23:43.276250323 +0100
@@ -1,0 +2,18 @@
+Tue Dec 12 02:01:45 UTC 2017 - [email protected]
+
+- Update to v0.5.1.
+  + Cleanup MANIFEST.
+  + Fix README.
+
+-------------------------------------------------------------------
+Tue Dec 12 00:11:36 UTC 2017 - [email protected]
+
+- Update to v0.5.0
+  + Allow EC2 testing without a config file.
+  + Use cpe_name to determine SAP product in SLES tests.
+  + Update README overview with more info.
+  + Provide log_file and results_file in results dict.
+  + Other formatting and bug fixes.
+- Update spec to point at pypi source.
+
+-------------------------------------------------------------------

Old:
----
  ipa-0.4.0.tar.gz

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

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

Other differences:
------------------
++++++ python3-ipa.spec ++++++
--- /var/tmp/diff_new_pack.Q6rje5/_old  2017-12-12 21:23:44.160207651 +0100
+++ /var/tmp/diff_new_pack.Q6rje5/_new  2017-12-12 21:23:44.164207457 +0100
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without test
 Name:           python3-ipa
-Version:        0.4.0
+Version:        0.5.1
 Release:        0
 Summary:        Command line and API for testing custom images
 License:        GPL-3.0+
 Group:          Development/Languages/Python
 Url:            https://github.com/SUSE/ipa
-Source:         ipa-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/python3-ipa/python3-ipa-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 %if %{with test}
+BuildRequires:  python3-PyYAML
 BuildRequires:  python3-apache-libcloud
 BuildRequires:  python3-azurectl >= 3.0.1
 BuildRequires:  python3-click
@@ -36,9 +38,9 @@
 BuildRequires:  python3-pycrypto
 BuildRequires:  python3-pytest
 BuildRequires:  python3-pytest-cov
-BuildRequires:  python3-PyYAML
 BuildRequires:  python3-testinfra
 %endif
+Requires:       python3-PyYAML
 Requires:       python3-apache-libcloud
 Requires:       python3-azurectl >= 3.0.1
 Requires:       python3-click
@@ -46,7 +48,6 @@
 Requires:       python3-paramiko
 Requires:       python3-pycrypto
 Requires:       python3-pytest
-Requires:       python3-PyYAML
 Requires:       python3-testinfra
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -65,7 +66,7 @@
 Directory of infrastructure tests for testing images.
 
 %prep
-%setup -q -n ipa-%{version}
+%setup -q -n python3-ipa-%{version}
 
 %build
 python3 setup.py build


Reply via email to