pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-nose2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 16:55:26 UTC 2024

Modified Files:
        pkgsrc/devel/py-nose2: Makefile PLIST distinfo

Log Message:
py-nose2: updated to 0.15.1

0.15.1 (2024-05-31)

Fixed

* Fix a bug with config loading which caused custom ini configs not to load if
  they were not named with a ``.cfg`` extension. Thanks :user:`grhwalls` for
  the bug report!

0.15.0 (2024-05-30)

Added

* Official support for ``python3.13`` betas. ``nose2`` now tests itself against
  Python 3.13.

* ``nose2`` now supports loading configuration data from the ``tool.nose2``
  table in ``pyproject.toml``. Thanks to :user:`qequ` for the PR! (:pr:`596`,
  :pr:`606`)

  On python 3.11+, ``tomllib`` is used to parse TOML data. On python 3.10 and
  lower, ``tomli`` must be installed to enable TOML support. Simply
  ``pip install tomli`` as necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-nose2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-nose2/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-nose2/distinfo

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

Modified files:

Index: pkgsrc/devel/py-nose2/Makefile
diff -u pkgsrc/devel/py-nose2/Makefile:1.15 pkgsrc/devel/py-nose2/Makefile:1.16
--- pkgsrc/devel/py-nose2/Makefile:1.15 Wed May 15 07:57:29 2024
+++ pkgsrc/devel/py-nose2/Makefile      Wed Jun 12 16:55:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/05/15 07:57:29 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/06/12 16:55:26 adam Exp $
 
-DISTNAME=      nose2-0.14.2
+DISTNAME=      nose2-0.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nose2/}
@@ -12,8 +12,8 @@ LICENSE=      2-clause-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+# coverage_plugin
 DEPENDS+=      ${PYPKGPREFIX}-coverage>=4.4.1:../../devel/py-coverage
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.7:../../lang/py-six
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-nose2/PLIST
diff -u pkgsrc/devel/py-nose2/PLIST:1.7 pkgsrc/devel/py-nose2/PLIST:1.8
--- pkgsrc/devel/py-nose2/PLIST:1.7     Wed May 15 07:57:29 2024
+++ pkgsrc/devel/py-nose2/PLIST Wed Jun 12 16:55:26 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/05/15 07:57:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/06/12 16:55:26 adam Exp $
 bin/nose2-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -13,6 +13,9 @@ ${PYSITELIB}/nose2/__init__.pyo
 ${PYSITELIB}/nose2/__main__.py
 ${PYSITELIB}/nose2/__main__.pyc
 ${PYSITELIB}/nose2/__main__.pyo
+${PYSITELIB}/nose2/_toml.py
+${PYSITELIB}/nose2/_toml.pyc
+${PYSITELIB}/nose2/_toml.pyo
 ${PYSITELIB}/nose2/collector.py
 ${PYSITELIB}/nose2/collector.pyc
 ${PYSITELIB}/nose2/collector.pyo
@@ -545,6 +548,8 @@ ${PYSITELIB}/nose2/tests/functional/supp
 ${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.py
 ${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.pyc
 ${PYSITELIB}/nose2/tests/functional/support/such/test_such_without_layers.pyo
+${PYSITELIB}/nose2/tests/functional/support/toml/a/pyproject.toml
+${PYSITELIB}/nose2/tests/functional/support/toml/b/pyproject.toml
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.py
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyc
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyo

Index: pkgsrc/devel/py-nose2/distinfo
diff -u pkgsrc/devel/py-nose2/distinfo:1.12 pkgsrc/devel/py-nose2/distinfo:1.13
--- pkgsrc/devel/py-nose2/distinfo:1.12 Wed May 15 07:57:29 2024
+++ pkgsrc/devel/py-nose2/distinfo      Wed Jun 12 16:55:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/05/15 07:57:29 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/06/12 16:55:26 adam Exp $
 
-BLAKE2s (nose2-0.14.2.tar.gz) = 63d2caeccf426df1aac4bde1092ab834ddc08fe9543d115c17224a72a237fba6
-SHA512 (nose2-0.14.2.tar.gz) = 728d6c3f1c037630b6b3a4fc3012a488d91dfdcef5fe1d1f6473b317f71ac6ba16a33d33721de7422caec019eac00137e95190eb2c98edd67c4c5f7f8ee09440
-Size (nose2-0.14.2.tar.gz) = 167874 bytes
+BLAKE2s (nose2-0.15.1.tar.gz) = 686b0e7c558becbadb3ff75efa53f3483a1361839c5887e41065cb003c8fa94e
+SHA512 (nose2-0.15.1.tar.gz) = 118b1144369b72c6af4153b866d19253b31cb019407f8c4b9f80461b105be8851be7b6524a822da8ddca039f733510b5e5d7871608195d0fb8d7be9de1938762
+Size (nose2-0.15.1.tar.gz) = 169809 bytes



Home | Main Index | Thread Index | Old Index