15
0
forked from pool/python-avro

Accepting request 885900 from home:mcalabkova:branches:devel:languages:python

- update to 1.10.2
  * Python: AVRO-2656 The standard avro package supports Python 3, and
    the avro-python3 package is in the process of being deprecated. 
  * Threading.is_alive Spelling for Py3.9

OBS-URL: https://build.opensuse.org/request/show/885900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=21
This commit is contained in:
2021-04-16 09:36:19 +00:00
committed by Git OBS Bridge
parent 938ce1d24b
commit dcf76e95bf
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3a405df5aa8654b992d2aca7b80482b858a1919a44dc0b10a682162e8ee340a
size 68125

3
avro-1.10.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:381b990cc4c4444743c3297348ffd46e0c3a5d7a17e15b2f4a9042f6e955c31a
size 68176

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 16 08:45:49 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to 1.10.2
* Python: AVRO-2656 The standard avro package supports Python 3, and
the avro-python3 package is in the process of being deprecated.
* Threading.is_alive Spelling for Py3.9
-------------------------------------------------------------------
Mon Jan 18 21:19:22 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-avro
Version: 1.10.1
Version: 1.10.2
Release: 0
Summary: A serialization and RPC framework for Python
License: Apache-2.0
@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Requires: python-Twisted
Requires: python-zope.interface
Suggests: python-python-snappy