rpms/python-formencode/F-9 .cvsignore, 1.9, 1.10 python-formencode.spec, 1.20, 1.21 sources, 1.9, 1.10 python-formencode-0.7-badurl.patch, 1.1, NONE python-formencode-pyshebang.patch, 1.1, NONE

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Fri Jul 11 16:44:31 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-formencode/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv660

Modified Files:
	.cvsignore python-formencode.spec sources 
Removed Files:
	python-formencode-0.7-badurl.patch 
	python-formencode-pyshebang.patch 
Log Message:

* Fri Jul 11 2008 Toshio Kuratomi <toshio at fedoraproject.org> 1.0.1-1
- Update to 1.0.1
- Fixes issue where chained_validators were silently ignored.  (bz#454988)
  Both of our patches are fixed upstream now.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/F-9/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	18 Mar 2008 15:35:14 -0000	1.9
+++ .cvsignore	11 Jul 2008 16:43:34 -0000	1.10
@@ -1 +1 @@
-FormEncode-1.0.tar.gz
+FormEncode-1.0.1.tar.gz


Index: python-formencode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/F-9/python-formencode.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- python-formencode.spec	18 Mar 2008 15:35:14 -0000	1.20
+++ python-formencode.spec	11 Jul 2008 16:43:34 -0000	1.21
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-formencode
-Version:        1.0
+Version:        1.0.1
 Release:        1%{?dist}
 Summary:        HTML form validation, generation, and convertion package  
 
@@ -10,8 +10,6 @@
 License:        PSF
 URL:            http://formencode.org/
 Source0:        http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz
-Patch0:         %{name}-0.7-badurl.patch
-Patch1:         %{name}-pyshebang.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
@@ -27,8 +25,6 @@
 
 %prep
 %setup -q -n FormEncode-%{version}
-%patch0 -b .badurl
-%patch1 -b .pyshebang
 
 %build
 %{__python} setup.py build
@@ -36,7 +32,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 
 %clean
@@ -50,6 +46,11 @@
 %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Fri Jul 11 2008 Toshio Kuratomi <toshio at fedoraproject.org> 1.0.1-1
+- Update to 1.0.1
+- Fixes issue where chained_validators were silently ignored.  (bz#454988)
+  Both of our patches are fixed upstream now.
+
 * Tue Mar 18 2008 Luke Macken <lmacken at redhat.com> 1.0-1
 - Update to 1.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	18 Mar 2008 15:35:14 -0000	1.9
+++ sources	11 Jul 2008 16:43:34 -0000	1.10
@@ -1 +1 @@
-de45c382e9a265a5fa0894ff65c4028e  FormEncode-1.0.tar.gz
+544e3fd5d9ff8bb6532e1c6f176e7a0d  FormEncode-1.0.1.tar.gz


--- python-formencode-0.7-badurl.patch DELETED ---


--- python-formencode-pyshebang.patch DELETED ---




More information about the fedora-extras-commits mailing list