2023-05-15 23:14:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-m3u8: updated to 3.5.0
3.5.0
Comparisons to singletons - PEP8 style guide
Avoid using decimal.Decimal for integer values
Re-work URL joining to follow RFC 3986
|
2023-01-17 11:24:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-m3u8: updated to 3.4.0
3.4.0
Add Segment.media_Sequence
|
2022-08-24 10:45:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-m3u8: updated to 3.3.0
3.3.0
Handle SCTE-35 Enhanced EXT-X-ASSET tags
Add missing comma in all
3.2.0
Add support for EXT-OATCLS-SCTE35
Fix issue 291: os.makedirs
3.1.0
Remove quotes from video range
Add support for EXT-X-CUE-OUT-CONT attributes in Segment.dumps
3.0.0
Follow RFC 8261 section 4.3.4.2 for CLOSED-CAPTIONS
Add support for stable variant/rendition IDs
Use millisecond accuracy for EXT-X-PROGRAM-DATE_TIME
Dropy support for Python 3.5
|
2022-01-24 06:46:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-m3u8: updated to 1.0.0
1.0.0
This is version 1.0.0 of m3u8 and it includes a breaking change if you were \
using custom parser functions.
* Extend custom_tags_parser functionality
* Remove coveralls
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-16 20:24:41 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-m3u8: mark as incompatible with Python 2.7
|
2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177) |
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (for legal reasons?):
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
|
2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179) |
Log message:
multimedia: Remove SHA1 hashes for distfiles
|
2021-06-07 10:20:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-m3u8: updated to 0.9.0
0.9.0:
Add Github actions to test the code
Treat S3 as a URL instead of a local file
|
2021-01-15 13:35:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-m3u8: updated to 0.8.0
0.8.0
Added additional parsing for simple CUE-OUT with Duration key
Added _cueout_duration to _parse_cueout
Added AVERAGE-BANDWIDTH to IFramePlaylist
Added VIDEO-RANGE to IFramePlaylist
Added new playlist delta attributes from v10
Added HDCP-LEVEL to StreamInfo and IFramePlaylist
|