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