Hello community,

here is the log from the commit of package python3-ipa for openSUSE:Factory 
checked in at 2018-08-18 00:06:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-ipa (Old)
 and      /work/SRC/openSUSE:Factory/.python3-ipa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-ipa"

Sat Aug 18 00:06:37 2018 rev:6 rq:629918 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-ipa/python3-ipa.changes  2018-06-19 
12:02:35.648414208 +0200
+++ /work/SRC/openSUSE:Factory/.python3-ipa.new/python3-ipa.changes     
2018-08-18 00:06:41.583540576 +0200
@@ -1,0 +2,43 @@
+Thu Aug 16 15:40:49 UTC 2018 - sean.mar...@suse.com
+
+- Update to v2.0.0 (2018-08-16)
+  + Remove deprecated --ssh-private-key option.
+    Option was renamed to --ssh-private-key-file. 
+
+-------------------------------------------------------------------
+Wed Aug 15 16:43:18 UTC 2018 - sean.mar...@suse.com
+
+- Update to v1.4.0 (2018-08-15)
+  + Add archive management option to CLI.
+  + openSUSE Leap requires auto import of repo keys.
+  + Update Leap test description.
+  + Sync tests should not raise exception.
+  + Use the GCE service account in the launched instance.
+  + Add serviceAccountUser role requirement for GCE.
+  + Rename pretty\_name to be generic value.
+  + Use temp directory for results in tests.
+  + Move docs to markdown for better support.
+  + Determine provider and region from instance.
+  + Add SLE\_15 repos.
+  + Update GCE services test.
+  + Rename `--ssh-private-key` option.
+  + Add ip address option for SSH testing.
+  + Add SSH provider.
+
+-------------------------------------------------------------------
+Thu Jul 23 22:11:00 UTC 2018 - sean.mar...@suse.com
+
+- Update to v1.3.0 (2018-07-23)
+  + Add ec2 tests to check billing code in metadata.
+  + Using token normalize breaks region shortcode. Remove region
+  + shortcode which overlaps running instance id.
+  + Allow new paths for history log option. when testing.
+  + If a test dir does not exist just continue.
+  + Update GCE setup/configuration docs.
+  + Move requirements to txt files.
+  + Raise useful exception msg if GCE service account file is
+    invalid.
+  + Add certifi requirement for Libcloud GCE driver.
+  + Update pycrypto requirement to pycryptodome.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python3-ipa.spec ++++++
--- /var/tmp/diff_new_pack.AbrJIP/_old  2018-08-18 00:06:42.587543585 +0200
+++ /var/tmp/diff_new_pack.AbrJIP/_new  2018-08-18 00:06:42.595543609 +0200
@@ -18,15 +18,29 @@
 
 %bcond_without test
 Name:           python3-ipa
-Version:        1.2.0
+Version:        2.0.0
 Release:        0
 Summary:        Command line and API for testing custom images
 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
+URL:            https://github.com/SUSE/ipa
+Source:         
https://files.pythonhosted.org/packages/source/p/python3-ipa/%{name}-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+Requires:       python3-PyYAML
+Requires:       python3-apache-libcloud
+Requires:       python3-azure-common
+Requires:       python3-azure-mgmt-compute
+Requires:       python3-azure-mgmt-network
+Requires:       python3-azure-mgmt-resource
+Requires:       python3-certifi
+Requires:       python3-click
+Requires:       python3-cryptography
+Requires:       python3-paramiko
+Requires:       python3-pycryptodome
+Requires:       python3-pytest
+Requires:       python3-testinfra
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  python3-PyYAML
 BuildRequires:  python3-apache-libcloud
@@ -34,29 +48,16 @@
 BuildRequires:  python3-azure-mgmt-compute
 BuildRequires:  python3-azure-mgmt-network
 BuildRequires:  python3-azure-mgmt-resource
+BuildRequires:  python3-certifi
 BuildRequires:  python3-click
 BuildRequires:  python3-coverage
 BuildRequires:  python3-cryptography
 BuildRequires:  python3-paramiko
-BuildRequires:  python3-pycrypto
+BuildRequires:  python3-pycryptodome
 BuildRequires:  python3-pytest
 BuildRequires:  python3-pytest-cov
 BuildRequires:  python3-testinfra
 %endif
-Requires:       python3-PyYAML
-Requires:       python3-apache-libcloud
-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
-Requires:       python3-pycrypto
-Requires:       python3-pytest
-Requires:       python3-testinfra
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 
 %description
 ipa provides a command line utility to test images in
@@ -65,14 +66,14 @@
 %package tests
 Summary:        Infrastructure tests for ipa
 Group:          Development/Languages/Python
-PreReq:         python3-ipa = %{version}
 Requires:       python3-susepubliccloudinfo
+PreReq:         python3-ipa = %{version}
 
 %description tests
 Directory of infrastructure tests for testing images.
 
 %prep
-%setup -q -n python3-ipa-%{version}
+%setup -q
 
 %build
 python3 setup.py build
@@ -82,8 +83,8 @@
 install -d -m 755 %{buildroot}/%{_mandir}/man1
 install -m 644 man/man1/*.1 %{buildroot}/%{_mandir}/man1
 
-install -d -m 755 %{buildroot}/usr
-cp -r usr/* %{buildroot}/usr/
+install -d -m 755 %{buildroot}%{_prefix}
+cp -r usr/* %{buildroot}%{_prefix}/
 
 %check
 %if %{with test}
@@ -94,15 +95,16 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGES.asciidoc CONTRIBUTING.asciidoc LICENSE README.asciidoc
-%doc %{_mandir}/man1/*
+%license LICENSE
+%doc CHANGES.md CONTRIBUTING.md README.md
+%{_mandir}/man1/*
 %{_bindir}/ipa
 %{python3_sitelib}/*
 
 %files tests
 %defattr(-,root,root)
-%dir /usr/share/lib
-%dir /usr/share/lib/ipa
-/usr/share/lib/ipa/*
+%dir %{_datadir}/lib
+%dir %{_datadir}/lib/ipa
+%{_datadir}/lib/ipa/*
 
 %changelog

++++++ python3-ipa-1.2.0.tar.gz -> python3-ipa-2.0.0.tar.gz ++++++
++++ 5339 lines of diff (skipped)


Reply via email to