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-12-15 19:25:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-for-android (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-for-android.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-for-android"

Thu Dec 15 19:25:27 2022 rev:5 rq:1043008 version:2022.9.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-for-android/python-python-for-android.changes
      2022-10-08 01:24:51.174178448 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-for-android.new.1835/python-python-for-android.changes
    2022-12-15 19:25:54.564296703 +0100
@@ -1,0 +2,11 @@
+Wed Dec 14 22:37:51 UTC 2022 - John Vandenberg <jay...@gmail.com>
+
+- Remove arch-tests.patch that was removed from spec in previous change
+
+-------------------------------------------------------------------
+Mon Dec 12 17:33:31 UTC 2022 - pgaj...@suse.com
+
+- really use 2022.09.04 tarball
+- six is not required
+
+-------------------------------------------------------------------

Old:
----
  arch-tests.patch

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

Other differences:
------------------
++++++ python-python-for-android.spec ++++++
--- /var/tmp/diff_new_pack.KYZ160/_old  2022-12-15 19:25:55.608302643 +0100
+++ /var/tmp/diff_new_pack.KYZ160/_new  2022-12-15 19:25:55.612302665 +0100
@@ -16,9 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define version_with_zeros 2020.06.02
-%define skip_python2 1
+%define version_with_zeros 2022.09.04
 Name:           python-python-for-android
 Version:        2022.9.4
 Release:        0
@@ -27,8 +25,6 @@
 URL:            https://github.com/kivy/python-for-android
 Source:         
https://github.com/kivy/python-for-android/archive/v%{version_with_zeros}.tar.gz#/python-for-android-%{version}.tar.gz
 Source1:        python-python-for-android-rpmlintrc
-# https://github.com/kivy/python-for-android/pull/2355
-Patch0:         arch-tests.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -36,7 +32,6 @@
 Requires:       python-appdirs
 Requires:       python-colorama >= 0.3.3
 Requires:       python-pep517
-Requires:       python-six
 Requires:       python-toml
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -54,7 +49,6 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module sh >= 1.10}
-BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module toml}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  autoconf
@@ -74,8 +68,7 @@
 Android APK packager for Python scripts and apps
 
 %prep
-%setup -q -n python-for-android-%{version_with_zeros}
-%patch0 -p1
+%autosetup -p1 -n python-for-android-%{version_with_zeros}
 
 sed -i "1{s:#!.*$:#!%{_bindir}/bash:}" 
pythonforandroid/bootstraps/common/build/gradlew
 
@@ -117,7 +110,7 @@
 # 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)"
+skip_tests="$skip_tests or (TestToolchainCL and test_create) or 
test_create_python_bundle"
 
 %pytest -rs tests -k "not ($skip_tests)"
 

++++++ python-for-android-2022.9.4.tar.gz ++++++
++++ 13679 lines of diff (skipped)

Reply via email to