Hello community,

here is the log from the commit of package python-jsonpointer for 
openSUSE:Factory checked in at 2013-05-02 11:41:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpointer (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpointer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpointer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpointer/python-jsonpointer.changes    
2013-02-23 08:09:18.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpointer.new/python-jsonpointer.changes   
    2013-05-02 11:41:55.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 29 12:40:25 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0:
+  * no changes 
+
+-------------------------------------------------------------------

Old:
----
  jsonpointer-0.7.tar.gz

New:
----
  jsonpointer-1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jsonpointer.spec ++++++
--- /var/tmp/diff_new_pack.fTnL4d/_old  2013-05-02 11:41:56.000000000 +0200
+++ /var/tmp/diff_new_pack.fTnL4d/_new  2013-05-02 11:41:56.000000000 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-jsonpointer
-Version:        0.7
+Version:        1.0
 Release:        0
-License:        BSD-3-Clause
 Summary:        Identify specific nodes in a JSON document (according to draft 
08)
-Url:            https://github.com/stefankoegl/python-json-pointer
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            https://github.com/stefankoegl/python-json-pointer
 Source:         
http://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ jsonpointer-0.7.tar.gz -> jsonpointer-1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpointer-0.7/PKG-INFO new/jsonpointer-1.0/PKG-INFO
--- old/jsonpointer-0.7/PKG-INFO        2013-01-06 10:58:44.000000000 +0100
+++ new/jsonpointer-1.0/PKG-INFO        2013-04-03 17:07:28.000000000 +0200
@@ -1,7 +1,7 @@
 Metadata-Version: 1.0
 Name: jsonpointer
-Version: 0.7
-Summary:  Identify specific nodes in a JSON document (according to draft 08) 
+Version: 1.0
+Summary:  Identify specific nodes in a JSON document (RFC 6901) 
 Home-page: https://github.com/stefankoegl/python-json-pointer
 Author: Stefan Kögl
 Author-email: ste...@skoegl.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpointer-0.7/jsonpointer.py 
new/jsonpointer-1.0/jsonpointer.py
--- old/jsonpointer-0.7/jsonpointer.py  2013-01-06 10:58:08.000000000 +0100
+++ new/jsonpointer-1.0/jsonpointer.py  2013-04-03 15:41:18.000000000 +0200
@@ -30,13 +30,11 @@
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-""" Identify specific nodes in a JSON document (according to draft 08) """
-
-# http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08
+""" Identify specific nodes in a JSON document (RFC 6901) """
 
 # Will be parsed by setup.py to determine package metadata
 __author__ = 'Stefan Kögl <ste...@skoegl.net>'
-__version__ = '0.7'
+__version__ = '1.0'
 __website__ = 'https://github.com/stefankoegl/python-json-pointer'
 __license__ = 'Modified BSD License'
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to