diff --git a/python-json-logger-0.1.11.tar.gz b/python-json-logger-0.1.11.tar.gz new file mode 100644 index 0000000..1ba8286 --- /dev/null +++ b/python-json-logger-0.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a31162f2a01965a5efb94453ce69230ed208468b0bbc7fdfc56e6d8df2e281 +size 6019 diff --git a/python-json-logger-0.1.7.tar.gz b/python-json-logger-0.1.7.tar.gz deleted file mode 100644 index 00c2f1c..0000000 --- a/python-json-logger-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aeee3edcf155e1d8bf2fb11330b7cc24b2a9488607d8a96ff7dd7db0a002b4d3 -size 3033 diff --git a/python-python-json-logger.changes b/python-python-json-logger.changes index 55bd7aa..0833b3c 100644 --- a/python-python-json-logger.changes +++ b/python-python-json-logger.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 9 08:26:21 UTC 2019 - pgajdos@suse.com + +- version update to 0.1.11 + * no upstream changelog +- run testsuite +- run spec cleaner +- install LICENSE + ------------------------------------------------------------------- Tue Dec 4 12:53:05 UTC 2018 - Matej Cepl diff --git a/python-python-json-logger.spec b/python-python-json-logger.spec index a3eb801..c462cbc 100644 --- a/python-python-json-logger.spec +++ b/python-python-json-logger.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-json-logger # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-json-logger -Version: 0.1.7 +Version: 0.1.11 Release: 0 Summary: A python library adding a json log formatter License: BSD-2-Clause Group: Development/Languages/Python -Url: http://github.com/madzak/python-json-logger +URL: http://github.com/madzak/python-json-logger Source: https://files.pythonhosted.org/packages/source/p/python-json-logger/python-json-logger-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -45,8 +43,11 @@ A python library adding a json log formatter. %install %python_install +%check +%python_exec setup.py test + %files %{python_files} -%defattr(-,root,root,-) +%license LICENSE %{python_sitelib}/* %changelog