2023-08-13 21:36:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 13 21:35:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
2023-03-07 12:15:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 7 09:07:16 UTC 2023 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- do not require python-six
|
|
|
|
|
- added patches
|
|
|
|
|
fix https://github.com/kivy/pyjnius/commit/ee4e9c224c4a3dda1f15a6f161cd0dfb268eb0e3
|
|
|
|
|
+ python-pyjnius-no-python2.patch
|
|
|
|
|
|
2022-10-05 04:20:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 5 00:17:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2022-02-26 10:12:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 25 12:48:53 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2021-01-25 11:10:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 25 11:06:29 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Skip Python 3.6 builds
|
|
|
|
|
|
2020-11-18 13:34:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 15 06:01:40 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to v1.3.0
|
|
|
|
|
- Active test suite
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 13 03:14:33 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v1.2.0
|