15
0

- update to 1.1.0:

* Fixes documents where the root is a reference object not
    being cached
  * Allows a reference object to refer to a fragment within
    itself. fix #51, #40
  * Extra properties of a reference object will now have
    references resolved.
- update to 1.0.1:
  * Fix issue with proxies=False where it would not recurse
    through references to remove the proxies. #48
- update to 1.0.0:
  * `replace_refs` is now a function rather than a class method
    of `JsonRef` (The class method is still around, but
    deprecated.)
  * New options were also added to `replace_refs`
  * `jsonloader` is now a plan function rather than an instance
    of a class. (This is a breaking change if you were
    subclassing `JsonLoader`)
- Update to version 0.2 (python 3.7 support)
- Packaging :
  + spec-cleaner
  + Add tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonref?expand=0&rev=4
This commit is contained in:
2024-01-13 21:01:19 +00:00
committed by Git OBS Bridge
parent f3c1c6723c
commit d45b41d1fa
5 changed files with 54 additions and 19 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jan 13 21:01:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Fixes documents where the root is a reference object not
being cached
* Allows a reference object to refer to a fragment within
itself. fix #51, #40
* Extra properties of a reference object will now have
references resolved.
- update to 1.0.1:
* Fix issue with proxies=False where it would not recurse
through references to remove the proxies. #48
- update to 1.0.0:
* `replace_refs` is now a function rather than a class method
of `JsonRef` (The class method is still around, but
deprecated.)
* New options were also added to `replace_refs`
* `jsonloader` is now a plan function rather than an instance
of a class. (This is a breaking change if you were
subclassing `JsonLoader`)
-------------------------------------------------------------------
Thu Aug 1 08:07:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
@@ -7,16 +29,16 @@ Thu Aug 1 08:07:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Mon Feb 4 15:45:55 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 0.2 (python 3.7 support)
- Update to version 0.2 (python 3.7 support)
- Packaging : fix test call
-------------------------------------------------------------------
Tue May 22 12:46:01 UTC 2018 - bruno@ioda-net.ch
- Packaging :
- Packaging :
+ move do singlespec
+ spec-cleaner
+ Add tests
+ spec-cleaner
+ Add tests
-------------------------------------------------------------------
Sat Oct 29 01:54:59 UTC 2016 - termim@gmail.com