[med-svn] [Git][med-team/python-hmmlearn][master] 3 commits: Add examples

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Nov 14 14:00:27 GMT 2023



Andreas Tille pushed to branch master at Debian Med / python-hmmlearn


Commits:
07d87be6 by Andreas Tille at 2023-11-14T14:36:15+01:00
Add examples

- - - - -
82284878 by Andreas Tille at 2023-11-14T14:36:23+01:00
Upload to new

- - - - -
bf9c9874 by Andreas Tille at 2023-11-14T14:53:05+01:00
Add autopkgtest

- - - - -


4 changed files:

- debian/changelog
- + debian/examples
- + debian/tests/control
- + debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
-python-hmmlearn (0.3.0-1) UNRELEASED; urgency=medium
+python-hmmlearn (0.3.0-1) unstable; urgency=medium
 
-  * Initial release (Closes: #<bug>)
+  * Initial release (Closes: #1055923)
 
- -- Andreas Tille <tille at debian.org>  Tue, 14 Nov 2023 11:11:31 +0100
+ -- Andreas Tille <tille at debian.org>  Tue, 14 Nov 2023 14:34:10 +0100


=====================================
debian/examples
=====================================
@@ -0,0 +1,2 @@
+examples/*
+scripts


=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, python3-pytest
+Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,13 @@
+#!/bin/bash
+set -e
+
+export LC_ALL=C.UTF-8
+if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
+  AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
+  # shellcheck disable=SC2064
+  trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
+fi
+
+cd "${AUTOPKGTEST_TMP}"
+
+pytest-3 /usr/lib/python3/dist-packages/hmmlearn



View it on GitLab: https://salsa.debian.org/med-team/python-hmmlearn/-/compare/48ad756b5522f41c46a5a4a4a22d60d86343855b...bf9c9874f1fbe5cce9f0df1aed69e9842ecf5064

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-hmmlearn/-/compare/48ad756b5522f41c46a5a4a4a22d60d86343855b...bf9c9874f1fbe5cce9f0df1aed69e9842ecf5064
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231114/bf8df451/attachment-0001.htm>


More information about the debian-med-commit mailing list