<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-patch.git/jsonpatch.py, branch v1.23</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.23</title>
<updated>2018-04-02T15:55:49+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-04-02T15:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=36b245a3d7ce1631b0e48125dcd5d3b2e292b42e'/>
<id>36b245a3d7ce1631b0e48125dcd5d3b2e292b42e</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 #75 from stefankoegl/jsonptr</title>
<updated>2018-04-02T15:55:00+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-04-02T15:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=0c96a53bb3495772193fd98ff18a0ded10128be3'/>
<id>0c96a53bb3495772193fd98ff18a0ded10128be3</id>
<content type='text'>
Expect path/from attributes also as JsonPoiner instances (#60)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expect path/from attributes also as JsonPoiner instances (#60)</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.22</title>
<updated>2018-04-02T08:36:40+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2018-04-02T08:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=7e55ad6a39de398eb83eb67431b28966e42aac36'/>
<id>7e55ad6a39de398eb83eb67431b28966e42aac36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ununsed imports and variables</title>
<updated>2018-01-16T12:24:29+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-01-16T12:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=d5a7aed0debac7f08265b0f1bf745bfaadc6e719'/>
<id>d5a7aed0debac7f08265b0f1bf745bfaadc6e719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.21</title>
<updated>2017-12-30T14:03:08+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-12-30T14:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=4ff73987280269ea52bf7a0ae178b9dccae9786a'/>
<id>4ff73987280269ea52bf7a0ae178b9dccae9786a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous 'value' field for op:remove (#76)</title>
<updated>2017-12-04T20:53:59+00:00</updated>
<author>
<name>Brian Rosmaita</name>
<email>rosmaita.fossdev@gmail.com</email>
</author>
<published>2017-12-04T20:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=e500b4d90e53468a0b51201ec1df51867ce67736'/>
<id>e500b4d90e53468a0b51201ec1df51867ce67736</id>
<content type='text'>
RFC 6902 section 4.2 [0] does not define a 'value' field for
the 'remove' operation.  The commit "Merge _op_base classes
into PatchOperation classes" [1] introduced a 'value' field
in _item_removed() in the DiffBuilder class.  This patch
removes the 'value' field from the 'remove' operation, adds
a new test, and revises some other tests.

[0] https://tools.ietf.org/html/rfc6902#section-4.2
[1] https://github.com/stefankoegl/python-json-patch/commit/03aa14e8209d59522476726d55bfabf86a28929e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 6902 section 4.2 [0] does not define a 'value' field for
the 'remove' operation.  The commit "Merge _op_base classes
into PatchOperation classes" [1] introduced a 'value' field
in _item_removed() in the DiffBuilder class.  This patch
removes the 'value' field from the 'remove' operation, adds
a new test, and revises some other tests.

[0] https://tools.ietf.org/html/rfc6902#section-4.2
[1] https://github.com/stefankoegl/python-json-patch/commit/03aa14e8209d59522476726d55bfabf86a28929e
</pre>
</div>
</content>
</entry>
<entry>
<title>Expect path/from attributes also as JsonPoiner instances (#60)</title>
<updated>2017-12-03T22:02:18+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-12-03T22:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=aae608237495fb63d9428da84f36db96d4e4c9dd'/>
<id>aae608237495fb63d9428da84f36db96d4e4c9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.20</title>
<updated>2017-11-25T18:07:22+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-11-25T18:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=d8c54d65a32fa8b56da0b130ea678f094ff381c3'/>
<id>d8c54d65a32fa8b56da0b130ea678f094ff381c3</id>
<content type='text'>
The next version would have been 1.17, but a bump to 1.20 was requested
per #67 to fix an issue with versioning of the Debian package

https://github.com/stefankoegl/python-json-patch/issues/67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The next version would have been 1.17, but a bump to 1.20 was requested
per #67 to fix an issue with versioning of the Debian package

https://github.com/stefankoegl/python-json-patch/issues/67
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jsondiff'</title>
<updated>2017-11-25T17:50:43+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-11-25T17:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=66c2e50bd00bb0adfdcfeef79559abba1b0ff8a5'/>
<id>66c2e50bd00bb0adfdcfeef79559abba1b0ff8a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into jsondiff</title>
<updated>2017-11-25T17:49:09+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-11-25T17:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=7b4fb660a5d6ff7d81c35ea1565b751a994aa854'/>
<id>7b4fb660a5d6ff7d81c35ea1565b751a994aa854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
