Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/python-for-android

Turn your Python application into an Android APK
https://github.com/kivy/python-for-android

Qt Bootstrap - Adapting to Qt 6.7 release (#2990)

* Qt lib.xml - add placeholder for bundled_libs

* Qt Bootstrap: Set environment variables

...

b92522fab879dbfc0028966ca3c59ef46ab7767d authored 11 months ago
Merge pull request #2835 from T-Dynamos/coincurve

recipes: new recipe `coincurve`

d4a6e23c718f52b454e3215756772fe167e1900e authored 11 months ago
recipes: new recipe `coincurve`

bb49cb7a30ce7d730c33eb5f45cf10a6313db371 authored 11 months ago
Merge pull request #2842 from T-Dynamos/libzmq

libzmq: fix build

41595e5bbd120cfe1fc4b0730f172dc43615d13c authored 11 months ago
:fire: Remove unused Makefile variables (#2985)

ba77db07f1ac07c7b6b2ea32dab6e564dc906201 authored 11 months ago
:loud_sound: Improve rebuild recipes logging & bump `pyzbar` version (#2986)

Add the build command to the logs so it's more clear how to reproduce a
potential rebuild issue...

69d970561d95ae52d5e847331db178e07a1def6e authored 11 months ago
Merge pull request #2987 from AndreMiras/feature/test_sdl2_mixer

:white_check_mark: Fix broken sdl2 mixer test

8eacdc01b3399f16e6e24b69bc8445b50fa768dd authored 11 months ago
:white_check_mark: Fix broken sdl2 mixer test

Reproduce with:
```
PYTHONPATH=. pytest tests/recipes/test_sdl2_mixer.py
```
The error was:
```
...

eca86d2596370cab1132eacd8a1406a85d53c30f authored 11 months ago
Merge pull request #2980 from AndreMiras/feature/improve_sh_mocking

:white_check_mark: improve sh mocking reliability

8aee887de8aa0fa51d23c7c096073f0486acd4f8 authored 11 months ago
:white_check_mark: improve sh mocking reliability

Make sure the mocking also works on setup without cmake or make.
Build dependencies should not b...

9ef3f9f55caa4cdd4853f33c603f82cd73125777 authored 11 months ago
Merge pull request #2983 from cweilouis/develop

MANAGE_EXTERNAL_STORAGE

0047b4fea816474e6127997dc89d46ee2ca55f22 authored 11 months ago
Merge pull request #2979 from AndreMiras/feature/test_get_dep_names_of_package

:white_check_mark: Fix test_get_dep_names_of_package

5d61bdb1398f05408dc38079c6d5fb3e6a086114 authored 11 months ago
fix Flake8 tests error

fix Flake8 tests error

a3762dc7c46a7aed2c584d632a72fb263bfee3c0 authored 11 months ago
MANAGE_EXTERNAL_STORAGE

android.permission.MANAGE_EXTERNAL_STORAGE

88260ae4a724bc977a8b218842734edc54e56f33 authored 11 months ago
:white_check_mark: Fix test_get_dep_names_of_package

Recent pythonf-for-android release added setuptools to install_requires.
Pinning to previous rel...

b48204f55eb41e8cc9bdf99d72942faab1da09fb authored 11 months ago
Merge pull request #2978 from rivian/arch-ref-fix

Arch type error when creating apk for project with setup.py

b3cc03430d777a692327f74992d504bd78e3b194 authored 11 months ago
Passing arch container instead of dereferenced arch string

4c5e34e201f9e4ede1ae771a9362da353dbe9623 authored 11 months ago
Merge pull request #2975 from T-Dynamos/add-mcp

(`recipes/materialyoucolor`): update to 2.0.7

0aba56e506b902a5f9fdfbeaa9114e9e542aaa86 authored 11 months ago
(`recipes/materialyoucolor`): update to 2.0.7

10175717fafcbc8cbfe21d1e91f8a824a8fae611 authored 11 months ago
Add support for display cutouts in manifest and add methods to retrieve data (#2969)

* Fresh changes of the display-cutout functionality

* Fine tuning + added tools

* Updated ...

9cd52203d1395d9f51f2c5361350251f40a42edd authored 12 months ago
Merge pull request #2950 from T-Dynamos/add-mcp

recipes: new `materialyoucolor` recipe

4c5fff64f1b905b0dd243003b9d189d1e2d0b8b4 authored 12 months ago
Merge pull request #2960 from kivy/master

Merge `master` into `develop`

fb97f1a429fa5f9db2ae99f7805dc3b885d0a4f3 authored about 1 year ago
Merge pull request #2959 from kivy/release-2024.01.21

Release 2024.01.21

957a3e5f8c270f7aa648ba185e5a68c1077a798d authored about 1 year ago
Update CHANGELOG.md and bump version to 2024.01.21

f47fed606157bde6d1e82d58bfde339efdc3a65b authored about 1 year ago
Update OpenSSL version to `1.1.1w` (#2958)

4dcb61ea5976b2c048a8bc533a8868995f116f88 authored about 1 year ago
Bump Kivy version to `2.3.0` (#2952)

f06e5e39a86076389179508ea35b6e5c0c0bb6f1 authored about 1 year ago
recipes: new `materialyoucolor` recipe

704523095f4157dd6418ef62d867f58584af050a authored about 1 year ago
Initial support for PySide6 and Qt bootstrap (#2918)

* Initial support for PySide6

- Add a new bootstrap for Qt
- This bootstrap will be used b...

75be0186e437f6d198f3d51c46361ce46edc1f2a authored about 1 year ago
Update sdl2 deps to reflect the same targeted in kivy/kivy (#2927)

* Update sdl2 deps to reflect the same targeted in kivy/kivy

* Update md5 sum

* Create new...

66ba3e516ad7682e25918a45fd81b85e1ac5a90e authored about 1 year ago
`sourceCompatibility` 1.7 and `targetCompatibility` 1.7 are obsolete, use 1.8 by default (#2942)

d35c70ae149748a213abb5bbe499ef4b6ba64d88 authored about 1 year ago
Update Contributing Guidelines and Readme (#2922)

* Update Contributing Guidelines and Readme

### Contributing Guidelines

* Refer to Kivy fo...

bb63f7684b177eab26da3dac1660a5fe526020bd authored about 1 year ago
Remove redundant append into `WHITELIST_PATTERNS` (#2935)

- pyconfig.h was appended twice into WHITELIST_PATTERNS
- Regression from commit a636b88

Co-...

0df46c8ccce849da6eb11739e5063653f21352cb authored about 1 year ago
Update prerequisites (`Dockerfile`, `prerequisites.py`, docs) (#2923)

* Update Dockerfile to reflect latest requirements

* Increase JDK version on macOS prerequisi...

436d5a93282dcfcc7027d19d70963c6773544434 authored about 1 year ago
Add support for Python `3.11` and make it the default while building `hostpython3` and `python3` (#2850)

* python: update to 3.11.5

* scipy: update to 1.11.3

* add `pybind11` to `ci/constants.py`...

83e74cac0fa230231f63b7d7e4f1e8581fd9e2ce authored about 1 year ago
Update Android gradle plugin to 8.1.1 and gradle to 8.0.2 (#2887)

17bf5322791ec8cec85836fbe906e63664a05445 authored about 1 year ago
Introduce FAQ in docs (#2917)

* Introduce FAQ

Future work:

* Remove much of same info from trouble-shooting section.
*...

59d6985a93dba64d6380688d546d554d6abe213a authored about 1 year ago
Add (now mandatory) `.readthedocs.yaml` file, add docs `requirements.txt` and update sphinx conf (#2916)

* Add (now mandatory) .readthedocs.yaml file, add docs requirements.txt and update sphinx conf
...

609ad2d61c242d8856c4d5d3bd4d4e7b8950b65c authored about 1 year ago
Bump `pyjnius` version to `1.6.1` (#2914)

64ff7a84c37fd8ba39f93d1284275074f0d03d3f authored about 1 year ago
Merge pull request #2915 from HyTurtle/json1

enable json1 extenstion in sqlite3

5b097dc0c551901c6473df68b6855cd06c9599eb authored about 1 year ago
enable json1 extenstion

eb5b46a144624e26089eb868daebcdfbefe99af1 authored about 1 year ago
Remove `distutils` usage, as is not available anymore on Python `3.12` (#2912)

* Remove distutils usage, as is not available anymore on Python 3.12

* Updated testapps to us...

d8c39478c22c1974219faaa9ff9150765acc52e0 authored about 1 year ago
Improve docs, add docs tests and remove vendored theme (#2890)

* Add doc tests, make them pass

* push.yml
* Added documentation step which installs [doc...

0be5572a43aed4c199e740d7d467fde19779736e authored about 1 year ago
Merge pull request #2900 from HugoDaniel/patch-1

Update Lottie player version

fbe9fe496363c5b46427407b3a5c59099e02cfbc authored over 1 year ago
Update Lottie player version

3c053660438c5a36133c5ba9bc7d7f9b5d82e718 authored over 1 year ago
Merge pull request #2892 from kivy/master

Merge master into develop

4cc12678ba2a1cdcf0aa25a7ae53fc10a422b3d7 authored over 1 year ago
Merge pull request #2891 from misl6/release-2023.09.16

* Update `cffi` recipe for Python 3.10 (#2800)

* Update __init__.py

version bump to 1.15.1...

e155baf9f94ef6ef0589541210e9cdb20f960d52 authored over 1 year ago
Update CHANGELOG.md and bump version to 2023.09.16

12ef2a23be5e10aea1a5de1dd8657e4145e569cf authored over 1 year ago
Standardise on touch files (#2886)

Existing code shells out to run the `touch` Unix command.
This can be done faster (and cross-pl...

4d50d7d883bb6313f37c22402ecfaefa689bbbed authored over 1 year ago
Standardise on move (files, directories) (#2884)

* Add new util function (and tests) called `move`.
* Change references to sh.mv to use move (as...

3107e4e788e152fc3c69e0ff67702d670a23d970 authored over 1 year ago
Standardise `ensure_dir` and `rmdir` (#2871)

* Standardise ensure_dir and rmdir

* Standardise ensure_dir and rmdir

* Add libmysqlclient...

c6f76b9f43c24e7a270a49a15c9ae1e808a31b95 authored over 1 year ago
Remove deprecated FlatDir in Gradle template (#2876)

Based on lessons from https://stackoverflow.com/questions/68215302/using-flatdirs-should-be-avoi...

fa3e5bfe39286e4a293882a4db0728d9bf9f4968 authored over 1 year ago
Linter fixes (#2874)

The errors were:
```
pythonforandroid/bootstrap.py:136:5: F811 redefinition of unused 'name' f...

be650bcfa82dcc7cd3007401ddf5844c9937078a authored over 1 year ago
Factor out dependency checking. Use modern version handling (#2866)

LooseVersion used again

Handle bad SDK versions

7a0c9354b36d8d9e85cd28774560f87bfec6b524 authored over 1 year ago
Correct check for `--sdk` option (#2870)

910df0a68e87365c850b436d578d111bae65123b authored over 1 year ago
Merge pull request #2869 from Julian-O/test311

Python versions: Update documentation & CI testing

8f536b42c268c1532fae9f629347c099e76d171c authored over 1 year ago
Update documentation to reflect Python 3.7 being end-of-life.

ce443a9b5300aea0cab98b2a017c058e36946260 authored over 1 year ago
Update Python versions in CI tests

Python 3.11 was released October 2022.
Python 3.7 went end-of-life June 2023

82aa8fbaa15fc40f6673b12af2fe8481cebee975 authored over 1 year ago
Cleanup `patching.py` (#2868)

Major changes to comments, param names, function ordering.
Removed deprecated LooseVersion
Mov...

32817fbb4b7663ccee36efbb4061c4b4d508f813 authored over 1 year ago
Docs: Fix typos and improved README quickstart (#2860)

* Made p4a apk build command more general - readme

* Fix twice spelled - readme

* updated ...

4755bcc36d7edf4e94f85a2cca3f67feb203be98 authored over 1 year ago
`build_platform` should be all-lowercase (#2864)

fd0377506af19b4aca51166724956f804eb116e1 authored over 1 year ago
Fix simple typos in comments (#2863)

One typo I introduced while trying to fix the other.

2a4504980de2b365e2c0d11f45697759c735e239 authored over 1 year ago
Use `platform.uname` instead of `os.uname` (#2857)

Advantages:

- Works cross platform, not just Unix.
- Is a namedtuple, so can use meaningful ...

ad117beac2655d7e17a3c955e5cea82c6808a124 authored over 1 year ago
Automatically generate required pre-requisites (#2858)

`get_required_prerequisites()` maintains a list of Prerequisites required by each platform.

B...

f824d0eaff19cc26f358c03c8b7bab5e74505086 authored over 1 year ago
Use a pinned version of `Cython` for now, as most of the recipes are incompatible with `Cython==3.x.x` (#2862)

08b58fd5f09a126c697e5e7ab5e1475759fa9068 authored over 1 year ago
Bump `kivy` version to `2.2.1` (#2855)

f7f591bb6eea9e4dbd68e2004a22c4d839d400a1 authored over 1 year ago
Merge pull request #2859 from kulothunganug/patch-1

Docs: Fix code string - quickstart.rst

2e3c6a3a2e542407920bbb0b6834201dce1c01d0 authored over 1 year ago
Fix code string - quickstart.rst

d1f8cb6c2fc507b9d0abaece511fbec7323f8451 authored over 1 year ago
Correct sys_platform (#2852)

On Window, sys.platform = "win32".

I think "nt" is a reference to os.name.

403cf8ae792d5548e37764393899bf712bf5852c authored over 1 year ago
Fix `vlc` recipe build (#2841)

4ebd3a87fda0b6dbe7255fc647967bf5a803ab3d authored over 1 year ago
`freetype` recipe: Changed the url to use https as http doesn't work (#2846)

aae845d6e5e2aefea65b5a7297deb9644ac4086d authored over 1 year ago
libzmq: fix build

393ad44407d8658a3e5f984b9ce49a7dcd760d96 authored over 1 year ago
Remove `pytz` recipe, as it's not needed anymore (#2830)

da9a1942dd1ce178fec2b9cea2549c0dc1cd5c0f authored over 1 year ago
Optimize CI runs, by avoiding unnecessary rebuilds (#2833)

37cb53e2629df4f5a0e40d837002df73fc771929 authored over 1 year ago
Remove dateutil recipe, as it's not needed anymore (#2829)

656179a449c56436218c374d6dee53704f3d98f8 authored over 1 year ago
Removes `Babel` recipe as it's not needed anymore. (#2826)

d56cd398bb1ca554996103ae7ba0d082a5a8abbd authored over 1 year ago
Removes `mysqldb` recipe as does not support Python 3 (#2828)

3ff192b85dafc13b723f5be187200412fa741bc9 authored over 1 year ago
Bump actions/setup-python and actions/checkout versions, as old ones are deprecated (#2827)

c86cc24ada24c5999610c2aae4c6a495900a3eb1 authored over 1 year ago
Use build rather than pep517 for building (#2784)

pep517 has been renamed to pyproject-hooks, and as a consequence all of
the deprecated function...

70debe5aaa1e090c18f4c366c32a63069d9ee724 authored over 1 year ago
Update `cffi` recipe for Python 3.10 (#2800)

* Update __init__.py

version bump to 1.15.1

* Update disable-pkg-config.patch

adjust pa...

5ff00abad71d57c9bdba429c834696f0a6159e53 authored over 1 year ago
Merge pull request #2797 from kivy/master

Merge master into develop

ef01149c2c3595497948c0a2cf01ed7413b7c1fb authored over 1 year ago
Merge pull request #2796 from misl6/release-2023.05.21

* Add support for Python 3.10 and make it the default while building hostpython3 and python3 (#2...

0daa74c8ed3c7aa09940555297a8c78d420566d1 authored over 1 year ago
Update CHANGELOG.md and bump version to 2023.05.21

11c38b48abbf0d9bd07c53869cdff6665c19008c authored over 1 year ago
Update Kivy recipe for 2.2.0 (#2793)

* Update Kivy recipe for 2.2.0rc1

* Bump to 2.2.0

13fb9792c128d4b7a1280e9fb4fef40df81e6358 authored over 1 year ago
Update pyjnius version in recipe (#2791)

e76826678b440ecd7fcfa31de88d4171bb70331f authored over 1 year ago
Merge pull request #2771 from SomberNight/202303_fix_liblink

fix tools/liblink: syntax error

8cae1f63e4ced626e9989f8611804a2b8c22d0e8 authored almost 2 years ago
fix tools/liblink: syntax error

regression from 22b7dfee1ddc5f435f8bf016cbf83980a45b4374

63005b4dd263736e4aeec1d094d70935f92f4918 authored almost 2 years ago
fix #2768 smallIconName null can t be compared to String (#2769)

* fix #2768 smallIconName null can t be compared to String

* fix: Remove Importance None of n...

f7ba0122b9bb9f1e77ac2ee0515c048ec3903512 authored almost 2 years ago
android_api to integer (#2765)

* android_api to integer

* changes to android_api

* changes to android_api

62e0def219d1e09151038edad36e526be982355f authored almost 2 years ago
Use io.IOBase for LogFile (#2763)

This provides reasonable default implementations for common IO class
methods such as isatty().
...

8bed427d26709e4e621d8d43c4fc2e34a2b8e984 authored almost 2 years ago
Adds flag to support home app (launcher) intent-filter on SDL2 bootstrap (#2761)

* Home app functionality

* Cleanup

* Added --home-app to the docs

* Fixed the if statem...

b7edc63d9e6d21495f810901de15c5b06add91c1 authored almost 2 years ago
Add debug loggings for identifying a matching dist (#2751)

* Add debug loggings for identifying a matching dist

* Fix lint failure on f-string.

c2f92c502adfbd41cfa70672e643aa5d4faa5774 authored almost 2 years ago
Add PyAV recipe (#2750)

* pyav recipe

* flake8 fix

* Update pythonforandroid/recipes/av/__init__.py

Co-authored...

10f0f29cfce936643c6539af61e7a2f2330ecf78 authored almost 2 years ago
Add support for Python 3.10 and make it the default while building hostpython3 and python3 (#2577)

* Add support for Python 3.10 and make it the default while building hostpython3 and python3

...

2b15b02c5d63b5559039f4fe4ad4c62acb385361 authored almost 2 years ago
Merge pull request #2748 from kivy/master

Merge master into develop

bdf188369ed308400769be1947320527b9938109 authored almost 2 years ago
Merge pull request #2747 from misl6/release-2023.02.10

* Update `pydantic` recipe

There is [incompatibility](https://github.com/huggingface/transfor...

56bf7335f08a51ec4e8427dd672e1b25a674026b authored almost 2 years ago
Update CHANGELOG.md and update version to 2023.02.10

9b5282552a4bd1d4b12e2138e876a0dc151e23ce authored almost 2 years ago
Restrict sh version to sh>=1.10, <2.0 (#2746)

keep sh version under 2.0 as default behaviour was switched

70fa6ddd040dc14f3cb28ebc2cfc5779c5cc5342 authored almost 2 years ago
Merge pull request #2742 from FilipeMarch/patch-3

🐛 fix: Update `pydantic` recipe

81f6d776a03319101574a132c8a9fb5fe90d91ab authored almost 2 years ago
Update `pydantic` recipe

There is [incompatibility](https://github.com/huggingface/transformers/issues/8638) between pyth...

391af5e86b516d8226ba36b5b5000dc4362b4030 authored almost 2 years ago
Merge pull request #2741 from kivy/master

Merge master into develop

e393a9ebf5486be2792df4d6390410b28dca31ec authored almost 2 years ago