forked from pool/python-fastavro
- Clean up the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastavro?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 11:26:56 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Clean up the SPEC file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 19:21:31 UTC 2024 - Fergal Mc Carthy <fmccarthy@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user