diff --git a/fastavro-1.12.0.tar.gz b/fastavro-1.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7bcb648d1a7033926ca9b51ef94a8ce32823aeae Binary files /dev/null and b/fastavro-1.12.0.tar.gz differ diff --git a/fastavro-1.9.6.tar.gz b/fastavro-1.9.6.tar.gz deleted file mode 100644 index 78d58751cf5b4ba59ece209ce57eebf6ca45fda6..0000000000000000000000000000000000000000 Binary files a/fastavro-1.9.6.tar.gz and /dev/null differ diff --git a/python-fastavro.spec b/python-fastavro.spec index 2c013c5c16a38b5babd845234145016fe2816713..ab274904bb9933c4adaebb20eb7accf3bfe743cd 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fastavro -Version: 1.9.6 +Version: 1.12.0 Release: 1 Summary: Fast read/write of AVRO files License: MIT URL: https://github.com/fastavro/fastavro -Source0: https://files.pythonhosted.org/packages/source/f/fastavro/fastavro-%{version}.tar.gz +Source0: %{pypi_source fastavro} %description Fast Avro for Python @@ -56,21 +56,19 @@ fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi -touch doclist.lst -if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst -fi popd mv %{buildroot}/filelist.lst . -mv %{buildroot}/doclist.lst . %files -n python3-fastavro -f filelist.lst %dir %{python3_sitearch}/* -%files help -f doclist.lst +%files help %{_docdir}/* %changelog +* Fri Aug 08 2025 wangkai <13474090681@163.com> - 1.12.0-1 +- Update package to version 1.12.0 + * Tue Jun 10 2025 openeuler_bot - 1.9.6-1 - Resolve referenced schema to disambiguate union types with named schemas (version:1.9.6). diff --git a/python-fastavro.yaml b/python-fastavro.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dd56683be6866c01b6d99faa25c712cd436b0716 --- /dev/null +++ b/python-fastavro.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: fastavro/fastavro +tag_prefix: +separator: .