[prev in list] [next in list] [prev in thread] [next in thread] 

List:       spacewalk-commits
Subject:    2 commits - proxy/proxy rel-eng/packages
From:       Michael Mraka <mmraka () fedoraproject ! org>
Date:       2013-08-30 12:38:41
Message-ID: 20130830123841.DE42960E28 () fedorahosted ! org
[Download RAW message or body]

 proxy/proxy/rhnShared.py         |    2 +-
 proxy/proxy/spacewalk-proxy.spec |    5 ++++-
 rel-eng/packages/spacewalk-proxy |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 1f915124a34c6837e6002604e20ce1199e0d616f
Author: Michael Mraka <michael.mraka@redhat.com>
Date:   Fri Aug 30 14:38:32 2013 +0200

    Automatic commit of package [spacewalk-proxy] release [2.1.10-1].

diff --git a/proxy/proxy/spacewalk-proxy.spec b/proxy/proxy/spacewalk-proxy.spec
index 48ca81a..f82c126 100644
--- a/proxy/proxy/spacewalk-proxy.spec
+++ b/proxy/proxy/spacewalk-proxy.spec
@@ -4,7 +4,7 @@ Group:   Applications/Internet
 License: GPLv2
 URL:     https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 2.1.9
+Version: 2.1.10
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: python
@@ -312,6 +312,9 @@ fi
 
 
 %changelog
+* Fri Aug 30 2013 Michael Mraka <michael.mraka@redhat.com> 2.1.10-1
+- fixed pylint error
+
 * Fri Aug 30 2013 Michael Mraka <michael.mraka@redhat.com> 2.1.9-1
 - 1002007 - don't send empty data
 - 1002007 - python 2.4 HTTPConnection can't read directly from object
diff --git a/rel-eng/packages/spacewalk-proxy b/rel-eng/packages/spacewalk-proxy
index a54daa2..2f2ca38 100644
--- a/rel-eng/packages/spacewalk-proxy
+++ b/rel-eng/packages/spacewalk-proxy
@@ -1 +1 @@
-2.1.9-1 proxy/proxy/
+2.1.10-1 proxy/proxy/


commit eaaa9d48395d4b1b706ee0b48d366f66e9926fda
Author: Michael Mraka <michael.mraka@redhat.com>
Date:   Fri Aug 30 14:38:00 2013 +0200

    fixed pylint error

diff --git a/proxy/proxy/rhnShared.py b/proxy/proxy/rhnShared.py
index 157a427..c2c55ea 100644
--- a/proxy/proxy/rhnShared.py
+++ b/proxy/proxy/rhnShared.py
@@ -363,7 +363,7 @@ class SharedHandler:
 
         # Send the body too if there is a body
         if size > 0:
-            if sys.version_info < (2,6):
+            if sys.version_info < (2, 6):
                 data = self.req.headers_in['wsgi.input'].read(size)
             else:
                 data = self.req.headers_in['wsgi.input']


_______________________________________________
spacewalk-commits mailing list
spacewalk-commits@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/spacewalk-commits

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic