commit python-jsonpointer for openSUSE:Factory
Hello community, here is the log from the commit of package python-jsonpointer for openSUSE:Factory checked in at 2016-12-08 00:29:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-08-17 12:05:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-jsonpointer.new/python-jsonpointer.changes 2016-12-08 00:29:59.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Nov 15 10:51:34 UTC 2016 - dmueller@suse.com + +- update to 1.10: + * Drop support for Python 3.2 + * Add support for Python 3.5 + +------------------------------------------------------------------- Old: ---- jsonpointer-1.9.tar.gz New: ---- jsonpointer-1.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonpointer.spec ++++++ --- /var/tmp/diff_new_pack.5nAJGF/_old 2016-12-08 00:30:00.000000000 +0100 +++ /var/tmp/diff_new_pack.5nAJGF/_new 2016-12-08 00:30:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-jsonpointer # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-jsonpointer -Version: 1.9 +Version: 1.10 Release: 0 Summary: Identify specific nodes in a JSON document 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 +Source: https://pypi.io/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools Requires(post): update-alternatives ++++++ jsonpointer-1.9.tar.gz -> jsonpointer-1.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonpointer-1.9/PKG-INFO new/jsonpointer-1.10/PKG-INFO --- old/jsonpointer-1.9/PKG-INFO 2015-05-07 18:01:17.000000000 +0200 +++ new/jsonpointer-1.10/PKG-INFO 2015-10-28 20:12:49.000000000 +0100 @@ -1,34 +1,27 @@ Metadata-Version: 1.1 Name: jsonpointer -Version: 1.9 +Version: 1.10 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: stefan@skoegl.net License: Modified BSD License -Description: python-json-pointer `|Build Status| <https://travis-ci.org/stefankoegl/python-json-pointer>`_ `|Coverage Status| <https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master>`_ |Downloads| |Version| - =============================================================================================================================================================================================================== +Description: python-json-pointer [![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master) ![Downloads](https://pypip.in/d/jsonpointer/badge.png) ![Version](https://pypip.in/v/jsonpointer/badge.png) + =================== Resolve JSON Pointers in Python ------------------------------- - Library to resolve JSON Pointers according to `RFC - 6901 <http://tools.ietf.org/html/rfc6901>`_ + Library to resolve JSON Pointers according to + [RFC 6901](http://tools.ietf.org/html/rfc6901) - See Sourcecode for Examples \* Website: - https://github.com/stefankoegl/python-json-pointer \* Repository: - https://github.com/stefankoegl/python-json-pointer.git \* Documentation: - https://python-json-pointer.readthedocs.org/ \* PyPI: - https://pypi.python.org/pypi/jsonpointer \* Travis-CI: - https://travis-ci.org/stefankoegl/python-json-pointer \* Coveralls: - https://coveralls.io/r/stefankoegl/python-json-pointer - - .. |Build - Status| image:: https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=mast... - .. |Coverage - Status| image:: https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=... - .. |Downloads| image:: https://pypip.in/d/jsonpointer/badge.png - .. |Version| image:: https://pypip.in/v/jsonpointer/badge.png + See Sourcecode for Examples + * Website: https://github.com/stefankoegl/python-json-pointer + * Repository: https://github.com/stefankoegl/python-json-pointer.git + * Documentation: https://python-json-pointer.readthedocs.org/ + * PyPI: https://pypi.python.org/pypi/jsonpointer + * Travis-CI: https://travis-ci.org/stefankoegl/python-json-pointer + * Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable @@ -41,9 +34,9 @@ Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonpointer-1.9/jsonpointer.egg-info/PKG-INFO new/jsonpointer-1.10/jsonpointer.egg-info/PKG-INFO --- old/jsonpointer-1.9/jsonpointer.egg-info/PKG-INFO 2015-05-07 18:01:17.000000000 +0200 +++ new/jsonpointer-1.10/jsonpointer.egg-info/PKG-INFO 2015-10-28 20:12:49.000000000 +0100 @@ -1,34 +1,27 @@ Metadata-Version: 1.1 Name: jsonpointer -Version: 1.9 +Version: 1.10 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: stefan@skoegl.net License: Modified BSD License -Description: python-json-pointer `|Build Status| <https://travis-ci.org/stefankoegl/python-json-pointer>`_ `|Coverage Status| <https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master>`_ |Downloads| |Version| - =============================================================================================================================================================================================================== +Description: python-json-pointer [![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master) ![Downloads](https://pypip.in/d/jsonpointer/badge.png) ![Version](https://pypip.in/v/jsonpointer/badge.png) + =================== Resolve JSON Pointers in Python ------------------------------- - Library to resolve JSON Pointers according to `RFC - 6901 <http://tools.ietf.org/html/rfc6901>`_ + Library to resolve JSON Pointers according to + [RFC 6901](http://tools.ietf.org/html/rfc6901) - See Sourcecode for Examples \* Website: - https://github.com/stefankoegl/python-json-pointer \* Repository: - https://github.com/stefankoegl/python-json-pointer.git \* Documentation: - https://python-json-pointer.readthedocs.org/ \* PyPI: - https://pypi.python.org/pypi/jsonpointer \* Travis-CI: - https://travis-ci.org/stefankoegl/python-json-pointer \* Coveralls: - https://coveralls.io/r/stefankoegl/python-json-pointer - - .. |Build - Status| image:: https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=mast... - .. |Coverage - Status| image:: https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=... - .. |Downloads| image:: https://pypip.in/d/jsonpointer/badge.png - .. |Version| image:: https://pypip.in/v/jsonpointer/badge.png + See Sourcecode for Examples + * Website: https://github.com/stefankoegl/python-json-pointer + * Repository: https://github.com/stefankoegl/python-json-pointer.git + * Documentation: https://python-json-pointer.readthedocs.org/ + * PyPI: https://pypi.python.org/pypi/jsonpointer + * Travis-CI: https://travis-ci.org/stefankoegl/python-json-pointer + * Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable @@ -41,9 +34,9 @@ Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonpointer-1.9/jsonpointer.py new/jsonpointer-1.10/jsonpointer.py --- old/jsonpointer-1.9/jsonpointer.py 2015-05-07 18:00:28.000000000 +0200 +++ new/jsonpointer-1.10/jsonpointer.py 2015-10-28 20:06:33.000000000 +0100 @@ -41,7 +41,7 @@ # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.9' +__version__ = '1.10' __website__ = 'https://github.com/stefankoegl/python-json-pointer' __license__ = 'Modified BSD License' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonpointer-1.9/setup.py new/jsonpointer-1.10/setup.py --- old/jsonpointer-1.9/setup.py 2015-04-23 22:08:29.000000000 +0200 +++ new/jsonpointer-1.10/setup.py 2015-10-28 20:05:06.000000000 +0100 @@ -45,9 +45,9 @@ 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries',
participants (1)
-
root@hilbert.suse.de