From 798139c25758cd5a79c6ac35215ad31e120038284e7fdada27589f558803ff4c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 29 Apr 2025 06:17:53 +0000 Subject: [PATCH] - Correct Requires, it's python-bitarray. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=21 --- python-bitstring.changes | 5 +++++ python-bitstring.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-bitstring.changes b/python-bitstring.changes index 177162e..f453bfc 100644 --- a/python-bitstring.changes +++ b/python-bitstring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 29 06:17:29 UTC 2025 - Steve Kowalik + +- Correct Requires, it's python-bitarray. + ------------------------------------------------------------------- Mon Apr 28 13:01:32 UTC 2025 - Felix Stegmeier diff --git a/python-bitstring.spec b/python-bitstring.spec index 48d7593..9845ed2 100644 --- a/python-bitstring.spec +++ b/python-bitstring.spec @@ -21,7 +21,6 @@ Version: 4.3.1 Release: 0 Summary: Python module for the construction, analysis and modification of binary data License: MIT -Group: Development/Languages/Python URL: https://github.com/scott-griffiths/bitstring Source: https://github.com/scott-griffiths/bitstring/archive/bitstring-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -30,12 +29,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildArch: noarch -Requires: bitarray -BuildRequires: %{python_module bitarray} +Requires: python-bitarray >= 3.0 +BuildRequires: %{python_module bitarray >= 3.0} BuildRequires: %{python_module gfloat} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest-benchmark} +BuildArch: noarch %python_subpackages %description