Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-for-android for
openSUSE:Factory checked in at 2022-08-09 15:27:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-for-android (Old)
and /work/SRC/openSUSE:Factory/.python-python-for-android.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-for-android"
Tue Aug 9 15:27:51 2022 rev:3 rq:993866 version:2020.6.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-for-android/python-python-for-android.changes
2022-06-18 22:06:40.627697645 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-for-android.new.1521/python-python-for-android.changes
2022-08-09 15:28:23.713632532 +0200
@@ -1,0 +2,5 @@
+Tue Aug 9 00:15:47 UTC 2022 - John Vandenberg <[email protected]>
+
+- Add test dependencies and mark one test skipped
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-for-android.spec ++++++
--- /var/tmp/diff_new_pack.T8w6tj/_old 2022-08-09 15:28:24.125633709 +0200
+++ /var/tmp/diff_new_pack.T8w6tj/_new 2022-08-09 15:28:24.125633709 +0200
@@ -49,6 +49,7 @@
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module appdirs}
BuildRequires: %{python_module colorama >= 0.3.3}
+BuildRequires: %{python_module Cython}
BuildRequires: %{python_module pep517}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -56,9 +57,15 @@
BuildRequires: %{python_module six}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel}
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: clang
+BuildRequires: ccache
BuildRequires: cmake
BuildRequires: dos2unix
+BuildRequires: gcc-c++
+BuildRequires: lld
+BuildRequires: libtool
BuildRequires: unzip
# /SECTION
%python_subpackages
@@ -109,6 +116,8 @@
export PYTHONPATH=${PWD}:${PWD}/tests/
# Five failures due to venv attempting download of pip, wheel, setuptools
skip_tests="test_get_dep_names_of_package or test_get_package_dependencies or
test_venv or test_get_package_as_folder or
test_extract_metainfo_files_from_package"
+# Unable to download NDK
+skip_tests="$skip_tests or (TestToolchainCL and test_create)"
%pytest -rs tests -k "not ($skip_tests)"
@@ -123,6 +132,7 @@
%license LICENSE
%python_alternative %{_bindir}/python-for-android
%python_alternative %{_bindir}/p4a
-%{python_sitelib}/*
+%{python_sitelib}/*pythonforandroid*/
+%{python_sitelib}/*python_for_android*/
%changelog