[arch-commits] Commit in python-tornado/repos (12 files)

2016-07-16 Thread Felix Yan
Date: Sunday, July 17, 2016 @ 02:57:20
  Author: felixonmars
Revision: 183012

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
(from rev 183011, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  python-tornado/repos/community-i686/PKGBUILD
(from rev 183011, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
(from rev 183011, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  python-tornado/repos/community-x86_64/PKGBUILD
(from rev 183011, python-tornado/trunk/PKGBUILD)
Deleted:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-i686/0003-support-monotonic.patch
  python-tornado/repos/community-i686/PKGBUILD
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-x86_64/0003-support-monotonic.patch
  python-tornado/repos/community-x86_64/PKGBUILD

-+
 /0001-use_system_ca_certificates.patch  |   26 +
 /PKGBUILD   |  184 
++
 community-i686/0001-use_system_ca_certificates.patch|   36 -
 community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   |   23 -
 community-i686/0003-support-monotonic.patch |   52 --
 community-i686/PKGBUILD |   90 
 community-x86_64/0001-use_system_ca_certificates.patch  |   36 -
 community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch |   23 -
 community-x86_64/0003-support-monotonic.patch   |   52 --
 community-x86_64/PKGBUILD   |   90 
 10 files changed, 210 insertions(+), 402 deletions(-)

Deleted: community-i686/0001-use_system_ca_certificates.patch
===
--- community-i686/0001-use_system_ca_certificates.patch2016-07-17 
02:56:52 UTC (rev 183011)
+++ community-i686/0001-use_system_ca_certificates.patch2016-07-17 
02:57:20 UTC (rev 183012)
@@ -1,36 +0,0 @@
-diff --git a/setup.py b/setup.py
-index f09169f..d42c486 100644
 a/setup.py
-+++ b/setup.py
-@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
- # Certifi is also optional on 2.7.9+, although making our dependencies
- # conditional on micro version numbers seems like a bad idea
- # until we have more declarative metadata.
--install_requires.append('certifi')
-+pass
- if sys.version_info < (3, 5):
- install_requires.append('backports_abc>=0.4')
- kwargs['install_requires'] = install_requires
-diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
-index f0f73fa..ffe3e40 100644
 a/tornado/simple_httpclient.py
-+++ b/tornado/simple_httpclient.py
-@@ -33,17 +33,9 @@ except ImportError:
- # ssl is not available on Google App Engine.
- ssl = None
- 
--try:
--import certifi
--except ImportError:
--certifi = None
--
- 
- def _default_ca_certs():
--if certifi is None:
--raise Exception("The 'certifi' package is required to use https "
--"in simple_httpclient")
--return certifi.where()
-+return "/etc/ssl/certs/ca-certificates.crt"
- 
- 
- class SimpleAsyncHTTPClient(AsyncHTTPClient):

Copied: 
python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch (from 
rev 183011, python-tornado/trunk/0001-use_system_ca_certificates.patch)
===
--- community-i686/0001-use_system_ca_certificates.patch
(rev 0)
+++ community-i686/0001-use_system_ca_certificates.patch2016-07-17 
02:57:20 UTC (rev 183012)
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ # Certifi is also optional on 2.7.9+, although making our dependencies
+ # conditional on micro version numbers seems like a bad idea
+ # until we have more declarative metadata.
+-install_requires.append('certifi')
++pass
+ if sys.version_info < (3, 5):
+ install_requires.append('backports_abc>=0.4')
+ kwargs['install_requires'] = install_requires
\ No newline at end of file

Deleted: community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
===
--- 

[arch-commits] Commit in python-tornado/repos (12 files)

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 16:14:27
  Author: fyan
Revision: 140860

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  
python-tornado/repos/community-staging-i686/0001-use_system_ca_certificates.patch
(from rev 140859, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-staging-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 140859, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-staging-i686/PKGBUILD
(from rev 140859, python-tornado/trunk/PKGBUILD)
  
python-tornado/repos/community-staging-x86_64/0001-use_system_ca_certificates.patch
(from rev 140859, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-staging-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 140859, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-staging-x86_64/PKGBUILD
(from rev 140859, python-tornado/trunk/PKGBUILD)
Deleted:
  
python-tornado/repos/community-staging-i686/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-staging-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-staging-i686/PKGBUILD
  
python-tornado/repos/community-staging-x86_64/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-staging-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-staging-x86_64/PKGBUILD

-+
 /0001-use_system_ca_certificates.patch  |  
 72 
 /0002-get-rid-of-backports-ssl-match-hostname.patch |  
 46 ++
 /PKGBUILD   |  
164 ++
 community-staging-i686/0001-use_system_ca_certificates.patch|  
 36 --
 community-staging-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   |  
 23 -
 community-staging-i686/PKGBUILD |  
 82 -
 community-staging-x86_64/0001-use_system_ca_certificates.patch  |  
 36 --
 community-staging-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch |  
 23 -
 community-staging-x86_64/PKGBUILD   |  
 82 -
 9 files changed, 282 insertions(+), 282 deletions(-)

Deleted: community-staging-i686/0001-use_system_ca_certificates.patch
===
--- community-staging-i686/0001-use_system_ca_certificates.patch
2015-09-19 14:13:15 UTC (rev 140859)
+++ community-staging-i686/0001-use_system_ca_certificates.patch
2015-09-19 14:14:27 UTC (rev 140860)
@@ -1,36 +0,0 @@
-diff --git a/setup.py b/setup.py
-index f09169f..d42c486 100644
 a/setup.py
-+++ b/setup.py
-@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
- # Certifi is also optional on 2.7.9+, although making our dependencies
- # conditional on micro version numbers seems like a bad idea
- # until we have more declarative metadata.
--install_requires.append('certifi')
-+pass
- kwargs['install_requires'] = install_requires
- 
- setup(
-diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
-index f0f73fa..ffe3e40 100644
 a/tornado/simple_httpclient.py
-+++ b/tornado/simple_httpclient.py
-@@ -33,17 +33,9 @@ except ImportError:
- # ssl is not available on Google App Engine.
- ssl = None
- 
--try:
--import certifi
--except ImportError:
--certifi = None
--
- 
- def _default_ca_certs():
--if certifi is None:
--raise Exception("The 'certifi' package is required to use https "
--"in simple_httpclient")
--return certifi.where()
-+return "/etc/ssl/certs/ca-certificates.crt"
- 
- 
- class SimpleAsyncHTTPClient(AsyncHTTPClient):

Copied: 
python-tornado/repos/community-staging-i686/0001-use_system_ca_certificates.patch
 (from rev 140859, python-tornado/trunk/0001-use_system_ca_certificates.patch)
===
--- community-staging-i686/0001-use_system_ca_certificates.patch
(rev 0)
+++ community-staging-i686/0001-use_system_ca_certificates.patch
2015-09-19 14:14:27 UTC (rev 140860)
@@ -0,0 +1,36 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ # Certifi is also optional on 2.7.9+, although making our dependencies
+ # conditional on micro version numbers seems like a bad idea
+ # until we have more declarative metadata.
+-install_requires.append('certifi')
++  

[arch-commits] Commit in python-tornado/repos (12 files)

2015-07-19 Thread Felix Yan
Date: Monday, July 20, 2015 @ 05:28:12
  Author: fyan
Revision: 137129

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
(from rev 137128, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 137128, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-i686/PKGBUILD
(from rev 137128, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
(from rev 137128, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 137128, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-x86_64/PKGBUILD
(from rev 137128, python-tornado/trunk/PKGBUILD)
Deleted:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-i686/PKGBUILD
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-x86_64/PKGBUILD

-+
 /0001-use_system_ca_certificates.patch  |   72 
 /0002-get-rid-of-backports-ssl-match-hostname.patch |   46 ++
 /PKGBUILD   |  164 
++
 community-i686/0001-use_system_ca_certificates.patch|   36 --
 community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   |   23 -
 community-i686/PKGBUILD |   82 
-
 community-x86_64/0001-use_system_ca_certificates.patch  |   36 --
 community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch |   23 -
 community-x86_64/PKGBUILD   |   82 
-
 9 files changed, 282 insertions(+), 282 deletions(-)

Deleted: community-i686/0001-use_system_ca_certificates.patch
===
--- community-i686/0001-use_system_ca_certificates.patch2015-07-20 
03:27:29 UTC (rev 137128)
+++ community-i686/0001-use_system_ca_certificates.patch2015-07-20 
03:28:12 UTC (rev 137129)
@@ -1,36 +0,0 @@
-diff --git a/setup.py b/setup.py
-index f09169f..d42c486 100644
 a/setup.py
-+++ b/setup.py
-@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
- # Certifi is also optional on 2.7.9+, although making our dependencies
- # conditional on micro version numbers seems like a bad idea
- # until we have more declarative metadata.
--install_requires.append('certifi')
-+pass
- kwargs['install_requires'] = install_requires
- 
- setup(
-diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
-index f0f73fa..ffe3e40 100644
 a/tornado/simple_httpclient.py
-+++ b/tornado/simple_httpclient.py
-@@ -33,17 +33,9 @@ except ImportError:
- # ssl is not available on Google App Engine.
- ssl = None
- 
--try:
--import certifi
--except ImportError:
--certifi = None
--
- 
- def _default_ca_certs():
--if certifi is None:
--raise Exception(The 'certifi' package is required to use https 
--in simple_httpclient)
--return certifi.where()
-+return /etc/ssl/certs/ca-certificates.crt
- 
- 
- class SimpleAsyncHTTPClient(AsyncHTTPClient):

Copied: 
python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch (from 
rev 137128, python-tornado/trunk/0001-use_system_ca_certificates.patch)
===
--- community-i686/0001-use_system_ca_certificates.patch
(rev 0)
+++ community-i686/0001-use_system_ca_certificates.patch2015-07-20 
03:28:12 UTC (rev 137129)
@@ -0,0 +1,36 @@
+diff --git a/setup.py b/setup.py
+index f09169f..d42c486 100644
+--- a/setup.py
 b/setup.py
+@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
+ # Certifi is also optional on 2.7.9+, although making our dependencies
+ # conditional on micro version numbers seems like a bad idea
+ # until we have more declarative metadata.
+-install_requires.append('certifi')
++pass
+ kwargs['install_requires'] = install_requires
+ 
+ setup(
+diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
+index f0f73fa..ffe3e40 100644
+--- a/tornado/simple_httpclient.py
 b/tornado/simple_httpclient.py
+@@ -33,17 

[arch-commits] Commit in python-tornado/repos (12 files)

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 18:43:21
  Author: fyan
Revision: 130164

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
(from rev 130162, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 130162, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-i686/PKGBUILD
(from rev 130163, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
(from rev 130163, 
python-tornado/trunk/0001-use_system_ca_certificates.patch)
  
python-tornado/repos/community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
(from rev 130163, 
python-tornado/trunk/0002-get-rid-of-backports-ssl-match-hostname.patch)
  python-tornado/repos/community-x86_64/PKGBUILD
(from rev 130163, python-tornado/trunk/PKGBUILD)
Deleted:
  python-tornado/repos/community-i686/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-i686/PKGBUILD
  python-tornado/repos/community-x86_64/0001-use_system_ca_certificates.patch
  
python-tornado/repos/community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch
  python-tornado/repos/community-x86_64/PKGBUILD

-+
 /0001-use_system_ca_certificates.patch  |  114 
++
 /0002-get-rid-of-backports-ssl-match-hostname.patch |   46 ++
 /PKGBUILD   |  164 
++
 community-i686/0001-use_system_ca_certificates.patch|   57 ---
 community-i686/0002-get-rid-of-backports-ssl-match-hostname.patch   |   23 -
 community-i686/PKGBUILD |   82 
-
 community-x86_64/0001-use_system_ca_certificates.patch  |   57 ---
 community-x86_64/0002-get-rid-of-backports-ssl-match-hostname.patch |   23 -
 community-x86_64/PKGBUILD   |   82 
-
 9 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-i686/0001-use_system_ca_certificates.patch
===
--- community-i686/0001-use_system_ca_certificates.patch2015-03-28 
17:42:52 UTC (rev 130163)
+++ community-i686/0001-use_system_ca_certificates.patch2015-03-28 
17:43:21 UTC (rev 130164)
@@ -1,57 +0,0 @@
-diff --git a/setup.py b/setup.py
-index f09169f..d42c486 100644
 a/setup.py
-+++ b/setup.py
-@@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython' and
- 
- if setuptools is not None:
- # If setuptools is not available, you're on your own for dependencies.
--install_requires = ['certifi']
-+install_requires = []
- if sys.version_info  (3, 2):
- install_requires.append('backports.ssl_match_hostname')
- kwargs['install_requires'] = install_requires
-diff --git a/tornado/simple_httpclient.py b/tornado/simple_httpclient.py
-index f0f73fa..ffe3e40 100644
 a/tornado/simple_httpclient.py
-+++ b/tornado/simple_httpclient.py
-@@ -33,17 +33,9 @@ except ImportError:
- # ssl is not available on Google App Engine.
- ssl = None
- 
--try:
--import certifi
--except ImportError:
--certifi = None
--
- 
- def _default_ca_certs():
--if certifi is None:
--raise Exception(The 'certifi' package is required to use https 
--in simple_httpclient)
--return certifi.where()
-+return /etc/ssl/certs/ca-certificates.crt
- 
- 
- class SimpleAsyncHTTPClient(AsyncHTTPClient):
-diff --git a/tornado/test/iostream_test.py b/tornado/test/iostream_test.py
-index 01b0d95..47a64e7 100644
 a/tornado/test/iostream_test.py
-+++ b/tornado/test/iostream_test.py
-@@ -10,7 +10,6 @@ from tornado.stack_context import NullContext
- from tornado.testing import AsyncHTTPTestCase, AsyncHTTPSTestCase, 
AsyncTestCase, bind_unused_port, ExpectLog, gen_test
- from tornado.test.util import unittest, skipIfNonUnix
- from tornado.web import RequestHandler, Application
--import certifi
- import errno
- import logging
- import os
-@@ -855,7 +854,7 @@ class TestIOStreamStartTLS(AsyncTestCase):
- def test_handshake_fail(self):
- self.server_start_tls(_server_ssl_options())
- client_future = self.client_start_tls(
--dict(cert_reqs=ssl.CERT_REQUIRED, ca_certs=certifi.where()))
-+dict(cert_reqs=ssl.CERT_REQUIRED, 
ca_certs=/etc/ssl/certs/ca-certificates.crt))
- with ExpectLog(gen_log, SSL Error):
- with self.assertRaises(ssl.SSLError):
- yield client_future

Copied: