From b7f97fe846df8e1fd3555cf11ea6500bf6ff98f676ce51071c05f22f2c5c7efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 11:30:54 +0000 Subject: [PATCH 1/2] - Update to 1.9.0: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=10 --- avro-1.9.0.tar.gz | 3 --- avro-1.9.1.tar.gz | 3 +++ python-avro.changes | 6 ++++++ python-avro.spec | 7 +++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 avro-1.9.0.tar.gz create mode 100644 avro-1.9.1.tar.gz diff --git a/avro-1.9.0.tar.gz b/avro-1.9.0.tar.gz deleted file mode 100644 index 5b63ea4..0000000 --- a/avro-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eace17f1740cfb4c6246de162ed2f8366647eb5a962b919189b0c8a9913c729 -size 46901 diff --git a/avro-1.9.1.tar.gz b/avro-1.9.1.tar.gz new file mode 100644 index 0000000..b24350a --- /dev/null +++ b/avro-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc06bf0b91877b1b6afac8ad35d66d2e545be2b9b2820e5fba4e35b767bfb9a +size 49076 diff --git a/python-avro.changes b/python-avro.changes index 0dc187a..d03999e 100644 --- a/python-avro.changes +++ b/python-avro.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 11:26:49 UTC 2019 - Tomáš Chvátal + +- Update to 1.9.0: + * no upstream changelog + ------------------------------------------------------------------- Fri Jun 21 11:47:02 UTC 2019 - pgajdos@suse.com diff --git a/python-avro.spec b/python-avro.spec index b77a1d2..35296da 100644 --- a/python-avro.spec +++ b/python-avro.spec @@ -18,13 +18,14 @@ %{?!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/ 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 @@ -47,7 +48,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 From 475ea55e0953f854877044008beddeca70b110f869ddd2eae699cd7aea85f3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 11:31:12 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=11 --- python-avro.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-avro.spec b/python-avro.spec index 35296da..0f8c67d 100644 --- a/python-avro.spec +++ b/python-avro.spec @@ -23,7 +23,7 @@ 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} @@ -31,7 +31,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-python-snappy BuildArch: noarch - %python_subpackages %description