forked from pool/python-python-for-android
Accepting request 1008609 from home:yarunachalam:branches:devel:languages:python
- Update to version v2022.09.04 Fixed bugs: Matplotlib failed to import properly on an APK from Buildozer and Kivy #2643 Closed issues: KeyError: Matplotlib with kivy android #2658 KeyError: Matplotlib #2659 Upgrade from NDK 19b to 23b causes problems with Pandas library #2654 Update Dockerfile for ARM #2653 Apple M2 chip doesn't generate apk: compiling error on liblzma #2652 aiohttp/_http_parser.pyx:46:0: '_headers.pxi' not found #2651 [Question] Pip SSL ? #2649 Colab gives me as error "No module named 'typing_extensions' ", even if before with the same compilation it worked #2648 [Question] Java Files #2646 Using foreground services will cause wired behaviour on Android 8 #2641 Can't apply patches with relative paths for local recipe #2623 Compile for x86 on MacOS #2215 splash always loading #1907 python-for-android.readthedocs.io has problems updating, apparently #1709 Webview apps not working on Android #1644 Merged pull requests: liblzma: Use p4a_install instead of install, as a file named INSTALL is already present. #2663 (misl6) Force --platform=linux/amd64 in Dockerfile #2660 (misl6) Remove six and enum34 dependency #2657 (misl6) Update supported Python versions #2656 (misl6) Fixes some E275 - assert is a keyword. #2647 (misl6) Updates matplotlib, fixes an issue related to shared libc++ #2645 (misl6) RTSP support for ffmpeg #2644 (alicakici1234) Fixes TypeError: str.join() takes exactly one argument (2 given) in hostpython3/__init__.py", line 69 #2642 (Furtif) Resolve absolute path to local recipes #2640 (dbnicholson) Merges master into develop after release 2022.07.20 #2639 (misl6) OBS-URL: https://build.opensuse.org/request/show/1008609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-for-android?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
90fcb5c188
commit
5cd42e91df
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 6 22:26:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to version v2022.09.04
|
||||||
|
Fixed bugs:
|
||||||
|
Matplotlib failed to import properly on an APK from Buildozer and Kivy #2643
|
||||||
|
Closed issues:
|
||||||
|
KeyError: Matplotlib with kivy android #2658
|
||||||
|
KeyError: Matplotlib #2659
|
||||||
|
Upgrade from NDK 19b to 23b causes problems with Pandas library #2654
|
||||||
|
Update Dockerfile for ARM #2653
|
||||||
|
Apple M2 chip doesn't generate apk: compiling error on liblzma #2652
|
||||||
|
aiohttp/_http_parser.pyx:46:0: '_headers.pxi' not found #2651
|
||||||
|
[Question] Pip SSL ? #2649
|
||||||
|
Colab gives me as error "No module named 'typing_extensions' ", even if before with the same compilation it worked #2648
|
||||||
|
[Question] Java Files #2646
|
||||||
|
Using foreground services will cause wired behaviour on Android 8 #2641
|
||||||
|
Can't apply patches with relative paths for local recipe #2623
|
||||||
|
Compile for x86 on MacOS #2215
|
||||||
|
splash always loading #1907
|
||||||
|
python-for-android.readthedocs.io has problems updating, apparently #1709
|
||||||
|
Webview apps not working on Android #1644
|
||||||
|
Merged pull requests:
|
||||||
|
liblzma: Use p4a_install instead of install, as a file named INSTALL is already present. #2663 (misl6)
|
||||||
|
Force --platform=linux/amd64 in Dockerfile #2660 (misl6)
|
||||||
|
Remove six and enum34 dependency #2657 (misl6)
|
||||||
|
Update supported Python versions #2656 (misl6)
|
||||||
|
Fixes some E275 - assert is a keyword. #2647 (misl6)
|
||||||
|
Updates matplotlib, fixes an issue related to shared libc++ #2645 (misl6)
|
||||||
|
RTSP support for ffmpeg #2644 (alicakici1234)
|
||||||
|
Fixes TypeError: str.join() takes exactly one argument (2 given) in hostpython3/__init__.py", line 69 #2642 (Furtif)
|
||||||
|
Resolve absolute path to local recipes #2640 (dbnicholson)
|
||||||
|
Merges master into develop after release 2022.07.20 #2639 (misl6)
|
||||||
|
Fix webview Back button behaviour #2636 (interlark)
|
||||||
|
Add icon-bg and icon-fg to fix_args #2633 (danigm)
|
||||||
|
Remove stray - in output file name #2581 (dbnicholson)
|
||||||
|
Add option for adding files to res/xml without touching manifest #2330 (rambo)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 00:15:47 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
Tue Aug 9 00:15:47 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%define version_with_zeros 2020.06.02
|
%define version_with_zeros 2020.06.02
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-python-for-android
|
Name: python-python-for-android
|
||||||
Version: 2020.6.2
|
Version: 2022.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Android APK packager for Python scripts and apps
|
Summary: Android APK packager for Python scripts and apps
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -47,9 +47,9 @@ Recommends: python-wheel
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Jinja2}
|
BuildRequires: %{python_module Jinja2}
|
||||||
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module appdirs}
|
BuildRequires: %{python_module appdirs}
|
||||||
BuildRequires: %{python_module colorama >= 0.3.3}
|
BuildRequires: %{python_module colorama >= 0.3.3}
|
||||||
BuildRequires: %{python_module Cython}
|
|
||||||
BuildRequires: %{python_module pep517}
|
BuildRequires: %{python_module pep517}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -59,13 +59,13 @@ BuildRequires: %{python_module toml}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: clang
|
|
||||||
BuildRequires: ccache
|
BuildRequires: ccache
|
||||||
|
BuildRequires: clang
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: lld
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: lld
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Reference in New Issue
Block a user