[python-webpy] update to 0.37

Matthias Runge mrunge at fedoraproject.org
Wed Jun 27 10:34:49 UTC 2012


commit a5c3a017928ddbc3f844fa36018bde4a00fee570
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Jun 27 12:34:37 2012 +0200

    update to 0.37

 .gitignore        |    1 +
 python-webpy.spec |   17 ++++++++++-------
 sources           |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd8bbb1..098240a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 web.py-0.32.tar.gz
 /web.py-0.36.tar.gz
+/web.py-0.37.tar.gz
diff --git a/python-webpy.spec b/python-webpy.spec
index dd0ee6a..67311c1 100644
--- a/python-webpy.spec
+++ b/python-webpy.spec
@@ -1,10 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %global pkgname webpy
 %global srcname web.py
 
 Name:           python-%{pkgname}
-Version:        0.36
-Release:        2%{?dist}
+Version:        0.37
+Release:        1%{?dist}
 Summary:        A simple web framework for Python
 Group:          Development/Libraries
 
@@ -19,8 +18,7 @@ License:        Public Domain and BSD
 
 URL:            http://webpy.org/
 Source0:        http://webpy.org/static/%{srcname}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 BuildArch:      noarch
 Requires:       python-cherrypy
 
@@ -45,11 +43,16 @@ echo "from cherrypy.wsgiserver import *" >> web/wsgiserver/__init__.py
 
 
 %files
-%defattr(-,root,root,-)
 %doc PKG-INFO
-%{python_sitelib}/*
+%{python_sitelib}/web
+%{python_sitelib}/%{srcname}-%{version}-py?.?.egg-info
+
 
 %changelog
+* Wed Jun 27 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.37-1
+- update to 0.37
+- minor spec cleanup
+
 * Wed Mar 14 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.36-2
 - unbundle cherrypy-code
 
diff --git a/sources b/sources
index f6fdecc..1021dc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f9ee778c5c34357a0233c1f0e024d00  web.py-0.36.tar.gz
+93375e3f03e74d6bf5c5096a4962a8db  web.py-0.37.tar.gz


More information about the scm-commits mailing list