2023-08-30 23:46:34 by Jonathan Schleifer | Files touched by this commit (19) |
Log message:
Always use the same e-mail address for packages I maintain
|
2023-07-30 17:32:50 by Adam Ciarcinski | Files touched by this commit (19) |
Log message:
Remove dependencies for Python 3.7
|
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-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2022-04-14 22:35:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-signedjson: updated to 1.1.4
Signedjson 1.1.4 (2022-03-29)
Bugfixes
- Fix a bug introduced in signedjson 1.1.3 where `signedjson` could not be \
imported due to an MRO resolution error.
Signedjson 1.1.3 (2022-03-29)
Internal Changes
- Mark the `SigningKey` and `VerifyKey` types as `SupportsBytes`.
Signedjson 1.1.2 (2022-03-29)
Bugfixes
- Do not require `importlib_metadata` on Python 3.8 and above.
|
2022-01-26 08:19:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
*: propagate py-unpaddedbase64's python 3.x restriction
|
2022-01-25 10:05:12 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: use versioned_dependencies.mk for py-importlib-metadata
|
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
2022-01-08 17:14:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-signedjson: updated to 1.1.1
Signedjson 1.1.1
Bugfixes
- Fix incorrect typing annotation for `decode_signing_key_base64`.
- Reinstate `decode_verify_key_base64` function which was erroneously removed in \
1.1.0.
Internal Changes
- Use `setuptools_scm` for the version number.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|