pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tomlplusplus tomlplusplus: update to 3.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c9bee3fc615
branches:  trunk
changeset: 384993:6c9bee3fc615
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 09 15:04:37 2022 +0000

description:
tomlplusplus: update to 3.2.0.

## v3.2.0

#### Fixes:
- fixed `[dotted.table]` source columns sometimes being off by one (#152) (@vaartis)
- fixed spurious `Wnull-dereference` warning on GCC (#164) (@zaporozhets)
- fixed `print_to_stream` ambiguity for `size_t` (#167) (@acronce)

#### Additions:
- added value type deduction to `emplace()` methods
- added `toml::path` utility type (#153, #156, #168) (@jonestristand, @kcsaul)
- added config option `TOML_CALLCONV`
- added missing relational operators for `source_position`

#### Changes:
- relaxed cvref requirements of `is_homogeneous()`, `emplace()`, `emplace_back()`, `emplace_hint()`
- relaxed mantissa and digits10 requirements of extended float support

diffstat:

 devel/tomlplusplus/Makefile |  4 ++--
 devel/tomlplusplus/PLIST    |  5 ++++-
 devel/tomlplusplus/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r 8dfcc44e59eb -r 6c9bee3fc615 devel/tomlplusplus/Makefile
--- a/devel/tomlplusplus/Makefile       Fri Sep 09 13:43:05 2022 +0000
+++ b/devel/tomlplusplus/Makefile       Fri Sep 09 15:04:37 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/05/04 06:44:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/09 15:04:37 wiz Exp $
 
-DISTNAME=      tomlplusplus-3.1.0
+DISTNAME=      tomlplusplus-3.2.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=marzer/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 8dfcc44e59eb -r 6c9bee3fc615 devel/tomlplusplus/PLIST
--- a/devel/tomlplusplus/PLIST  Fri Sep 09 13:43:05 2022 +0000
+++ b/devel/tomlplusplus/PLIST  Fri Sep 09 15:04:37 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/05/04 06:44:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/09 15:04:37 wiz Exp $
 include/toml++/impl/array.h
 include/toml++/impl/array.inl
 include/toml++/impl/at_path.h
@@ -20,6 +20,8 @@
 include/toml++/impl/parse_result.h
 include/toml++/impl/parser.h
 include/toml++/impl/parser.inl
+include/toml++/impl/path.h
+include/toml++/impl/path.inl
 include/toml++/impl/preprocessor.h
 include/toml++/impl/print_to_stream.h
 include/toml++/impl/print_to_stream.inl
@@ -33,6 +35,7 @@
 include/toml++/impl/std_string.h
 include/toml++/impl/std_string.inl
 include/toml++/impl/std_utility.h
+include/toml++/impl/std_variant.h
 include/toml++/impl/std_vector.h
 include/toml++/impl/table.h
 include/toml++/impl/table.inl
diff -r 8dfcc44e59eb -r 6c9bee3fc615 devel/tomlplusplus/distinfo
--- a/devel/tomlplusplus/distinfo       Fri Sep 09 13:43:05 2022 +0000
+++ b/devel/tomlplusplus/distinfo       Fri Sep 09 15:04:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/05/04 06:44:12 wiz Exp $
+$NetBSD: distinfo,v 1.4 2022/09/09 15:04:37 wiz Exp $
 
-BLAKE2s (tomlplusplus-3.1.0.tar.gz) = 9802e04f4d80fb814404798c88252d520006234416c52ac801aa4e125aebff3d
-SHA512 (tomlplusplus-3.1.0.tar.gz) = b5223fa978b606f6b14fa74495884ccd491fa6017ef44b2ac9a384fa1df7100745145163e2a139255927fb51e5ecd779ee2643c19579eab6e4533b15e75c9be9
-Size (tomlplusplus-3.1.0.tar.gz) = 1010465 bytes
+BLAKE2s (tomlplusplus-3.2.0.tar.gz) = 723cdacea685e8ad2ae3fa5fe25adcd1b31d16ed3719881efdfd4126fb298389
+SHA512 (tomlplusplus-3.2.0.tar.gz) = 091c26a024b3a2ae6251038a99758acca8623f18a0137e662df43f865e7e77e255cb79d22acd5962bcb0feb8e9abf21ea4968bd61e8dd61f8ca3413a920d2ba9
+Size (tomlplusplus-3.2.0.tar.gz) = 1294294 bytes



Home | Main Index | Thread Index | Old Index