pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
argparse: update to 3.2.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Jan 31 18:57:00 2025 +0100
Changeset: 9daeb895257c0b2c78ad3d4bb51de7cb5207f8f6
Modified Files:
argparse/Makefile
argparse/distinfo
Log Message:
argparse: update to 3.2.
3.2
Added missed ToC link to README #373
Updated the min and max to deal with a macro in minwindef.h #376
Fix range of choices bug #377
Don't force store_into to override default/explicit values if already set #380
subparser: use full parser path instead of just parser name in usage() message #382
tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 #383
support store_into std::filesystem::path #386
Fixed bug store_into is incompatible with required #385 #388
usage(): do not emit blank line when a single argument exceeds set_usage_max_line_width() #393
3.1
Bug fix on choices. #310
Fix for C++23 standard library module usage. #326
Make clang -fsanitize=unsigned-integer-overflow happy #328
Add ways to substitute strtof/strtod/strtold with custom functions #329
Add a ArgumentParser::add_hidden_alias_for() method #330
Add Argument::store_into() functions #331
Add a dry_run argument to Argument::consume(), and change ArgumentParser private section to protected #332
Several bug fixes in usage, and improvement in usage and help #334
Add a Argument::hidden() method to prevent an argument from appearing in usage or help #336
Add Argument::store_into(std::vector<int> &var) method #343
Fix parsing of a program that accepts a positional argument with 1:* cardinality followed by another positional argument with 1:1 #344
Store ints #346
Add Argument::store_into(std::set<int||string> &var) method #348
Add Bazel support #352
do_from_chars(): initialize variable to fix Coverity Scan warning #353
Module improvement. #357
parse_args(): work around GCC 12 warning bug. #359
Add argument name after 'Too few arguments' error #360
Correct Parent Parser errors in README.md #361
Allow to install when argparse is a subproject #364
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9daeb895257c0b2c78ad3d4bb51de7cb5207f8f6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
argparse/Makefile | 2 +-
argparse/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/argparse/Makefile b/argparse/Makefile
index 2d980e7f51..861935a1ff 100644
--- a/argparse/Makefile
+++ b/argparse/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= argparse-3.0
+DISTNAME= argparse-3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=p-ranav/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/argparse/distinfo b/argparse/distinfo
index 4abd1575a9..6797bdc931 100644
--- a/argparse/distinfo
+++ b/argparse/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (argparse-3.0.tar.gz) = 18d78407339c14302c57eeac2ab31c20c7cd29beffc6c125828ee8abb6de8a25
-SHA512 (argparse-3.0.tar.gz) = a7ed879eb3f71868cd84e513c0db63c4fecff1c9f0b34d6cfbe85d2439e83b80e97f713b497259c9775c9c7c1f639a08b73080045c51756de15e3d8c18b97116
-Size (argparse-3.0.tar.gz) = 116171 bytes
+BLAKE2s (argparse-3.2.tar.gz) = cae053affa5e4f78ff958e7eddc266974214b565a788a7936d081b903c70587e
+SHA512 (argparse-3.2.tar.gz) = 83bebae6fd022c729bc589942a2aba7d601948a93eff3c170352885ab95a30fc7d0ff15a2f42fc935ee6c2db18f4a70ecd855a45af5f37383f77745271f01d78
+Size (argparse-3.2.tar.gz) = 123731 bytes
Home |
Main Index |
Thread Index |
Old Index