From c8aefcbd269303e5cf8af3a0f5abbe9e046e37d0432951cc501217c1ea8b9f8e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 13 Jul 2023 09:59:35 +0000 Subject: [PATCH] Accepting request 1098152 from home:mcalabkova:branches:devel:languages:python - Update to 2023.5 * Update sklearn hooks for compatibility with scikit-learn 1.2.0 and 1.2.1. * Extend cv2 hook with support for OpenCV built manually from source and for OpenCV installed using the official Windows installer. This support requires PyInstaller >= 5.3 to work properly. * Many new hooks and hook updates, see upstream changelog OBS-URL: https://build.opensuse.org/request/show/1098152 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=13 --- pyinstaller-hooks-contrib-2023.0.tar.gz | 3 --- pyinstaller-hooks-contrib-2023.5.tar.gz | 3 +++ python-pyinstaller-hooks-contrib.changes | 10 ++++++++++ python-pyinstaller-hooks-contrib.spec | 7 ++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 pyinstaller-hooks-contrib-2023.0.tar.gz create mode 100644 pyinstaller-hooks-contrib-2023.5.tar.gz diff --git a/pyinstaller-hooks-contrib-2023.0.tar.gz b/pyinstaller-hooks-contrib-2023.0.tar.gz deleted file mode 100644 index b77e3f8..0000000 --- a/pyinstaller-hooks-contrib-2023.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd578781cd6a33ef713584bf3726f7cd60a3e656ec08a6cc7971e39990808cc0 -size 95399 diff --git a/pyinstaller-hooks-contrib-2023.5.tar.gz b/pyinstaller-hooks-contrib-2023.5.tar.gz new file mode 100644 index 0000000..d8690e6 --- /dev/null +++ b/pyinstaller-hooks-contrib-2023.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca6cdc31e739954b5bbbf05ef3f71fe448e9cdacad3a2197243bcf99bea2c00 +size 101202 diff --git a/python-pyinstaller-hooks-contrib.changes b/python-pyinstaller-hooks-contrib.changes index 448e937..eafbc80 100644 --- a/python-pyinstaller-hooks-contrib.changes +++ b/python-pyinstaller-hooks-contrib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 11 12:57:59 UTC 2023 - Markéta Machová + +- Update to 2023.5 + * Update sklearn hooks for compatibility with scikit-learn 1.2.0 and 1.2.1. + * Extend cv2 hook with support for OpenCV built manually from source and + for OpenCV installed using the official Windows installer. This support + requires PyInstaller >= 5.3 to work properly. + * Many new hooks and hook updates, see upstream changelog + ------------------------------------------------------------------- Sat Jun 10 09:48:00 UTC 2023 - ecsos diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index 06f251e..80da704 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyinstaller-hooks-contrib%{psuffix} -Version: 2023.0 +Version: 2023.5 Release: 0 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 OR GPL-2.0-only @@ -44,10 +44,7 @@ BuildRequires: %{python_module pytest} BuildRequires: timezone # SECTION optional, the depending tests would be skipped without these # most of the libraries enable only two tests, so adding just scikit-learn to run at least any tests -# -# Disabled because it's broken with the latest release 1.2.1 -# gh#pyinstaller/pyinstaller-hooks-contrib#547 -# BuildRequires: %{python_module scikit-learn} +BuildRequires: %{python_module scikit-learn} # /SECTION %endif %python_subpackages