Hello community,

here is the log from the commit of package python3-img-proof for 
openSUSE:Factory checked in at 2020-02-19 12:41:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Wed Feb 19 12:41:32 2020 rev:6 rq:776019 version:4.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-img-proof/python3-img-proof.changes      
2020-01-30 22:35:52.824536635 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-img-proof.new.26092/python3-img-proof.changes
   2020-02-19 12:41:37.515749941 +0100
@@ -1,0 +2,7 @@
+Tue Feb 18 22:23:21 UTC 2020 - Sean Marlow <sean.mar...@suse.com>
+
+- Update to v4.7.0 (2020-02-18)
+  + Add list of 15-SP2 repos to SLES on-demand test.
+  + Cleanup spec file.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python3-img-proof.spec ++++++
--- /var/tmp/diff_new_pack.wuq4B9/_old  2020-02-19 12:41:38.299751450 +0100
+++ /var/tmp/diff_new_pack.wuq4B9/_new  2020-02-19 12:41:38.299751450 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without test
 Name:           python3-img-proof
-Version:        4.6.0
+Version:        4.7.0
 Release:        0
 Summary:        Command line and API for testing custom images
 License:        GPL-3.0-or-later

++++++ img-proof-4.6.0.tar.gz -> img-proof-4.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/CHANGES.md 
new/img-proof-4.7.0/CHANGES.md
--- old/img-proof-4.6.0/CHANGES.md      2020-01-21 19:34:42.000000000 +0100
+++ new/img-proof-4.7.0/CHANGES.md      2020-02-18 23:19:49.000000000 +0100
@@ -1,3 +1,11 @@
+v4.7.0 (2020-02-18)
+===================
+
+- Cleanup spec file.
+  [\#230](https://github.com/SUSE-Enceladus/ipa/pull/230)
+- Add list of 15-SP2 repos to SLES on-demand repo test.
+  [\#232](https://github.com/SUSE-Enceladus/ipa/pull/232)
+
 v4.6.0 (2020-1-21)
 ===================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/PKG-INFO new/img-proof-4.7.0/PKG-INFO
--- old/img-proof-4.6.0/PKG-INFO        2020-01-21 19:35:31.000000000 +0100
+++ new/img-proof-4.7.0/PKG-INFO        2020-02-18 23:20:37.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: img-proof
-Version: 4.6.0
+Version: 4.7.0
 Summary: Package for automated testing of cloud images.
 Home-page: https://github.com/SUSE-Enceladus/img-proof
 Author: SUSE
@@ -151,6 +151,6 @@
 Classifier: Programming Language :: Python :: 3.7
 Requires-Python: >=3.4
 Description-Content-Type: text/markdown
-Provides-Extra: dev
 Provides-Extra: test
+Provides-Extra: dev
 Provides-Extra: tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/img_proof/__init__.py 
new/img-proof-4.7.0/img_proof/__init__.py
--- old/img-proof-4.6.0/img_proof/__init__.py   2020-01-21 19:34:42.000000000 
+0100
+++ new/img-proof-4.7.0/img_proof/__init__.py   2020-02-18 23:19:49.000000000 
+0100
@@ -22,4 +22,4 @@
 
 __author__ = """SUSE"""
 __email__ = 'public-cloud-...@susecloud.net'
-__version__ = '4.6.0'
+__version__ = '4.7.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/img_proof.egg-info/PKG-INFO 
new/img-proof-4.7.0/img_proof.egg-info/PKG-INFO
--- old/img-proof-4.6.0/img_proof.egg-info/PKG-INFO     2020-01-21 
19:35:30.000000000 +0100
+++ new/img-proof-4.7.0/img_proof.egg-info/PKG-INFO     2020-02-18 
23:20:37.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: img-proof
-Version: 4.6.0
+Version: 4.7.0
 Summary: Package for automated testing of cloud images.
 Home-page: https://github.com/SUSE-Enceladus/img-proof
 Author: SUSE
@@ -151,6 +151,6 @@
 Classifier: Programming Language :: Python :: 3.7
 Requires-Python: >=3.4
 Description-Content-Type: text/markdown
-Provides-Extra: dev
 Provides-Extra: test
+Provides-Extra: dev
 Provides-Extra: tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/package/python3-img-proof.spec 
new/img-proof-4.7.0/package/python3-img-proof.spec
--- old/img-proof-4.6.0/package/python3-img-proof.spec  2020-01-21 
19:34:42.000000000 +0100
+++ new/img-proof-4.7.0/package/python3-img-proof.spec  2020-02-18 
23:19:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-ipa
 #
-# Copyright (c) 2018 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,13 @@
 
 %bcond_without test
 Name:           python3-img-proof
-Version:        4.6.0
+Version:        4.7.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/p/img-proof/img-proof-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/i/img-proof/img-proof-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-click-man
@@ -63,7 +63,7 @@
 BuildRequires:  python3-testinfra
 BuildRequires:  python3-oci-sdk
 %endif
-Obsoletes:      python3-ipa < 4.6.0
+Obsoletes:      python3-ipa < 4.7.0
 
 %description
 img-proof provides a command line utility to test images in
@@ -74,13 +74,13 @@
 Group:          Development/Languages/Python
 Requires:       python3-susepubliccloudinfo
 PreReq:         python3-img-proof = %{version}
-Obsoletes:      python3-ipa-tests < 4.6.0
+Obsoletes:      python3-ipa-tests < 4.7.0
 
 %description tests
 Directory of infrastructure tests for testing images.
 
 %prep
-%setup -q
+%setup -q -n img-proof-%{version}
 
 %build
 python3 setup.py build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/setup.cfg 
new/img-proof-4.7.0/setup.cfg
--- old/img-proof-4.6.0/setup.cfg       2020-01-21 19:35:31.000000000 +0100
+++ new/img-proof-4.7.0/setup.cfg       2020-02-18 23:20:37.000000000 +0100
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 4.6.0
+current_version = 4.7.0
 commit = True
 tag = False
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/img-proof-4.6.0/setup.py new/img-proof-4.7.0/setup.py
--- old/img-proof-4.6.0/setup.py        2020-01-21 19:34:42.000000000 +0100
+++ new/img-proof-4.7.0/setup.py        2020-02-18 23:19:49.000000000 +0100
@@ -43,7 +43,7 @@
 
 setup(
     name='img-proof',
-    version='4.6.0',
+    version='4.7.0',
     description="Package for automated testing of cloud images.",
     long_description=readme,
     long_description_content_type="text/markdown",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/img-proof-4.6.0/usr/share/lib/img_proof/tests/SLES/conftest.py 
new/img-proof-4.7.0/usr/share/lib/img_proof/tests/SLES/conftest.py
--- old/img-proof-4.6.0/usr/share/lib/img_proof/tests/SLES/conftest.py  
2020-01-21 19:34:42.000000000 +0100
+++ new/img-proof-4.7.0/usr/share/lib/img_proof/tests/SLES/conftest.py  
2020-02-18 23:19:49.000000000 +0100
@@ -336,10 +336,79 @@
     'SLE-Product-SLES_SAP15-SP1-Updates'
 ]
 
+SLE_15_SP2_BASE = [
+    'SLE-Module-Basesystem15-SP2-Debuginfo-Pool',
+    'SLE-Module-Basesystem15-SP2-Debuginfo-Updates',
+    'SLE-Module-Basesystem15-SP2-Pool',
+    'SLE-Module-Basesystem15-SP2-Updates'
+]
+
+SLE_15_SP2_PRODUCTS = [
+    'SLE-Product-SLES15-SP2-Pool',
+    'SLE-Product-SLES15-SP2-Updates'
+]
+
+SLE_15_SP2_MODULES = [
+    'SLE-Module-Desktop-Applications15-SP2-Debuginfo-Pool',
+    'SLE-Module-Desktop-Applications15-SP2-Debuginfo-Updates',
+    'SLE-Module-Desktop-Applications15-SP2-Pool',
+    'SLE-Module-Desktop-Applications15-SP2-Updates',
+    'SLE-Module-DevTools15-SP2-Debuginfo-Pool',
+    'SLE-Module-DevTools15-SP2-Debuginfo-Updates',
+    'SLE-Module-DevTools15-SP2-Pool',
+    'SLE-Module-DevTools15-SP2-Updates',
+    'SLE-Module-Legacy15-SP2-Debuginfo-Pool',
+    'SLE-Module-Legacy15-SP2-Debuginfo-Updates',
+    'SLE-Module-Legacy15-SP2-Pool',
+    'SLE-Module-Legacy15-SP2-Updates',
+    'SLE-Module-Public-Cloud15-SP2-Debuginfo-Pool',
+    'SLE-Module-Public-Cloud15-SP2-Debuginfo-Updates',
+    'SLE-Module-Public-Cloud15-SP2-Pool',
+    'SLE-Module-Public-Cloud15-SP2-Updates',
+    'SLE-Module-Python2-15-SP2-Pool',
+    'SLE-Module-Python2-15-SP2-Updates',
+    'SLE-Module-Server-Applications15-SP2-Debuginfo-Pool',
+    'SLE-Module-Server-Applications15-SP2-Debuginfo-Updates',
+    'SLE-Module-Server-Applications15-SP2-Pool',
+    'SLE-Module-Server-Applications15-SP2-Updates',
+    'SLE-Module-Web-Scripting15-SP2-Debuginfo-Pool',
+    'SLE-Module-Web-Scripting15-SP2-Debuginfo-Updates',
+    'SLE-Module-Web-Scripting15-SP2-Pool',
+    'SLE-Module-Web-Scripting15-SP2-Updates'
+]
+
+SLE_15_SP2_X86_64_MODULES = [
+    'SLE-Module-CAP-Tools15-SP2-Debuginfo-Pool',
+    'SLE-Module-CAP-Tools15-SP2-Debuginfo-Updates',
+    'SLE-Module-CAP-Tools15-SP2-Pool',
+    'SLE-Module-CAP-Tools15-SP2-Updates',
+    'SLE-Module-Containers15-SP2-Debuginfo-Pool',
+    'SLE-Module-Containers15-SP2-Debuginfo-Updates',
+    'SLE-Module-Containers15-SP2-Pool',
+    'SLE-Module-Containers15-SP2-Updates'
+]
+
+SLE_15_SP2_SAP = [
+    'SLE-Module-SAP-Applications15-SP2-Debuginfo-Pool',
+    'SLE-Module-SAP-Applications15-SP2-Debuginfo-Updates',
+    'SLE-Module-SAP-Applications15-SP2-Pool',
+    'SLE-Module-SAP-Applications15-SP2-Updates',
+    'SLE-Product-HA15-SP2-Debuginfo-Pool',
+    'SLE-Product-HA15-SP2-Debuginfo-Updates',
+    'SLE-Product-HA15-SP2-Pool',
+    'SLE-Product-HA15-SP2-Updates',
+    'SLE-Product-SLES_SAP15-SP2-Debuginfo-Pool',
+    'SLE-Product-SLES_SAP15-SP2-Debuginfo-Updates',
+    'SLE-Product-SLES_SAP15-SP2-Pool',
+    'SLE-Product-SLES_SAP15-SP2-Updates'
+]
+
 BASE_15 = SLE_15_BASE + SLE_15_MODULES + SLE_15_PRODUCTS
 BASE_15_SAP = SLE_15_SAP + SLE_15_BASE + SLE_15_MODULES
 BASE_15_SP1 = SLE_15_SP1_BASE + SLE_15_SP1_MODULES + SLE_15_SP1_PRODUCTS
 BASE_15_SP1_SAP = SLE_15_SP1_SAP + SLE_15_SP1_BASE + SLE_15_SP1_MODULES
+BASE_15_SP2 = SLE_15_SP2_BASE + SLE_15_SP2_MODULES + SLE_15_SP2_PRODUCTS
+BASE_15_SP2_SAP = SLE_15_SP2_SAP + SLE_15_SP2_BASE + SLE_15_SP2_MODULES
 
 SLES_REPOS = {
     '11.4-X86_64': SLE_11_SP4_BASE + SLE_11_SP4_MODULES,
@@ -368,6 +437,10 @@
     '15-SP1-AARCH64-SAP': BASE_15_SP1_SAP,
     '15-SP1-X86_64': BASE_15_SP1 + SLE_15_SP1_X86_64_MODULES,
     '15-SP1-X86_64-SAP': BASE_15_SP1_SAP + SLE_15_SP1_X86_64_MODULES,
+    '15-SP2-AARCH64': BASE_15_SP2,
+    '15-SP2-AARCH64-SAP': BASE_15_SP2_SAP,
+    '15-SP2-X86_64': BASE_15_SP2 + SLE_15_SP2_X86_64_MODULES,
+    '15-SP2-X86_64-SAP': BASE_15_SP2_SAP + SLE_15_SP2_X86_64_MODULES,
 }
 
 


Reply via email to