Skip to content

Commit

Permalink
py-acoustid: update to 1.2.2.
Browse files Browse the repository at this point in the history
1.2.2

Fix #65: new crash when missing `meta` parameter

Older changes not found.
  • Loading branch information
0-wiz-0 committed Jul 8, 2022
1 parent 97bccf8 commit e630a96
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions audio/py-acoustid/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.11 2022/01/04 20:52:32 wiz Exp $
# $NetBSD: Makefile,v 1.12 2022/07/08 13:58:55 wiz Exp $

DISTNAME= pyacoustid-1.1.7
DISTNAME= pyacoustid-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION= 1
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyacoustid/}

Expand All @@ -15,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-audioread-[0-9]*:../../audio/py-audioread
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint

PYTHON_VERSIONS_INCOMPATIBLE= 27

USE_LANGUAGES= # none

.include "../../lang/python/egg.mk"
Expand Down
14 changes: 7 additions & 7 deletions audio/py-acoustid/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@comment $NetBSD: PLIST,v 1.2 2019/06/18 15:11:56 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/.pbr.json.icloud
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.3 2022/07/08 13:58:55 wiz Exp $
${PYSITELIB}/acoustid.py
${PYSITELIB}/acoustid.pyc
${PYSITELIB}/acoustid.pyo
${PYSITELIB}/chromaprint.py
${PYSITELIB}/chromaprint.pyc
${PYSITELIB}/chromaprint.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8 changes: 4 additions & 4 deletions audio/py-acoustid/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 09:59:23 nia Exp $
$NetBSD: distinfo,v 1.6 2022/07/08 13:58:55 wiz Exp $

BLAKE2s (pyacoustid-1.1.7.tar.gz) = 46049d9915fcba872386f111170f8a3bbc628ce340c0ccc2703d0a1cc82cbae0
SHA512 (pyacoustid-1.1.7.tar.gz) = 2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162
Size (pyacoustid-1.1.7.tar.gz) = 14990 bytes
BLAKE2s (pyacoustid-1.2.2.tar.gz) = 1e1008d23adbccc5b5f69a8f80e3e8e3fa9b9b4f697cee30c1879a5aca0de581
SHA512 (pyacoustid-1.2.2.tar.gz) = 5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813
Size (pyacoustid-1.2.2.tar.gz) = 15869 bytes

0 comments on commit e630a96

Please sign in to comment.