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
This commit is contained in:
Matej Cepl 2023-07-13 09:59:35 +00:00 committed by Git OBS Bridge
parent 972f7bbeb7
commit c8aefcbd26
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd578781cd6a33ef713584bf3726f7cd60a3e656ec08a6cc7971e39990808cc0
size 95399

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cca6cdc31e739954b5bbbf05ef3f71fe448e9cdacad3a2197243bcf99bea2c00
size 101202

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 11 12:57:59 UTC 2023 - Markéta Machová <mmachova@suse.com>
- 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 <ecsos@opensuse.org>

View File

@ -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