From e15adca399f9ddc585efd7b1227053261ddd9e7f8d88932ebe8dd993b3272d08 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 13 Jan 2025 10:11:38 +0000 Subject: [PATCH] Accepting request 1237361 from home:glaubitz:branches:devel:languages:python - Update to 1.0.1 * Change deflate_tree: base_length[] and length_code[] not to be const to avoid C2166 error on windows * Drop support for python 3.8 and add support for python 3.13 OBS-URL: https://build.opensuse.org/request/show/1237361 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflate64?expand=0&rev=9 --- inflate64-1.0.0.tar.gz | 3 --- inflate64-1.0.1.tar.gz | 3 +++ python-inflate64.changes | 8 ++++++++ python-inflate64.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 inflate64-1.0.0.tar.gz create mode 100644 inflate64-1.0.1.tar.gz diff --git a/inflate64-1.0.0.tar.gz b/inflate64-1.0.0.tar.gz deleted file mode 100644 index 09308ad..0000000 --- a/inflate64-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d -size 895853 diff --git a/inflate64-1.0.1.tar.gz b/inflate64-1.0.1.tar.gz new file mode 100644 index 0000000..206e67d --- /dev/null +++ b/inflate64-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d +size 896103 diff --git a/python-inflate64.changes b/python-inflate64.changes index 16e16a4..be2638e 100644 --- a/python-inflate64.changes +++ b/python-inflate64.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 13 09:45:54 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.0.1 + * Change deflate_tree: base_length[] and length_code[] not to + be const to avoid C2166 error on windows + * Drop support for python 3.8 and add support for python 3.13 + ------------------------------------------------------------------- Fri Feb 16 14:24:03 UTC 2024 - Ben Greiner diff --git a/python-inflate64.spec b/python-inflate64.spec index f75da0f..bae79d9 100644 --- a/python-inflate64.spec +++ b/python-inflate64.spec @@ -1,7 +1,7 @@ # # spec file for package python-inflate64 # -# Copyright (c) 2023 SUSE LLC +# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-inflate64 -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Deflate64 compression/decompression library License: LGPL-2.1-or-later