[Python-modules-commits] [python-m3u8] 03/04: New upstream release

Ondřej Nový onovy at moszumanska.debian.org
Fri Oct 7 20:44:25 UTC 2016


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

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

commit 7809f0e77305879e18724f08886b71037e914155
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Oct 7 22:09:55 2016 +0200

    New upstream release
---
 debian/CHANGELOG | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 debian/changelog |   6 ++
 2 files changed, 260 insertions(+), 7 deletions(-)

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
index 92b2b63..0fbae2e 100644
--- a/debian/CHANGELOG
+++ b/debian/CHANGELOG
@@ -1,3 +1,250 @@
+commit f8d38879d909ca359dd440c35364439e0d11d100
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Oct 5 14:23:34 2016 -0300
+
+    releases new version
+
+commit 498cef0f9694a1899007533b250326e869f00ed2
+Merge: bbc2dd3 e130c0f
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Oct 5 14:13:27 2016 -0300
+
+    Merge pull request #86 from Eyevinn/feature-cue-envivio
+    
+    Support for Envivio flavoured SCTE35 cue markers
+
+commit e130c0f85c16ec088c4730a3d40913048a6d34b0
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Wed Oct 5 19:04:19 2016 +0200
+
+    A more functional style implementation
+
+commit 0c8cea3183bf4771b58a14a523b3c61627f9837d
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Wed Oct 5 17:11:34 2016 +0200
+
+    Made a more clear separation between Elemental and Envivio implementations
+
+commit 972337e1bf96cfb3d4afc5060a645a43500b8289
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Wed Oct 5 16:07:33 2016 +0200
+
+    Add more tests for Envivio cue markers
+
+commit 5a94b06333ddc120efbe9fcf68a1973891f01c36
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Wed Oct 5 15:39:41 2016 +0200
+
+    Handle Envivio flavor of cue markers
+
+commit 3c50bf4a224dfbe5bd231a53724885d1f8d2b718
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Wed Oct 5 15:09:41 2016 +0200
+
+    Missing ext_x_cue_out_start
+
+commit 06388fd2f19e26f5d8bb950b1ba6483a75e4fbe4
+Merge: b698797 bbc2dd3
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Wed Oct 5 14:56:22 2016 +0200
+
+    Sync with upstream
+
+commit bbc2dd31d9c6edeecb15539bb7e91965bed759e0
+Merge: a21bfd9 7bc4bf2
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Oct 4 17:26:38 2016 -0300
+
+    Merge pull request #84 from bertothunder/master
+    
+    Fixed ugly broken lines from autopep8
+
+commit 7bc4bf24e1f5073da4d8602bba160e3deddb5d6c
+Author: acurro <alberto.curro at cogecopeer1.com>
+Date:   Tue Oct 4 21:09:03 2016 +0100
+
+    Fixed ugly broken lines from autopep8 call, deleted unused method
+
+commit 8540f6f98226d908ad1b64fbbbaa24e00fb1dbf6
+Merge: b4ce400 a21bfd9
+Author: mydaemon <albertocurro at zoho.com>
+Date:   Tue Oct 4 20:59:03 2016 +0100
+
+    Merge pull request #1 from globocom/master
+    
+    Merge pull request #83 from globocom/master
+
+commit a21bfd9773a92ce3b473ca950d6559af449f775a
+Merge: c6d3a83 b4ce400
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Oct 4 16:34:09 2016 -0300
+
+    Merge pull request #83 from bertothunder/master
+    
+    Changed implementation from single key to multiple keys in M3U8
+
+commit b4ce400047166d2ae6bec9e5b406e7267a222dbb
+Author: acurro <alberto.curro at cogecopeer1.com>
+Date:   Tue Oct 4 20:28:13 2016 +0100
+
+    Fixed uniqueness on keys. The keys property in m3u8 now contains unique set of keys, and the segments are associated with that key.
+    
+    Added by_key() filter method to SegmentList to retrieve list of segments used by one key, also allows to change the key associated to some segments.
+    
+    Updated documentation.
+    
+    New tests added, and old tests have been restored.
+    
+    Checked with Python 2.6, Python 2.7 and Python 3.4.
+
+commit 7e9fbd0a19512e99f86981fecfcb43087a615a1d
+Author: acurro <alberto.curro at cogecopeer1.com>
+Date:   Tue Oct 4 08:45:20 2016 +0100
+
+    Hopefully fixed import problems with parser in python 2.6 and python 3.x
+
+commit db5b1298bf23373d9ab23f949313ed6c9767962b
+Author: acurro <alberto.curro at cogecopeer1.com>
+Date:   Tue Oct 4 08:42:12 2016 +0100
+
+    Deleted ugly debug print() calls in mixins
+
+commit b6ab368c7c9a252670a129451af2b3e24e33dee6
+Author: acurro <alberto.curro at cogecopeer1.com>
+Date:   Tue Oct 4 01:02:52 2016 +0100
+
+    Changed implementation from single key to multiple keys (aside from keys stored in segments). This allows more flexibility in the
+    handling of all possible encryption scenarios. M3U8 documentation shows the possible scenarios and the change.
+    
+    Added new tests for the change on keys, and commented out other ones temporarily (to be deleted later?).
+    
+    Mixins have been moved to an external file for a more clear code and better organization.
+    
+    Updated .gitignore for virtualenvs too.
+
+commit b69879754ded152e3aa7b531e5dbfcf9f5d73a23
+Merge: 815a1d4 c6d3a83
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Mon Oct 3 18:19:49 2016 +0200
+
+    Merge remote-tracking branch 'upstream/master'
+
+commit c6d3a8364d278058a2031ce5c3cf156ea5a1cab9
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Sep 28 09:55:36 2016 -0300
+
+    releases new version
+
+commit 99f0c7a7ed36f974f78ff0dba7144bd62c00796a
+Merge: f3dd497 beeb9a1
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Sep 27 15:03:39 2016 -0300
+
+    Merge pull request #81 from Eyevinn/fix-cueout
+    
+    SCTE35 in CUE-OUT
+
+commit beeb9a1bef5825859b8ead1f3172a141e92ed83f
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Tue Sep 27 16:39:40 2016 +0200
+
+    Forgot to remove debug output in test
+
+commit 13cdad003d37b591717b512e665639ddd48bd179
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Tue Sep 27 15:59:38 2016 +0200
+
+    Elemental encoders put the first SCTE35 in the CUE-OUT and not CUE-OUT-CONT segment
+
+commit f3dd497c383d9afc025018fbada7a956184d4d1a
+Merge: 9c5cb8d f1c7ea4
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Sep 27 08:35:44 2016 -0300
+
+    Merge pull request #80 from iamnotaprogrammer/master
+    
+    close file after reading
+
+commit f1c7ea4278d0aab7184dec0c4e94edeabdf99869
+Merge: 9c5cb8d 205e261
+Author: Ivan Smirnov <iamnotaprogrammer at yandex.ru>
+Date:   Sat Sep 24 15:07:16 2016 +0300
+
+    Merge pull request #1 from iamnotaprogrammer/iamnotaprogrammer-patch-1-1
+    
+    close file after read
+
+commit 205e2614acfb4dbf3ef66458e003c98e913ac51a
+Author: Ivan Smirnov <iamnotaprogrammer at yandex.ru>
+Date:   Sat Sep 24 15:06:52 2016 +0300
+
+    close file after read
+
+commit 815a1d4751efc436c2058019f9185d889fd79689
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Fri Sep 2 11:35:43 2016 +0200
+
+    Revert cue-out fix that was commited to master
+
+commit bae9dbdd00dd02fee6ed57f15cfb5da4990455c3
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Fri Sep 2 11:13:11 2016 +0200
+
+    Updated test case to verify that cue_out is set on EXT-X-CUE-OUT
+
+commit 3f144f21228d352e4eba921ec014183ccf64dcbf
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Fri Sep 2 11:04:45 2016 +0200
+
+    An EXT-X-CUE-OUT is the actual start of a splice
+
+commit 9c5cb8d757a23ee604259a0a6c10b317b06dc334
+Merge: 1897052 8fae3a6
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 24 11:20:46 2016 -0300
+
+    Merge pull request #77 from ziima/73-commaless-extinf
+    
+    Fixes #73 - Allow missing comma in EXTINF tag
+
+commit 8fae3a69615c2f470f4fb40eecdce10981568c2c
+Author: Vlastimil Zíma <vlastimil.zima at gmail.com>
+Date:   Tue Aug 23 22:00:05 2016 +0200
+
+    Fixes #73 - Allow missing comma in EXTINF tag
+
+commit 1897052d9362c21a4af52340e945edaec7de8fe8
+Merge: 651c14a bf4958e
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 24 09:56:53 2016 -0300
+
+    Merge pull request #78 from ziima/fix-parse-error
+    
+    Fix ParseError exception
+
+commit bf4958e2ff4581bfd2e14578f7ef01ade59de526
+Author: Vlastimil Zíma <vlastimil.zima at gmail.com>
+Date:   Wed Aug 24 08:35:07 2016 +0200
+
+    Fix ParseError exception
+
+commit 651c14ab5368692fd23f321a78bfe558d2b22f33
+Merge: 4fdec99 b77586a
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Aug 10 08:23:20 2016 -0300
+
+    Merge pull request #75 from Alexqw/patch-1
+    
+    Update README; multiple keys are supported now
+
+commit b77586a3d742e161dafc9d63e0e5284d991e508e
+Author: Alex Waite <Alexqw85 at gmail.com>
+Date:   Wed Aug 10 11:10:09 2016 +0200
+
+    Update README; multiple keys are supported now
+    
+    At least according to issue 1 and the release notes of 0.2.1.
+
 commit 4fdec99aaf735ebb41c2913d4ef1cd69b80d5267
 Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
 Date:   Mon Aug 8 18:20:54 2016 -0300
@@ -268,12 +515,12 @@ 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
+            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
@@ -750,7 +997,7 @@ 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
+            tests/test_loader.py
 
 commit 33651639c030348954e7bf9b4a81f9cbdd17b004
 Author: Flávio Ribeiro <flavio.ribeiro at corp.globo.com>
diff --git a/debian/changelog b/debian/changelog
index 907f7b8..e1b5a95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-m3u8 (0.3.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Ondřej Nový <onovy at debian.org>  Fri, 07 Oct 2016 22:04:49 +0200
+
 python-m3u8 (0.2.10-1) unstable; urgency=medium
 
   [ Ondřej Nový ]

-- 
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