From 474c0d3f828f962c19aa5e0e3f574032faa8c043e8b654775ffc8d8cf69f25ae Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Jun 2015 06:23:19 +0000 Subject: [PATCH] Accepting request 313109 from home:tbechtold:branches:devel:languages:python - update to 1.11.0: * bump version to 1.11 * Fix tests for Python 3.2 * bump version to 1.10 * Require pypandoc instead of pandoc for setup.py * Fix make_patch with unicode paths * Enable container-based builds on Travis-CI - Update Requires according to requirements.txt OBS-URL: https://build.opensuse.org/request/show/313109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=19 --- jsonpatch-1.11.tar.gz | 3 +++ jsonpatch-1.9.tar.gz | 3 --- python-jsonpatch.changes | 11 +++++++++++ python-jsonpatch.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 jsonpatch-1.11.tar.gz delete mode 100644 jsonpatch-1.9.tar.gz diff --git a/jsonpatch-1.11.tar.gz b/jsonpatch-1.11.tar.gz new file mode 100644 index 0000000..91647c3 --- /dev/null +++ b/jsonpatch-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47 +size 14317 diff --git a/jsonpatch-1.9.tar.gz b/jsonpatch-1.9.tar.gz deleted file mode 100644 index 55a2c6a..0000000 --- a/jsonpatch-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2 -size 14275 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 3817ae9..4202964 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Mon Jun 22 14:36:43 UTC 2015 - tbechtold@suse.com + +- update to 1.11.0: + * bump version to 1.11 + * Fix tests for Python 3.2 + * bump version to 1.10 + * Require pypandoc instead of pandoc for setup.py + * Fix make_patch with unicode paths + * Enable container-based builds on Travis-CI +- Update Requires according to requirements.txt +------------------------------------------------------------------- Wed Feb 4 14:28:36 UTC 2015 - tbechtold@suse.com - update to version 1.9: diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index da6d35a..4f9872b 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -17,7 +17,7 @@ Name: python-jsonpatch -Version: 1.9 +Version: 1.11 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause @@ -26,7 +26,7 @@ Url: https://github.com/stefankoegl/python-json-patch Source: http://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-jsonpointer -Requires: python-jsonpointer >= 1.5 +Requires: python-jsonpointer >= 1.9 Requires(post): update-alternatives Requires(postun): update-alternatives Requires(pre): coreutils