Project not found: Cloud:OpenStack:Master:cisco-apic

File python-beaker.spec of Package python-beaker

%define modname Beaker
Name:           python-beaker
Version:        1.3.1
Release:        1
Summary:        A Session and Caching Library With WSGI Middleware
URL:            http://beaker.groovie.org/
License:        BSD
Group:          Development/Libraries/Python
Source:         %{modname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-buildroot
%{py_requires}
BuildRequires:  python-devel python-cryptopp python-setuptools
Requires:       python-cryptopp python-setuptools

%description
Beaker is a web session and general caching library that includes WSGI
middleware for use in web applications.

As a general caching library, Beaker can handle storing for various times any
Python object that can be pickled with optional back-ends on a fine-grained
basis.

Beaker was built largely on the code from MyghtyUtils, then refactored and
extended with database support.

Beaker includes Cache and Session WSGI middleware to ease integration with WSGI
capable frameworks, and is automatically used by Pylons.

Authors:
--------
    Ben Bangart <ben@groovie.org>
    Philip Jenvey <pjenvey@groovie.org>
    Mike Bayer

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

%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build

%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc CHANGELOG LICENSE

%changelog
* Thu May 28 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 1.3.1
- Updating to latest pypi version. tg2 released and offers 1.3

* Fri Mar 06 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 1.2.3
- Updating to 1.2.3

* Wed Mar 04 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 1.1.3
- Updating to 1.1.3 as required by Turbogears 2.0 beta6

* Tue Dec 02 2008 - James Oakley <jfunk@funktronics.ca> - 1.1.2-1
- Initial release

openSUSE Build Service is sponsored by