<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-patch.git, branch v1.25</title>
<subtitle>github.com: stefankoegl/python-json-patch.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/'/>
<entry>
<title>bump version to 1.25</title>
<updated>2020-01-29T08:19:38+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2020-01-29T08:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=ad7c26224e230b27e4856e9c58602c27c0f686c8'/>
<id>ad7c26224e230b27e4856e9c58602c27c0f686c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #106 from blakehilliard/only-type-diff</title>
<updated>2020-01-29T08:15:49+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2020-01-29T08:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=91f61241adc9d104e1811eeaf4d9dc6518d6786e'/>
<id>91f61241adc9d104e1811eeaf4d9dc6518d6786e</id>
<content type='text'>
Fix issue not recognizing that, in JSON, 1 != 1.0 != True</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issue not recognizing that, in JSON, 1 != 1.0 != True</pre>
</div>
</content>
</entry>
<entry>
<title>Added comment.</title>
<updated>2020-01-28T21:06:11+00:00</updated>
<author>
<name>Jonathan Hilliard</name>
<email>jonathan.hilliard@hpe.com</email>
</author>
<published>2020-01-28T21:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=c1fce712bea25d2fb33b843ccc8f4cd0fca7361d'/>
<id>c1fce712bea25d2fb33b843ccc8f4cd0fca7361d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #96 from gdraynz/replace-array-indexerror</title>
<updated>2020-01-28T18:03:52+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2020-01-28T18:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=b3726f3a8bdcdf0f0841e078228014de8477b0ec'/>
<id>b3726f3a8bdcdf0f0841e078228014de8477b0ec</id>
<content type='text'>
Ensure an item is within the upper array boundaries before replacing it</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure an item is within the upper array boundaries before replacing it</pre>
</div>
</content>
</entry>
<entry>
<title>Changing previous type comparison to just comparing how json.dumps renders 2 values.</title>
<updated>2020-01-28T16:56:41+00:00</updated>
<author>
<name>Jonathan Hilliard</name>
<email>jonathan.hilliard@hpe.com</email>
</author>
<published>2020-01-28T16:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=97e18f38e03961c8984969214bdc082c2a4560e4'/>
<id>97e18f38e03961c8984969214bdc082c2a4560e4</id>
<content type='text'>
This avoids flagging mismatches between classes which happen to be different but which are JSONified as the same thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids flagging mismatches between classes which happen to be different but which are JSONified as the same thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Flagging type-only changes with DiffBuilder</title>
<updated>2020-01-28T16:54:04+00:00</updated>
<author>
<name>Jonathan Hilliard</name>
<email>jonathan.hilliard@hpe.com</email>
</author>
<published>2020-01-28T16:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=028089d7e74f049a78bfea638c5b069491011e3f'/>
<id>028089d7e74f049a78bfea638c5b069491011e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test to reproduce:</title>
<updated>2020-01-28T16:50:45+00:00</updated>
<author>
<name>Jonathan Hilliard</name>
<email>jonathan.hilliard@hpe.com</email>
</author>
<published>2020-01-28T16:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=ed43114953c231e3feec715c87fa6c17b37cbdf9'/>
<id>ed43114953c231e3feec715c87fa6c17b37cbdf9</id>
<content type='text'>
https://github.com/stefankoegl/python-json-patch/issues/90
https://github.com/stefankoegl/python-json-patch/issues/103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/stefankoegl/python-json-patch/issues/90
https://github.com/stefankoegl/python-json-patch/issues/103
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #104 from cclauss/patch-1</title>
<updated>2019-11-13T19:49:06+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2019-11-13T19:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=3e44e04f640a1c10b68d00d2b9a6af0c397f06d7'/>
<id>3e44e04f640a1c10b68d00d2b9a6af0c397f06d7</id>
<content type='text'>
Travis CI: Add Python 3.8 production release</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis CI: Add Python 3.8 production release</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! setup.py: Add Python 3.8 and remove 3.4</title>
<updated>2019-11-09T07:48:19+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2019-11-09T07:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=9ca2e2139e35b717f970a9679105cbdaed54636f'/>
<id>9ca2e2139e35b717f970a9679105cbdaed54636f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Travis CI: Add Python 3.8 production release</title>
<updated>2019-11-09T07:46:07+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2019-11-09T07:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=2f2790bdbcaa285a46166e48b743ebd6c7c82828'/>
<id>2f2790bdbcaa285a46166e48b743ebd6c7c82828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
