17
0

Compare commits

5 Commits

Author SHA256 Message Date
c38392aeec Accepting request 1280564 from devel:languages:python
- Update to 2025.4
  * Fix error in narwhals hook when typing-extensions is not available 
    in the build environment (neither stand-alone version is installed 
    nor it is provided as part of setuptools). (#908)
  * For versions 2025.0-3 see the complete changelog in CHANGELOG.rst.
- Update runtime requirements

OBS-URL: https://build.opensuse.org/request/show/1280564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyinstaller-hooks-contrib?expand=0&rev=10
2025-05-27 16:43:53 +00:00
7579daffc5 - Update runtime requirements
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=20
2025-05-27 08:41:09 +00:00
61cc824fbd Accepting request 1280328 from home:edogawa
- Update to 2025.4
  * Fix error in narwhals hook when typing-extensions is not available 
    in the build environment (neither stand-alone version is installed 
    nor it is provided as part of setuptools). (#908)
  * For versions 2025.0-3 see the complete changelog in CHANGELOG.rst.

OBS-URL: https://build.opensuse.org/request/show/1280328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=19
2025-05-27 08:34:45 +00:00
8171c1d34d Accepting request 1235754 from devel:languages:python
- Update to 2024.11
  * Update torch hook to suppress creation of symbolic links to the 
    top-level application directory
  * Update sklearn.tree hook for compatibility with scikit-learn v1.6.0
- Downloaded upstream conftest.py missing in the tarball

- update to 2024.10
  * Add many hooks, updated many hooks.
  * Released sdists and tagged GitHub source archives contain the 
    changelog entries for their current release.
  * See the complete changelog in CHANGELOG.rst.

OBS-URL: https://build.opensuse.org/request/show/1235754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyinstaller-hooks-contrib?expand=0&rev=9
2025-01-09 14:07:36 +00:00
7f792c3b8a Accepting request 1235716 from home:mcalabkova:branches:devel:languages:python
- Update to 2024.11
  * Update torch hook to suppress creation of symbolic links to the 
    top-level application directory
  * Update sklearn.tree hook for compatibility with scikit-learn v1.6.0
- Downloaded upstream conftest.py missing in the tarball
- update to 2024.10
  * Add many hooks, updated many hooks.
  * Released sdists and tagged GitHub source archives contain the 
    changelog entries for their current release.
  * See the complete changelog in CHANGELOG.rst.

OBS-URL: https://build.opensuse.org/request/show/1235716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=17
2025-01-07 23:56:18 +00:00
4 changed files with 9 additions and 20 deletions

View File

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

View File

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

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Tue Jan 27 07:11:01 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 2026.0:
* Add hook for ``ddgs``.
* Add hook for ``fake_useragent``.
* Add hook for ``pytokens`` to automatically discover and collect
the ``{id}__mypyc`` top-level module that was introduced in
``pytokens`` 0.4.0.
* see https://raw.githubusercontent.com/pyinstaller/pyinstaller-hooks-contrib/refs/tags/v2026.0/CHANGELOG.rst
-------------------------------------------------------------------
Fri May 23 13:03:09 UTC 2025 - Edgar Aichinger <edogawa@aon.at>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyinstaller-hooks-contrib
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pyinstaller-hooks-contrib%{psuffix}
Version: 2026.0
Version: 2025.4
Release: 0
Summary: Community maintained hooks for PyInstaller
License: Apache-2.0 OR GPL-2.0-only