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