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

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Mon Apr 24 12:31:39 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 ca6a448796e1f79130887d05a83fa924a063ca63
Author: Ondřej Kobližek <koblizeko at gmail.com>
Date:   Mon Apr 24 14:23:57 2017 +0200

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

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
index 0fbae2e..3924d32 100644
--- a/debian/CHANGELOG
+++ b/debian/CHANGELOG
@@ -1,3 +1,133 @@
+commit e58a2411b7df376adb922cf56bc411d55e371e77
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Wed Apr 12 11:00:59 2017 -0300
+
+    bumps up version
+
+commit 55e5d7957dbd0c8adffefd57471b40f922c29444
+Merge: ef1dd1a ab095f9
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Apr 12 10:56:05 2017 -0300
+
+    Merge pull request #103 from denex/master
+    
+    Added EXT-X-MAP:URI attribute
+
+commit ab095f9d293c157de6391996301b91c4ad6a75f5
+Author: Denis Averin <ddenex at gmail.com>
+Date:   Mon Apr 10 17:38:10 2017 +0700
+
+    Added EXT-X-MAP:URI attribute
+
+commit ef1dd1a1cb01a982d91bb53179140adfb3ce96c4
+Merge: 7d10f0e 58196b3
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Wed Mar 8 13:22:59 2017 -0300
+
+    Merge pull request #99 from SylvainDe/master
+    
+    Add most recent Python versions in Travis CI
+
+commit 58196b3969ae686824f6913a6337c49d9fe20795
+Author: Sylvain <sylvain.desodt+github at gmail.com>
+Date:   Mon Mar 6 21:05:46 2017 +0100
+
+    Add most recent Python versions in Travis CI
+    
+    Add more recent Python versions including
+    development branches and nightly build.
+
+commit 7d10f0e0c051b875442bfcc783925e553a331c1c
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Fri Jan 27 11:23:30 2017 -0200
+
+    chore: points to latest hls specification
+
+commit f5e8a2556fe5b13c5fb5d107edf1756a713377e8
+Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
+Date:   Thu Jan 19 17:03:03 2017 -0200
+
+    chore: bumps up version to 0.3.1
+
+commit b254caf88b1f1b2f64c2da0a1ec7b5b945ca553b
+Merge: 2e5d867 d7514f9
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Thu Jan 19 16:58:32 2017 -0200
+
+    Merge pull request #95 from baco/http-headers
+    
+    Add support for headers to URL opener
+
+commit d7514f98a84db50483655bc3a864f56330e9b3ae
+Author: Dionisio E Alonso <dalonso at infoad.com.ar>
+Date:   Thu Jan 19 15:31:07 2017 -0300
+
+    Use the created request among all connections
+    
+    Once built the request use it every time urlopen() is called instead of
+    uri.
+
+commit 9dfb5964b5a045fd905076ca8881a41282d7428e
+Author: Dionisio E Alonso <dalonso at infoad.com.ar>
+Date:   Thu Jan 19 14:57:27 2017 -0300
+
+    Minor fix in request builder
+
+commit 4e843c9ad00e53ea0215679408cadc72e88dd0ab
+Author: Dionisio E Alonso <dalonso at infoad.com.ar>
+Date:   Thu Jan 19 11:23:37 2017 -0300
+
+    Add support for headers to URL opener
+    
+    Added the ability to build the request for an URL specifying more
+    arguments such as headers.  With this option cookies, referrer and
+    user-agent may be passed to access the content of URLs.
+
+commit 2e5d867e9d1a40c48332ac476d9c90381328aaa9
+Merge: 06a9ab8 b861d50
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Sat Oct 15 09:10:02 2016 -0300
+
+    Merge pull request #91 from Eyevinn/fix-72
+    
+    Proposed fix for #72
+
+commit 06a9ab85bcc0e4637a4bb0e963dcfcc3e98aca62
+Merge: a725489 8f9c2d5
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Tue Oct 11 16:57:56 2016 -0300
+
+    Merge pull request #90 from Eyevinn/fix-58
+    
+    Partial revert (maintaining the added unit tests) in the fix for #58
+
+commit b861d50cb66b74e97a1dd133574f17963afe59a8
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Tue Oct 11 21:56:46 2016 +0200
+
+    Proposed fix for #72
+
+commit 8f9c2d5071ec874433a5878d9f543efa6fe907a0
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Tue Oct 11 21:34:20 2016 +0200
+
+    In light of the RFC stating that URI is only required if key method is not NONE. And actually other attributes MUST NOT be present if method is NONE. That part is not enforced in this commit
+
+commit a7254890ab733ab060f2917dee5db1271f64ede8
+Merge: f8d3887 0d99390
+Author: Leandro Moreira <leandromoreira at users.noreply.github.com>
+Date:   Mon Oct 10 07:48:11 2016 -0300
+
+    Merge pull request #87 from Eyevinn/fix-58
+    
+    Suggested fix for #58: If key-method is None the key uri should not be mandatory
+
+commit 0d9939075ffce4ba400c536ad44020efd41be210
+Author: birme <jonas.birme at eyevinn.se>
+Date:   Mon Oct 10 09:43:15 2016 +0200
+
+    Fix for #58: If key-method is None the key uri should not be mandatory
+
 commit f8d38879d909ca359dd440c35364439e0d11d100
 Author: Leandro Moreira <leandro.ribeiro.moreira at gmail.com>
 Date:   Wed Oct 5 14:23:34 2016 -0300
diff --git a/debian/changelog b/debian/changelog
index 34c92ed..221f44b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-m3u8 (0.3.2-1) experimental; urgency=medium
+
+  * New upstream release
+
+ -- Ondřej Kobližek <koblizeko at gmail.com>  Mon, 24 Apr 2017 14:13:57 +0200
+
 python-m3u8 (0.3.1-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