Hello community,
here is the log from the commit of package python-lazr.restfulclient for
openSUSE:Factory checked in at 2013-04-02 12:53:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lazr.restfulclient (Old)
and /work/SRC/openSUSE:Factory/.python-lazr.restfulclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazr.restfulclient", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-lazr.restfulclient/python-lazr.restfulclient.changes
2013-03-26 14:12:56.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-lazr.restfulclient.new/python-lazr.restfulclient.changes
2013-04-02 12:53:11.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Mar 22 13:41:45 UTC 2013 - [email protected]
+
+- Add lazr.restfulclient-system-certs.patch: Use system SSL certificates
+
+-------------------------------------------------------------------
New:
----
lazr.restfulclient-system-certs.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lazr.restfulclient.spec ++++++
--- /var/tmp/diff_new_pack.SvN1n1/_old 2013-04-02 12:53:12.000000000 +0200
+++ /var/tmp/diff_new_pack.SvN1n1/_new 2013-04-02 12:53:12.000000000 +0200
@@ -23,6 +23,8 @@
Url: https://launchpad.net/lazr.restfulclient
Group: Development/Languages/Python
Source:
https://launchpad.net/lazr.restfulclient/trunk/0.13.2/+download/lazr.restfulclient-0.13.2.tar.gz
+# PATCH-FIX-OPENSUSE: [email protected] -- Use system SSL certificates:
+Patch0: lazr.restfulclient-system-certs.patch
BuildRequires: python-devel
BuildRequires: python-distribute
# Test requirements:
@@ -50,6 +52,7 @@
%prep
%setup -q -n lazr.restfulclient-%{version}
+%patch0 -p1
%build
python setup.py build
++++++ lazr.restfulclient-system-certs.patch ++++++
diff -ruN a/src/lazr/restfulclient/_browser.py
b/src/lazr/restfulclient/_browser.py
--- a/src/lazr/restfulclient/_browser.py 2012-12-06 19:24:03.000000000
+0100
+++ b/src/lazr/restfulclient/_browser.py 2013-03-22 14:40:33.673462164
+0100
@@ -110,7 +110,7 @@
os.environ.get('LP_DISABLE_SSL_CERTIFICATE_VALIDATION', False))
-SYSTEM_CA_CERTS = '/etc/ssl/certs/ca-certificates.crt'
+SYSTEM_CA_CERTS = '/etc/ssl/ca-bundle.pem'
class RestfulHttp(Http):
Binary files a/src/lazr/restfulclient/._browser.py.swo and
b/src/lazr/restfulclient/._browser.py.swo differ
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]