Path to this page:
./
devel/py-types-ujson,
Typing stubs for ujson
Branch: CURRENT,
Version: 5.10.0.20240515,
Package name: py311-types-ujson-5.10.0.20240515,
Maintainer: pkgsrc-usersThis is a PEP 561 type stub package for the ujson package. It can
be used by type-checking tools like mypy, PyCharm, pytype etc. to
check code that uses ujson.
Master sites:
Filesize: 3.487 KB
Version history: (Expand)
- (2024-05-15) Updated to version: py311-types-ujson-5.10.0.20240515
- (2023-12-17) Updated to version: py311-types-ujson-5.9.0.0
- (2023-07-27) Updated to version: py310-types-ujson-5.8.0.1
- (2023-06-12) Updated to version: py310-types-ujson-5.8.0.0
- (2023-05-23) Updated to version: py310-types-ujson-5.7.0.5
- (2023-04-26) Updated to version: py310-types-ujson-5.7.0.4
CVS history: (Expand)
2023-12-17 21:49:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-types-ujson: updated to 5.9.0.0
5.9.0.0 (2023-12-12)
[stubsabot] Bump ujson to 5.9.*
|
2023-07-27 10:32:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.8.0.1
5.8.0.1 (2023-07-20)
Add an upstream_repository field to METADATA.toml
|
2023-06-12 12:11:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.8.0.0
5.8.0.0 (2023-06-12)
[stubsabot] Bump ujson to 5.8.*
|
2023-05-23 09:51:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.7.0.5
5.7.0.5
Convert the remaining ujson uses of AnyStr
|
2023-04-26 15:40:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.7.0.4
5.7.0.4 (2023-04-25)
Loosen constraints on ujson file functions
Like `json.dump`, `ujson.dump` takes any object that has a
string-accepting `.write` method.
Similarly, `ujson.load` works with any object with a `.read()` that
returns either a string or a bytes
5.7.0.3 (2023-04-13)
Make most ujson.dump() parameters keyword-only
5.7.0.2 (2023-04-12)
[ujson] Update stubs with new features
|
2023-02-21 07:28:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.7.0.1
5.7.0.1 (2023-02-21)
Stubtest settings: change `ignore_missing_stub` default to `false`
If you're reading about this commit from an autogenerated changelog entry, this \
should have no user-visible impact on how the stubs are interpreted by a type \
checker; it's just an internal change to how typeshed's tests work.
|
2022-12-06 09:13:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.6.0.0
5.6.0.0 (2022-12-02)
Bump ujson to 5.6.*
|
2022-09-19 09:59:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-types-ujson: updated to 5.5.0
5.5.0
Match py-ujson
|