From 8a7bdbab02a16fce25286df407ed0b11ce02d832738d46e94f74afba2a830cf5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 24 Jul 2024 12:34:40 +0000 Subject: [PATCH] - update to 0.3.1: * Fix wheel build - update to 0.3.0: * Use disperse action * Migrate to pyproject.toml * Enable ruff, pyupgrade * Fix compatibility with Python 3.12 * Add python3.12 to the list of supported Python versions - Update to version 0.1 - Update to version 1.2.2 - Initial package for fastbencode 0.0.9. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastbencode?expand=0&rev=9 --- fastbencode-0.2.tar.gz | 3 --- fastbencode-0.3.1.tar.gz | 3 +++ python-fastbencode.changes | 18 +++++++++++++++--- python-fastbencode.spec | 4 ++-- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 fastbencode-0.2.tar.gz create mode 100644 fastbencode-0.3.1.tar.gz diff --git a/fastbencode-0.2.tar.gz b/fastbencode-0.2.tar.gz deleted file mode 100644 index 27428e4..0000000 --- a/fastbencode-0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b29230eb8376d3787e0887cad94b941ea2eea97f5c2c69ecd68c9f8961694a -size 20795 diff --git a/fastbencode-0.3.1.tar.gz b/fastbencode-0.3.1.tar.gz new file mode 100644 index 0000000..17ca988 --- /dev/null +++ b/fastbencode-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103c93fe84db0c7088de4e2944c70e619d674e8fe55161130aeb1492eec679f9 +size 21943 diff --git a/python-fastbencode.changes b/python-fastbencode.changes index b4f96f2..03efef8 100644 --- a/python-fastbencode.changes +++ b/python-fastbencode.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 24 12:34:20 UTC 2024 - Dirk Müller + +- update to 0.3.1: + * Fix wheel build +- update to 0.3.0: + * Use disperse action + * Migrate to pyproject.toml + * Enable ruff, pyupgrade + * Fix compatibility with Python 3.12 + * Add python3.12 to the list of supported Python versions + ------------------------------------------------------------------- Thu Feb 16 21:10:31 UTC 2023 - Dirk Müller @@ -7,7 +19,7 @@ Thu Feb 16 21:10:31 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Mon Nov 7 22:52:35 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.1 +- Update to version 0.1 * Make C extension mandatory when built in cibuildwheel * Rely on standard infra for optionally building extension. * Don't install wheel explicitly @@ -27,10 +39,10 @@ Mon Nov 7 22:52:35 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Wed Oct 12 03:14:04 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 1.2.2 +- Update to version 1.2.2 Fix import error for Python 3.6+. ------------------------------------------------------------------- Fri Jun 17 06:06:27 UTC 2022 - Steve Kowalik -- Initial package for fastbencode 0.0.9. +- Initial package for fastbencode 0.0.9. diff --git a/python-fastbencode.spec b/python-fastbencode.spec index 2a86c97..46cad8c 100644 --- a/python-fastbencode.spec +++ b/python-fastbencode.spec @@ -1,7 +1,7 @@ # # spec file for package python-fastbencode # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-fastbencode -Version: 0.2 +Version: 0.3.1 Release: 0 Summary: Implementation of the bencode serialization format License: GPL-2.0-or-later