Revisions of python-json5

buildservice-autocommit accepted request 1167722 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 25)
- update to 0.9.25:
  * Explicitly specify the directory to use for the package in
    pyproject.toml.
buildservice-autocommit accepted request 1161553 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- update to 0.9.24:
  * drop python2
  * switch to pyproject.toml
  * add typing
  * format with ruff
buildservice-autocommit accepted request 1129222 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 21)
- update to 0.9.14:
  * Handle `+Infinity` as well as `-Infinity` and `Infinity`.
  * No code changes.
  * fix GitHub actions
buildservice-autocommit accepted request 1074504 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- update to 0.9.13:
  * Remove a field from one of the JSON benchmark files to
    reduce confusion in Chromium.
  * No code changes.
buildservice-autocommit accepted request 1055991 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- update to 0.9.12:
  * fix dump error on python 2
  * fix GitHub actions
buildservice-autocommit accepted request 1005760 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 15)
- update to 0.9.10:
  * Updated the //README.md to be clear that parsing arbitrary JS
    code may not work.
  * Fixed serialization for objects that subclass `int` or `float`:
    Previously we would use the objects __str__ implementation, but
    that might result in an illegal JSON5 value if the object had
    customized __str__ to return something illegal. Instead,
    we follow the lead of the `JSON` module and call `int.__repr__`
    or `float.__repr__` directly.
  * While I was at it, I added tests for dumps(-inf) and dumps(nan)
    when those were supposed to be disallowed by `allow_nan=False`.
buildservice-autocommit accepted request 979749 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- update to 0.9.8:
  * Fixed error reporting in some cases due to how parsing was handling
    nested rules in the grammar - previously the reported location for
    the error could be far away from the point where it actually happened.
  * Fixed behavior of `default` fn in `dump` and `dumps`. Previously
    we didn't require the function to return a string, and so we could
    end up returning something that wasn't actually valid. This change
    now matches the behavior in the `json` module.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 923313 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 12)
- Added BuildRequires:  alts
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 922604 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 11)
- Use libalternatives instead of update-alternatives.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 919838 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 9)
- Use libalternatives instead of update-alternatives.
buildservice-autocommit accepted request 901357 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 8)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 901300 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 7)
- Update to 0.9.6
  * Bump development status classifier to 5 - Production/Stable
  * Bump the tested Python versions to 2.7, 3.8 and 3.9
  * GitHub issue #46 Fix incorrect serialization of custom subtypes
  * Make it possible to run the tests if hypothesis isn't installed.
  * Miscellaneous non-source cleanups in the repo
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by