delete more comments for spec

This commit is contained in:
yangchen_guang 2021-10-29 15:30:05 +08:00
parent 20fdc60c4f
commit ce2219f37b

View File

@ -8,11 +8,7 @@ URL: https://github.com/fastavro/fastavro
Source0: https://files.pythonhosted.org/packages/37/db/1cfae958348f817953660bec6c31b5ccb4dd6128c5c503a45011fc0917a7/fastavro-1.4.5.tar.gz
%description
# Installing
`fastavro` is available both on [PyPi](http://pypi.python.org/pypi)
pip install fastavro
and on [conda-forge](https://conda-forge.github.io) `conda` channel.
conda install -c conda-forge fastavro
Fast Avro for Python
%package -n python3-fastavro
Summary: Fast read/write of AVRO files
@ -23,7 +19,6 @@ BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-fastavro
# fastavro
The `fastavro` library was written to offer performance comparable to the Java
library. With regular CPython, `fastavro` uses C extensions which allow it to
iterate the same 10,000 record file in 1.7 seconds. With PyPy, this drops to 1.5