pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-simpy



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 25 10:15:51 UTC 2026

Modified Files:
        pkgsrc/cad/py-simpy: Makefile distinfo

Log Message:
py-simpy: updated to 4.1.2

4.1.2

- [NEW] Support Python 3.13 and 3.14
- [FIX] Allow PEP 657 location underlines in ``test_exception_chaining`` so
  the test passes on Python 3.11+
- [FIX] Update ``docs/conftest.py`` to import ``TerminalRepr`` from
  ``_pytest._code.code`` and use the ``file_path`` collection hook,
  replacing the removed ``py._code`` import and deprecated ``py.path.local``
  hook argument
- [FIX] Explicitly mark ``ConditionValue`` as unhashable
- [CHANGE] Address current ruff and mypy findings: switch tests to use
  ``pytest.raises`` as a context manager, mark regex ``match=`` patterns as
  raw strings, hoist module-level imports, and extend the ruff ignore list
  with ``UP045`` (matches the existing ``UP006``/``UP007`` policy)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/cad/py-simpy/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/cad/py-simpy/distinfo

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

Modified files:

Index: pkgsrc/cad/py-simpy/Makefile
diff -u pkgsrc/cad/py-simpy/Makefile:1.28 pkgsrc/cad/py-simpy/Makefile:1.29
--- pkgsrc/cad/py-simpy/Makefile:1.28   Tue Apr 15 15:45:37 2025
+++ pkgsrc/cad/py-simpy/Makefile        Mon May 25 10:15:51 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2025/04/15 15:45:37 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/05/25 10:15:51 adam Exp $
 
-DISTNAME=      simpy-4.1.1
+DISTNAME=      simpy-4.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    cad math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simpy/}
 

Index: pkgsrc/cad/py-simpy/distinfo
diff -u pkgsrc/cad/py-simpy/distinfo:1.14 pkgsrc/cad/py-simpy/distinfo:1.15
--- pkgsrc/cad/py-simpy/distinfo:1.14   Wed Jan 22 09:30:16 2025
+++ pkgsrc/cad/py-simpy/distinfo        Mon May 25 10:15:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/01/22 09:30:16 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/05/25 10:15:51 adam Exp $
 
-BLAKE2s (simpy-4.1.1.tar.gz) = 920911022b2460b09adf11039a75f3dc91d5ebce7350407d74525ca4e2a0fa83
-SHA512 (simpy-4.1.1.tar.gz) = f7e84ceb92285eb0f282892be5eba7bb6e2ba538ecb45221600c41a39aba77cfb0455c9e99ed2c688af0aca8d390f1afe9b6849b4a30be05fb5b7faec27b7253
-Size (simpy-4.1.1.tar.gz) = 408997 bytes
+BLAKE2s (simpy-4.1.2.tar.gz) = 53dc359cd0f357f78a2c6331a4cf440d3380c7c505dbfb32f48426b1a6c33544
+SHA512 (simpy-4.1.2.tar.gz) = 624bb636b738dfdc3ea4bb5d2454eee258303e4f4f1d6786b525d05ff6e20d6ac56397293911584e3f538f960ab2ca136e31cae4de6538c4c33a318371e09424
+Size (simpy-4.1.2.tar.gz) = 410129 bytes



Home | Main Index | Thread Index | Old Index