2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-08-10 18:14:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-stone: add upstream bug report URL
|
2024-08-10 18:13:41 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-stone: remove unused test dependency
|
2024-08-10 09:39:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-stone: update to 3.3.8.
3.3.8
Bug fix for enumerated subtypes custom annotation by @vidit2606 in #338
Update stone version to 3.3.8 by @vidit2606 in #339
3.3.7
If a parameter has no properties still rerturn an empty dict not nil by @shizam \
in #333
fix: Replace deprecated distutils by @Moraxyc in #334
Fix custom annotation inheirtance bug by @rhui-dbx in #336
Update version to 3.3.7 by @vidit2606 in #337
|
2024-06-11 13:44:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-stone: updated to 3.3.6
v3.3.6
Bumping version to 3.3.6
Removing fail_ci_if_error option
Updating the Validation logic to truncate the string of val if it exceeds 1000 \
characters. Also redacting email address value if it's determined that we're \
pattern matching against an email regex.
|
2024-04-26 19:02:07 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-stone: updated to 3.3.3
v3.3.3
Update python version for pypi
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-04 23:06:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
py-stone: relax requirements
|
2023-04-30 20:57:14 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-stone: not for python 2
|
2022-02-21 20:08:36 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-stone: updated to 3.3.1
v3.3.1
Small fix to --attribute-comment in backend python client.
v3.3.0
Python
Add attrs export to python client
ApiRoute
ApiRoute: Provide a hash implementation, too.
Add sorting of ApiRoute, guaranteeing stable file output.
Objective C
Fix obj_c types to not overwrite jsonDict with nil
Synchronize access to route singletons
Added Bytes as a primitive that doesn't require serialization
Fix objc generation for Bytes property and for hash methods with switch statements
JavaScript/TypeScript
Fix wrap_error_in generation for TS client
Fix imports for TS autogenerated imports
Add ability to wrap errors in a custom error class for JS/TS
Add ability to dynamically import namespaces from types in the tsd client
Make extra parameters optional for JS/TS backends
|