[Python-modules-commits] [python-dropbox] 01/05: New upstream version 8.4.1

Michael Fladischer fladi at moszumanska.debian.org
Wed Nov 8 08:41:50 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-dropbox.

commit 391a147d881758b36bf03ed6e3462d7dce72d23e
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Nov 7 16:24:59 2017 +0100

    New upstream version 8.4.1
---
 PKG-INFO                  | 4 ++--
 README.rst                | 2 +-
 dropbox.egg-info/PKG-INFO | 4 ++--
 dropbox/dropbox.py        | 2 +-
 dropbox/session.py        | 1 -
 5 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 6d5501d..abb5a39 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dropbox
-Version: 8.4.0
+Version: 8.4.1
 Summary: Official Dropbox API Client
 Home-page: http://www.dropbox.com/developers
 Author: Dropbox
@@ -9,7 +9,7 @@ License: MIT License
 Description: Dropbox for Python
         ==================
         
-        .. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.4.0
+        .. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.4.1
             :target: https://travis-ci.org/dropbox/dropbox-sdk-python
         
         .. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
diff --git a/README.rst b/README.rst
index 1520a04..80bb6c7 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 Dropbox for Python
 ==================
 
-.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.4.0
+.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.4.1
     :target: https://travis-ci.org/dropbox/dropbox-sdk-python
 
 .. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
diff --git a/dropbox.egg-info/PKG-INFO b/dropbox.egg-info/PKG-INFO
index 6d5501d..abb5a39 100644
--- a/dropbox.egg-info/PKG-INFO
+++ b/dropbox.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dropbox
-Version: 8.4.0
+Version: 8.4.1
 Summary: Official Dropbox API Client
 Home-page: http://www.dropbox.com/developers
 Author: Dropbox
@@ -9,7 +9,7 @@ License: MIT License
 Description: Dropbox for Python
         ==================
         
-        .. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.4.0
+        .. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v8.4.1
             :target: https://travis-ci.org/dropbox/dropbox-sdk-python
         
         .. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
diff --git a/dropbox/dropbox.py b/dropbox/dropbox.py
index 918187e..e5f52f9 100644
--- a/dropbox/dropbox.py
+++ b/dropbox/dropbox.py
@@ -6,7 +6,7 @@ __all__ = [
 
 # This should always be 0.0.0 in master. Only update this after tagging
 # before release.
-__version__ = '8.4.0'
+__version__ = '8.4.1'
 
 import contextlib
 import json
diff --git a/dropbox/session.py b/dropbox/session.py
index fe0c7b2..7092f2a 100644
--- a/dropbox/session.py
+++ b/dropbox/session.py
@@ -41,7 +41,6 @@ class _SSLAdapter(HTTPAdapter):
             block=block,
             cert_reqs=ssl.CERT_REQUIRED,
             ca_certs=_TRUSTED_CERT_FILE,
-            ssl_version=ssl.PROTOCOL_TLSv1,
         )
 
 def pinned_session(pool_maxsize=8):

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



More information about the Python-modules-commits mailing list