update package

This commit is contained in:
liqiuyu123 2022-10-18 16:44:38 +08:00
parent 1350b407d3
commit 961f25a44f
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 %global _empty_manifest_terminate_build 0
Name: python-fastavro Name: python-fastavro
Version: 1.4.5 Version: 1.6.1
Release: 2 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/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 %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
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
%description -n python3-fastavro %description -n python3-fastavro
The `fastavro` library was written to offer performance comparable to the Java The `fastavro` library was written to offer performance comparable to the Java
library. With regular CPython, `fastavro` uses C extensions which allow it to 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 Development documents and examples for fastavro
%prep %prep
%autosetup -n fastavro-1.4.5 %autosetup -n fastavro-%{version}
%build %build
%py3_build %py3_build
@ -73,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 1.4.5-2
- Delete unnecessary gdb from BuildRequires - Delete unnecessary gdb from BuildRequires