diff --git a/python-fastavro.changes b/python-fastavro.changes index d0eb007..4ecf48f 100644 --- a/python-fastavro.changes +++ b/python-fastavro.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 22 11:26:56 UTC 2024 - Matej Cepl + +- Clean up the SPEC file. + ------------------------------------------------------------------- Fri Nov 1 19:21:31 UTC 2024 - Fergal Mc Carthy diff --git a/python-fastavro.spec b/python-fastavro.spec index ee4c1a1..a807da5 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-fastavro Version: 1.9.7 @@ -25,9 +24,13 @@ Summary: Fast read/write of AVRO files License: MIT URL: https://github.com/fastavro/fastavro Source: https://files.pythonhosted.org/packages/source/f/fastavro/fastavro-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Suggests: python-cramjam +Suggests: python-lz4 +Suggests: python-zstandard # SECTION test requirements BuildRequires: %{python_module lz4} BuildRequires: %{python_module numpy} @@ -36,13 +39,6 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module zlib-ng} BuildRequires: %{python_module zstandard} # /SECTION -BuildRequires: fdupes -Suggests: python-cramjam -Suggests: python-zstandard -Suggests: python-lz4 -Suggests: python-lz4 -Suggests: python-cramjam -Suggests: python-zstandard %python_subpackages %description @@ -75,6 +71,7 @@ donttest+=" or test_optional_codecs_not_installed_reading[snappy]" %doc ChangeLog README.md %license LICENSE %python_alternative %{_bindir}/fastavro -%{python_sitearch}/* +%{python_sitearch}/fastavro +%{python_sitearch}/fastavro-%{version}*-info %changelog