15
0
Files
python-jsonref/use-pdm-backend.patch
Dirk Mueller d45b41d1fa - 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
2024-01-13 21:01:19 +00:00

12 lines
301 B
Diff

--- jsonref-1.1.0/pyproject.toml 2023-01-16 17:06:47.203465200 +0100
+++ jsonref-1.1.0/pyproject.toml 2024-01-13 21:57:26.399821227 +0100
@@ -37,6 +37,6 @@
[build-system]
requires = [
- "pdm-pep517>=1.0.0",
+ "pdm-backend"
]
-build-backend = "pdm.pep517.api"
+build-backend = "pdm.backend"