diff --git a/.gitignore b/.gitignore index b3570f8..b3240f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /python-json-patch-1.1-2572aa4.tar.gz +/jsonpatch-1.2.tar.gz +/python-json-patch-1.2-f6f3cd2.tar.gz diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 07a060f..a430e39 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,16 +1,17 @@ %global pypi_name jsonpatch %global github_name python-json-patch -%global commit 2572aa4d2f5f19b7943a6ea81828559afafc9eed +%global commit f6f3cd235337209fc96b71316215a40d1cd3026c %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: python-%{pypi_name} -Version: 1.1 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Applying JSON Patches in Python License: BSD URL: https://github.com/stefankoegl/%{github_name} -# pypi tarball does not contain COPYING +#Source0: https://pypi.python.org/packages/source/j/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +# pypi tarball does not contain README.md and tests.py Source0: https://github.com/stefankoegl/%{github_name}/archive/%{commit}/%{github_name}-%{version}-%{shortcommit}.tar.gz BuildArch: noarch @@ -39,6 +40,9 @@ Library to apply JSON Patches according to RFC 6902. %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Fri Oct 11 2013 Alan Pevec - 1.2-1 +- Update to 1.2 + * Fri Sep 13 2013 Alan Pevec - 1.1-2 - review feedback: move %%check section, add missing build requirements diff --git a/sources b/sources index 1ef5f6e..71bed31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -872e1df58e304789eb075a24a18abfdc python-json-patch-1.1-2572aa4.tar.gz +a12c96000911daf692428a747d393424 python-json-patch-1.2-f6f3cd2.tar.gz