pkgsrc-WIP-changes archive

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

py-hmmlearn: Update to 0.3.2



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Mar 1 19:31:47 2024 -0800
Changeset:	c6961cdb108e6ece23d21d917f40e8bf4abd4882

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

Log Message:
py-hmmlearn: Update to 0.3.2

* Support Python 3.8-3.12
* Improve stability of test suite. Ensure the documentation
  examples are covered.
* Documentation Improvements throughout.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c6961cdb108e6ece23d21d917f40e8bf4abd4882

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

diffstat:
 py-hmmlearn/Makefile | 3 +--
 py-hmmlearn/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-hmmlearn/Makefile b/py-hmmlearn/Makefile
index 4e4da80d0d..317b1f7705 100644
--- a/py-hmmlearn/Makefile
+++ b/py-hmmlearn/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2024/01/02 10:54:57 jperkin 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,6 @@ USE_LANGUAGES=	c c++
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
-# 2023-12-29: Tests currently fail due to known upstream issues
 do-test:
 	# setup.py builds directly to prefix by default, so we need to build
 	# again within the project for pytest to work
diff --git a/py-hmmlearn/distinfo b/py-hmmlearn/distinfo
index 9b5318927a..9d14e0e800 100644
--- a/py-hmmlearn/distinfo
+++ b/py-hmmlearn/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2023/12/29 16:43:41 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