pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tomlkit



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul  7 10:43:20 UTC 2022

Modified Files:
        pkgsrc/textproc/py-tomlkit: Makefile distinfo

Log Message:
py-tomlkit: updated to 0.11.1

0.11.1

Changed

- Keep consistent line endings when changing files.
- Make `KeyAlreadyPresent` and `InvalidStringError` subclasses of `ParseError`.
- Remove empty table from `OutOfOrderTableProxy` when deleting items.
- Raise errors when trying to access unsupported methods on `OutOfOrderTableProxy`.

Fixed
- Fix `unwrap()` for String values to remove the quotes.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-tomlkit/Makefile \
    pkgsrc/textproc/py-tomlkit/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-tomlkit/Makefile
diff -u pkgsrc/textproc/py-tomlkit/Makefile:1.6 pkgsrc/textproc/py-tomlkit/Makefile:1.7
--- pkgsrc/textproc/py-tomlkit/Makefile:1.6     Sat Jun  4 18:56:16 2022
+++ pkgsrc/textproc/py-tomlkit/Makefile Thu Jul  7 10:43:20 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/06/04 18:56:16 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/07 10:43:20 adam Exp $
 
-DISTNAME=      tomlkit-0.11.0
+DISTNAME=      tomlkit-0.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomlkit/}
Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.6 pkgsrc/textproc/py-tomlkit/distinfo:1.7
--- pkgsrc/textproc/py-tomlkit/distinfo:1.6     Sat Jun  4 18:56:16 2022
+++ pkgsrc/textproc/py-tomlkit/distinfo Thu Jul  7 10:43:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/06/04 18:56:16 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/07/07 10:43:20 adam Exp $
 
-BLAKE2s (tomlkit-0.11.0.tar.gz) = 20d315f912d2bef0de644593283c9d88d75abd40f77329eef53a6acda3ad4e10
-SHA512 (tomlkit-0.11.0.tar.gz) = 2e89748140cfdae217ac3ac999f0b718414d28218d61fb5219adc503ede2ea1f4003be9ef4453f189b0ee86df463c59520244b9fd26553bd4d8047674cba61c9
-Size (tomlkit-0.11.0.tar.gz) = 185695 bytes
+BLAKE2s (tomlkit-0.11.1.tar.gz) = f23528afb4aec5c10972adc768d534c783f077d672bd10076722b8e1ef03fc84
+SHA512 (tomlkit-0.11.1.tar.gz) = 04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac
+Size (tomlkit-0.11.1.tar.gz) = 186422 bytes



Home | Main Index | Thread Index | Old Index