python-pyinstaller-hooks-co.../python-pyinstaller-hooks-contrib.changes

68 lines
3.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Feb 15 11:35:07 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable broken sklearn tests gh#pyinstaller/pyinstaller-hooks-contrib#547
- Update to version 2023.0
* Add hook for minecraft-launcher-lib (#536)
* Add hook for nbt (#537)
* Have fiona hook collect the package's data files (e.g., the projections
database). (#541)
* Update fiona hook for compatibility with fiona 1.9.0. (#541)
- Update to version 2022.15
* Add a hook for easyocr, which imports recognition backends via
imporlib.import_module() and has a number of datafiles for different
languages.
* Users can set which languages to include datafiles for with a hook option.
(#530)
* Add hook for charset-normalizer to fix ModuleNotFoundError: No module
named 'charset_normalizer.md__mypyc'. (#534)
* Update shapely hook for compatibility with shapely >= 2.0.0. (#527)
* Added hooks-config.rst document which documents hook options. It is
referred to from README.md. (#530)
-------------------------------------------------------------------
Tue Dec 13 16:33:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2022.14
Add hook for cf_units. (#521)
Add hook for cftime. (#521)
Add hook for compliance_checker. (#521)
Updated hooks
Update netCDF4 hook for compatibility with v1.4.0 and later, where netcdftime has been renamed to cftime. (#521)
Update pydantic hook to include dotenv optional dependency. (#524)
-------------------------------------------------------------------
Fri Dec 2 22:48:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2022.13
* Update pyproj hook for compatibility with pyproj v3.4.0. (#505)
Accepting request 1034910 from home:yarunachalam:branches:devel:languages:python - Update to version 2022.12 New hooks * Add hook for discid. (#506) * Add hook for exchangelib. (#508) - Update to versino 2022.11 * New hooks Add a hook for spiceypy, which has binary files. (#482) Added a hook for ldfparser. (#483) * Updated hooks Extend the sounddevice and soundfile hooks to collect system-installed shared libraries in cases when the libraries are not bundled with the package (i.e., linux PyPI wheels, Anaconda on all OSes). (#487) Fix a TypeError raised by the clr hook when pythonnet dist lacks the file list metadata. (#486) Have clr hook check for availability of the pythonnet before trying to query its metadata. Fixes an importlib.metadata.PackageNotFoundError raised by the clr hook when the hook is triggered by a module or a package named clr other than the clr extension module from pythonnet. (#486) Have the pyqtgraph hook collect the colormap files and their license files from the package. (#501) Implement preliminary support for handling subprocesses used by pyqtgraph.multiprocess, for example in pyqtgraph RemoteGraphicsView widget. The user is still required to ensure that stdlib's multiprocessing.freeze_support is called in the entry-point script before using pyqtgraph. In addition, with onefile builds, the user must set the _MEIPASS2 environment variable to the value of sys._MEIPASS before using pyqtgraph. (#501) In clr hook for pythonnet collect the Python.Runtime.dll as a data file on non-Windows OSes to prevent errors during binary dependency analysis. (#500) OBS-URL: https://build.opensuse.org/request/show/1034910 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=3
2022-11-11 14:00:57 +01:00
-------------------------------------------------------------------
Wed Nov 9 18:30:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2022.12
New hooks
* Add hook for discid. (#506)
* Add hook for exchangelib. (#508)
- Update to versino 2022.11
* New hooks
Add a hook for spiceypy, which has binary files. (#482)
Added a hook for ldfparser. (#483)
* Updated hooks
Extend the sounddevice and soundfile hooks to collect system-installed shared libraries in cases when the libraries are
not bundled with the package (i.e., linux PyPI wheels, Anaconda on all OSes). (#487)
Fix a TypeError raised by the clr hook when pythonnet dist lacks the file list metadata. (#486)
Have clr hook check for availability of the pythonnet before trying to query its metadata. Fixes an importlib.metadata.PackageNotFoundError
raised by the clr hook when the hook is triggered by a module or a package named clr other than the clr extension module from pythonnet. (#486)
Have the pyqtgraph hook collect the colormap files and their license files from the package. (#501)
Implement preliminary support for handling subprocesses used by pyqtgraph.multiprocess, for example in pyqtgraph RemoteGraphicsView widget.
The user is still required to ensure that stdlib's multiprocessing.freeze_support is called in the entry-point script before using pyqtgraph.
In addition, with onefile builds, the user must set the _MEIPASS2 environment variable to the value of sys._MEIPASS before using pyqtgraph. (#501)
In clr hook for pythonnet collect the Python.Runtime.dll as a data file on non-Windows OSes to prevent errors during binary dependency analysis. (#500)
-------------------------------------------------------------------
Thu Sep 22 04:48:18 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Initial packaging (v2022.10), needed by python-PyInstaller