diff --git a/jsonpointer-1.4.tar.gz b/jsonpointer-1.4.tar.gz deleted file mode 100644 index ef0a618..0000000 --- a/jsonpointer-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4 -size 6936 diff --git a/jsonpointer-1.7.tar.gz b/jsonpointer-1.7.tar.gz new file mode 100644 index 0000000..f0c6b18 --- /dev/null +++ b/jsonpointer-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e +size 8187 diff --git a/python-jsonpointer.changes b/python-jsonpointer.changes index dd6e4be..5623777 100644 --- a/python-jsonpointer.changes +++ b/python-jsonpointer.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 4 14:17:13 UTC 2015 - tbechtold@suse.com + +- update to version 1.7: + * bump version to 1.7 + * Fix ``jsonpointer`` commandline utility (#14) + * bump version to 1.6 + * Fix contains unexpected false return + * bump version to 1.5 + * Use ABCs instead of list/dict + * Convert readme from markdown to rst for PyPI + * Add support for Python 3.4, pypy3, use travis_retry + * Add dependencies for creating wheels +- Requires(pre) coreutils to have "rm" command available + ------------------------------------------------------------------- Sat Nov 08 17:34:00 UTC 2014 - Led diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index f68f7a5..ea8467c 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpointer # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: python-jsonpointer -Version: 1.4 +Version: 1.7 Release: 0 Summary: Identify specific nodes in a JSON document (according to draft 08) License: BSD-3-Clause @@ -25,8 +25,10 @@ Group: Development/Languages/Python Url: https://github.com/stefankoegl/python-json-pointer Source: http://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives +Requires(pre): coreutils BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}