Sophie

Sophie

distrib > Fedora > 19 > i386 > media > updates-src > by-pkgid > 9bf38aa83e7b041945599e0e75b7ba2b > files > 2

python-peewee-2.1.7-1.fc19.src.rpm

%global pypi_name peewee

Name:		python-%{pypi_name}
Version:	2.1.7
Release:	1%{?dist}
Summary:	A small, expressive orm

License:	MIT
URL:		http://github.com/coleifer/peewee/
Source0:	https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python2-devel python-setuptools

%description
A small, expressive ORM written in python with built-in support for sqlite,
mysql and postgresql and special extensions like hstore. For flask
integration, including an admin interface and RESTful API, check out
flask-peewee.

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

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build -O1 --root %{buildroot}
rm %{buildroot}%{python_sitelib}/pwiz.*
mv %{buildroot}%{_bindir}/{pwiz.py,pwiz} 

%check
%{__python} setup.py test

%files
%doc LICENSE README.rst
%{python_sitelib}/peewee.py*
%{python_sitelib}/*.egg-info
%{python_sitelib}/playhouse
%{_bindir}/*

%changelog
* Thu Jan 09 2014 Matej Stuchlik <mstuchli@redhat.com> - 2.1.7-1
- Update to 2.1.7

* Tue Aug 13 2013 Matej Stuchlik <mstuchli@redhat.com> - 2.1.4-2
- Added patch increasing timeout in concurrency test

* Wed Aug 07 2013 Matej Stuchlik <mstuchli@redhat.com> - 2.1.4-1
- Updated to 2.1.4

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Tue Apr 02 2013 Matej Stuchlik <mstuchli@redhat.com> - 2.0.9-2
- Review fixes

* Fri Mar 29 2013 mstuchli <mstuchli@redhat.com> - 2.0.9-1
- Initial spec