From f705bc954eeaef913ab2c7367d89fca19786654d46b7f0c7b4c26ec1d0674273 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Jan 2024 22:10:03 +0000 Subject: [PATCH] - update to 2023.09.16: * Cffi update * Use build rather than pep517 for building * Removes `mysqldb` recipe as does not support Python 3 * Removes `Babel` recipe as it's not needed anymore. * Remove `dateutil` recipe, as it's not needed anymore * Optimize CI runs, by avoiding unnecessary rebuilds * Remove `pytz` recipe, as it's not needed anymore * Changed the url to use https as http fails * vlc: fix build * Correct sys_platform * Docs: Fix code string - quickstart.rst * Bump `kivy` version to `2.2.1` * Use a pinned version of `Cython` for now, as most of the recipes are incompatible with `Cython==3.x.x` * Automatically generate required pre-requisites * Use platform.uname instead of os.uname * Fix simple typos in comments * `build_platform` should be all-lowercase * Docs: Fix typos and updated command to build apk - README * Patching cleanup * Python versions: Update documentation & CI testing * Correct check for --sdk option * Factor out dependency checking. Use modern version handling * :rotating_light: linter fixes * Remove deprecated FlatDir in Gradle template * Standardise ensure_dir and rmdir * Standardise on move * Use Python's touch() rather than shelling out. - update to 2023.05.21: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-for-android?expand=0&rev=14 --- ....gz => python-for-android-2023.9.16.tar.gz | 0 python-python-for-android.changes | 49 ++++++++++++++++++- python-python-for-android.spec | 4 +- 3 files changed, 49 insertions(+), 4 deletions(-) rename python-for-android-2023.2.10.tar.gz => python-for-android-2023.9.16.tar.gz (100%) diff --git a/python-for-android-2023.2.10.tar.gz b/python-for-android-2023.9.16.tar.gz similarity index 100% rename from python-for-android-2023.2.10.tar.gz rename to python-for-android-2023.9.16.tar.gz diff --git a/python-python-for-android.changes b/python-python-for-android.changes index 2fc91bf..0327ef6 100644 --- a/python-python-for-android.changes +++ b/python-python-for-android.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Tue Jan 9 22:09:21 UTC 2024 - Dirk Müller + +- update to 2023.09.16: + * Cffi update + * Use build rather than pep517 for building + * Removes `mysqldb` recipe as does not support Python 3 + * Removes `Babel` recipe as it's not needed anymore. + * Remove `dateutil` recipe, as it's not needed anymore + * Optimize CI runs, by avoiding unnecessary rebuilds + * Remove `pytz` recipe, as it's not needed anymore + * Changed the url to use https as http fails + * vlc: fix build + * Correct sys_platform + * Docs: Fix code string - quickstart.rst + * Bump `kivy` version to `2.2.1` + * Use a pinned version of `Cython` for now, as most of the + recipes are incompatible with `Cython==3.x.x` + * Automatically generate required pre-requisites + * Use platform.uname instead of os.uname + * Fix simple typos in comments + * `build_platform` should be all-lowercase + * Docs: Fix typos and updated command to build apk - README + * Patching cleanup + * Python versions: Update documentation & CI testing + * Correct check for --sdk option + * Factor out dependency checking. Use modern version handling + * :rotating_light: linter fixes + * Remove deprecated FlatDir in Gradle template + * Standardise ensure_dir and rmdir + * Standardise on move + * Use Python's touch() rather than shelling out. +- update to 2023.05.21: + * Add support for Python 3.10 and make it the default while + building hostpython3 and python3 + * Add PyAV recipe + * Add debug loggings for identifying a matching dist + * Home app functionality + * Use io.IOBase for LogFile + * android_api to integer + * fix #2768 smallIconName null can t be compared to String + * fix tools/liblink: syntax error + * Update `pyjnius` version to `1.5.0` + * Update Kivy recipe for 2.2.0 + ------------------------------------------------------------------- Tue May 16 12:08:13 UTC 2023 - Steve Kowalik @@ -26,7 +71,7 @@ Tue May 16 12:08:13 UTC 2023 - Steve Kowalik * android/activity: Add Application.ActivityLifecycleCallbacks helpers #2669 (dbnicholson) * Bump minimal and recommended Android NDK version to 25b #2668 (misl6) - * Include HOME in build environment #2582 (dbnicholson) + * Include HOME in build environment #2582 (dbnicholson) - Add patch switch-to-build-from-pep517.patch: * Do not use pep517 methods, switch to build. @@ -44,7 +89,7 @@ Mon Dec 12 17:33:31 UTC 2022 - pgajdos@suse.com ------------------------------------------------------------------- Thu Oct 6 22:26:44 UTC 2022 - Yogalakshmi Arunachalam -- Update to version v2022.09.04 +- Update to version v2022.09.04 Fixed bugs: Matplotlib failed to import properly on an APK from Buildozer and Kivy #2643 Closed issues: diff --git a/python-python-for-android.spec b/python-python-for-android.spec index c5458ca..083f977 100644 --- a/python-python-for-android.spec +++ b/python-python-for-android.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-for-android # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define version_with_zeros 2023.02.10 Name: python-python-for-android -Version: 2023.2.10 +Version: 2023.9.16 Release: 0 Summary: Android APK packager for Python scripts and apps License: MIT