[Python-modules-commits] [python-m3u8] 03/05: Initial release. (Closes: #814983)

Mattia Rizzolo mattia at debian.org
Sun Feb 28 20:04:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository python-m3u8.

commit 88e83667a111ffc9652496f5c4628eebf614a1af
Author: Ondřej Nový <novy at ondrej.org>
Date:   Sun Feb 28 20:54:49 2016 +0100

    Initial release. (Closes: #814983)
---
 debian/CHANGELOG      | 1324 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog      |    5 +
 debian/compat         |    1 +
 debian/control        |   51 ++
 debian/copyright      |   55 ++
 debian/rules          |   27 +
 debian/source/options |    1 +
 debian/tests/control  |    5 +
 debian/tests/loads    |   11 +
 debian/tests/loads3   |   11 +
 debian/watch          |    3 +
 11 files changed, 1494 insertions(+)

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
new file mode 100644
index 0000000..9cc4059
--- /dev/null
+++ b/debian/CHANGELOG
@@ -0,0 +1,1324 @@
+commit b6662a46996b094d1d84667a5a9c2e33579ab375
+Merge: 10dcac7 58a8648
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Oct 20 10:30:28 2015 -0200
+
+    Merge pull request #65 from somsak/master
+    
+    Fix bugs in resolution attribute and dumps function.
+
+commit 58a8648e138f73240e1c443cf6de75d044e6fa4d
+Author: Somsak Sriprayoonsakul <somsaks at gmail.com>
+Date:   Tue Oct 20 15:00:56 2015 +0700
+
+    - Add support for double quote in resolution attributes
+    - Fix how segment represent itself (__str__)
+    - Bump version up
+
+commit 10dcac787430a31d772dd414f878042dfe62e98c
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Oct 16 18:12:02 2015 -0300
+
+    adds dependency and version badge
+
+commit b03f2c855b013fdeac3e4c07d6eb7466a3392144
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Fri Oct 16 18:02:05 2015 -0300
+
+    bumbs up version
+
+commit dd00c15ad7ddd2f5bbae884a763aa6504bebd703
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Oct 16 17:57:28 2015 -0300
+
+    removes support for 3.2 but keeps for 3.3
+    
+    https://github.com/globocom/m3u8/pull/64
+
+commit ea8cb404ad19faad510290c9a41535d9aa0839fb
+Merge: 210db9c e7821cc
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Oct 16 17:56:00 2015 -0300
+
+    Merge pull request #64 from audetto/fix2
+    
+    Mote python 3 support.
+
+commit e7821ccaa379d6ed543cb1c4537949dac7a0bad0
+Author: Andrea Odetti <mariofutire at gmail.com>
+Date:   Thu Oct 15 20:36:02 2015 +0100
+
+    Mote python 3 support.
+    
+    Now all tests pass in python 3 as well.
+    
+    Andrea
+
+commit 210db9c494c1b703ab7e169d3ae4ed488ec30eac
+Merge: 4ca1bcf 67a9cb1
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Thu Oct 15 13:11:12 2015 -0300
+
+    Merge pull request #60 from audetto/fix
+    
+    Python3 support.
+
+commit 4ca1bcfeb599d04a71855dd09179576d3226fff4
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Thu Oct 15 11:22:19 2015 -0300
+
+    migrating to container infrastructure fixes #62
+
+commit 6893fa1ae28168b04904109ec2b277372dd3811d
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Thu Oct 15 11:09:30 2015 -0300
+
+    fixes cue_out failing test
+
+commit bd420842b144274c8ae86ea074682b4cb88dcb7d
+Merge: 836bafb b753ba3
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Thu Oct 15 01:03:35 2015 -0300
+
+    Merge pull request #61 from globocom/revert-21-master
+    
+    Revert "Multiple key support, IFrame playlist support"
+
+commit b753ba3a633319ed25c9528542cea51054159af7
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Thu Oct 15 01:01:49 2015 -0300
+
+    Revert "Multiple key support, IFrame playlist support"
+
+commit 67a9cb12e6ec8152672489f67747528bba37861d
+Author: Andrea Odetti <mariofutire at gmail.com>
+Date:   Wed Oct 14 21:06:08 2015 +0100
+
+    Python3 support.
+    
+    The module exceptions no longer exists.
+    
+    Andrea
+
+commit 836bafb63980abcc4237469b845e94fd5bffece1
+Merge: 707d212 5188097
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Oct 6 13:22:46 2015 -0300
+
+    Merge pull request #21 from feuvan/master
+    
+    Multiple key support, IFrame playlist support
+
+commit 51880973249d657cbfa3e76189143ad1281c7397
+Merge: c4899b9 707d212
+Author: feuvan <feuvan at feuvan.net>
+Date:   Tue Aug 18 13:19:01 2015 +0800
+
+    Merge remote-tracking branch 'globocom/master'
+    
+    Conflicts:
+    	m3u8/__init__.py
+    	m3u8/model.py
+    	m3u8/parser.py
+    	tests/playlists.py
+    	tests/test_model.py
+    	tests/test_variant_m3u8.py
+
+commit 707d212a27e80970b2b39df418e17b828fc77771
+Merge: d577a2b 4690c20
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Aug 7 00:07:00 2015 -0300
+
+    Merge pull request #54 from cristina0botez/average-bandwidth
+    
+    Average bandwidth
+
+commit 4690c20b83d8dd5a1fb82bb5ab409ec7119d497b
+Author: Cristina Botez <cristina.botez at 3pillarglobal.com>
+Date:   Thu Aug 6 12:02:00 2015 +0300
+
+    Made some documentation changes
+
+commit 1479ccccae36f0ef9bcb0a150bb55b3842ef760d
+Author: Cristina Botez <cristina.botez at 3pillarglobal.com>
+Date:   Thu Aug 6 03:38:52 2015 +0300
+
+    Added AVERAGE-BANDWIDTH.
+
+commit d577a2bc57c5880ccbaf52a41a582cdb7af77d9a
+Merge: 8b31976 80af35f
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Jul 31 12:54:03 2015 -0300
+
+    Merge pull request #53 from GrumpyOldTroll/master
+    
+    fixes #42 and other minor problems
+
+commit 80af35ffa37d17ba49b90a3eb481158b7b33353a
+Author: Jake Holland <jholland at akamai.com>
+Date:   Mon Jul 27 22:07:38 2015 -0700
+
+    Fixed 2 problems:
+    
+    Unknown AttributeNames should be ignored, according to https://tools.ietf.org/html/draft-pantos-http-live-streaming-16#section-6.3.1.  Observed BANDWIDTH included in EXT-X-MEDIA tag from ted.com (e.g. http://hls.ted.com/talks/2297.m3u8), which is not defined, but caused an exception. Fixed that with the **extras.
+    
+    Also changed semantics when an absolute path without a netloc is used in a url, so that base_url will behave like a urljoin, using base_url netloc and the given url's absolute path. Note the change to expected_ts1_abspath in test_load_should_create_object_from_uri_with_relative_segments in test_loader.py. Also impacted parsing of the same video from ted.com.
+
+commit 8b31976a52d17c201aeedd86a9bcbc3dcd7b6ae3
+Merge: 74aa57e 3811ec4
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Jul 24 16:50:09 2015 -0300
+
+    Merge pull request #48 from mvmocanu/master
+    
+    Add support for #EXT-X-INDEPENDENT-SEGMENTS fix #51 and fix #52
+
+commit 74aa57e946f709e4384ca859e9b2d0aaf7ae0309
+Merge: c6a10cd 4d3cf88
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Jul 24 16:48:14 2015 -0300
+
+    Merge pull request #50 from GrumpyOldTroll/master
+    
+    Added a strict mode (strict=True optional parameter to M3U8 constructor), plus a couple of parse fixes.
+
+commit 4d3cf88698b3bfbdaa035257db85eba3e3cc79e2
+Merge: 0408f48 c6a10cd
+Author: Jake Holland <jholland at akamai.com>
+Date:   Wed Jul 22 12:39:54 2015 -0700
+
+    merge from upstream
+
+commit 0408f48701b459208e8c99e998daf984e7bf82a1
+Author: Jake Holland <jholland at akamai.com>
+Date:   Thu Jul 16 15:27:07 2015 -0700
+
+    fix to accept blank lines in strict mode
+
+commit 56a029bbabd644d856e484c24f75cd3c9cd41176
+Author: Jake Holland <jholland at akamai.com>
+Date:   Thu Jul 16 13:30:53 2015 -0700
+
+    fixed parsing with EXT-X-BYTERANGE before EXTINF
+
+commit 4e3e6726ea74ba7ad44e4d552c9c853ea31da97a
+Author: Jake Holland <jholland at akamai.com>
+Date:   Fri May 22 17:34:01 2015 -0700
+
+    Fix for https://github.com/globocom/m3u8/issues/49: Added optional scrict=True parameter to avoid silently accepting things like html by raising ParseError. (Defaults to false for backward compatibility.)
+
+commit 3811ec4fc69ab1fefd0562f843b2645cacb59733
+Author: Mihai Mocanu <mvmocanu at users.noreply.github.com>
+Date:   Tue Jul 21 15:57:31 2015 +0300
+
+    Bumped version to 0.2.6
+
+commit bb079394873efdf0f03f7ad069887a0bef1244a7
+Author: Mihai Mocanu <mvmocanu at users.noreply.github.com>
+Date:   Tue Jul 21 15:57:15 2015 +0300
+
+    Added tests for #EXT-X-INDEPENDENT-SEGMENTS
+
+commit 7f353e3aa46909b63cdee7c76ec485a18eadf7aa
+Author: Mihai Mocanu <mvmocanu at users.noreply.github.com>
+Date:   Tue Jul 21 15:56:55 2015 +0300
+
+    Added missing requirement.
+
+commit af09a65c982b33746d8c87254870f65a7ffd5972
+Author: Mihai Mocanu <mvmocanu at users.noreply.github.com>
+Date:   Tue Jul 21 15:47:04 2015 +0300
+
+    Added support for #EXT-X-INDEPENDENT-SEGMENTS
+
+commit c6a10cdd62f9b6f6c4a007e374f679831d2feb8c
+Merge: 1bdec40 cb199fa
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Jul 15 10:14:11 2015 -0300
+
+    Merge pull request #47 from neon-lab/master
+    
+    Added support for #EXT-X-CUE-OUT-CONT tags as attributes of Segment
+
+commit cb199faa5db709ecb6f76ef1fa9cae11f6420e28
+Merge: 74d799e 51a24bc
+Author: Neon-Dlea <lea at neon-lab.com>
+Date:   Tue Jul 14 15:13:36 2015 -0700
+
+    Merge pull request #5 from neon-lab/working
+    
+    modified the version number
+
+commit 51a24bcd95c7053630b9a2dd34995dd27297b91a
+Author: David Lea <lea at neon-lab.com>
+Date:   Tue Jul 14 15:13:03 2015 -0700
+
+    modified the version number
+
+commit 74d799e18316b45782665e3ab9c6b88681b2a7cc
+Merge: 2880d9c f36849c
+Author: Neon-Dlea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:45:37 2015 -0700
+
+    Merge pull request #4 from neon-lab/working
+    
+    bumped versions
+
+commit f36849cfc411dab9d2793cbd1759feb123f28cfb
+Author: David Lea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:44:52 2015 -0700
+
+    bumped version to 1.0.2-neon
+
+commit b55dd5e812117124f0c9b6f8301f872ca5dd726e
+Author: David Lea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:44:09 2015 -0700
+
+    bumped version to 2.5
+
+commit 2880d9ce648ed1322f8350267f28606f7b7212ee
+Merge: e7a80dc cf60ac6
+Author: Neon-Dlea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:25:20 2015 -0700
+
+    Merge pull request #3 from neon-lab/working
+    
+    Added support for #EXT-X-CUE-OUT-CONT
+
+commit cf60ac689a1be70a1402828f66f3b64a76238349
+Author: David Lea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:23:37 2015 -0700
+
+    updated to be #EXT-X-CUE-OUT-CONT instead of #EXT-X-CUE-OUT
+
+commit e7a80dc5a63903a23a9375d234f1fafd8496692c
+Merge: f9c14a4 f50cad5
+Author: Neon-Dlea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:15:51 2015 -0700
+
+    Merge pull request #2 from neon-lab/working
+    
+    added tests
+
+commit f50cad56e32f3560553bfe47594abcf29fb2a7d9
+Author: David Lea <lea at neon-lab.com>
+Date:   Tue Jul 14 14:11:02 2015 -0700
+
+    added tests
+
+commit f9c14a4776a68b89eeaf6cc4fae8d9e1ff4abd6f
+Merge: 1bdec40 4273698
+Author: Neon-Dlea <lea at neon-lab.com>
+Date:   Mon Jul 13 08:14:05 2015 -0700
+
+    Merge pull request #1 from neon-lab/working
+    
+    Updated model, protocol and parser to add cue_out info to Segment object
+
+commit 42736982ec509147a455fd65726937d4a09ae936
+Author: David Lea <lea at neon-lab.com>
+Date:   Tue Jun 30 17:12:14 2015 -0700
+
+    Updated model, protocol and parser to add cue_out info to Segment object
+
+commit 1bdec40263a9758b7c1dd7171076b69c695ff691
+Merge: 499285c bdea70a
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Jun 3 00:49:00 2015 -0300
+
+    Merge pull request #46 from GrumpyOldTroll/master
+    
+    Fix for #43 and #45 (Media base_uri handling and adding new EXT-X-KEY fields)
+
+commit bdea70ad17be39dd4e305e4c62d007ebe4087e71
+Author: Jake Holland <jholland at akamai.com>
+Date:   Thu May 21 10:03:52 2015 -0700
+
+    Fix for https://github.com/globocom/m3u8/issues/43, Media (EXT-X-MEDIA) base uri handling.
+
+commit c47d2d10ddb2f5b987204f343b54be7a0540ae8b
+Author: Jake Holland <jholland at akamai.com>
+Date:   Thu May 21 10:15:27 2015 -0700
+
+    fix for https://github.com/globocom/m3u8/issues/45, KEYFORMAT addition to EXT-X-KEY
+
+commit 499285c68f050e7d32766a4fc035086c2c2c9436
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Mar 3 11:51:41 2015 -0300
+
+    bump to 0.2.4
+
+commit 8aa52b69f4e423a26d194527e0de6ccda38164c5
+Merge: cecf487 0495cd5
+Author: Flávio Ribeiro <email at flavioribeiro.com>
+Date:   Tue Mar 3 10:34:32 2015 -0300
+
+    Merge pull request #40 from netrounds-fredrik/replace_arrow_with_iso8601
+    
+    Replace arrow with iso8601 that is more lightweight (fixes #38)
+
+commit 0495cd5a118c203cf21980fd4012763e7d367f9e
+Author: Fredrik Kers <fredrik.kers at netrounds.com>
+Date:   Tue Mar 3 10:10:29 2015 +0000
+
+    Replace arrow with iso8601 that is more lightweight (fixes #38)
+
+commit cecf487a61568b9991030fd122f4f4f27578ec29
+Merge: ac9b4e0 7e6a88f
+Author: Flávio Ribeiro <email at flavioribeiro.com>
+Date:   Fri Feb 13 17:56:05 2015 -0200
+
+    Merge pull request #39 from danielfm/media-sequence-fallback
+    
+    Media sequence fallback
+
+commit 7e6a88fd6b85a6de32652a37fd54b1a2cd19681e
+Author: Daniel Fernandes Martins <daniel.fernandes at corp.globo.com>
+Date:   Fri Feb 13 13:59:17 2015 -0200
+
+    bumped up version
+
+commit b2040b62bc1a13806f235b2a51d76e47c39b1122
+Author: Daniel Fernandes Martins <daniel.fernandes at corp.globo.com>
+Date:   Fri Feb 13 11:54:32 2015 -0200
+
+    guarantees an integer media sequence for non-variant playlists
+
+commit ac9b4e009764b3fb325423ec1445a97e2d091981
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Mon Sep 8 17:17:05 2014 -0300
+
+    releases new version :poop:
+
+commit 69fab6f088bec6f560e836bc62f414b2b2f780b6
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Mon Sep 8 17:14:40 2014 -0300
+
+    adds manifest
+
+commit da0ab48e7d3f138bb35b5a322432a18be034bd1e
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Mon Sep 8 16:04:49 2014 -0300
+
+    Bump up to 0.2.1
+
+commit c1b1cc376845d7220738b6416a00b86303e6ed53
+Author: Leandro and Juarez <jbochi at gmail.com>
+Date:   Mon Sep 8 16:04:14 2014 -0300
+
+    Dump discontinuity and program date time
+
+commit d5658038d4e20deaf2015c9ee55a3cfffcfc193f
+Author: Leandro and Juarez <jbochi at gmail.com>
+Date:   Mon Sep 8 15:37:54 2014 -0300
+
+    Dump multiple keys. Ref #1
+
+commit 29c71ae8bc93743c721059fceba3bcc8597bb5c9
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Mon Sep 8 15:37:08 2014 -0300
+
+    Increase tests verbosity
+
+commit 22fa0163ae6e7ad36b455b37dd7b99829215a85d
+Author: Leandro and Juarez <jbochi at gmail.com>
+Date:   Mon Sep 8 15:11:58 2014 -0300
+
+    Fix #1: Add support to multiple keys
+
+commit 02adf9f44e99d2cb12f1b18dd7e794731748fec5
+Author: Leandro and Juarez <jbochi at gmail.com>
+Date:   Mon Sep 8 14:27:46 2014 -0300
+
+    Add a segment attribute to indicate if it has a discontinuity
+
+commit 2ddec8da1484a27ec15b9a87d922f5f9e335fe19
+Author: Leandro and Juarez <jbochi at gmail.com>
+Date:   Mon Sep 8 14:19:33 2014 -0300
+
+    Fix docstring. Program date time is now a datetime
+
+commit e3a2574142af2cc41e87f08a1eb2dd7b0cd1d5f4
+Author: Leandro and Juarez <jbochi at gmail.com>
+Date:   Mon Sep 8 14:12:40 2014 -0300
+
+    Fix #26: Program id and bandwidth are integers
+
+commit cdf7728ade04fe6e7078a91d0ab5ab8f6312f736
+Author: Juarez Bochi and Leandro Moreira <juarez.bochi+leandro.ribeiro.moreira at gmail.com>
+Date:   Mon Sep 8 11:41:47 2014 -0300
+
+    adds program date time for each segment
+
+commit eea0514ac21bd790e9c5e7422343e6c91110e3b9
+Author: Juarez Bochi and Leandro Moreira <juarez.bochi+leandro.ribeiro.moreira at gmail.com>
+Date:   Mon Sep 8 10:57:34 2014 -0300
+
+    changes program_date to be datetime type
+
+commit 7ff922e1ab4efeef779f9038cb8bf16e0f82abf7
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Fri Sep 5 10:52:15 2014 -0300
+
+    releases new version
+
+commit 1347c73a83bffc47512d0311869f4f401012bb4a
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Fri Sep 5 10:40:04 2014 -0300
+
+    adds program date time attribute
+
+commit 82ebf20b387faabc14136b354085d1eba1b4afbf
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 20 20:34:51 2014 -0300
+
+    removes unnecessary parameter
+    
+    It opens read-only by default as docs points out https://docs.python.org/2/library/functions.html#open thanks @igorsobreira
+
+commit 2f951559f6659f31fefdd71f8351324ad046eb16
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 15:25:26 2014 -0300
+
+    releases new version with python 3 support
+
+commit a881da06898ca222dd2cd6cc0aab0b84a4b954ea
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 15:16:16 2014 -0300
+
+    fixes version fetch for python 2.6
+
+commit 01fdd66609d866938b54db48de39528b1594a8e8
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 15:06:38 2014 -0300
+
+    adds support for python 3
+
+commit 71e73ef4d4522c8ec37f78aeb994e15978598f42
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 13:10:01 2014 -0300
+
+    adjusts imports
+
+commit 67dfddbd4cf3f502075cc94ffb964344346b8f3e
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Wed Aug 20 11:27:45 2014 -0300
+
+    add coveralls.io badge on README
+
+commit 1ef093dcbc079ea9a79651f49cad93c2bc641297
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Wed Aug 20 11:26:45 2014 -0300
+
+    add coveralls.io support
+
+commit 04f6ed3dc6e2c046a2dc7e7998db067d422e9a9a
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 10:55:21 2014 -0300
+
+    returns test exit code instead of stop server
+
+commit 4b40d3639c32bb60e0fe769f93557a777f1a2861
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 10:45:53 2014 -0300
+
+    adds python 3 as runtime for ci
+
+commit 4d74a60275d7ba3955ea1ffb0d37f9fc28649b3c
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 10:27:06 2014 -0300
+
+    dependencies install is made by runtest script
+
+commit fb68b81125509fbb4d0d1fc45483bf7c9004e16e
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 20 10:24:46 2014 -0300
+
+    travis-ci to use badge using rst instead of mkdow
+
+commit 5a8d11ee012be7e1a559d2c1470b98d1f93f2f03
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 20 10:23:59 2014 -0300
+
+    Fixes markdown
+
+commit ffe899d67ad4be6c187fdecb621d2b84e27bbdb1
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 20 10:23:03 2014 -0300
+
+    Adds travis-ci badge
+
+commit 9d4c3c20ebe2cfd58f7f83e01953a1d049d322af
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 20 10:19:42 2014 -0300
+
+    adds travis ci
+
+commit 14958a8e39fa9421b079159ba5d289125a7ff333
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 22:15:53 2014 -0300
+
+    add license headers
+
+commit b4ff300358f56cfbfb120031b82bb10b78104dce
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 22:12:33 2014 -0300
+
+    add component to store hls protocol strings
+
+commit 578ab6f873719958accd4dca1a9d018548f7c4c4
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 22:10:35 2014 -0300
+
+    remove useless file
+
+commit 188b8111f235ab6de7b8ea6e69d4b6adf91de239
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 21:18:20 2014 -0300
+
+    add coverage on runtests
+
+commit 2a0eba8f9ad727107727a8fd50e7a515f361dc98
+Merge: 3365163 50799af
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 21:04:37 2014 -0300
+
+    Merge branch 'ericbuehl-master'
+
+commit 50799af37960d4ec353025dbcb1078fe411ae4da
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 21:04:04 2014 -0300
+
+    adjust base_uri variable on test_loader.py
+
+commit 882e24bab47412cc32b14b2d15fa660bd3114a92
+Merge: 3365163 6520424
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 21:02:39 2014 -0300
+
+    Merge branch 'master' of https://github.com/ericbuehl/m3u8 into ericbuehl-master
+    
+    Conflicts:
+    	tests/test_loader.py
+
+commit 33651639c030348954e7bf9b4a81f9cbdd17b004
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 19 20:48:56 2014 -0300
+
+    Remove ISSUES file, issues are on https://github.com/globocom/m3u8/issues
+
+commit 6d44d7c47f5dc90010483676f8e94ad5bca6a978
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Tue Aug 19 17:41:11 2014 -0300
+
+    releases new version
+
+commit 8934562405e612a06de28c8062407a5bd791b067
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Tue Aug 19 17:35:08 2014 -0300
+
+    adds python version
+
+commit 91bfba4e0ab8d50ff07efd2be156f7aaeef00e01
+Author: Lucas Mundim and Leandro Moreira <lucas.mundim+leandro.moreira at corp.globo.com>
+Date:   Tue Aug 19 17:34:53 2014 -0300
+
+    open playlist in read-only mode
+
+commit 9cc5257dc166c71d2b36e844746b849f1ffc9e79
+Merge: 5b599ab 113a11d
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Jul 17 18:19:08 2014 -0300
+
+    Merge pull request #31 from pbs/master
+    
+    I-frame playlist support
+
+commit 113a11d9bc14ff762cd22a3369b0bc943129f420
+Author: Peter Norton <pfnorton at pbs.org>
+Date:   Thu Jul 17 11:45:30 2014 -0400
+
+    Bump version to 0.1.7b to be able to use as a dependency in the setup.py script
+
+commit 97d06a09e336884c7c0406aa0f23a5028c4f28d9
+Author: Peter Norton <pfnorton at pbs.org>
+Date:   Thu Jul 17 11:25:11 2014 -0400
+
+    Added I-frame playlist support
+
+commit 5b599abc0695827c6956830c07bd712205394932
+Merge: 8432eb1 45874d3
+Author: Flávio Ribeiro <email at flavioribeiro.com>
+Date:   Sat Mar 15 15:22:06 2014 -0300
+
+    Merge pull request #29 from audetto/win
+    
+    Do not use os.path.normpath for url as it is platform dependent.
+
+commit 45874d3552ddc41f9002050df80a980683b88b4e
+Merge: 8432eb1 390df99
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Sat Mar 15 18:05:30 2014 +0000
+
+    Merge branch 'win' into org
+
+commit 8432eb120bc1fa595a6a48a70c2122a6163d9a28
+Merge: 1043d52 5fa2592
+Author: Flávio Ribeiro <email at flavioribeiro.com>
+Date:   Wed Mar 12 08:21:42 2014 -0300
+
+    Merge pull request #30 from cristina0botez/variant_playlist_type
+    
+    Variant playlist type
+
+commit 1043d5228896ee2e9e8e2373fa7b8cdd43d1ae81
+Merge: e87e2c2 f12214a
+Author: Flávio Ribeiro <email at flavioribeiro.com>
+Date:   Wed Mar 12 08:14:36 2014 -0300
+
+    Merge pull request #28 from chrippa/variant_playlist_media
+    
+    Parse #EXT-X-MEDIA in variant playlists.
+
+commit 5fa259200a0921cfc5ed9714ae3354e539580be8
+Author: Cristina Botez <cristina.botez at 3pillarglobal.com>
+Date:   Thu Mar 6 16:40:36 2014 +0200
+
+    Corrected media serialization in the EXT-X-STREAM-INF tag to expose a quoted-string value. See http://tools.ietf.org/html/draft-pantos-http-live-streaming-12#section-3.4.10 subsections: AUDIO, VIDEO, SUBTITLES.
+
+commit 30b7fc091589b2f7aa8c98e577018cd7c3961139
+Author: Cristina Botez <cristina.botez at 3pillarglobal.com>
+Date:   Tue Mar 4 15:59:25 2014 +0200
+
+    Added documentation for new playlist_type field.
+
+commit 6f8101e44802c63b219069d1ff85e925bfcca446
+Author: Cristina Botez <cristina_maria_botez at yahoo.com>
+Date:   Tue Mar 4 15:45:04 2014 +0200
+
+    Update README.rst
+
+commit dd4a532cca05b0ae096581af9b39eba009bb44e3
+Author: Cristina Botez <cristina.botez at 3pillarglobal.com>
+Date:   Tue Mar 4 15:41:54 2014 +0200
+
+    Added tests for modified behaviour. Modified README.rst
+
+commit 8531aada66d340ce11f5f91bbebb7e0628238b20
+Author: Cristina Botez <cristina.botez at 3pillarglobal.com>
+Date:   Tue Mar 4 14:51:16 2014 +0200
+
+    Added #EXT-X-PLAYLIST-TYPE to supported simple parameters. Modified behaviour so that if #EXT-X-MEDIA-SEQUENCE is set to 0 it is serialized.
+
+commit 390df996c48c65da4bacf7467f1eef0feac2d275
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Sun Sep 15 10:39:53 2013 +0100
+
+    Do not use os.path.normpath for url as it is platform dependent.
+    urls look like a posixpath, so we enforce it.
+    
+    Andrea
+
+commit f12214aad9fc61159b079c4b2a90a6005f96df44
+Author: Christopher Rosell <chrippa at tanuki.se>
+Date:   Sun Sep 15 01:57:22 2013 +0200
+
+    Update README.rst.
+
+commit 427d441fea2e4f274c1f9a6c1710b92db69b9ef1
+Author: Christopher Rosell <chrippa at tanuki.se>
+Date:   Sun Sep 15 01:56:19 2013 +0200
+
+    Update tests to support media in variant playlists.
+
+commit 33205bb57d02ef022cb7c44d769bdec9a9eee4fa
+Author: Christopher Rosell <chrippa at tanuki.se>
+Date:   Sun Sep 15 01:53:32 2013 +0200
+
+    Parse #EXT-X-MEDIA in variant playlists.
+    
+    The data is available in two places:
+    
+     - M3U8.media is a list of all Media entries.
+     - Playlist.media is a list of the Media entries connected
+       to this playlist via the AUDIO, VIDEO and SUBTITLES tags.
+
+commit e87e2c2d8b6bfd3f02e7b470bd48e55063b580c7
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 6 17:21:26 2013 -0300
+
+    bump to 0.1.6
+
+commit 95e86361484976812908eab64495216aaf9d4b93
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 6 17:20:40 2013 -0300
+
+    fix 'replace all' mistake
+
+commit 6c661b686f2a759acb308e55c22c1462b4d26115
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 6 14:56:29 2013 -0300
+
+    bump to 0.1.5
+
+commit 689bc9be13c24bcbb2839e3bb68643322a6fddec
+Merge: 6c6c105 e5d2f32
+Author: Flávio Ribeiro <email at flavioribeiro.com>
+Date:   Tue Aug 6 10:45:48 2013 -0700
+
+    Merge pull request #27 from flavioribeiro/master
+    
+    Change baseuri attribute name to base_uri respecting style (like absolute_uri) and fix basepath update
+
+commit e5d2f324c6732c3dd2072eed105d70ba9e69bd61
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 6 14:37:23 2013 -0300
+
+    naming: change basepath to base_path
+
+commit c462cde1bf6b44f3757e006073bd423dad743d39
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Tue Aug 6 14:33:15 2013 -0300
+
+    BasePathMixin: fix basepath update
+
+commit dc9018dd1a271cc1efbcbd3d64da1114ddb4dc43
+Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
+Date:   Mon Aug 5 15:48:48 2013 -0300
+
+    naming: change baseuri to base_uri
+
+commit 6520424846ae217220eb6ba3256f79e27544dbe9
+Author: Eric Buehl <eric.buehl at gmail.com>
+Date:   Wed Jun 26 00:01:38 2013 +0000
+
+    use correct base uri when being redirected
+
+commit c4899b9ff536737dbfc9f3c412771e76421783c8
+Author: Chen, Xiaoqiang <feuvan at gmail.com>
+Date:   Mon Jan 21 11:39:14 2013 +0800
+
+    fix typo
+
+commit f902b25e262b03dbebefd29ecb6d029bc8b85e39
+Author: Chen, Xiaoqiang <feuvan at gmail.com>
+Date:   Mon Jan 21 01:43:19 2013 +0800
+
+    Added multiple key support, I-frame playlist support.
+
+commit 86ec88fd584f3e5b4e1d2dad4c85589d4b03e376
+Author: feuvan <feuvan at gmail.com>
+Date:   Sun Jan 20 20:25:00 2013 +0800
+
+    fix styling, function untested
+
+commit e1024b9cbc940c3d37a2cef83625eb51b99bb17f
+Author: feuvan <feuvan at gmail.com>
+Date:   Thu Jan 17 16:25:43 2013 +0800
+
+    x-map, x-iframes-only
+
+commit 9620974aec88a3a562abd35c1a970ddd56d7c748
+Merge: 6c18398 6c6c105
+Author: Chen, Xiaoqiang <feuvan at gmail.com>
+Date:   Thu Jan 17 00:19:01 2013 -0800
+
+    Merge pull request #4 from globocom/master
+    
+    merge with upstream
+
+commit 6c6c105636b0643c774a714c3ee59a24405d008c
+Merge: 4ecc59c 2998994
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Sun Jan 6 12:16:20 2013 -0800
+
+    Merge pull request #19 from audetto/master
+    
+    Add attribute RESOLUTION
+
+commit 299899450e1357c0c895a6f82f0a3b0a22c93f89
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Wed Jan 2 21:41:43 2013 +0000
+
+    The 2 tests had the same function name,
+    so only the 2nd was actually executed.
+    Moved the dump test to the correct area.
+    
+    Andrea
+
+commit df2d0b4781bb1d4cac9f1948d01004816bdcac46
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Wed Jan 2 21:20:43 2013 +0000
+
+    Make resolution a tuple (h, v) of integers.
+    
+    Andrea
+
+commit 3fbacb81ea278578f73f7ab5e761657770e1d00a
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Wed Jan 2 21:10:31 2013 +0000
+
+    Fix function documentation.
+    
+    Andrea
+
+commit 3eec871c55220d2ed448e066c492f1455f704342
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Wed Jan 2 21:07:50 2013 +0000
+
+    Add dump test of playlist with resolution.
+    
+    Andrea
+
+commit b31121b68910cc2f53d0f8a05c62ba71e231f73a
+Author: Andrea Odetti <mariofutire at googlemail.com>
+Date:   Tue Jan 1 21:17:23 2013 +0000
+
+    Add support for attribute RESOLUTION
+    
+    Andrea
+
+commit 6c183985aea39c81f521f88b93361c5bb294aa91
+Merge: 93c76e8 4ecc59c
+Author: Chen, Xiaoqiang <feuvan at gmail.com>
+Date:   Tue Dec 18 22:32:07 2012 -0800
+
+    Merge pull request #3 from globocom/master
+    
+    sync with upstream
+
+commit 4ecc59cf067c1c15943023312dbaa9640bb4725f
+Merge: 8757161 da2fa80
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Mon Dec 17 07:31:44 2012 -0800
+
+    Merge pull request #18 from Kojoley/endlist
+    
+    Add support of EXT-X-ENDLIST tag, refs #3
+
+commit da2fa807c04aaec21c06993e3edc841eff1dd547
+Author: Nikita Kniazev <nok.raven at gmail.com>
+Date:   Mon Dec 17 17:11:42 2012 +0400
+
+    Add support of EXT-X-ENDLIST tag, refs #3
+    
+    model: add `is_endlist` attribute
+
+commit 93c76e8c188926a1784bc7183a73485b13524df5
+Merge: 763ae15 8757161
+Author: Chen, Xiaoqiang <feuvan at gmail.com>
+Date:   Wed Oct 17 11:15:03 2012 -0700
+
+    Merge pull request #2 from globocom/master
+    
+    pull upstream change
+
+commit 8757161d8adad7c87ed9e2a7f3faf648afd43ed0
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Mon Oct 8 16:42:55 2012 -0300
+
+    Fix #17: package installation
+
+commit 763ae15d185848b84eec5d73a283852e4417123e
+Merge: 05e3471 6ab27a3
+Author: Chen, Xiaoqiang <feuvan at gmail.com>
+Date:   Fri Oct 5 09:09:08 2012 -0700
+
+    Merge pull request #1 from globocom/master
+    
+    Pull changes from upstream
+
+commit 6ab27a355cf3e0b331bfe854029006db61656c06
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 17:06:48 2012 -0300
+
+    README: Update link to last HLS specification
+
+commit 267c61918430caa1e8fd83fb4952c0f4b06100de
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 15:18:57 2012 -0300
+
+    readme: Fix grammar
+
+commit 0142fab8bc9976e261b983c2b4cba790fc9b96cb
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 15:16:46 2012 -0300
+
+    readme: Fix link to issue 4
+
+commit 14e12b1bdfd9f3ff31c50370e03003a20d56d123
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 15:10:30 2012 -0300
+
+    Fix readme section about encryption
+
+commit 3ea9b0ac8191d9ea264c27c90a3ba5066a5a5b9f
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 15:03:45 2012 -0300
+
+    Remove special characters from README
+
+commit da760c2ed4a30162ee42ad2d358d12a6fb3595c9
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 14:48:47 2012 -0300
+
+    Bump up to 0.1.3
+
+commit ecaf7fd11b1aa0f730fdd1c0264abdbb9fd725ef
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 14:47:30 2012 -0300
+
+    Change README from markdown to rst and use it as long description
+
+commit bbf983f761a9852905aafe46c47f2ad9a268004a
+Author: Juarez Bochi <jbochi at gmail.com>
+Date:   Thu Sep 27 11:43:57 2012 -0300
... 579 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-m3u8.git



More information about the Python-modules-commits mailing list