diff --git a/fastavro-1.7.3.tar.gz b/fastavro-1.7.3.tar.gz deleted file mode 100644 index a7edb59..0000000 Binary files a/fastavro-1.7.3.tar.gz and /dev/null differ diff --git a/fastavro-1.7.4.tar.gz b/fastavro-1.7.4.tar.gz new file mode 100644 index 0000000..05e73a2 Binary files /dev/null and b/fastavro-1.7.4.tar.gz differ diff --git a/python-fastavro.spec b/python-fastavro.spec index cab7879..508ffc4 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-fastavro -Version: 1.7.3 +Version: 1.7.4 Release: 1 Summary: Fast read/write of AVRO files License: MIT URL: https://github.com/fastavro/fastavro -Source0: https://files.pythonhosted.org/packages/f3/d0/01116df6875ed4d25e6693ec6c60ebebcb566a84462c6e1f3b83bec10171/fastavro-1.7.3.tar.gz +Source0: https://files.pythonhosted.org/packages/36/41/9dcb98cfb0f5f1061e280a0268ac00c310fb4f0f7917f954c991e13e9c69/fastavro-1.7.4.tar.gz %description Fast Avro for Python + %package -n python3-fastavro Summary: Fast read/write of AVRO files -Provides: python-fastavro +Provides: python-fastavro = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi @@ -70,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 06 2023 jiangxinyu - 1.7.4-1 +- Update package to version 1.7.4 + * Mon Apr 10 2023 caodongxia - 1.7.3-1 - Update package to version 1.7.3