From e20db782e334e85d02d42d1286f00fef14419a8cf353d7abc28535ab913a25db Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Jun 2015 06:23:39 +0000 Subject: [PATCH] Accepting request 313111 from home:tbechtold:branches:devel:languages:python - update to 1.9: * bump version to 1.9 * bump version to 1.8 * Fix Tests for Python 3.2 * Fix UnicodeEncodeError with non-ASCII paths, fixes #18 * Enable container-based builds on Travis-CI OBS-URL: https://build.opensuse.org/request/show/313111 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=13 --- jsonpointer-1.7.tar.gz | 3 --- jsonpointer-1.9.tar.gz | 3 +++ python-jsonpointer.changes | 10 ++++++++++ python-jsonpointer.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 jsonpointer-1.7.tar.gz create mode 100644 jsonpointer-1.9.tar.gz diff --git a/jsonpointer-1.7.tar.gz b/jsonpointer-1.7.tar.gz deleted file mode 100644 index f0c6b18..0000000 --- a/jsonpointer-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e -size 8187 diff --git a/jsonpointer-1.9.tar.gz b/jsonpointer-1.9.tar.gz new file mode 100644 index 0000000..0f2ed49 --- /dev/null +++ b/jsonpointer-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308 +size 7662 diff --git a/python-jsonpointer.changes b/python-jsonpointer.changes index cfee336..f34221d 100644 --- a/python-jsonpointer.changes +++ b/python-jsonpointer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 22 14:49:05 UTC 2015 - tbechtold@suse.com + +- update to 1.9: + * bump version to 1.9 + * bump version to 1.8 + * Fix Tests for Python 3.2 + * Fix UnicodeEncodeError with non-ASCII paths, fixes #18 + * Enable container-based builds on Travis-CI + ------------------------------------------------------------------- Wed Feb 4 14:17:13 UTC 2015 - tbechtold@suse.com diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index ea8467c..da4a5d5 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -17,7 +17,7 @@ Name: python-jsonpointer -Version: 1.7 +Version: 1.9 Release: 0 Summary: Identify specific nodes in a JSON document (according to draft 08) License: BSD-3-Clause