diff --git a/fastavro-1.4.5.tar.gz b/fastavro-1.4.5.tar.gz deleted file mode 100644 index 312225b..0000000 Binary files a/fastavro-1.4.5.tar.gz and /dev/null differ diff --git a/fastavro-1.6.1.tar.gz b/fastavro-1.6.1.tar.gz new file mode 100644 index 0000000..37f12c1 Binary files /dev/null and b/fastavro-1.6.1.tar.gz differ diff --git a/python-fastavro.spec b/python-fastavro.spec index 0d7ef1f..85af164 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -1,24 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-fastavro -Version: 1.4.5 -Release: 2 +Version: 1.6.1 +Release: 1 Summary: Fast read/write of AVRO files License: MIT URL: https://github.com/fastavro/fastavro -Source0: https://files.pythonhosted.org/packages/37/db/1cfae958348f817953660bec6c31b5ccb4dd6128c5c503a45011fc0917a7/fastavro-1.4.5.tar.gz +Source0: https://files.pythonhosted.org/packages/ec/93/d07c9767bff6c0ab90a88be66abfc126071ed5f9437796ba6ecee6677e14/fastavro-1.6.1.tar.gz %description Fast Avro for Python - %package -n python3-fastavro Summary: Fast read/write of AVRO files Provides: python-fastavro - BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc - %description -n python3-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 @@ -33,7 +30,7 @@ Provides: python3-fastavro-doc Development documents and examples for fastavro %prep -%autosetup -n fastavro-1.4.5 +%autosetup -n fastavro-%{version} %build %py3_build @@ -73,8 +70,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 18 2022 liqiuyu - 1.6.1-1 +- Upgrade package to version 1.6.1 + * Mon Jun 20 2022 tanyulong - 1.4.5-2 - Delete unnecessary gdb from BuildRequires * Tue Oct 26 2021 yangchenguang - 1.4.5-1 -- Init Package +- Init Package \ No newline at end of file