Update package to version 1.7.4

This commit is contained in:
jxy_git 2023-06-06 17:18:50 +08:00
parent cd3d7c83fb
commit fe8994242e
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
fastavro-1.7.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,18 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-fastavro Name: python-fastavro
Version: 1.7.3 Version: 1.7.4
Release: 1 Release: 1
Summary: Fast read/write of AVRO files Summary: Fast read/write of AVRO files
License: MIT License: MIT
URL: https://github.com/fastavro/fastavro 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 %description
Fast Avro for Python Fast Avro for Python
%package -n python3-fastavro %package -n python3-fastavro
Summary: Fast read/write of AVRO files Summary: Fast read/write of AVRO files
Provides: python-fastavro Provides: python-fastavro = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
@ -70,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jun 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.7.4-1
- Update package to version 1.7.4
* Mon Apr 10 2023 caodongxia <caodongxia@h-partners.com> - 1.7.3-1 * Mon Apr 10 2023 caodongxia <caodongxia@h-partners.com> - 1.7.3-1
- Update package to version 1.7.3 - Update package to version 1.7.3