From af9c44a6e59246a559493f5d3a4c67fb710ec353 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Sat, 19 Dec 2015 00:50:23 +0100 Subject: [PATCH] Update to 1.10 --- .gitignore | 1 + python-jsonpointer.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8386607..f770ccc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /python-json-pointer-1.0-c1ec3df.tar.gz /jsonpointer-1.9.tar.gz +/jsonpointer-1.10.tar.gz diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index 5becc17..b41ca61 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -6,8 +6,8 @@ %endif Name: python-%{pypi_name} -Version: 1.9 -Release: 4%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Resolve JSON Pointers in Python License: BSD @@ -82,7 +82,10 @@ popd %endif %changelog -* Tue Nov 14 2015 Tonet Jallo - 1.9-4 +* Sat Dec 19 2015 Alan Pevec 1.10-1 +- Update to 1.10 + +* Sat Nov 14 2015 Tonet Jallo - 1.9-4 - Moved a line from files section to python3 files section * Tue Nov 10 2015 Fedora Release Engineering - 1.9-3 diff --git a/sources b/sources index 8c8b8c6..6f0532d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4d3f28e72ba77062538d1c0864c40a9 jsonpointer-1.9.tar.gz +d68c0c6ad6889e9c94ec0feba719e45e jsonpointer-1.10.tar.gz