7 Commits

Author SHA256 Message Date
7fda3cb76c - update to 1.5.0:
* Initialize logger as a child of the Kivy's one
  * Add support request automation (as other kivy projects)
  * Add support for Python 3.11
  * Remove Python 2 support, six dependency
  * Removes some Python2-era complexity
  * Remove Python 3.6 from supported and test matrix, as it
    reached EOL
- drop python-pyjnius-no-python2.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=11
2023-08-13 21:36:36 +00:00
John Vandenberg
b027179b8c Accepting request 1069872 from home:pgajdos:python
- do not require python-six
- added patches
  fix ee4e9c224c
  + python-pyjnius-no-python2.patch

OBS-URL: https://build.opensuse.org/request/show/1069872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=9
2023-03-07 12:15:46 +00:00
John Vandenberg
dd309ad7d7 Accepting request 1008064 from home:yarunachalam:branches:devel:languages:python
- Update to v1.4.2 
  CI
  #628 Updated java-setup to v3, include all the LTS versions from adoptium during CI tests.
  Packaging
  #620 When cross-compiling for Android, we should not use the include dirs exposed by the JDK
  #629 Cython now requires a minimum version. Introduces setup.cfg. Cleans up the CI workflow
  #625 Use cibuildwheel for releases
  Docs
  #616 Update api.rst, remove extra equals signs
  Implemented enhancements:
  #622 Add suffix to support IBM jre on Windows
  #626 Move get_cpu guessing into _possible_lib_location
  #627 PyPy: Fixes a segfault + add tests

OBS-URL: https://build.opensuse.org/request/show/1008064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=7
2022-10-05 04:20:59 +00:00
f809d8bc4a Accepting request 957593 from home:pgajdos:python
- version update to 1.4.1
  **Implemented enhancements:**
  - [\#542](https://github.com/kivy/pyjnius/pull/542) Improve performance of byte array parameters
  - [\#515](https://github.com/kivy/pyjnius/pull/515) Allow passing Python Lambdas as Java lambdas
  - [\#541](https://github.com/kivy/pyjnius/pull/541) Refactor of env.py
  **Fixed bugs:**
  - [\#549](https://github.com/kivy/pyjnius/pull/549) Fixes #548 JVM options are not correctly set by jnius_config.set_options()
  - [\#546](https://github.com/kivy/pyjnius/pull/546) Add in missing assignable check for int parameters etc.
  - [\#558](https://github.com/kivy/pyjnius/pull/558) Improve error message on method not found
  - [\#567](https://github.com/kivy/pyjnius/pull/567) Fix static methods
  - [\#566](https://github.com/kivy/pyjnius/pull/566) fix bug for constuctors with variable arguments
  - [\#569](https://github.com/kivy/pyjnius/pull/569) set_resolve_info: replace j_self w/ resolve_static
  - [\#595](https://github.com/kivy/pyjnius/pull/595) Use Python standard library `which` instead of OS `which`
  **Documentation**
  - [\#556](https://github.com/kivy/pyjnius/pull/556) fix link in readme
  - [\#572](https://github.com/kivy/pyjnius/pull/572) update readme for python3
  - [\#584](https://github.com/kivy/pyjnius/pull/584) Updated android.rst for python3
  - [\#565](https://github.com/kivy/pyjnius/pull/565) Update python versions

OBS-URL: https://build.opensuse.org/request/show/957593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=6
2022-02-26 10:12:12 +00:00
John Vandenberg
5d77ae5afd Accepting request 866553 from home:jayvdb:branches:devel:languages:python
fix build

OBS-URL: https://build.opensuse.org/request/show/866553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=4
2021-01-25 11:10:02 +00:00
John Vandenberg
f454e5c272 Fix URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=2
2020-11-20 02:30:27 +00:00
7ac5fe6a2d Accepting request 848992 from home:jayvdb:py-submit
Python Android tools
Fixes a tiny rpmlint error from https://build.opensuse.org/request/show/848673

OBS-URL: https://build.opensuse.org/request/show/848992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjnius?expand=0&rev=1
2020-11-18 13:34:31 +00:00