Skip to content

Commit

Permalink
Merge branch 'release/2.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Apr 25, 2012
2 parents d7020a9 + 4876872 commit 3268c26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions python-tw2-core.spec
Expand Up @@ -3,15 +3,14 @@
%global modname tw2.core

Name: python-tw2-core
Version: 2.0.4
Version: 2.0.5
Release: 1%{?dist}
Summary: Web widget creation toolkit based on TurboGears widgets

Group: Development/Languages
License: MIT
URL: http://toscawidgets.org
Source0: http://pypi.python.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

# For building, generally
Expand Down Expand Up @@ -80,22 +79,23 @@ rm setup.cfg
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build \
--install-data=%{_datadir} --root %{buildroot}
--install-data=%{_datadir} --root=%{buildroot}

%check
PYTHONPATH=$(pwd) python setup.py test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.rst LICENSE.txt
%{python_sitelib}/*

%changelog
* Tue Apr 24 2012 Ralph Bean <rbean@redhat.com> - 2.0.5-1
- Packaged latest version of tw2.core which fixes streaming WSGI compliance.
- Removed defattr in the files section.
- Removed clean section. Not supporting EPEL5.
- Removed references to buildroot.

* Mon Apr 16 2012 Ralph Bean <rbean@redhat.com> - 2.0.4-1
- Packaged latest version of tw2.core which fixes tests on py2.6.
- Added awk line to make sure pkg_resources picks up the right WebOb on el6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@ def get_description(fname='README.rst'):

setup(
name='tw2.core',
version='2.0.4',
version='2.0.5',
description="Web widget creation toolkit based on TurboGears widgets",
long_description = get_description(),
install_requires=[
Expand Down

0 comments on commit 3268c26

Please sign in to comment.