Hello community,

here is the log from the commit of package python-falcon for openSUSE:13.1 
checked in at 2013-10-01 08:30:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/python-falcon (Old)
 and      /work/SRC/openSUSE:13.1/.python-falcon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-falcon"

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

--- /dev/null   2013-09-21 22:50:09.852032506 +0200
+++ /work/SRC/openSUSE:13.1/.python-falcon.new/python-falcon.changes    
2013-10-01 08:30:03.000000000 +0200
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Mon Sep 30 15:31:12 UTC 2013 - [email protected]
+
+- Fix description
+
+-------------------------------------------------------------------
+Tue Sep 17 08:49:17 UTC 2013 - [email protected]
+
+- update to 0.1.7:
+ * req.get_params_as_list now inserts None as a placeholder for missing
+ elements, and returns None all by itself if the param is present in the
+ query string, but has an empty string as its value. (kgriffs)
+
+-------------------------------------------------------------------
+Mon Sep  9 09:22:07 UTC 2013 - [email protected]
+
+- Add python-ordereddict test build requirement for SLE_11_SP3
+
+-------------------------------------------------------------------
+Mon Sep  9 08:24:35 UTC 2013 - [email protected]
+
+- Initial version
+

New:
----
  falcon-0.1.7.tar.gz
  python-falcon.changes
  python-falcon.spec

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

Other differences:
------------------
++++++ python-falcon.spec ++++++
#
# spec file for package python-falcon
#
# Copyright (c) 2013 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-falcon
Version:        0.1.7
Release:        0
License:        Apache-2.0
Summary:        A supersonic micro-framework for building cloud APIs
Url:            http://falconframework.org
Group:          Development/Languages/Python
Source:         
https://pypi.python.org/packages/source/f/falcon/falcon-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-Cython
# Test requirements:
BuildRequires:  python-nose
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires:  python-ordereddict
%endif
BuildRequires:  python-requests
BuildRequires:  python-six
BuildRequires:  python-testtools
Requires:       python-six
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
Requires:       python-ordereddict
%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif

%description
Falcon is a high-performance Python framework for building cloud
APIs. It encourages the REST architectural style, and tries to do
as little as possible while remaining highly effective.

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

%build
CFLAGS="%{optflags}" python setup.py build

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

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES.md LICENSE README.md README.rst
%{_bindir}/falcon-bench
%{python_sitearch}/*

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

Reply via email to