From 44486a9883a869c902a7f85a9a1fd12b81f1c65622805b11d7ebbf51637754c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 25 May 2021 11:14:07 +0000 Subject: [PATCH] Accepting request 895312 from home:pgajdos:python - version update to 0.1.6 * Provide more clear messages on missing dependencies - %check: use %pyunittest_arch rpm macro OBS-URL: https://build.opensuse.org/request/show/895312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonslicer?expand=0&rev=7 --- jsonslicer-0.1.5.tar.gz | 3 --- jsonslicer-0.1.6.tar.gz | 3 +++ python-jsonslicer.changes | 7 +++++++ python-jsonslicer.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 jsonslicer-0.1.5.tar.gz create mode 100644 jsonslicer-0.1.6.tar.gz diff --git a/jsonslicer-0.1.5.tar.gz b/jsonslicer-0.1.5.tar.gz deleted file mode 100644 index aa00bcc..0000000 --- a/jsonslicer-0.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78aff4171369faafdeee0dd0363457b81104ca1768a4b82144073e748de6fd66 -size 23022 diff --git a/jsonslicer-0.1.6.tar.gz b/jsonslicer-0.1.6.tar.gz new file mode 100644 index 0000000..9e59edd --- /dev/null +++ b/jsonslicer-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a822ce07e7a4e5f6078fe65585d90f25b8aa4c77eccf3e2a770746fda014179f +size 24736 diff --git a/python-jsonslicer.changes b/python-jsonslicer.changes index addd827..667f772 100644 --- a/python-jsonslicer.changes +++ b/python-jsonslicer.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 25 09:05:08 UTC 2021 - pgajdos@suse.com + +- version update to 0.1.6 + * Provide more clear messages on missing dependencies +- %check: use %pyunittest_arch rpm macro + ------------------------------------------------------------------- Mon Mar 9 08:45:07 UTC 2020 - Tomáš Chvátal diff --git a/python-jsonslicer.spec b/python-jsonslicer.spec index b2c8477..f46b91d 100644 --- a/python-jsonslicer.spec +++ b/python-jsonslicer.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonslicer # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jsonslicer -Version: 0.1.5 +Version: 0.1.6 Release: 0 Summary: Streaming JSON parser with iterator interface License: MIT @@ -55,7 +55,7 @@ given path as complete Python objects. %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%python_exec setup.py test +%pyunittest_arch discover -v %files %{python_files} %license LICENSE