[python-webpy: 1/2] - update to version 0.36

Matthias Runge mrunge at fedoraproject.org
Wed Jan 25 13:25:39 UTC 2012


commit 764045c40d6b191300093a96d46328108b966ccc
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Jan 25 14:23:33 2012 +0100

    - update to version 0.36

 .gitignore        |    1 +
 python-webpy.spec |   27 +++++++++------------------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2249eda..bd8bbb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 web.py-0.32.tar.gz
+/web.py-0.36.tar.gz
diff --git a/python-webpy.spec b/python-webpy.spec
index 3e6d266..e801778 100644
--- a/python-webpy.spec
+++ b/python-webpy.spec
@@ -3,8 +3,8 @@
 %define srcname web.py
 
 Name:           python-%{pkgname}
-Version:        0.32
-Release:        6%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 Summary:        A simple web framework for Python
 Group:          Development/Libraries
 
@@ -25,8 +25,6 @@ Source0:        http://webpy.org/static/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 BuildArch:      noarch
-# https://bugs.launchpad.net/webpy/+bug/396789
-Patch0:         web.utils-tests.patch
 
 %description
 web.py is a web framework for python that is as simple as it is
@@ -34,34 +32,27 @@ powerful. web.py is in the public domain; you can use it for whatever
 purpose with absolutely no restrictions. 
 
 %prep
-%setup -q -n %{pkgname}
-%patch0 -p1 -b .tests
-# Remove shebang from non scripts.
-%{__sed} -i '1d' web/utils.py
-%{__sed} -i '1d' web/application.py
-%{__sed} -i '1d' web/__init__.py
-%{__cp} web/wsgiserver/LICENSE.txt LICENSE.wsgiserver.txt
+%setup -q -n web.py-%{version}
 
 %build
 %{__python} setup.py build
 
-%check
-%{__python} test/application.py
-%{__python} test/doctests.py
-
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-%clean
-%{__rm} -rf %{buildroot}
+#%clean
+#%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt LICENSE.wsgiserver.txt ChangeLog.txt
+%doc PKG-INFO
 %{python_sitelib}/*
 
 %changelog
+* Wed Jan 25 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.36-1
+- rebase to 0.36
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.32-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 8ad5fc2..f6fdecc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea70fcf5fe5a7365454cf4a47e093221  web.py-0.32.tar.gz
+3f9ee778c5c34357a0233c1f0e024d00  web.py-0.36.tar.gz


More information about the scm-commits mailing list