From 6d0b43e14f52189a7e0c26ebf92f82aacbd933d982595382b842b18f8a1924ef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Feb 2015 18:01:59 +0000 Subject: [PATCH 1/2] Accepting request 284065 from home:tbechtold:branches:devel:languages:python New upstream release OBS-URL: https://build.opensuse.org/request/show/284065 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=9 --- jsonpointer-1.4.tar.gz | 3 --- jsonpointer-1.7.tar.gz | 3 +++ python-jsonpointer.changes | 15 +++++++++++++++ python-jsonpointer.spec | 6 ++++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 jsonpointer-1.4.tar.gz create mode 100644 jsonpointer-1.7.tar.gz 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()")} From 93fca63100612983d498c0e3b72074b0f46cb9d9c5a9afdb71681b786bfff2aa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Feb 2015 18:02:54 +0000 Subject: [PATCH 2/2] - Requires(pre) coreutils to have "rm" command available (bnc#916277) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=11 --- python-jsonpointer.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-jsonpointer.changes b/python-jsonpointer.changes index 5623777..cfee336 100644 --- a/python-jsonpointer.changes +++ b/python-jsonpointer.changes @@ -11,7 +11,7 @@ Wed Feb 4 14:17:13 UTC 2015 - tbechtold@suse.com * 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 +- Requires(pre) coreutils to have "rm" command available (bnc#916277) ------------------------------------------------------------------- Sat Nov 08 17:34:00 UTC 2014 - Led