forked from pool/python-avro
Accepting request 730689 from devel:languages:python
- Update to 1.9.0: * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/730689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-avro?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5eace17f1740cfb4c6246de162ed2f8366647eb5a962b919189b0c8a9913c729
|
||||
size 46901
|
||||
3
avro-1.9.1.tar.gz
Normal file
3
avro-1.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fc06bf0b91877b1b6afac8ad35d66d2e545be2b9b2820e5fba4e35b767bfb9a
|
||||
size 49076
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 11:26:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.9.0:
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 11:47:02 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -18,19 +18,19 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-avro
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: A serialization and RPC framework for Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://avro.apache.org/
|
||||
URL: https://avro.apache.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/a/avro/avro-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-python-snappy
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -47,7 +47,9 @@ Avro is a serialization and RPC framework.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
# Dies on which is nowhere even in their VCS
|
||||
# E ImportError: No module named set_avro_test_path
|
||||
#%%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%python3_only %{_bindir}/avro
|
||||
|
||||
Reference in New Issue
Block a user