From a61a5f3d2feffe9ae079dd80af187675ff0a0817ef98d5d207710b240a8ff4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:00:57 +0000 Subject: [PATCH] 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 --- pyinstaller-hooks-contrib-2022.10.tar.gz | 3 --- pyinstaller-hooks-contrib-2022.12.tar.gz | 3 +++ python-pyinstaller-hooks-contrib.changes | 24 ++++++++++++++++++++++++ python-pyinstaller-hooks-contrib.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 pyinstaller-hooks-contrib-2022.10.tar.gz create mode 100644 pyinstaller-hooks-contrib-2022.12.tar.gz diff --git a/pyinstaller-hooks-contrib-2022.10.tar.gz b/pyinstaller-hooks-contrib-2022.10.tar.gz deleted file mode 100644 index faf50ec..0000000 --- a/pyinstaller-hooks-contrib-2022.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5edd4094175e78c178ef987b61be19efff6caa23d266ade456fc753e847f62e -size 90218 diff --git a/pyinstaller-hooks-contrib-2022.12.tar.gz b/pyinstaller-hooks-contrib-2022.12.tar.gz new file mode 100644 index 0000000..26abbb6 --- /dev/null +++ b/pyinstaller-hooks-contrib-2022.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3b81b78d26149babddb76b94442f6e0edc31e4792a694ac32a2c2e884c0630 +size 92883 diff --git a/python-pyinstaller-hooks-contrib.changes b/python-pyinstaller-hooks-contrib.changes index 97f65d5..a0f8085 100644 --- a/python-pyinstaller-hooks-contrib.changes +++ b/python-pyinstaller-hooks-contrib.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Nov 9 18:30:17 UTC 2022 - Yogalakshmi Arunachalam + +- 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á diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index b7d49b9..f698293 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pyinstaller-hooks-contrib +# spec file # # Copyright (c) 2022 SUSE LLC # @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pyinstaller-hooks-contrib%{psuffix} -Version: 2022.10 +Version: 2022.12 Release: 0 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 OR GPL-2.0-only