Hello community,

here is the log from the commit of package python3-img-proof for 
openSUSE:Factory checked in at 2020-01-30 22:35:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-img-proof (Old)
 and      /work/SRC/openSUSE:Factory/.python3-img-proof.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-img-proof"

Thu Jan 30 22:35:51 2020 rev:5 rq:766141 version:4.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-img-proof/python3-img-proof.changes      
2019-10-30 14:43:18.821894911 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-img-proof.new.26092/python3-img-proof.changes
   2020-01-30 22:35:52.824536635 +0100
@@ -1,0 +2,9 @@
+Tue Jan 21 18:44:21 UTC 2020 - Sean Marlow <sean.mar...@suse.com>
+
+- Update to v4.6.0 (2020-01-21)
+  + Implement Oracle Cloud class (oci).
+  + Edit sap license test to handle 12SP5.
+  + Skip kernel test if not a latest image version.
+  + Generate man pages in build with click-man.
+
+-------------------------------------------------------------------

Old:
----
  img-proof-4.5.1.tar.gz

New:
----
  img-proof-4.6.0.tar.gz

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

Other differences:
------------------
++++++ python3-img-proof.spec ++++++
--- /var/tmp/diff_new_pack.Hrk6Qn/_old  2020-01-30 22:35:54.408537397 +0100
+++ /var/tmp/diff_new_pack.Hrk6Qn/_new  2020-01-30 22:35:54.412537399 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-img-proof
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 %bcond_without test
 Name:           python3-img-proof
-Version:        4.5.1
+Version:        4.6.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-Enceladus/img-proof
 Source:         
https://files.pythonhosted.org/packages/source/i/img-proof/img-proof-%{version}.tar.gz
+BuildRequires:  python3-click
+BuildRequires:  python3-click-man
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires:       python3-PyYAML
@@ -37,11 +39,12 @@
 Requires:       python3-certifi
 Requires:       python3-click
 Requires:       python3-cryptography
+Requires:       python3-oci-sdk
 Requires:       python3-paramiko
 Requires:       python3-pycryptodome
 Requires:       python3-pytest
 Requires:       python3-testinfra
-Obsoletes:      python3-ipa < 4.0.0
+Obsoletes:      python3-ipa < 4.6.0
 BuildArch:      noarch
 %if %{with test}
 BuildRequires:  python3-PyYAML
@@ -52,9 +55,9 @@
 BuildRequires:  python3-azure-mgmt-resource
 BuildRequires:  python3-boto3
 BuildRequires:  python3-certifi
-BuildRequires:  python3-click
 BuildRequires:  python3-coverage
 BuildRequires:  python3-cryptography
+BuildRequires:  python3-oci-sdk
 BuildRequires:  python3-paramiko
 BuildRequires:  python3-pycryptodome
 BuildRequires:  python3-pytest
@@ -71,7 +74,7 @@
 Group:          Development/Languages/Python
 Requires:       python3-susepubliccloudinfo
 PreReq:         python3-img-proof = %{version}
-Obsoletes:      python3-ipa-tests < 4.0.0
+Obsoletes:      python3-ipa-tests < 4.6.0
 
 %description tests
 Directory of infrastructure tests for testing images.
@@ -81,6 +84,8 @@
 
 %build
 python3 setup.py build
+mkdir -p man/man1
+python3 setup.py --command-packages=click_man.commands man_pages --target 
man/man1
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

++++++ img-proof-4.5.1.tar.gz -> img-proof-4.6.0.tar.gz ++++++
++++ 2048 lines of diff (skipped)


Reply via email to