pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-hmmlearn



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sun Mar  3 14:03:28 UTC 2024

Modified Files:
        pkgsrc/math/py-hmmlearn: Makefile distinfo

Log Message:
math/py-hmmlearn: Update to 0.3.2

Python 3.12 support
A few bug fixes
Documentation improvements

Changes: https://github.com/hmmlearn/hmmlearn/commits/main/


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-hmmlearn/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-hmmlearn/distinfo

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

Modified files:

Index: pkgsrc/math/py-hmmlearn/Makefile
diff -u pkgsrc/math/py-hmmlearn/Makefile:1.3 pkgsrc/math/py-hmmlearn/Makefile:1.4
--- pkgsrc/math/py-hmmlearn/Makefile:1.3        Wed Jan 10 18:22:48 2024
+++ pkgsrc/math/py-hmmlearn/Makefile    Sun Mar  3 14:03:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/01/10 18:22:48 bacon Exp $
+# $NetBSD: Makefile,v 1.4 2024/03/03 14:03:28 bacon Exp $
 
-DISTNAME=      hmmlearn-0.3.0
+DISTNAME=      hmmlearn-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hmmlearn/}
@@ -21,7 +21,7 @@ USE_LANGUAGES=        c c++
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-# 2023-12-29: Tests currently fail due to known upstream issues
+# hmmlearn-0.3.2: Some tests still fail
 do-test:
        # setup.py builds directly to prefix by default, so we need to build
        # again within the project for pytest to work

Index: pkgsrc/math/py-hmmlearn/distinfo
diff -u pkgsrc/math/py-hmmlearn/distinfo:1.1 pkgsrc/math/py-hmmlearn/distinfo:1.2
--- pkgsrc/math/py-hmmlearn/distinfo:1.1        Fri Dec 29 16:43:41 2023
+++ pkgsrc/math/py-hmmlearn/distinfo    Sun Mar  3 14:03:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/12/29 16:43:41 bacon Exp $
+$NetBSD: distinfo,v 1.2 2024/03/03 14:03:28 bacon Exp $
 
-BLAKE2s (hmmlearn-0.3.0.tar.gz) = 4cafc68ee2731c6e8a2646afda5dcc49a80c4b3eaa6f5d310d7c5c15b849032f
-SHA512 (hmmlearn-0.3.0.tar.gz) = 2229fad0e1c0c18aae157884b05e4744f661f716d4181eebb15487fa766f21cb6da5553eacce121a5c81b276388b5603ee0781e6503e41c55f9b77829ec4e0ae
-Size (hmmlearn-0.3.0.tar.gz) = 77889 bytes
+BLAKE2s (hmmlearn-0.3.2.tar.gz) = 410edc7c55d3c4bd37711366ccd5fd0f84ec87acabddbc7befdc7509283bee2b
+SHA512 (hmmlearn-0.3.2.tar.gz) = 71462551519af024cf30623c3c46723da4ebc6eb2609727deb3e36abe7d4afa75fcb552262e84a5937bc10e06d3969c505959a3e2192b400fad1eff19e972e17
+Size (hmmlearn-0.3.2.tar.gz) = 78457 bytes



Home | Main Index | Thread Index | Old Index