PyJSONProxy

simple proxy and scraper
git clone https://git.ce9e.org/PyJSONProxy.git

commit
88e09901edd0f05f60aa641123c69493f3f08fc8
parent
6b7f723983e007cf7174328cbbf552463086d92d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-06-03 10:08
bump version to 2.0.0

Diffstat

M CHANGES.rst 10 ++++++++++
M setup.py 4 ++--

2 files changed, 12 insertions, 2 deletions


diff --git a/CHANGES.rst b/CHANGES.rst

@@ -1,6 +1,16 @@
    1     1 Changes
    2     2 =======
    3     3 
   -1     4 2.0.0 (2017-06-03)
   -1     5 ------------------
   -1     6 
   -1     7 - drop support for python3.4
   -1     8 - handle HEAD and OPTIONS requests internally instead of forwarding it
   -1     9 - allow to mark fields as optional by appending a '?' to the selector
   -1    10 - allow simple formatting of host names
   -1    11 - include template for documentation
   -1    12 
   -1    13 
    4    14 1.0.2 (2015-12-22)
    5    15 ------------------
    6    16 

diff --git a/setup.py b/setup.py

@@ -12,7 +12,7 @@ README = open(rel('README.rst')).read()
   12    12 
   13    13 setup(
   14    14     name='jsonproxy',
   15    -1     version='1.0.2',
   -1    15     version='2.0.0',
   16    16     description='Generic proxy to allow access to non-jsonp APIs',
   17    17     long_description=README,
   18    18     url='https://github.com/xi/PyJSONProxy',
@@ -33,7 +33,7 @@ setup(
   33    33         'Environment :: Console',
   34    34         'Intended Audience :: Information Technology',
   35    35         'Operating System :: OS Independent',
   36    -1         'Programming Language :: Python :: 3.3',
   -1    36         'Programming Language :: Python :: 3.5',
   37    37         'License :: OSI Approved :: GNU Affero General Public License v3 '
   38    38             'or later (AGPLv3+)',
   39    39         'Topic :: Internet :: Proxy Servers',