Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2019-02-08 13:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests"

Fri Feb  8 13:46:32 2019 rev:56 rq:671885 version:2.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2019-01-28 20:45:46.578073655 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requests.new.28833/python-requests.changes   
    2019-02-08 13:46:35.310813107 +0100
@@ -1,0 +2,6 @@
+Tue Feb  5 13:17:10 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- update to version 2.21.0:
+  * Requests now supports idna v2.8.
+
+-------------------------------------------------------------------

Old:
----
  requests-2.20.1.tar.gz

New:
----
  requests-2.21.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.Vy4YLj/_old  2019-02-08 13:46:35.926812915 +0100
+++ /var/tmp/diff_new_pack.Vy4YLj/_new  2019-02-08 13:46:35.926812915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requests
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 %else
 Name:           python-requests
 %endif
-Version:        2.20.1
+Version:        2.21.0
 Release:        0
 Summary:        Python HTTP Library
 License:        Apache-2.0

++++++ requests-2.20.1.tar.gz -> requests-2.21.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/HISTORY.md 
new/requests-2.21.0/HISTORY.md
--- old/requests-2.20.1/HISTORY.md      2018-11-08 18:13:19.000000000 +0100
+++ new/requests-2.21.0/HISTORY.md      2018-12-10 07:07:09.000000000 +0100
@@ -8,6 +8,13 @@
 
 -   \[Short description of non-trivial change.\]
 
+2.21.0 (2018-12-10)
+-------------------
+
+**Dependencies**
+
+- Requests now supports idna v2.8.
+
 2.20.1 (2018-11-08)
 -------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/PKG-INFO new/requests-2.21.0/PKG-INFO
--- old/requests-2.20.1/PKG-INFO        2018-11-08 18:19:45.000000000 +0100
+++ new/requests-2.21.0/PKG-INFO        2018-12-10 16:39:30.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: requests
-Version: 2.20.1
+Version: 2.21.0
 Summary: Python HTTP for Humans.
 Home-page: http://python-requests.org
 Author: Kenneth Reitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/requests/__version__.py 
new/requests-2.21.0/requests/__version__.py
--- old/requests-2.20.1/requests/__version__.py 2018-11-08 18:13:37.000000000 
+0100
+++ new/requests-2.21.0/requests/__version__.py 2018-12-10 07:00:19.000000000 
+0100
@@ -5,8 +5,8 @@
 __title__ = 'requests'
 __description__ = 'Python HTTP for Humans.'
 __url__ = 'http://python-requests.org'
-__version__ = '2.20.1'
-__build__ = 0x022001
+__version__ = '2.21.0'
+__build__ = 0x022100
 __author__ = 'Kenneth Reitz'
 __author_email__ = '[email protected]'
 __license__ = 'Apache 2.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/requests/models.py 
new/requests-2.21.0/requests/models.py
--- old/requests-2.20.1/requests/models.py      2018-10-18 17:46:52.000000000 
+0200
+++ new/requests-2.21.0/requests/models.py      2018-12-10 05:14:36.000000000 
+0100
@@ -781,7 +781,7 @@
 
         return chunks
 
-    def iter_lines(self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=None, 
delimiter=None):
+    def iter_lines(self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, 
delimiter=None):
         """Iterates over the response data, one line at a time.  When
         stream=True is set on the request, this avoids reading the
         content at once into memory for large responses.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/requests.egg-info/PKG-INFO 
new/requests-2.21.0/requests.egg-info/PKG-INFO
--- old/requests-2.20.1/requests.egg-info/PKG-INFO      2018-11-08 
18:19:45.000000000 +0100
+++ new/requests-2.21.0/requests.egg-info/PKG-INFO      2018-12-10 
16:39:29.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: requests
-Version: 2.20.1
+Version: 2.21.0
 Summary: Python HTTP for Humans.
 Home-page: http://python-requests.org
 Author: Kenneth Reitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/requests.egg-info/requires.txt 
new/requests-2.21.0/requests.egg-info/requires.txt
--- old/requests-2.20.1/requests.egg-info/requires.txt  2018-11-08 
18:19:45.000000000 +0100
+++ new/requests-2.21.0/requests.egg-info/requires.txt  2018-12-10 
16:39:29.000000000 +0100
@@ -1,5 +1,5 @@
 chardet<3.1.0,>=3.0.2
-idna<2.8,>=2.5
+idna<2.9,>=2.5
 urllib3<1.25,>=1.21.1
 certifi>=2017.4.17
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.20.1/setup.py new/requests-2.21.0/setup.py
--- old/requests-2.20.1/setup.py        2018-10-18 17:46:52.000000000 +0200
+++ new/requests-2.21.0/setup.py        2018-12-10 06:59:26.000000000 +0100
@@ -43,7 +43,7 @@
 
 requires = [
     'chardet>=3.0.2,<3.1.0',
-    'idna>=2.5,<2.8',
+    'idna>=2.5,<2.9',
     'urllib3>=1.21.1,<1.25',
     'certifi>=2017.4.17'
 


Reply via email to