Hello community,
here is the log from the commit of package python3-img-proof for
openSUSE:Factory checked in at 2020-05-23 17:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-img-proof (Old)
and /work/SRC/openSUSE:Factory/.python3-img-proof.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-img-proof"
Sat May 23 17:27:35 2020 rev:9 rq:807827 version:5.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-img-proof/python3-img-proof.changes
2020-04-23 18:32:36.828337529 +0200
+++
/work/SRC/openSUSE:Factory/.python3-img-proof.new.2738/python3-img-proof.changes
2020-05-23 17:28:44.615577151 +0200
@@ -1,0 +2,5 @@
+Wed May 20 16:55:48 UTC 2020 - Sean Marlow <[email protected]>
+
+- Update spec to fix build requires in with test clause.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-img-proof.spec ++++++
--- /var/tmp/diff_new_pack.ECvW6S/_old 2020-05-23 17:28:45.255578535 +0200
+++ /var/tmp/diff_new_pack.ECvW6S/_new 2020-05-23 17:28:45.259578544 +0200
@@ -25,10 +25,29 @@
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-PyYAML
+BuildRequires: python3-azure-common
+BuildRequires: python3-azure-mgmt-compute
+BuildRequires: python3-azure-mgmt-network
+BuildRequires: python3-azure-mgmt-resource
+BuildRequires: python3-boto3
+BuildRequires: python3-certifi
BuildRequires: python3-click
BuildRequires: python3-click-man
+BuildRequires: python3-cryptography
BuildRequires: python3-devel
+BuildRequires: python3-google-api-python-client
+BuildRequires: python3-google-auth
+BuildRequires: python3-oci-sdk
+BuildRequires: python3-paramiko
+BuildRequires: python3-pycryptodome
+BuildRequires: python3-pytest
BuildRequires: python3-setuptools
+BuildRequires: python3-testinfra
+%if %{with test}
+BuildRequires: python3-coverage
+BuildRequires: python3-pytest-cov
+%endif
Requires: python3-PyYAML
Requires: python3-azure-common
Requires: python3-azure-mgmt-compute
@@ -46,25 +65,6 @@
Requires: python3-pytest
Requires: python3-testinfra
BuildArch: noarch
-%if %{with test}
-BuildRequires: python3-PyYAML
-BuildRequires: python3-azure-common
-BuildRequires: python3-azure-mgmt-compute
-BuildRequires: python3-azure-mgmt-network
-BuildRequires: python3-azure-mgmt-resource
-BuildRequires: python3-boto3
-BuildRequires: python3-certifi
-BuildRequires: python3-coverage
-BuildRequires: python3-cryptography
-BuildRequires: python3-google-api-python-client
-BuildRequires: python3-google-auth
-BuildRequires: python3-oci-sdk
-BuildRequires: python3-paramiko
-BuildRequires: python3-pycryptodome
-BuildRequires: python3-pytest
-BuildRequires: python3-pytest-cov
-BuildRequires: python3-testinfra
-%endif
Obsoletes: python3-ipa < 5.0.0
%description