diff --git a/avro-1.11.2.tar.gz b/avro-1.11.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..90d0f4d41bf272c0800dd49f6482462ba8729a9f Binary files /dev/null and b/avro-1.11.2.tar.gz differ diff --git a/avro-python3-1.10.0.tar.gz b/avro-python3-1.10.0.tar.gz deleted file mode 100644 index 0f88dcbb42dea6adb001eda141a87e04e43efc3a..0000000000000000000000000000000000000000 Binary files a/avro-python3-1.10.0.tar.gz and /dev/null differ diff --git a/avro-python3.spec b/avro-python3.spec index 725b713661553ff70e1591893a80ed6f8d6e904c..3149ff4bf303349b43e24ae10f4b067d9f4eb07a 100644 --- a/avro-python3.spec +++ b/avro-python3.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-avro-python3 -Version: 1.10.0 +Version: 1.11.2 Release: 1 Summary: Avro is a serialization and RPC framework. License: Apache-2.0 URL: https://avro.apache.org/ -Source0: https://files.pythonhosted.org/packages/b2/5a/819537be46d65a01f8b8c6046ed05603fb9ef88c663b8cca840263788d58/avro-python3-1.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/47/ba/0845d0f042de1d4100547bc9efc306c865c96b093ed5ae5cb6a731310ff4/avro-1.11.2.tar.gz BuildArch: noarch %description Apache Avro is a data serialization system.Learn more about Avro, please visit @@ -37,7 +37,7 @@ our website at: contribute to Avro, please read: LICENSE and NOTICE information for the python3 implementation, see: avro/LICENSE avro/NOTICE %prep -%autosetup -n avro-python3-%{version} +%autosetup -n avro-%{version} %build %py3_build @@ -80,6 +80,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 26 2023 chenzixuan - 1.11.2-1 +- Updated package to version 1.11.2 + * Wed Aug 03 2022 OpenStack_SIG - 1.10.0-1 - Init package python3-avro-python3 of version 1.10.0 -