Skip to content

Commit

Permalink
py-m3u8: update to 5.0.0
Browse files Browse the repository at this point in the history
5.0.0

    Feat: add explicit 'Duration=' parameter to EXT-X-CUE-OUT by @Equipo45 in #362
    Extract FAQ from README by @leandromoreira in #363
    Fix FAQ link by @leandromoreira in #364
    feat: add version_matching module by @davigsousa @mauricioabreu in #366
    Add support for rendering REQ-VIDEO-LAYOUT in stream info classes by @colekas-ssim in #365
  • Loading branch information
dhgutteridge committed May 28, 2024
1 parent 879a2e7 commit 37a80de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions multimedia/py-m3u8/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.34 2024/04/05 16:31:35 adam Exp $
# $NetBSD: Makefile,v 1.35 2024/05/28 02:05:18 gutteridge Exp $

DISTNAME= m3u8-4.1.0
DISTNAME= m3u8-5.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= multimedia python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/m3u8/}
Expand Down
8 changes: 7 additions & 1 deletion multimedia/py-m3u8/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2024/01/24 21:51:05 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2024/05/28 02:05:18 gutteridge Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
Expand All @@ -22,3 +22,9 @@ ${PYSITELIB}/m3u8/parser.pyo
${PYSITELIB}/m3u8/protocol.py
${PYSITELIB}/m3u8/protocol.pyc
${PYSITELIB}/m3u8/protocol.pyo
${PYSITELIB}/m3u8/version_matching.py
${PYSITELIB}/m3u8/version_matching.pyc
${PYSITELIB}/m3u8/version_matching.pyo
${PYSITELIB}/m3u8/version_matching_rules.py
${PYSITELIB}/m3u8/version_matching_rules.pyc
${PYSITELIB}/m3u8/version_matching_rules.pyo
8 changes: 4 additions & 4 deletions multimedia/py-m3u8/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.33 2024/04/05 16:31:35 adam Exp $
$NetBSD: distinfo,v 1.34 2024/05/28 02:05:18 gutteridge Exp $

BLAKE2s (m3u8-4.1.0.tar.gz) = dd3179f4ff5c25da8d03505c2c3feffc52187553cd8b5eeb6a0bba59281d3846
SHA512 (m3u8-4.1.0.tar.gz) = 2a22cde58567f2dddb6284a9f713d1fa64f1b7214c0b8471a070ab669d1bd1186b3bda217985ec5b6058a753c8212b73e1455c63a57d7a4f7821306f4c204dbf
Size (m3u8-4.1.0.tar.gz) = 45640 bytes
BLAKE2s (m3u8-5.0.0.tar.gz) = 97e9492a0af62ddeecd4ecb1034e066f540e342af415127c9aa83d39cf9dd7ea
SHA512 (m3u8-5.0.0.tar.gz) = 84154d1afeecd57c3ebf1364960500016209bb2d2a86c43e65c59b7107bbc210b959029d45ee0c808077aeb9304f90b70a851d18a353fac1c5d86ebfd20e7b5d
Size (m3u8-5.0.0.tar.gz) = 41269 bytes

0 comments on commit 37a80de

Please sign in to comment.