!14 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-18 09:54:36 +00:00 committed by Gitee
commit cd0717c07f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 8 deletions

Binary file not shown.

BIN
fastavro-1.6.1.tar.gz Normal file

Binary file not shown.

View File

@ -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 <liqiuyu@kylinos.cn> - 1.6.1-1
- Upgrade package to version 1.6.1
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 1.4.5-2
- Delete unnecessary gdb from BuildRequires
* Tue Oct 26 2021 yangchenguang <yangchenguang@uniontech.com> - 1.4.5-1
- Init Package
- Init Package