pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/joker



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Wed May 27 13:03:21 UTC 2026

Modified Files:
        pkgsrc/lang/joker: Makefile distinfo

Log Message:
joker: update to 1.8.0

## General improvements
- Improve docstrings across the board
- Make `joker.url` parse-query strict
- Add support for `:as-alias`
- Implement `joker.smtp/send`
- Implement `joker.pop3` namespace

## Fixes
- Fix `joker.git` config and commit map keys
- Fix `joker.string` edge cases
- Propagate `joker.csv` flush errors
- Propagate `joker.bolt` transaction errors


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/joker/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/joker/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/joker/Makefile
diff -u pkgsrc/lang/joker/Makefile:1.40 pkgsrc/lang/joker/Makefile:1.41
--- pkgsrc/lang/joker/Makefile:1.40     Fri May  8 13:55:28 2026
+++ pkgsrc/lang/joker/Makefile  Wed May 27 13:03:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2026/05/08 13:55:28 ktnb Exp $
+# $NetBSD: Makefile,v 1.41 2026/05/27 13:03:21 ktnb Exp $
 
-DISTNAME=      joker-1.7.2
+DISTNAME=      joker-1.8.0
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=candid82/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/lang/joker/distinfo
diff -u pkgsrc/lang/joker/distinfo:1.14 pkgsrc/lang/joker/distinfo:1.15
--- pkgsrc/lang/joker/distinfo:1.14     Fri May  8 13:55:28 2026
+++ pkgsrc/lang/joker/distinfo  Wed May 27 13:03:21 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2026/05/08 13:55:28 ktnb Exp $
+$NetBSD: distinfo,v 1.15 2026/05/27 13:03:21 ktnb Exp $
 
 BLAKE2s (dario.cat_mergo_@v_v1.0.0.mod) = 0af2e8f4417b8a004650a071a3fcd9716e3bb01ac60f24dc579155e301d2911f
 SHA512 (dario.cat_mergo_@v_v1.0.0.mod) = 706f0038b07866385f4d91a8a28e4b9648c1bd45f0f7124f97069bfa1af16ce6ea77fadd0585c050996c9a36001151b68bdd1d6a6c44fd8645865ef76a7c0c57
@@ -267,6 +267,6 @@ Size (gopkg.in_yaml.v2_@v_v2.4.0.zip) = 
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d
 Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
-BLAKE2s (joker-1.7.2.tar.gz) = b13fa2bb5d890e4702900ca905019bd9aff6f0f04b249bc6c4651f6a9a38bbda
-SHA512 (joker-1.7.2.tar.gz) = b08feeaeff2e0ba44080cafb43d56880236d14879a24c79b95329f06d0deef4815b698a54b6938e464560338722903082cb0b9de472d5faba7804402d3250d00
-Size (joker-1.7.2.tar.gz) = 524795 bytes
+BLAKE2s (joker-1.8.0.tar.gz) = 8de2f5619b18be2777a2122312922d9b6ce1f1dbffc75bda0dd9a1c3a12ca03e
+SHA512 (joker-1.8.0.tar.gz) = 53afd36d1991cd759edfafbd100386fff857d1e4663548da13bd2c725d40420784a141ff2ecd2e5c27b36e003030df98b260058dd87a055ed97e68510e452909
+Size (joker-1.8.0.tar.gz) = 547549 bytes



Home | Main Index | Thread Index | Old Index