Sync from SUSE:ALP:Source:Standard:1.0 python-jsonpatch revision b082eb8e40df022a0f877d92825511ae
This commit is contained in:
200
python-jsonpatch.changes
Normal file
200
python-jsonpatch.changes
Normal file
@@ -0,0 +1,200 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 19:10:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update 1.33:
|
||||
* fix invalid remove index
|
||||
* remove unused import
|
||||
* feat(jsondiff): Add support for preserving Unicode characters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:27:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 22:42:19 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Make calling of %{sle15modernpython} optional.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 12 08:43:55 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 14:30:43 UTC 2021 - schubi <schubi@localhost>
|
||||
|
||||
- Added BuildRequires: alts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 30 13:32:40 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
- Use libalternatives instead of update-alternatives.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 21:02:26 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Don't use python setup.py test expression.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 21:54:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.32:
|
||||
* take_index causing 'move' of incorrect values due to bad True==1 comparison
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 20:25:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.31:
|
||||
* Add support for preserving Unicode charaters
|
||||
* remove pypy build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 09:52:04 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.28:
|
||||
* Make it possible for from_diff to support custom types (issue #107)
|
||||
* Python 3.9 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 16:19:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.26:
|
||||
* bugfixes (reject invalid json patches)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:34:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.25:
|
||||
* bugfixes, 3.8 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 13:24:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.24:
|
||||
* test with python 3.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 21:32:45 UTC 2019 - Scott Wulf <swulf@suse.com>
|
||||
|
||||
- Removing conflict with jsondiff
|
||||
* Reasoning:
|
||||
- moto requires cfn-lint and jsondiff
|
||||
- cfn-lint requires jsonpatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:49:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 11:22:40 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Version update to 1.23:
|
||||
* dropped support for python 2.6
|
||||
* More testcases for various bugs
|
||||
* Various code cleanups
|
||||
- Run tests
|
||||
- Conflict with python-jsondiff as it provides jsondiff binary too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 06:27:14 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- Fix Requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 14:43:04 UTC 2017 - darin@darins.net
|
||||
|
||||
- Convert packaging to Singlespec
|
||||
- update to 1.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 10:53:42 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- udpate to 1.14.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
|
||||
|
||||
- Fix update-alternatives implementation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 14:36:43 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- update to 1.11.0:
|
||||
* bump version to 1.11
|
||||
* Fix tests for Python 3.2
|
||||
* bump version to 1.10
|
||||
* Require pypandoc instead of pandoc for setup.py
|
||||
* Fix make_patch with unicode paths
|
||||
* Enable container-based builds on Travis-CI
|
||||
- Update Requires according to requirements.txt
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 14:28:36 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- update to version 1.9:
|
||||
* bump version to 1.9
|
||||
* require jsonpointer>=1.5
|
||||
* Use ABCs instead of list/dict, fixes #33
|
||||
* Convert readme from markdown to rst for PyPI
|
||||
* Added Python 3.4 and PyPy3 to the build matrix.
|
||||
* bump version to 1.8
|
||||
* Fix installation of commandline scripts (fixes #31)
|
||||
* raise JsonPatchException on missing patch attributes
|
||||
* Add wheel as dev dependency for wheel packages
|
||||
- Requires(pre) coreutils to be able to use "rm" cmd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 08 17:31:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashisms in pre script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 09:40:21 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
- update to version 1.7:
|
||||
* bump version to 1.7
|
||||
* [Setup] use utf-8 explicitly in setup.py
|
||||
* bump version to 1.6
|
||||
* Fix make_patch() when root is an array (fixes #28)
|
||||
* Merge branch 'remove-error' of https://github.com/umago/python-json-patch
|
||||
* Improve error message when removing non-existent objects
|
||||
* bump version to 1.5
|
||||
* fix test for Python 3
|
||||
* fix make_patch where obj keys contain "/", fixes #26
|
||||
- Update Requires for python-jsonpointer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 09:53:50 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Don't ghost /etc/alternatives/..., post-build-checks on 12.2 fail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 09:46:03 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Fix update-alternatives (SLE_11_SP3)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 13:18:40 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.3:
|
||||
* Improved Tests, add command line utilities
|
||||
- add update-alternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:41:17 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.1:
|
||||
* various python 3.x fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:36:33 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.0
|
||||
* first stable release, some bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 14:00:26 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Initial version
|
||||
|
Reference in New Issue
Block a user