diff --git a/python-fastavro.spec b/python-fastavro.spec index dcbd41d..19d1d6a 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -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