diff --git a/jsonpatch-0.12.tar.gz b/jsonpatch-0.12.tar.gz deleted file mode 100644 index 41494ce..0000000 --- a/jsonpatch-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62765ac03bd9cc6273bfddcf745ea2b86f7697ea01a9a44f762db2647945886 -size 5396 diff --git a/jsonpatch-1.0.tar.gz b/jsonpatch-1.0.tar.gz new file mode 100644 index 0000000..c18211a --- /dev/null +++ b/jsonpatch-1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b12a04d0bf90d425b0beab07026166cd0e168cd62be0508abfe1f6f225f86f +size 5422 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 663ddf4..84dc127 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 29 12:36:33 UTC 2013 - dmueller@suse.com + +- update to 1.0 + * first stable release, some bugfixes + ------------------------------------------------------------------- Fri Feb 22 14:00:26 UTC 2013 - saschpe@suse.de diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 182dbf5..8ab7e72 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -13,20 +13,20 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-jsonpatch -Version: 0.12 +Version: 1.0 Release: 0 -License: BSD-3-Clause Summary: Apply JSON-Patches (according to draft 08) -Url: https://github.com/stefankoegl/python-json-patch +License: BSD-3-Clause Group: Development/Languages/Python +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 -Requires: python-simplejson +Requires: python-jsonpointer >= 1.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}