From e6f02e2bf495d777e54a8a5f6f27c56724daaa5778110da08f5fd8dd9a94fcf0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 14:24:23 +0000 Subject: [PATCH] - update to 0.43.0: * Dropped support for Python 3.7 * Updated vendored packaging to 24.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=77 --- python-wheel.changes | 7 +++++++ python-wheel.spec | 10 +++++----- wheel-0.42.0.tar.gz | 3 --- wheel-0.43.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 wheel-0.42.0.tar.gz create mode 100644 wheel-0.43.0.tar.gz diff --git a/python-wheel.changes b/python-wheel.changes index f55f892..bcad421 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 16 14:23:45 UTC 2024 - Dirk Müller + +- update to 0.43.0: + * Dropped support for Python 3.7 + * Updated vendored packaging to 24.0 + ------------------------------------------------------------------- Fri Dec 22 15:31:14 UTC 2023 - Ben Greiner diff --git a/python-wheel.spec b/python-wheel.spec index fa8de58..7b96954 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-wheel # -# 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 @@ -32,7 +32,7 @@ %endif %{?sle15_python_module_pythons} Name: python-wheel%{psuffix} -Version: 0.42.0 +Version: 0.43.0 Release: 0 Summary: A built-package format for Python License: MIT @@ -40,7 +40,7 @@ Group: Development/Languages/Python URL: https://github.com/pypa/wheel Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz # Bootstrap: Don't BuildRequire setuptools or pip here! -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module flit-core} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 @@ -49,7 +49,7 @@ Requires: alts BuildRequires: alts %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif BuildArch: noarch %if %{with test} diff --git a/wheel-0.42.0.tar.gz b/wheel-0.42.0.tar.gz deleted file mode 100644 index 382fea1..0000000 --- a/wheel-0.42.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:000b0bb617ff3914f7a352687a7087ededd5b96a95e70e743c484904115a1021 -size 98954 diff --git a/wheel-0.43.0.tar.gz b/wheel-0.43.0.tar.gz new file mode 100644 index 0000000..691ecb5 --- /dev/null +++ b/wheel-0.43.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23060d7cc8afafc2930554624b4bae7d58031830672048622c926675ab91e3b0 +size 99333