Release 2.0.3 87/236687/1 accepted/tizen/devbase/services/20200623.003326 accepted/tizen/devbase/tools/20200623.003336 submit/trunk/20200622.151812
authoryan11.meng <yan11.meng@samsung.com>
Sun, 21 Jun 2020 16:19:03 +0000 (00:19 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Sun, 21 Jun 2020 16:19:03 +0000 (00:19 +0800)
Change-Id: I2843e787ed55408ed69aba88c0610999e07ceda0

HISTORY.rst
packaging/python-requests.spec
requests/__init__.py

index 5c1c95a9faace30302f9a9c3a5ae67dd59755404..5c288f2a83d96bdae4f5251b3f595c54c438cfb7 100644 (file)
@@ -4,6 +4,14 @@ Release History
 ---------------
 
 
+2.0.3 (2020-06-19)
+++++++++++++++++++
+
+- Add debian package
+- Fixed: Fix pylint error for python-requests
+- Remove require for python-pytest
+- Use dh_python2 instead dh_pysupport for xUbuntu_19.10
+
 2.0.2 (2015-11-11)
 ++++++++++++++++++
 
index 98d56a1e6e1bef1e3f2ab72cbbd605411ae2a6f6..e16882ffe4471af9742175603397d138f778690d 100644 (file)
@@ -17,7 +17,7 @@
 
 
 Name:           python-requests
-Version:        2.0.2
+Version:        2.0.3
 Release:        0
 Url:            http://python-requests.org
 Summary:        Awesome Python HTTP Library That's Actually Usable
index 9f63a8281041c3d2c54235db3c91e7d0195c854d..95687b2e8ba62920b89d8c228f87be4a14298520 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.0.2'
-__build__ = 0x020002
+__version__ = '2.0.3'
+__build__ = 0x020003
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2013 Kenneth Reitz'