Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 17:51:32 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6670b62ed21 - main - audio/py-wavio: update 0.0.8 =?utf-8?Q?=E2=86=92?= 0.0.9
Message-ID:  <202405261751.44QHpWRL002821@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6670b62ed2175436ecf4ea8ade4a64374fcea9e

commit d6670b62ed2175436ecf4ea8ade4a64374fcea9e
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-05-26 17:13:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-26 17:51:26 +0000

    audio/py-wavio: update 0.0.8 → 0.0.9
    
    PR:     279299
---
 audio/py-wavio/Makefile  | 4 ++--
 audio/py-wavio/distinfo  | 6 +++---
 audio/py-wavio/pkg-descr | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/audio/py-wavio/Makefile b/audio/py-wavio/Makefile
index 21324137114a..a7350e00e09f 100644
--- a/audio/py-wavio/Makefile
+++ b/audio/py-wavio/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	wavio
-DISTVERSION=	0.0.8
+DISTVERSION=	0.0.9
 CATEGORIES=	audio python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Python module for reading and writing WAV files using numpy arrays
-WWW=		https://github.com/WarrenWeckesser/wavio
+WWW=		https://github.com/WarrenWeckesser/wavio/
 
 LICENSE=	BSD2CLAUSE
 
diff --git a/audio/py-wavio/distinfo b/audio/py-wavio/distinfo
index 00362f9ac31b..447b7f3bc159 100644
--- a/audio/py-wavio/distinfo
+++ b/audio/py-wavio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696905561
-SHA256 (wavio-0.0.8.tar.gz) = 51c13768885d4095ba082547857502e2123905db547faebdc007e03ade18ed5d
-SIZE (wavio-0.0.8.tar.gz) = 10421
+TIMESTAMP = 1716656898
+SHA256 (wavio-0.0.9.tar.gz) = 5aa683a6b41b67d738b3d2d5883bca36ab2398c84ab7fa11940e0d9554cd1e85
+SIZE (wavio-0.0.9.tar.gz) = 10491
diff --git a/audio/py-wavio/pkg-descr b/audio/py-wavio/pkg-descr
index 02c16a58973c..962dcfe5fda2 100644
--- a/audio/py-wavio/pkg-descr
+++ b/audio/py-wavio/pkg-descr
@@ -1,5 +1,5 @@
 wavio is a Python module that defines two functions:
 * wavio.read reads a WAV file and returns an object that holds the sampling
   rate, sample width (in bytes), and a numpy array containing the data.
-* wavio.write writes a numpy array to a WAV file, optionally using a specified
-  sample width.
+* wavio.write writes a numpy array to a WAV file, optionally using a
+  specified sample width.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405261751.44QHpWRL002821>