Hello community,

here is the log from the commit of package python-WSGIProxy for 
openSUSE:Factory checked in at 2012-01-04 07:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-WSGIProxy (Old)
 and      /work/SRC/openSUSE:Factory/.python-WSGIProxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-WSGIProxy", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-WSGIProxy.new/python-WSGIProxy.changes   
2012-01-04 07:30:39.000000000 +0100
@@ -0,0 +1,50 @@
+-------------------------------------------------------------------
+Wed Nov 30 15:06:30 UTC 2011 - [email protected]
+
+- Fix obsoletes: python-wsgiproxy instead of python-WSGIProxy
+- Require python-distribute instead of python-setuptools
+
+-------------------------------------------------------------------
+Tue Nov 29 12:25:12 UTC 2011 - [email protected]
+
+- Regenerate with py2pack 
+- Update to version 0.2.2
+  * Minor fixes to improve functionality
+
+-------------------------------------------------------------------
+Tue Nov 10 00:00:00 UTC 2009 - [email protected]
+
+- Fix python-pastedeploy req
+
+
+-------------------------------------------------------------------
+Wed Aug  5 00:00:00 UTC 2009 - [email protected]
+
+- Import to OBS
+
+
+-------------------------------------------------------------------
+Tue Apr 14 00:00:00 UTC 2009 - [email protected]
+
+- Change define to global.
+- Remove old >= 8 conditional.
+- Remove unnecessary BuildRequires on python-devel.
+
+
+-------------------------------------------------------------------
+Thu Feb 26 00:00:00 UTC 2009 - [email protected]
+
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+
+-------------------------------------------------------------------
+Sat Nov 29 00:00:00 UTC 2008 - [email protected]
+
+- Rebuild for Python 2.6
+
+
+-------------------------------------------------------------------
+Sat Jun 14 00:00:00 UTC 2008 - [email protected]
+
+- Initial RPM Package.
+

New:
----
  WSGIProxy-0.2.2.tar.gz
  python-WSGIProxy.changes
  python-WSGIProxy.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-WSGIProxy.spec ++++++
#
# spec file for package python-WSGIProxy
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           python-WSGIProxy
Version:        0.2.2
Release:        0
Url:            http://pythonpaste.org/wsgiproxy/
Summary:        HTTP proxying tools for WSGI apps
License:        MIT
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/W/WSGIProxy/WSGIProxy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Provides:       python-wsgiproxy = %{version}
Obsoletes:      python-wsgiproxy < %{version}
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
processes over HTTP.

This will encode the WSGI request CGI-style environmental variables
(which must be strings), plus a configurable set of other variables.
It also sends values like HTTP_HOST and wsgi.url_scheme which
are often obscured by the proxying process, as well as values like
SCRIPT_NAME.  On the receiving end, a WSGI middleware fixes up the
environment to represent the state of the original request.  This
makes HTTP more like FastCGI or SCGI, which naturally preserve these
values.

%prep
%setup -q -n WSGIProxy-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to