pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ini2toml



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 24 08:09:43 UTC 2024

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

Log Message:
py-ini2toml: updated to 0.14

Version 0.14

* Introduce ``LiteTranslator`` and ``FullTranslator`` as
  convenience classes for more deterministic behaviour, :pr:`95`.
* ``setuptools`` plugin:

  * Fix ``ValueError`` when ``setup.cfg`` contains ``[options.packages.find]``
    but also lists ``[options] packages = ...`` explicitly as a list of package
    names, :issue:`93`.

* ``pytest`` plugin:

  * Remove comments when converting ``addopts`` with multi-line values, :issue:`98`.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-ini2toml/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-ini2toml/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-ini2toml/Makefile
diff -u pkgsrc/textproc/py-ini2toml/Makefile:1.5 pkgsrc/textproc/py-ini2toml/Makefile:1.6
--- pkgsrc/textproc/py-ini2toml/Makefile:1.5    Sun Dec 17 19:33:02 2023
+++ pkgsrc/textproc/py-ini2toml/Makefile        Wed Apr 24 08:09:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/12/17 19:33:02 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/24 08:09:43 adam Exp $
 
-DISTNAME=      ini2toml-0.13
+DISTNAME=      ini2toml-0.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ini2toml/}

Index: pkgsrc/textproc/py-ini2toml/distinfo
diff -u pkgsrc/textproc/py-ini2toml/distinfo:1.3 pkgsrc/textproc/py-ini2toml/distinfo:1.4
--- pkgsrc/textproc/py-ini2toml/distinfo:1.3    Sun Dec 17 19:33:02 2023
+++ pkgsrc/textproc/py-ini2toml/distinfo        Wed Apr 24 08:09:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/12/17 19:33:02 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/04/24 08:09:43 adam Exp $
 
-BLAKE2s (ini2toml-0.13.tar.gz) = f94019858fb8062fccfd895897d895a5c94ddf5f8ce923c4f878f7398eea44ad
-SHA512 (ini2toml-0.13.tar.gz) = 9700affeeb0434699e708fbeffb34e68f54882d7c5ada25cbdcdf47fed70bf8b5e8ff46503c19aa135079bc8770bdc48e991212b07b6409adf57d197a5ed998e
-Size (ini2toml-0.13.tar.gz) = 102729 bytes
+BLAKE2s (ini2toml-0.14.tar.gz) = 6dd5fbfc19faab142bd03fb0c8b757006c985437838d6ba5d62ed248b360bcb3
+SHA512 (ini2toml-0.14.tar.gz) = d29155ae1069084381aef852145a6c734ea4e1e8c6847174fff98bca497cbb4289ee791b26541c6027b716845dd23fc251dde531c6cb9c62d490e4bfed5f862e
+Size (ini2toml-0.14.tar.gz) = 108296 bytes



Home | Main Index | Thread Index | Old Index