Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 947680acb6 | |||
| b4cd0068ad | |||
| ea8a2c041e | |||
| b71ff7625f | |||
| 46e6ef3e48 | |||
| 70bebab8f2 |
BIN
avro-1.12.0.tar.gz
LFS
BIN
avro-1.12.0.tar.gz
LFS
Binary file not shown.
3
avro-1.12.1.tar.gz
Normal file
3
avro-1.12.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b8dd2dd4c10816f0dc127cc29cfd43b5e405cf7e6840e89460a024bf3d098d
|
||||
size 91115
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 08:12:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.12.1
|
||||
* AVRO-4104: Drop support for Python 3.7 (#3276)
|
||||
* Refactor `_skip_sync` for Improved Readability & Performance (#3343)
|
||||
* Fix mypy test (#3397)
|
||||
* Support new python versions 3.12 and 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 12:02:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives on SLE-16-based and newer systems only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 14:40:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 05:24:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-avro
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libalternatives
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-avro
|
||||
Version: 1.12.0
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: A serialization and RPC framework for Python
|
||||
License: Apache-2.0
|
||||
@@ -30,9 +35,14 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -62,6 +72,9 @@ rm avro/test/test_ipc.py
|
||||
%postun
|
||||
%python_uninstall_alternative avro
|
||||
|
||||
%pre
|
||||
%python_libalternatives_reset_alternative avro
|
||||
|
||||
%files %{python_files}
|
||||
%python_alternative %{_bindir}/avro
|
||||
%{python_sitelib}/avro
|
||||
|
||||
Reference in New Issue
Block a user