Ecosyste.ms: OpenCollective

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

github.com/kivy/pyobjus

Access Objective-C classes from Python
https://github.com/kivy/pyobjus

Create `no-reponse.yml` (#106)

c30a8425d36e34cebee73598883e2d4180fba016 authored about 1 year ago
Bump version to 1.2.4.dev0 (#104)

cc90152ee5f7bdf339c7c36b09ea902a4092f0d9 authored over 1 year ago
Add (now mandatory) .readthedocs.yaml file, add docs requirements.txt and update sphinx conf (#103)

ec419f22f770476bcb0c5b70836abee69179812a authored over 1 year ago
Bump version to 1.2.3 (#102)

dd771b05ca3a24ee8ad6543404f94759a3658250 authored over 1 year ago
Fixes the build on kivy-ios, as we do not have access to Cython (#101)

fbcfd48cd23e06482e8e5fd8967aa7582a8d7643 authored over 1 year ago
Add support for Python 3.12 (tests, wheel, docs) (#100)

9d3c9171d3c0f94f334a959e48794b7b59bf2288 authored over 1 year ago
Now Github Actions provides python3 via setup-python also for Apple Silicon Macs (#98)

3763e2a8c05fcfead5caf051c68fc45cc2b6355a authored over 1 year ago
Add support for Cython >=3 and keep support for Cython < 3 (#99)

884caa5f14268441d1ce3a0fa91122e6e8538ebb authored over 1 year ago
Bump version to 1.2.3.dev0 (#96)

9d66904623df5e0772dad807a6a14c340f22fc9e authored over 1 year ago
Bump version to 1.2.2 (#95)

c8dbe9f005bcaf4f4fbd85dea4e7cef307db58bf authored over 1 year ago
Add Python 3.11 to test matrix and update supported python versions list (#93)

5b3715c966b22b5c71f9f0818595ef00165c4125 authored over 1 year ago
Add Discord and remove IRC from support channels (#94)

889d4b53c6d43a9583c23dae1bb07e05c63f7591 authored over 1 year ago
Build only `universal2` wheels for supported Python versions (#92)

b369719e4233b53a5523960461a6bb7ad058041c authored almost 2 years ago
Our self-hosted Apple Silicon runner now has been migrated to actions/runner v2.292.0 which now supports arm64 natively (#87)

9c0ca61c0cd67efd5371dba8deb36b6dbccddb64 authored over 2 years ago
Fix github release token. (#86)

4635143e2fcc40836ef2a0baca03e474bbd64fe3 authored almost 3 years ago
Bump to 1.2.2.dev0.

7334ebdf31b25bb1edd08ddbb89bb64accc6925f authored almost 3 years ago
Bump to v1.2.1.

503247a336bc6e04b5367fe8f7b3e10dcfc447c1 authored almost 3 years ago
Improved Apple Silicon support (variadic functions) + add tests on apple-silicon-m1 (self hosted runner) (#85)

* Add tests on apple-silicon-m1 (Self hosted runner)

* Remove (unnecessary?) dylib and fix Ma...

5830d56f227c80b4634b770b25a9848df5388452 authored almost 3 years ago
Build wheels for pyobjus (#84)

* Build wheels.

* No need to check for cython.

* Use setuptools.

* Cython needs to be a...

586991a2a50e14ab454bfe00b3a48b2a7b9b733f authored almost 3 years ago
docs: Fix a few typos (#83)

There are small typos in:
- docs/source/core_tutorials.rst
- docs/source/pyobjus_ios.rst
- ex...

8ac2543092104c2efed560d371afb5ee5ad7c766 authored about 3 years ago
Merge pull request #82 from misl6/fix/universal2

Fixes universal2 build

53923244362cae4ae906181e46efaf30d5a2a035 authored about 3 years ago
Fixes universal2 build

da628126d442d1851f446bf62082b0f6ff516d9e authored about 3 years ago
Fix Compile on arm64 M1 Macs for native support

closes #80

8eeea05baec7b563cd7d5e1301bfd995a89f2c8c authored over 3 years ago
Bump version to v1.2.0.

50b4ed55323bd54b6152f4c5793923930fc246e3 authored about 4 years ago
Switch to GitHub actions with automatic deployment (#71)

* Use a single setup.py.

* Dosn't use a seperate setup for sdist.

* Test on all branches.
...

243828ef0bdf63eefe9eaa512dd325517dec6cad authored about 4 years ago
Merge pull request #66 from Mulugruntz/fix-objcarr-crash-if-empty

Function `objc_arr` would crash with empty arrays.

3ae3550c536f14be62b63ca004f64e550804c26f authored over 4 years ago
Add pyproject.toml (#69)

* Add pyproject.toml

* No need to specify cython manually.

* We need cython for makefile.

ea4ef7c96dcc83d5f1f18d4b15f3709f32c47a24 authored over 4 years ago
run tests through github actions (#64)

* run tests through github actions
* try running pytest using python -m pytest
* Update python...

8e2d62c86eb3cddde231eeac3f96027e0786bf03 authored over 4 years ago
Merge pull request #67 from misl6/fix-imp

Fixes IMP, similar to PR #55

694ce310baac15fd3ae968acbd714ebbbf40bbd6 authored over 4 years ago
Fixes IMP, similar to PR #55

a80d989147c60fd572947fb2cf51f18c4cd26b88 authored over 4 years ago
Function `objc_arr` would crash with empty arrays.

Closes #65.

7a24b3a580aa2e75091f17df6b66e4d589a2ca5a authored over 4 years ago
Merge pull request #58 from kivy/remove_dupe_case

Remove case already covered in previous elif

672ed6191df577545f11f838e35f7095330149f0 authored almost 5 years ago
Remove case already covered in previous elif

e4e2eda636b8ef1cdc22cc5b22e5c07fba4f75c5 authored almost 5 years ago
Merge pull request #56 from misl6/add-signature

Add type encoding for unknown type

3a3f60257b25c3e0936a8be6eda5df6b2c4b211b authored almost 5 years ago
endswith, not startswith

13b588dc7a91c250f8f38e766415d6fac0955899 authored about 5 years ago
add new type

ad60708094ed5d155d19f7adc83465d9583d5ada authored about 5 years ago
Merge pull request #55 from misl6/fix-iossdk13-msgsend

Fixes build on iOS 13 SDK

3f6314152ea850bff8a218fb3dbc4df22431a4f2 authored about 5 years ago
Fixes build on iOS 13 SDK

a10564c1ad3187518cc68855f9a6395e66aa08d1 authored about 5 years ago
Fix delegate instance (#50)

* refer to python class by instance name, not class name, to allow multiple instances of the wra...

9e92bf6754818b42dac6716b49c4799dc4c11117 authored almost 6 years ago
Access accelerometer without bridge.m (#13)

183bc364676ad463f90e49340a05987707a15f31 authored almost 6 years ago
Update documentation (#41)

* don't need to lambda. This function is already in pyobjus

* typo, I presume

* whitespace...

8d78d5e3d83455c1f6a7c057b012301eeb33ffd5 authored almost 6 years ago
add some extra logging (#51)

* add some extra logging

* restore whitespace. crept into last diff

7d0f9646751dadb6339852cad7b3f25448a85494 authored almost 6 years ago
Travis CI fixes (#52)

* fix ulng for Python 3
* fix travis RVM keys download

7d7f98e3749d92a5d3d20667b2c531b6ba502d60 authored almost 6 years ago
Update README.md to add opencollective

Also changes IRC to discord

1c3683454813e45cef63ad616b382eb630d4eb3f authored almost 6 years ago
fix ios PLATFORM detection (was broken on iOS with change on cython -2/-3)

f84a58e9b301bffad508e13ccade6c0cdf79e2a3 authored about 6 years ago
fix ios PLATFORM detection (was broken on iOS with change on cython -2/-3)

bbc06de28f69b7c8d94c539bbbb3789dabcbd8b5 authored about 6 years ago
Merge pull request #47 from kivy/KeyWeeUsr-patch-1

Remove setup.py from installed package

9df65fffe34042ccfc9503295b7a0802c04d96da authored about 6 years ago
Remove setup.py from installed package

ref https://github.com/kivy/pyjnius/pull/369

34ed7247cb2f4236adad53f2e7950d05d68c320e authored about 6 years ago
Merge branch 'master' of github.com:kivy/pyobjus

50ef649b13623e3a0ab54a4ab1b78f23456d36a0 authored about 6 years ago
fix platform test for defining ulng. Closes kivy/kivy-ios#313

5a8debc6299bd16a51cdabd6868773ead051a84b authored about 6 years ago
Merge pull request #46 from kivy/KeyWeeUsr-patch-1

Bump version for PyPI release

20e01ace3103715d4cb5ab46dfb645762a2cac33 authored about 6 years ago
Bump version for PyPI release

b37683babc31778531b1e5a78f1212e1523509bf authored about 6 years ago
Merge pull request #45 from kivy/sdist

Source distribution via Travis

a9541471769eea57d1d5a5c92edc810520224b34 authored about 6 years ago
Always run tests, clean repo before source dist

fix `TLSV1_ALERT_PROTOCOL_VERSION` with `requests[security]`

c55648587bc8a665458e3ed72bf3df12e60426e4 authored about 6 years ago
Upload created .tar.gz archive

434120e6ee539646a3c544b11b6db1b9f8d3fd24 authored about 6 years ago
Package objc_classes as data_files

50c47e221e0b2b51ee483ae7aade91faf4f9a899 authored about 6 years ago
Create MANIFEST.in

f8ab174cd6bd59dd87461885e57aef933d29abbd authored about 6 years ago
Add examples to sdist package

48c5990720e61c5e115b0c2ccb644e0f58ea9710 authored about 6 years ago
Make .tar.gz archive and check its contents

1c72da3de94b4bb53287625a881ce5d2d9327667 authored about 6 years ago
Use SETUP_KWARGS from setup_sdist.py in setup.py

f264a5e2a2d21e19cd02702976cfd7c195e9d4f9 authored about 6 years ago
Create setup_sdist.py

fba19d32482623730c7423dd16b56c5f18f95688 authored about 6 years ago
Add __version__ to pyobjus.__init__.py

5cf5705d12add7ebf6af8847a5ffad1aee626011 authored about 6 years ago
Add source distribution job to Travis matrix

2334543cb568abe92683f7e6c28d49bf50ee1363 authored about 6 years ago
add build status badge

a2619e208cbb4a2f6a3210bba2d37c5896da2a4e authored about 6 years ago
add missing ctypes.util

3fca6073c1fc434a67176ebccd3d4c3e21685044 authored about 6 years ago
fix user-declared deleguates

ecd059eb203dd688e2c1b413c64d224e30b0ec15 authored about 6 years ago
add one standalone delegate tests

1e0b6cc352f2ff5c1fba8ca1a7688036d674bc1b authored about 6 years ago
fixes OBJC delegates implementation

030cf434445910723772a68b82fdda5e15998753 authored about 6 years ago
fix for iOS (dunno why we don't see it on Python 3.6 and Python 2.7 x86_64)

8cc35779512d559b803d53ed446db887b7ce0f66 authored about 6 years ago
reorganize import, and make it work with new kivy-ios recipes

8c5baadb03dbc083a974ae7493ce72aef7b1af1c authored about 6 years ago
Merge pull request #43 from kivy/py3

Support for Python 3

e73f36124ba4a536ee59cf91783c96b748f8cd39 authored about 6 years ago
linter

24db50f7ca178947a76d8642793f8ddac5be778d authored about 6 years ago
use pytest instead of nose

4f30ee96509e6a0d5cf9a28952379c528ca8223b authored about 6 years ago
Merge branch 'master' of github.com:kivy/pyobjus into py3

a68434e589b05276613a5cae4044b56f13808fc4 authored about 6 years ago
fix floating tests

fbaa23bf1e3c50b854b3b64365b2a866ce041624 authored about 6 years ago
fixes latest tests. works in PY2 and PY3

02ad49a6dc029f323b3cf3a58812d3fbd4e778f6 authored about 6 years ago
Python 2 have long, not Python 3.

82ef0180ee935c876e5b0578719a2b508064868e authored about 6 years ago
don't store the char* directly, as it may be freed later and the same memory can be reused. creating a byte object fix dereference in Python 2.

8331d73a31ce1bb6b48a4834395755d9f4ea3fbd authored about 6 years ago
prevent infinite loop if the folder is not named pyobjus

5fd7dd4357590c9eb4b22af595beea3060d2c4b9 authored about 6 years ago
makefile: make sure we can clean and recompile

3f5364e02107dcd759736f4d3a54d56bc146611e authored about 6 years ago
fix unhashable type list for unknown types

3732d8d55af4ee05671a102eac6ae69b2194b79f authored about 6 years ago
union works now? :)

48f49a0e776cee1904897bd2d7a170b2395e3530 authored about 6 years ago
carray: don't use CArrayCount that is just a very bad api. Use ctypes to create a C variable, and just pass it. It the underlaying code require a reference, it will just use the variable.

19ea544af2ed505ef437b363a4a1ea39edfac004 authored about 6 years ago
fix properties globally (now it works as intented). still have some issues with ptr

2c2ec5d35c64a0420951371d357a1d41978d21b4 authored about 6 years ago
fix some selector, and skip others tests

b2ae6f00f29d0406403ec4aadec8090842001f5d authored about 6 years ago
fixes others types issues/bytes issues

90be744a2323a3f90ff90a7bab4116c7a3abb39b authored about 6 years ago
add a warning when an unknown signature component is used

7b0077cbd0536fa21fecb064fc04fcaa06d78557 authored about 6 years ago
temporary comment test that segfault on py2/py3 from 2014.

95d01fb04061039bd31a994b10944ce83b0d97f6 authored about 6 years ago
more fixes (pointer to void*, and bytes)

7cdef08c2b702524d3e11fe42bc5a40d67ae7fca authored about 6 years ago
fix string argument that is collected by python before using it in OBJC. This is a clear leak that needs to be fixed before merging

6267e332cd959eab60541074c2e28ccb8bfc1ae1 authored about 6 years ago
add a way to mutate result in place, according to class/method. This allows to return unicode string when calling UTF8String() for example, instead of bytes, which make more sense in Python. The NSString tests works now.

31ef47e1e561896835e1279e98905396dd388809 authored about 6 years ago
nested struct now works.

434c7f7e018e2869787132a7b7308d6bc1bb77c8 authored about 6 years ago
More fixes, and removing auto conversion that is a complete mess, better to have explicit conversion between bytes and str. Also bytes[0] returns an int, and (int of A != b"A"), so some tests just dont works with bytes.

516eac6d7f15a3c7117c5329a12c9179a3eb9549 authored about 6 years ago
Merge pull request #42 from kivy/travis

Add basic .travis.yml

4aa23384840c8ac274fce36273edb0a3a03e3cef authored about 6 years ago
Fix py3 pkg install, make tests more verbose

0b7d979b3a6e166f03793a89c5fb5fcd5148b619 authored about 6 years ago
first pass to get python3 running

4a0ed7d12e22981a7feddaf76148227ed917fb41 authored about 6 years ago
Add nose to pip install

481bd0168265416aaca2eff07661082eaf981462 authored over 6 years ago
Update .travis.yml

29ae5b1d55615d765c9a1d8cca5c2cfd4c2e9ae0 authored over 6 years ago
Split make to make + make tests

0bdb23cf748e2611e2b95bdea672bfe9c7754fb5 authored over 6 years ago
Add basic .travis.yml

557003a1390969e681ad0fab89e431e0c8a17843 authored over 6 years ago