Ecosyste.ms: OpenCollective

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

Kivy

Python UI framework for making outstanding desktop and mobile applications
Collective - Host: opensource - https://opencollective.com/kivy - Website: https://kivy.org - Code: https://github.com/kivy

Merge pull request #439 from misl6/fix-openssl

Update (and fixes) openssl to 1.1.1f

github.com/kivy/kivy-ios - 161b0bf132cf663f763b235a60bb19eefbb8c292 authored almost 5 years ago
Fixes openssl compilation + bumps version

github.com/kivy/kivy-ios - b47cddddad422ba8279f81e3ed2150580903a00b authored almost 5 years ago
Merge pull request #440 from misl6/github-actions

Add Github Actions on kivy-ios

github.com/kivy/kivy-ios - 227536235011429f51e1b59575b6d3bb59748612 authored almost 5 years ago
Github Actions on kivy-ios

github.com/kivy/kivy-ios - 57afc7d8f9a1684c6528c739553916faed5f3e7a authored almost 5 years ago
Merge pull request #506 from cmacdonald/more_dunder_protocols

implements more dunder protocols

github.com/kivy/pyjnius - dd8fbdce175c4b4544fafb85d38ac7e048cfbb03 authored almost 5 years ago
address review feedback

github.com/kivy/pyjnius - 6cd081d6189e8786dcdceceb87bc37fabcee49c3 authored almost 5 years ago
even more unit tests

github.com/kivy/pyjnius - 8b393126ebb5aee6cd6df047eb09e24d9b12d3c4 authored almost 5 years ago
more unit tests

github.com/kivy/pyjnius - df1fe04bfd4a30d58beae16e14a99e20cd375034 authored almost 5 years ago
implements more dunder protocols for Java Collections Framework, Iterators and Comparable

github.com/kivy/pyjnius - 91f62d015c65fa39b7a076bc944b9a9af6619df0 authored almost 5 years ago
Fixes coveralls.io on pull requests

Coveralls.io now runs on pull requests as well.
The report is automatically uploaded on coverall...

github.com/kivy/buildozer - 3f1b44de6f582fc5e52cf120ab50bec137db1b10 authored almost 5 years ago
Merge pull request #1061 from AndreMiras/feature/test_android_module

Starts unit testing buildozer/targets/android.py

github.com/kivy/buildozer - 556724f62de2c225f718bd97b48276bf87e44970 authored almost 5 years ago
Starts unit testing buildozer/targets/android.py

This is a best effort approach trying to increase the coverage of that
module. Therefore some te...

github.com/kivy/buildozer - 0c4116c4696c6d46af5703df72515e678b2ca65a authored almost 5 years ago
Merge pull request #1062 from AndreMiras/feature/coveralls_on_push_to_master

Coveralls TOKEN is only available on branch master

github.com/kivy/buildozer - 7daf3d028cf6fed28a4eea69d1d032fbb69bc20d authored almost 5 years ago
Coveralls TOKEN is only available on branch master

Refs: https://github.com/kivy/buildozer/pull/1060#issuecomment-612168204

