From 84d3fe3314c602ce41e82ffad397cb77be3efc41121c37ec0590a8d7eb7430fe Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 5 Feb 2025 02:22:36 +0000 Subject: [PATCH] - Actually drop BuildRequires on six. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=39 --- python-PyICU.changes | 5 +++++ python-PyICU.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-PyICU.changes b/python-PyICU.changes index 2d1c0c6..a59cacc 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 5 02:22:25 UTC 2025 - Steve Kowalik + +- Actually drop BuildRequires on six. + ------------------------------------------------------------------- Thu Nov 7 10:04:14 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-PyICU.spec b/python-PyICU.spec index 0ff9b41..1e6449e 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyICU # -# Copyright (c) 2024 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 @@ -23,7 +23,6 @@ Version: 2.14 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT -Group: Development/Libraries/Python URL: https://gitlab.pyicu.org Source0: https://files.pythonhosted.org/packages/source/P/PyICU/PyICU-%{version}.tar.gz # PATCH-FEATURE-UPSTREAM remove_six.patch mcepl@suse.com @@ -32,7 +31,6 @@ Patch0: remove_six.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ @@ -73,6 +71,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %license LICENSE %doc CHANGES CREDITS README.md %{python_sitearch}/icu -%{python_sitearch}/PyICU-%{version}*-info +%{python_sitearch}/PyICU-%{version}.dist-info %changelog