From dd5f643bb3125f715aecc8620720580dbd54eca7ce82efe3bbd53b11e6805194 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:09:07 +0000 Subject: [PATCH] Accepting request 1042747 from home:yarunachalam:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/1042747 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinstaller-hooks-contrib?expand=0&rev=7 --- pyinstaller-hooks-contrib-2022.13.tar.gz | 3 --- pyinstaller-hooks-contrib-2022.14.tar.gz | 3 +++ python-pyinstaller-hooks-contrib.changes | 11 +++++++++++ python-pyinstaller-hooks-contrib.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pyinstaller-hooks-contrib-2022.13.tar.gz create mode 100644 pyinstaller-hooks-contrib-2022.14.tar.gz diff --git a/pyinstaller-hooks-contrib-2022.13.tar.gz b/pyinstaller-hooks-contrib-2022.13.tar.gz deleted file mode 100644 index 452054e..0000000 --- a/pyinstaller-hooks-contrib-2022.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06d0881e599d94dc39c6ed1917f0ad9b1858a2478b9892faac18bd48bcdc2de -size 92999 diff --git a/pyinstaller-hooks-contrib-2022.14.tar.gz b/pyinstaller-hooks-contrib-2022.14.tar.gz new file mode 100644 index 0000000..73d224d --- /dev/null +++ b/pyinstaller-hooks-contrib-2022.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae8da3a92cf20e37b3e00604d0c3468896e7d746e5c1449473597a724331b0b +size 93936 diff --git a/python-pyinstaller-hooks-contrib.changes b/python-pyinstaller-hooks-contrib.changes index ac29bbf..f85b4fd 100644 --- a/python-pyinstaller-hooks-contrib.changes +++ b/python-pyinstaller-hooks-contrib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 13 16:33:02 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index 432a30b..aad18cd 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pyinstaller-hooks-contrib%{psuffix} -Version: 2022.13 +Version: 2022.14 Release: 0 Summary: Community maintained hooks for PyInstaller License: Apache-2.0 OR GPL-2.0-only