github.com/kivy/buildozer - 090cb5b36e721d50b4734e53c021c94a93dbed55 authored almost 5 years ago
Uses Python 3 syntax (#554)

This is a follow up for:
https://github.com/kivy/plyer/pull/553
- updates `super()` syntax
- ...

github.com/kivy/plyer - 11b6b4b1565b04a6c7919ca8b3ed0aed86784915 authored almost 5 years ago
Drops Python 2 support (#553)

github.com/kivy/plyer - 5fb013c763ef52670ba1e1fa719329f1e364e5ba authored almost 5 years ago
Merge pull request #1060 from kivy/feature/coverage_testing

Setup coverage testing, closes #1058

github.com/kivy/buildozer - 21d415757367e5cbefb1dcd38299c4bec4c6dace authored almost 5 years ago
Merge pull request #552 from AndreMiras/feature/linter_fixes

Fixes linter errors

github.com/kivy/plyer - 7f9b3d640de2dbf4ec163ec3f52fd9e382be58f9 authored almost 5 years ago
Setup coverage testing, closes #1058

Also enables report to coveralls.io via GitHub Action.
Note the `COVERALLS_REPO_TOKEN` was setup...

github.com/kivy/buildozer - a155929bdc6b3f9f0153ae2820d93a7fc19fc6b7 authored almost 5 years ago
Fixes linter errors

This is a follow up for https://github.com/kivy/plyer/pull/548
Note that we ignore the `plyer/to...

github.com/kivy/plyer - 1a337206554d2c1141b59d57e327436beb64b64f authored almost 5 years ago
MetaJavaClass class cache needs to take into account include_protected and include_private

github.com/kivy/pyjnius - 2e227ba04d2f20f13bf62a80fb5acc3b7fa82096 authored almost 5 years ago
Remove unused linters (#548)

* Replace pycodestyle and pylint for flake8 in setup.py

* Remove pylint in __init__.py

* R...

github.com/kivy/plyer - 29ab4af1567ba04f017ab100f7b381613e18f47e authored almost 5 years ago
make default option public only

github.com/kivy/pyjnius - 5715c4c4a398c992209ef4219ad7e155e75059b6 authored almost 5 years ago
merged with master branch

github.com/kivy/pyjnius - e7f7e552b2369ed695be1495cfb4a1685b9a5a6d authored almost 5 years ago
add include_private and _protected params to autoclass

github.com/kivy/pyjnius - d63d2601ac9077e666ce4af4e56515a7584f7d9b authored almost 5 years ago
Updated Image class to always set '_loops' attribute to 0 when '_coreimage' is None. Removed derefencing of 'mipmap' from 'texture_update' method.

github.com/kivy/kivy - ec1975a62516deaf13e35e7a1a82dc784dc048f4 authored almost 5 years ago
Updated Image and AsyncImage to bind to properties before super call in __init__ method.

github.com/kivy/kivy - e245fa63e1937d411eec3ea28f7e4fff16fc6b7f authored almost 5 years ago
Merge pull request #497 from cmacdonald/master

add support for java.lang.AutoCloseable #494

github.com/kivy/pyjnius - 972c863d9db02f76914f4546ad7b4ba5b7880f0a authored almost 5 years ago
Merge pull request #503 from cmacdonald/mac_java_home_rebase

macOS - use /usr/libexec/java_home to detect Java

github.com/kivy/pyjnius - 49f8bd387d1f589016b11a63abccd396f5216439 authored almost 5 years ago
moved __len__ to java.util.Collection plus tests, as per review

github.com/kivy/pyjnius - 0c1db7b280b85493da894e21bd2f608bb17977e6 authored almost 5 years ago
addressed comment feedback

github.com/kivy/pyjnius - af7cd7b4ea38cf2be2b6aaefb5d597869788ab67 authored almost 5 years ago
address review on #503

github.com/kivy/pyjnius - 33dace4bcc5f961718879956262dc511fe91e01f authored almost 5 years ago
change test name

github.com/kivy/pyjnius - 7a195a42a1d9ae8edf998219f5761829c363cc6d authored almost 5 years ago
handle no java installed case based on exit code

github.com/kivy/pyjnius - ad42b7ebf6cc381920e6907febe301fd34b6780a authored almost 5 years ago
detect JVM location on Mac using /usr/libexec/java_home

github.com/kivy/pyjnius - e6ee4fdba380a55cfdb29a4eb6cb9a83a42527b1 authored almost 5 years ago
checkin unittests for non-public fields fix

github.com/kivy/pyjnius - 95ed541b23a6ffdd4d924989fcb13f2f18bf21d0 authored almost 5 years ago
make autoclass create classes with all available fields, not just the public ones

github.com/kivy/pyjnius - 64ee8a597c796df79f8157018fb86de3c8ded9d9 authored almost 5 years ago
rename to protocol_map, change comments

github.com/kivy/pyjnius - afe15b00a65073bbfe0dcf51a8a26b0bd7c4ea73 authored almost 5 years ago
Merge branch 'master' of https://github.com/kivy/pyjnius

github.com/kivy/pyjnius - cbc9b21290aadaa583d73f2c03be6635f6783f73 authored almost 5 years ago
Added 'remove_from_cache' method to Image class.

github.com/kivy/kivy - 90fccad1aab46bf2219d0f567d8d2d3b7415cf68 authored almost 5 years ago
Merge pull request #1053 from Sirfanas/fix-venv-python3

[Python3] #1052 ImportError: cannot import name 'main'

github.com/kivy/buildozer - 916dc6ba2a7408844974f1fe286033d066552a29 authored almost 5 years ago
Put change in a single line

Co-Authored-By: Andre Miras <[email protected]>

github.com/kivy/buildozer - 05f0024b26e539606b1aac4afbc89e9c1d9c8e60 authored almost 5 years ago
Change "python3 -m pip" to "pip3"

github.com/kivy/buildozer - c7d0a5a7c3e4d83a7dce6b38a978d202a2a27a27 authored almost 5 years ago
Remove try/except from Image.reload method.

github.com/kivy/kivy - efd29b64045f97b27d614f163a9ed4fd8f78e410 authored almost 5 years ago
Merge pull request #501 from cmacdonald/465_reflect_rewrite

issue 465 - revised reflect

github.com/kivy/pyjnius - 68a7d9b04e92f2d5eac7bb629771129ba5537d32 authored almost 5 years ago
pep8 and prints made into log.debug, as per review

github.com/kivy/pyjnius - 6d7091fe532ecceb283355c02e14f5a96cd62fbd authored almost 5 years ago
undid forced logging, as per review

github.com/kivy/pyjnius - 5388f7a1aecf2a85474b43b82a6ead15d0f7074d authored almost 5 years ago
pep8 fixes as per review

github.com/kivy/pyjnius - ffd9aacd58213ea4a894e38ea1114387e977fabf authored almost 5 years ago
Fix virtual env for python 3

github.com/kivy/buildozer - c9004f1d77585e96d1fc35ffc4705ebb5aca7ed8 authored almost 5 years ago
Better log messages in Image/AsyncImage to match core Image log messages.

github.com/kivy/kivy - d07630db1a6fc1bcd50d97767f21dc1698fbde72 authored almost 5 years ago
Set 'texture_size' property of Image to [0, 0] if 'texture' is None.

github.com/kivy/kivy - c93c2a825f17de7e9366fb7ebc961b829f6fc76a authored almost 5 years ago
Removed unused attribute '_loop' from Image class.

github.com/kivy/kivy - 0b440fcd351e034460f71f4bad2438c95f2350ec authored almost 5 years ago
:lock: Bump twisted version to `20.3.0` (#2135)

Because of a detected vulnerability with prior versions of twisted:

**See also**: https://git...

github.com/kivy/python-for-android - 47c9c33f522d0ec6fa4a654ac661bdbce7bc79b5 authored almost 5 years ago
test cases for identify_hierarchy

github.com/kivy/pyjnius - 528967d65c53e45386c9d6647c8fcefa41f15608 authored almost 5 years ago
addressed feedback on class_hierachy and debug statement

github.com/kivy/pyjnius - b8dd0b398de07c437966c8ae030dc0350b887107 authored almost 5 years ago
add instance tests

github.com/kivy/pyjnius - 63d56f7ee5751f356bf0edc1a8457bdd2c41d718 authored almost 5 years ago
add code to use private methods

github.com/kivy/pyjnius - e699ce57784a93ffd35cdb14615823792b0eda3e authored almost 5 years ago
some changes to unit tests

github.com/kivy/pyjnius - e64be3157136d3b0051e86c4d8a564f134cab76e authored almost 5 years ago
begin unit tests

github.com/kivy/pyjnius - 67af96b5fc9e2c13788231d50c0bf00ef1a16fe5 authored almost 5 years ago
addressed feedback

github.com/kivy/pyjnius - c80ddfc39d1065a93c47a44a121e4bdc04a3d374 authored almost 5 years ago
Ensure that type 'list' is always returned for property 'norm_image_size' of Image class.

github.com/kivy/kivy - 368f5e99b2a0f33643b44a001d1fc23137ffc484 authored almost 5 years ago
Updated 'reload' method of AsyncImage to remove from cache only if source is found.

github.com/kivy/kivy - eddfc3fa55da91053beb8956989a91140726fb69 authored almost 5 years ago
Ensure that None is not passed to Image/AsyncImage internal core-image/loader object.

github.com/kivy/kivy - 3746afb0f10f001869cafe9cb648cc247eeaa247 authored almost 5 years ago
store the result of getModifiers() in a local variable

github.com/kivy/pyjnius - 4bbb452183dfc9244d832efa7e886c3aecfbb322 authored almost 5 years ago
issue 465 - revised reflect

github.com/kivy/pyjnius - 049c97d55e40af6576410ac9f1ce86e52c3c02cf authored almost 5 years ago
add public_only option to autoclass

github.com/kivy/pyjnius - c57bb303fe4bbe50f3ba4ecc6f3e702517b05ead authored almost 5 years ago
remove java.io.Closeable in interface_map - AutoCloseable is enough

github.com/kivy/pyjnius - 21f3c251666acbbdd47d8f388b81121752dc72c5 authored almost 5 years ago
Merge pull request #2122 from kivy/feature/auto_release_pypi

Auto deploys to PyPI using Travis on tags

github.com/kivy/python-for-android - 8670de6bc224290202ddb745c42a3589747a5a3a authored almost 5 years ago
Merge pull request #2134 from AndreMiras/develop

release-2020.03.30 to develop

github.com/kivy/python-for-android - 7a4ecf27fab21497c6313d1bb6d15e26b70a7c16 authored almost 5 years ago
bugfix for 3D rendering example

github.com/kivy/kivy - 2a624ddec66a0aa05bdd9f5897a1f96dca41799f authored almost 5 years ago
Merge pull request #2126 from AndreMiras/feature/rst_documentation_fixes

Fixes code block directives

github.com/kivy/python-for-android - cfabe377644a4860ee26cc09a4913b6871ec6817 authored almost 5 years ago
Merge branch 'release-2020.03.30' into develop

```
git mergetool

This message is displayed because 'merge.tool' is not configured.
See 'git me...

github.com/kivy/python-for-android - 6ea0750cbfc2c2f6943adb2de725ce6fb8cc43cf authored almost 5 years ago
Merge pull request #2130 from SomberNight/202004_recipe_cryptography

recipe: update 'cryptography' and rm unnecessary dependencies

github.com/kivy/python-for-android - caf9f4b2911639760146f7f203a6a9d1caf1ac46 authored almost 5 years ago
Merge pull request #2111 from kivy/release-2020.03.30

Release 2020.03.30

github.com/kivy/python-for-android - 8cf66cc12dca1a0b5210356be39ca9b6ee0a5630 authored almost 5 years ago
recipe: update 'cryptography' and rm unnecessary dependencies

- 'idna' no longer needed since version 2.5
- 'asn1crypto' no longer needed since version 2.8
- ...

github.com/kivy/python-for-android - 187f859b19f8606d73dbd2e0dccfe7f0c2b0723d authored almost 5 years ago
Merge pull request #2131 from AndreMiras/feature/cffi_version_bump

Bumps cffi==1.13.2 fixes under Python 3.8

github.com/kivy/python-for-android - d56181c03b3ef0a2e9e6e7a66d2d06627298b4fb authored almost 5 years ago
Bumps cffi==1.13.2 fixes under Python 3.8

https://bitbucket.org/cffi/cffi/issues/403/build-fails-on-38-dev-pyinterpreterstate
https://gith...

github.com/kivy/python-for-android - 10cf15868c08acc755d421a26309ffcdb6c0aeac authored almost 5 years ago
Merge pull request #2129 from AndreMiras/feature/fixes_coveralls_not_running

Fix coveralls error on GitHub Actions

github.com/kivy/python-for-android - 94d1a7df9883f42d09b23ad1c9a4a2d1d0e62a0b authored almost 5 years ago
add support for java.lang.AutoCloseable #494

github.com/kivy/pyjnius - 9a3bcaba4542773f671783326427ec29fa2e8448 authored almost 5 years ago
comment out java 10 from matrix to see if everything else passes

github.com/kivy/pyjnius - 5088487c6ef8fe3b699550d3a63f28b9443069b4 authored almost 5 years ago
fix test_newinstance, returned obj is now a Child

remove faulty duplicate line that made the previous test useless

github.com/kivy/pyjnius - 4063737cbfb305381ed5110a74d05d650292d130 authored almost 5 years ago
fix collection warning errors

github.com/kivy/pyjnius - 1df2fb642690378b26e7a106816968c20106b1aa authored almost 5 years ago
fix deprecation warning about Equals vs Equal

github.com/kivy/pyjnius - dba732a0b47cd4ae626a448a1c04d5b60a687790 authored almost 5 years ago
fix quickfix :]

github.com/kivy/pyjnius - d4631f3ba2675e6e9839a1e9044d1c9e2c4eacba authored almost 5 years ago
Merge pull request #489 from cmacdonald/master

improvements to specified constructor signature selection

github.com/kivy/pyjnius - b3c7260199398d5c6d880c2deb0b1c08aa5e0c2a authored almost 5 years ago
Merge pull request #493 from glyg/patch-1

Fixes #481

github.com/kivy/pyjnius - 0216ffe9c3adf6b67c72d213cc59dbc04d74c9ca authored almost 5 years ago
Fix coveralls error on GitHub Actions

Coveralls started failing suddenly in GitHub Actions Worflows.
This feels like a bug on their si...

github.com/kivy/python-for-android - b0e63103e9e141d2c3142366e7fc4ff6df700321 authored almost 5 years ago
Merge pull request #2128 from mikevlz/develop

bump zeroconf version to 0.24.5, fix depends

github.com/kivy/python-for-android - b874e98b9b659f9f14e9054a9d7878e91fe09fcb authored almost 5 years ago
bump zeroconf version to 0.24.5, fix depends

python-zeroconf bumped to 0.24.5(latest version via pip)
package depends only on 'ifaddr' and '...

github.com/kivy/python-for-android - a2420ecbe92f156ef650f1224be8d005eec46e97 authored almost 5 years ago
Merge pull request #2127 from pygame/bug-fix-install-built-libs

Install already compiled libraries

github.com/kivy/python-for-android - 7a983f489ee4f61eef270dd29a048716627705c0 authored almost 5 years ago
fixes #2056, fixes #2045, actually fixes #2051 and #1142

github.com/kivy/python-for-android - cf4a2f035b6ccc5269cbd1f604f66ae02a44292e authored almost 5 years ago
Merge pull request #1867 from etc0de/make_debug_release_debuggable

Fix debug build not resulting in gdb-debuggable build

github.com/kivy/python-for-android - 50358c9e01f5e9e0e5e3f35ecef2b82b7455d78b authored almost 5 years ago
Fixes code block directives

- s/codeblock/code-block/
- fixes code block being nested because of previous literal block `::`

github.com/kivy/python-for-android - a69a2c476507f6c73ca3edeeeff2617164f5c1b0 authored almost 5 years ago
Merge branch 'master' into release-2020.03.30

github.com/kivy/python-for-android - c78a90d2df0964a2bc0c8d844ea626c574b423d2 authored almost 5 years ago
Merge pull request #2125 from kivy/develop-merge-master-2

Merge master into develop

github.com/kivy/python-for-android - 24fefcfe0977516f8da7d77d14fab66214532a6f authored almost 5 years ago
Merge branch 'master' into develop

github.com/kivy/python-for-android - 7706cbf0a76b6694da3ce068e1ac533a6fbd9bfe authored almost 5 years ago
Auto deploys to PyPI using Travis on tags

Uses PyPI `__token__` and Travis auto deployment to publish to PyPI
upon tagging.
https://pypi.o...

github.com/kivy/python-for-android - 266cfc3855c324da11a0c6dab2800597be6f34f9 authored almost 5 years ago
Merge master into develop (#2123)

* Release 2019.10.06 (#1998)

* [recipes] Fix compilation for regex recipe

The error was: ...

github.com/kivy/python-for-android - 6fae684dbd77d0a0d32064f9d74f0d41f1dc383d authored almost 5 years ago
Merge pull request #2118 from AndreMiras/feature/bump_openssl_master

Bumps openssl to 1.1.1f

github.com/kivy/python-for-android - 52abfe9a56364e8ae9166ce3a4c591d6cd20a474 authored almost 5 years ago