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

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Wed Nov 1 07:32:37 UTC 2017


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

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

commit d9e4682853bda5d67b47a1d0f79219e09e43c30b
Author: Ondřej Kobližek <koblizeko at gmail.com>
Date:   Wed Nov 1 08:08:28 2017 +0100

    New upstream release
---
 debian/CHANGELOG | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog |   6 +++
 2 files changed, 115 insertions(+)

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
index 3924d32..8eaa5ce 100644
--- a/debian/CHANGELOG
+++ b/debian/CHANGELOG
@@ -1,3 +1,112 @@
+commit c9bf75b63e8eb0c2dc94bc3895d511c976f050bb
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Sun Oct 15 17:25:35 2017 -0200
+
+    releases new version
+
+commit 987e09baa1a5ef0d24e967af68fe8240bd2b66a9
+Merge: a217a3f 892ffca
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Sun Oct 15 17:22:18 2017 -0200
+
+    Merge pull request #112 from guthypeter/master
+    
+    Don't fail if title has a comma in it
+
+commit 892ffca35f282318cd7ca30e64662c8eb1bf7f34
+Author: Peter Guthy <peter at guthy.at>
+Date:   Sun Oct 15 19:07:29 2017 +0200
+
+    Added tests for 'comma in title'
+
+commit a217a3fba35b77b52d9435fc1d40f58c7f420d2a
+Merge: 264c406 74f6d18
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Sun Oct 15 11:15:31 2017 -0200
+
+    Merge pull request #111 from eventh/mediaUriOptional
+    
+    Setting base_path when uri is None is allowed now, and does nothing.
+
+commit c713e3f5b239424769bfcf64c5525d0ffe9e99f3
+Author: Peter Guthy <peter at guthy.at>
+Date:   Sun Oct 15 13:48:29 2017 +0200
+
+    Don't fail if title has a comma in it
+
+commit 74f6d18a59dcbb58342ff85b8a75565ec6682b3c
+Author: Even Thomassen <even.thomassen at noriginmedia.com>
+Date:   Tue Oct 3 12:31:15 2017 +0200
+
+    Set base_path when uri is not set is allowed now, and does nothing.
+    
+    Since uri is optional, and setting base_path on M3U8 objects
+    sets base_path on all media/playlist/key objects of the M3U8 object,
+    the base_path must check first if uri is actually set.
+    
+    Added two tests that fail without this change, but passes after.
+    
+    Signed-off-by: Even Thomassen <even.thomassen at noriginmedia.com>
+
+commit 264c406722c3b2d1a1358fef9598cf3a4fa6c4ee
+Merge: a173408 3741125
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Tue Sep 12 22:04:46 2017 -0300
+
+    Merge pull request #108 from budziq/patch-1
+    
+    fix for m3u8.dump() failing on relative paths without directories
+
+commit a1734083ea31fa6191d948ba42411f59dbc4b0a3
+Merge: 82cb743 6e2429b
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Tue Sep 12 18:28:07 2017 -0300
+
+    Merge pull request #106 from Intar/add_closed_captions
+    
+    Add support CLOSED-CAPTIONS for StreamInfo
+
+commit 374112508dcd1cbcf67cb29b015ddce0aaae4290
+Author: Michał Budzyński <budziq at gmail.com>
+Date:   Tue Sep 12 17:30:43 2017 +0200
+
+    fix for m3u8.dump() failing on relative paths without directories
+    
+    fixes https://github.com/globocom/m3u8/issues/107
+
+commit 6e2429ba9d4edb103d7677eabc2964e8560ad668
+Author: Aleksey Ivanov <intar at yandex-team.ru>
+Date:   Mon Sep 11 15:28:01 2017 +0300
+
+    Add support CLOSED-CAPTIONS for StreamInfo
+
+commit 82cb743e164c9eed234ea2ca59b6ff7ccb13ac56
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Aug 30 23:22:36 2017 -0300
+
+    releases new version
+
+commit f783556e515f32b46f73e4ac4278440d558b806d
+Merge: e58a241 6eb9de8
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Tue Aug 29 13:10:57 2017 -0300
+
+    Merge pull request #105 from denex/dev
+    
+    FIX #104 - Error parsing line #EXT-X-MAP:URI="main.mp4",BYTERANGE="81…
+
+commit 6eb9de8d7e779acb037d53f686a59187c3edd502
+Author: Denis Averin <ddenex at gmail.com>
+Date:   Tue Aug 29 21:38:01 2017 +0700
+
+    REFIX #104 - Error parsing line #EXT-X-MAP:URI="main.mp4",BYTERANGE="812 at 0"
+
+commit 6800db5c832a8f987fedb131b1de54c27516cc1f
+Author: Denis Averin <denis.averin at neulion.com>
+Date:   Tue Aug 29 17:58:40 2017 +0700
+
+    FIX #104 - Error parsing line #EXT-X-MAP:URI="main.mp4",BYTERANGE="812 at 0"
+
 commit e58a2411b7df376adb922cf56bc411d55e371e77
 Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
 Date:   Wed Apr 12 11:00:59 2017 -0300
diff --git a/debian/changelog b/debian/changelog
index 1ceddcc..653c4b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-m3u8 (0.3.4-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Ondřej Kobližek <koblizeko at gmail.com>  Wed, 01 Nov 2017 08:01:05 +0100
+
 python-m3u8 (0.3.3-1) unstable; urgency=medium
 
   * New upstream release

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