[python-libturpial/el6] Version 1.7.0 of libturpial

Edwind Richzendy Contreras Soto richzendy at fedoraproject.org
Thu May 1 18:20:03 UTC 2014


commit 1d35aea2dfcb2c8b7266c582fbeb45315a04f3a2
Author: Edwind Contreras <Richzendy at gmail.com>
Date:   Thu May 1 13:50:55 2014 -0430

    Version 1.7.0 of libturpial

 .gitignore             |    1 +
 http.py.patch          |   12 ++++++------
 python-libturpial.spec |    5 ++++-
 sources                |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc5b004..9a803b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libturpial-1.0.tar.gz
 /libturpial-1.1.16.tar.gz
 /libturpial-1.5.9.tar.gz
+/libturpial-1.7.0.tar.gz
diff --git a/http.py.patch b/http.py.patch
index 79c62cf..752b9d8 100644
--- a/http.py.patch
+++ b/http.py.patch
@@ -1,10 +1,10 @@
---- libturpial-1.0-orig/libturpial/lib/http.py	2013-07-14 16:25:31.000000000 -0600
-+++ libturpial-1.0/libturpial/lib/http.py	2013-12-10 13:09:11.315427671 -0600
-@@ -69,6 +69,7 @@
-             basedir = os.path.dirname(__file__)
+--- libturpial-1.7.0.orig/libturpial/lib/http.py	2014-04-07 20:37:59.000000000 -0430
++++ libturpial-1.7.0/libturpial/lib/http.py	2014-05-01 12:55:15.794318557 -0430
+@@ -72,6 +72,7 @@
              self.ca_certs_file = os.path.realpath(os.path.join(basedir,
-                 '..', 'certs', 'cacert.pem'))
-+	    self.ca_certs_file = '/etc/pki/tls/certs/ca-bundle.crt'
+                                                   '..', 'certs',
+                                                   'cacert.pem'))
++            self.ca_certs_file = '/etc/pki/tls/certs/ca-bundle.crt'
  
      def __validate_ssl_cert(self, request):
          req = request.split('://')[1]
diff --git a/python-libturpial.spec b/python-libturpial.spec
index 28852b3..8fac644 100644
--- a/python-libturpial.spec
+++ b/python-libturpial.spec
@@ -1,7 +1,7 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 %{!?__python2: %global __python2 %{__python}}
 Name:           python-libturpial
-Version:        1.5.9
+Version:        1.7.0
 Release:        1%{?dist}
 Summary:        Micro blogging python library, needed for turpial (twitter client)
 Group:          Applications/Internet
@@ -37,6 +37,9 @@ chmod 0644 ChangeLog AUTHORS COPYING
 %{python_sitelib}/*
 
 %changelog
+* Thu May 01 2014 Richzendy <richzendy at fedoraproject.org> - 1.7.0-1
+- Version 1.7.0 of libturpial
+
 * Sat Jan 18 2014 Richzendy <richzendy at fedoraproject.org> - 1.5.9-1
 - New update, complete changelog in https://github.com/satanas/libturpial/blob/1.5.9/ChangeLog
 
diff --git a/sources b/sources
index e9a4965..6700bbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a456df79d04058a00591d133f707914e  libturpial-1.5.9.tar.gz
+e169bbb0ef9f860ac74f00f8da5fd947  libturpial-1.7.0.tar.gz


More information about the scm-commits mailing list