Hello community,
here is the log from the commit of package python-jsonpath-rw-ext for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jsonpath-rw-ext (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jsonpath-rw-ext.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonpath-rw-ext"
Mon Mar 9 18:07:03 2020 rev:15 rq:776707 version:1.2.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-jsonpath-rw-ext/python-jsonpath-rw-ext.changes
2020-01-15 15:49:31.919463388 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jsonpath-rw-ext.new.26092/python-jsonpath-rw-ext.changes
2020-03-09 18:07:06.880869615 +0100
@@ -1,0 +2,19 @@
+Wed Jul 24 08:34:21 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.2.2:
+ * Fix problem with None value of element
+
+-------------------------------------------------------------------
+Thu Mar 28 14:33:26 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.2.0:
+ * Remove old OpenStack stuff
+ * Fix filter examples syntax
+- Execute tests
+
+-------------------------------------------------------------------
+Tue Dec 4 12:49:34 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
Old:
----
jsonpath-rw-ext-1.1.3.tar.gz
New:
----
jsonpath-rw-ext-1.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonpath-rw-ext.spec ++++++
--- /var/tmp/diff_new_pack.qTY6Ef/_old 2020-03-09 18:07:07.228869788 +0100
+++ /var/tmp/diff_new_pack.qTY6Ef/_new 2020-03-09 18:07:07.228869788 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jsonpath-rw-ext
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,28 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonpath-rw-ext
-Version: 1.1.3
+Version: 1.2.2
Release: 0
Summary: Extensions for JSONPath RW
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/sileht/python-jsonpath-rw-ext
-Source:
https://pypi.io/packages/source/j/jsonpath-rw-ext/jsonpath-rw-ext-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+URL: https://github.com/sileht/python-jsonpath-rw-ext
+Source:
https://files.pythonhosted.org/packages/source/j/jsonpath-rw-ext/jsonpath-rw-ext-%{version}.tar.gz
+BuildRequires: %{python_module jsonpath-rw >= 1.2.0}
+BuildRequires: %{python_module oslotest >= 1.10.0}
BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module testscenarios >= 0.4}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jsonpath-rw >= 1.2.0
Requires: python-pbr >= 1.4
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
%python_subpackages
%description
@@ -50,10 +52,14 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%pytest
%files %{python_files}
-%defattr(-,root,root,-)
-%doc ChangeLog AUTHORS LICENSE README.rst
+%license LICENSE
+%doc ChangeLog AUTHORS README.rst
%{python_sitelib}/*
%changelog
++++++ jsonpath-rw-ext-1.1.3.tar.gz -> jsonpath-rw-ext-1.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/.coveragerc
new/jsonpath-rw-ext-1.2.2/.coveragerc
--- old/jsonpath-rw-ext-1.1.3/.coveragerc 2015-08-18 14:57:40.000000000
+0200
+++ new/jsonpath-rw-ext-1.2.2/.coveragerc 2019-07-12 11:38:29.000000000
+0200
@@ -1,7 +1,6 @@
[run]
branch = True
source = jsonpath_rw_ext
-omit = jsonpath_rw_ext/openstack/*
[report]
ignore-errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/.mailmap
new/jsonpath-rw-ext-1.2.2/.mailmap
--- old/jsonpath-rw-ext-1.1.3/.mailmap 2015-08-18 14:57:40.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/.mailmap 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-# Format is:
-# <preferred e-mail> <other e-mail 1>
-# <preferred e-mail> <other e-mail 2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/.travis.yml
new/jsonpath-rw-ext-1.2.2/.travis.yml
--- old/jsonpath-rw-ext-1.1.3/.travis.yml 2017-10-19 16:07:58.000000000
+0200
+++ new/jsonpath-rw-ext-1.2.2/.travis.yml 2019-07-12 11:42:33.000000000
+0200
@@ -1,12 +1,18 @@
sudo: false
language: python
+matrix:
+ include:
+ - python: 2.7
+ env: TOXENV=py27
+ - python: 3.5
+ env: TOXENV=py35
+ - python: 3.7
+ env: TOXENV=py37
+ - python: 2.7
+ env: TOXENV=docs
+ - python: 2.7
+ env: TOXENV=pep8
install:
- pip install tox
script:
- tox
-env:
- - TOXENV=py27
- - TOXENV=py35
- - TOXENV=py36
- - TOXENV=pep8
- - TOXENV=docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/AUTHORS
new/jsonpath-rw-ext-1.2.2/AUTHORS
--- old/jsonpath-rw-ext-1.1.3/AUTHORS 2017-10-19 16:12:27.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/AUTHORS 2019-07-12 11:51:44.000000000 +0200
@@ -7,3 +7,4 @@
Mehdi Abaakouk <[email protected]>
Tony Breeds <[email protected]>
Tony Moulton <[email protected]>
+dgusakov <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/ChangeLog
new/jsonpath-rw-ext-1.2.2/ChangeLog
--- old/jsonpath-rw-ext-1.1.3/ChangeLog 2017-10-19 16:12:27.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/ChangeLog 2019-07-12 11:51:44.000000000 +0200
@@ -1,6 +1,27 @@
CHANGES
=======
+1.2.2
+-----
+
+* Fix README.rst formatting
+
+1.2.1
+-----
+
+* Use py37 at some place
+* Use py37 at some place
+* Add test for None value case
+* Fix problem with None value of element
+* Remove old OpenStack stuff
+* Fix filter examples syntax
+
+1.2.0
+-----
+
+* feature: adding regex match filter (#17)
+* travis: list python version to install
+
1.1.3
-----
@@ -51,7 +72,7 @@
0.1.8
-----
-* Add sub and split named_operator
+* Add sub and split named\_operator
* doc: Fix typo
* Add a long description to README
* Add more tests
@@ -68,7 +89,7 @@
0.1.6
-----
-* Implements simple operator + - * /
+* Implements simple operator + - \* /
* Returns all datum if no filter are set
0.1.5
@@ -80,7 +101,7 @@
-----
* Fixes py3 tests
-* Remove useless FILTER_VALUE type
+* Remove useless FILTER\_VALUE type
* Remove useless code
* Fix examples
* Fixes a tests, add examples
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/HACKING.rst
new/jsonpath-rw-ext-1.2.2/HACKING.rst
--- old/jsonpath-rw-ext-1.1.3/HACKING.rst 2015-08-18 17:51:36.000000000
+0200
+++ new/jsonpath-rw-ext-1.2.2/HACKING.rst 1970-01-01 01:00:00.000000000
+0100
@@ -1,4 +0,0 @@
-jsonpath-rw-ext Style Commandments
-===============================================
-
-Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/PKG-INFO
new/jsonpath-rw-ext-1.2.2/PKG-INFO
--- old/jsonpath-rw-ext-1.1.3/PKG-INFO 2017-10-19 16:12:28.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/PKG-INFO 2019-07-12 11:51:45.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: jsonpath-rw-ext
-Version: 1.1.3
+Version: 1.2.2
Summary: Extensions for JSONPath RW
Home-page: https://github.com/sileht/python-jsonpath-rw-ext
Author: Mehdi Abaakouk
@@ -25,7 +25,7 @@
jsonpath-rw-ext extends json-path-rw capabilities by adding multiple
extensions.
'len' that allows one to get the length of a list. 'sorted' that
returns a sorted version
- of a list, 'arithmetic' that permits one to make math operation
between elements and
+ of a list, 'arithmetic' that permits one to make math operation
between elements and
'filter' to select only certain elements of a list.
Each extensions will be proposed `upstream
<https://github.com/kennknowles/python-jsonpath-rw>`__
@@ -70,7 +70,7 @@
# prints 'foo'
The jsonpath classes are not part of the public API, because the
name/structure
- can change when they will be implemented upstream. Only the syntax
*shouldn't*
+ can change when they will be implemented upstream. Only the syntax
*shouldn't*
change.
Extensions
@@ -91,8 +91,9 @@
| | - $.objects[\\some_field,/other_field] |
+--------------+----------------------------------------------+
| filter | - $.objects[?(@some_field > 5)] |
- | | - $.objects[?some_field = "foobar")] |
- | | - $.objects[?some_field > 5 & other < 2)] |
+ | | - $.objects[?(some_field = "foobar")] |
+ | | - $.objects[?(some_field ~ "regexp")] |
+ | | - $.objects[?(some_field > 5 & other < 2)] |
+--------------+----------------------------------------------+
| arithmetic | - $.foo + "_" + $.bar |
| (-+*/) | - $.foo * 12 |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/README.rst
new/jsonpath-rw-ext-1.2.2/README.rst
--- old/jsonpath-rw-ext-1.1.3/README.rst 2017-10-19 16:10:30.000000000
+0200
+++ new/jsonpath-rw-ext-1.2.2/README.rst 2019-07-12 11:51:15.000000000
+0200
@@ -17,7 +17,7 @@
jsonpath-rw-ext extends json-path-rw capabilities by adding multiple
extensions.
'len' that allows one to get the length of a list. 'sorted' that returns a
sorted version
-of a list, 'arithmetic' that permits one to make math operation between
elements and
+of a list, 'arithmetic' that permits one to make math operation between
elements and
'filter' to select only certain elements of a list.
Each extensions will be proposed `upstream
<https://github.com/kennknowles/python-jsonpath-rw>`__
@@ -62,7 +62,7 @@
# prints 'foo'
The jsonpath classes are not part of the public API, because the name/structure
-can change when they will be implemented upstream. Only the syntax *shouldn't*
+can change when they will be implemented upstream. Only the syntax *shouldn't*
change.
Extensions
@@ -83,8 +83,9 @@
| | - $.objects[\\some_field,/other_field] |
+--------------+----------------------------------------------+
| filter | - $.objects[?(@some_field > 5)] |
-| | - $.objects[?some_field = "foobar")] |
-| | - $.objects[?some_field > 5 & other < 2)] |
+| | - $.objects[?(some_field = "foobar")] |
+| | - $.objects[?(some_field ~ "regexp")] |
+| | - $.objects[?(some_field > 5 & other < 2)] |
+--------------+----------------------------------------------+
| arithmetic | - $.foo + "_" + $.bar |
| (-+*/) | - $.foo * 12 |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/babel.cfg
new/jsonpath-rw-ext-1.2.2/babel.cfg
--- old/jsonpath-rw-ext-1.1.3/babel.cfg 2015-08-18 14:57:40.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/babel.cfg 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-[python: **.py]
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext/_filter.py
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext/_filter.py
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext/_filter.py 2017-02-25
20:53:32.000000000 +0100
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext/_filter.py 2019-07-12
11:38:29.000000000 +0200
@@ -13,6 +13,7 @@
import jsonpath_rw
import operator
+import re
from six import moves
@@ -24,6 +25,7 @@
'<': operator.lt,
'>=': operator.ge,
'>': operator.gt,
+ '~': lambda s, pat: re.match(pat, s)
}
@@ -75,19 +77,20 @@
found = []
for data in datum:
value = data.value
- if isinstance(self.value, int):
- try:
- value = int(value)
- except ValueError:
- continue
- elif isinstance(self.value, bool):
- try:
- value = bool(value)
- except ValueError:
- continue
+ if value is not None:
+ if isinstance(self.value, int):
+ try:
+ value = int(value)
+ except ValueError:
+ continue
+ elif isinstance(self.value, bool):
+ try:
+ value = bool(value)
+ except ValueError:
+ continue
- if OPERATOR_MAP[self.op](value, self.value):
- found.append(data)
+ if OPERATOR_MAP[self.op](value, self.value):
+ found.append(data)
return found
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext/parser.py
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext/parser.py
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext/parser.py 2017-10-19
16:10:30.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext/parser.py 2019-07-12
11:38:29.000000000 +0200
@@ -36,7 +36,7 @@
parser.JsonPathLexer.tokens +
['FILTER_OP', 'SORT_DIRECTION', 'FLOAT'])
- t_FILTER_OP = r'==?|<=|>=|!=|<|>'
+ t_FILTER_OP = r'==?|<=|>=|!=|<|>|~'
def t_BOOL(self, t):
r'true|false'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py
2017-10-19 16:10:30.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py
2019-07-12 11:38:29.000000000 +0200
@@ -88,6 +88,11 @@
{'cow': 'neigh'},
{'cat': 'neigh'}]},
target=[{'cow': 'moo'}])),
+ ('filter_eq4', dict(string='objects[?id==154]',
+ data={'objects': [{'id': 154},
+ {'id': 155},
+ {'id': None}]},
+ target=[{'id': 154}])),
('filter_gt', dict(string='objects[?cow>5]',
data={'objects': [{'cow': 8},
{'cow': 7},
@@ -114,6 +119,20 @@
},
target=['Bad']
)),
+ ('filter_regex', dict(
+ string='objects[?prediction ~ ".*d$"].confidence',
+ data={
+ 'objects': [
+ {'confidence': 0.42,
+ 'prediction': 'Good'},
+ {'confidence': 0.48,
+ 'prediction': 'Average'},
+ {'confidence': 0.58,
+ 'prediction': 'Bad'},
+ ]
+ },
+ target=[0.42, 0.58]
+ )),
('sort1', dict(string='objects[/cow]',
data={'objects': [{'cat': 1, 'cow': 2},
{'cat': 2, 'cow': 1},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/PKG-INFO
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/PKG-INFO
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/PKG-INFO 2017-10-19
16:12:27.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/PKG-INFO 2019-07-12
11:51:44.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: jsonpath-rw-ext
-Version: 1.1.3
+Version: 1.2.2
Summary: Extensions for JSONPath RW
Home-page: https://github.com/sileht/python-jsonpath-rw-ext
Author: Mehdi Abaakouk
@@ -25,7 +25,7 @@
jsonpath-rw-ext extends json-path-rw capabilities by adding multiple
extensions.
'len' that allows one to get the length of a list. 'sorted' that
returns a sorted version
- of a list, 'arithmetic' that permits one to make math operation
between elements and
+ of a list, 'arithmetic' that permits one to make math operation
between elements and
'filter' to select only certain elements of a list.
Each extensions will be proposed `upstream
<https://github.com/kennknowles/python-jsonpath-rw>`__
@@ -70,7 +70,7 @@
# prints 'foo'
The jsonpath classes are not part of the public API, because the
name/structure
- can change when they will be implemented upstream. Only the syntax
*shouldn't*
+ can change when they will be implemented upstream. Only the syntax
*shouldn't*
change.
Extensions
@@ -91,8 +91,9 @@
| | - $.objects[\\some_field,/other_field] |
+--------------+----------------------------------------------+
| filter | - $.objects[?(@some_field > 5)] |
- | | - $.objects[?some_field = "foobar")] |
- | | - $.objects[?some_field > 5 & other < 2)] |
+ | | - $.objects[?(some_field = "foobar")] |
+ | | - $.objects[?(some_field ~ "regexp")] |
+ | | - $.objects[?(some_field > 5 & other < 2)] |
+--------------+----------------------------------------------+
| arithmetic | - $.foo + "_" + $.bar |
| (-+*/) | - $.foo * 12 |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/SOURCES.txt
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/SOURCES.txt
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/SOURCES.txt
2017-10-19 16:12:28.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/SOURCES.txt
2019-07-12 11:51:45.000000000 +0200
@@ -1,16 +1,12 @@
.coveragerc
-.mailmap
.testr.conf
.travis.yml
AUTHORS
CONTRIBUTING.rst
ChangeLog
-HACKING.rst
LICENSE
MANIFEST.in
README.rst
-babel.cfg
-openstack-common.conf
release.sh
requirements.txt
setup.cfg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/pbr.json
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/pbr.json
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/pbr.json 2017-10-19
16:12:27.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/pbr.json 2019-07-12
11:51:44.000000000 +0200
@@ -1 +1 @@
-{"is_release": true, "git_version": "7f4d5f9"}
\ No newline at end of file
+{"git_version": "aa6e822", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/requires.txt
new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/requires.txt
--- old/jsonpath-rw-ext-1.1.3/jsonpath_rw_ext.egg-info/requires.txt
2017-10-19 16:12:27.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/jsonpath_rw_ext.egg-info/requires.txt
2019-07-12 11:51:44.000000000 +0200
@@ -1,2 +1,2 @@
-pbr>=1.8
jsonpath-rw>=1.2.0
+pbr>=1.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/openstack-common.conf
new/jsonpath-rw-ext-1.2.2/openstack-common.conf
--- old/jsonpath-rw-ext-1.1.3/openstack-common.conf 2015-08-18
14:57:40.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/openstack-common.conf 1970-01-01
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-[DEFAULT]
-
-# The list of modules to copy from oslo-incubator.git
-
-# The base module to hold the copy of openstack.common
-base=jsonpath_rw_ext
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/release.sh
new/jsonpath-rw-ext-1.2.2/release.sh
--- old/jsonpath-rw-ext-1.1.3/release.sh 2017-06-20 12:11:49.000000000
+0200
+++ new/jsonpath-rw-ext-1.2.2/release.sh 2019-07-12 11:38:50.000000000
+0200
@@ -9,7 +9,7 @@
status=$(git status -sz)
[ -z "$status" ] || false
git checkout master
-[ "$SKIP_TESTS" ] || tox -epy35,py27,pep8,docs
+[ "$SKIP_TESTS" ] || tox -epy37,py27,pep8,docs
git push
git tag -s $version -m "Release version ${version}"
git checkout $version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/jsonpath-rw-ext-1.1.3/tox.ini
new/jsonpath-rw-ext-1.2.2/tox.ini
--- old/jsonpath-rw-ext-1.1.3/tox.ini 2015-08-18 16:16:37.000000000 +0200
+++ new/jsonpath-rw-ext-1.2.2/tox.ini 2019-07-12 11:42:33.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py33,py34,py27,pypy,pep8
+envlist = py37,py27,pypy,pep8
skipsdist = True
[testenv]
@@ -33,4 +33,4 @@
show-source = True
ignore = E123,E125,H405
builtins = _
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build