15
0
forked from pool/python-avro

2 Commits

Author SHA256 Message Date
8cadeac0ed Accepting request 1196150 from devel:languages:python
- Update to 1.12.0:
  * Bug fixes:
    + [AVRO-1318]: Python schema should store fingerprints
    + [AVRO-3622]: Python compatibility check fails if record with and
      without namespace are compared
    + [AVRO-3659]: Typo in python example
    + [AVRO-3667]: [Python] Python 3.10 CI test fails since a while
    + [AVRO-3669]: Missing py.typed file
    + [AVRO-3861]: [Build] Add RAT exclusions for python docs
    + [AVRO-3866]: [Build][Python] Files are leftover after a build
  * Improvements:
    + [AVRO-312]: Generate documentation for Python with Sphinx
    + [AVRO-1938]: Python support for generating canonical forms of schema
    + [AVRO-3879]: [Build][Python] Fix ./build.sh clean to remove the
      generated Python documents
    + [AVRO-3977]: Fix failing typecheck in Python 3.12
  * Tests:
    + [AVRO-3696]: [Python] Replace tox-wheel with upstream tox 4
  * Tasks:
    + [AVRO-3808]: Drop support for Python 3.6, add Pypy 3.8-3.10
- Switch to pyproject and pyunittest macros.

OBS-URL: https://build.opensuse.org/request/show/1196150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-avro?expand=0&rev=16
2024-08-27 17:39:11 +00:00
650514304d - Update to 1.12.0:
* Bug fixes:
    + [AVRO-1318]: Python schema should store fingerprints
    + [AVRO-3622]: Python compatibility check fails if record with and
      without namespace are compared
    + [AVRO-3659]: Typo in python example
    + [AVRO-3667]: [Python] Python 3.10 CI test fails since a while
    + [AVRO-3669]: Missing py.typed file
    + [AVRO-3861]: [Build] Add RAT exclusions for python docs
    + [AVRO-3866]: [Build][Python] Files are leftover after a build
  * Improvements:
    + [AVRO-312]: Generate documentation for Python with Sphinx
    + [AVRO-1938]: Python support for generating canonical forms of schema
    + [AVRO-3879]: [Build][Python] Fix ./build.sh clean to remove the
      generated Python documents
    + [AVRO-3977]: Fix failing typecheck in Python 3.12
  * Tests:
    + [AVRO-3696]: [Python] Replace tox-wheel with upstream tox 4
  * Tasks:
    + [AVRO-3808]: Drop support for Python 3.6, add Pypy 3.8-3.10
- Switch to pyproject and pyunittest macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=34
2024-08-27 05:24:46 +00:00
2 changed files with 2 additions and 25 deletions

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-avro
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,6 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-avro
Version: 1.12.0
@@ -35,14 +30,9 @@ 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
%endif
BuildArch: noarch
%python_subpackages
%description
@@ -72,9 +62,6 @@ 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