rpms/python-formencode/EL-5 .cvsignore, 1.7, 1.8 python-formencode.spec, 1.16, 1.17 sources, 1.7, 1.8

Toshio くらとみ toshio at fedoraproject.org
Thu Aug 28 17:38:24 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-formencode/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22570

Modified Files:
	.cvsignore python-formencode.spec sources 
Log Message:
* Bump up python-formencode to 1.0.1 because it is necessary for other
  packages to build.  There is a small bit of API changes but the changes are
  there to fix bugs in the old API and the consensus among users is that
  the pain of porting for people affected by the API break is offset by the
  new API not needing workarounds to function.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/EL-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	10 Apr 2007 16:04:33 -0000	1.7
+++ .cvsignore	28 Aug 2008 17:37:54 -0000	1.8
@@ -1 +1 @@
-FormEncode-0.7.1.tar.gz
+FormEncode-1.0.1.tar.gz


Index: python-formencode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/EL-5/python-formencode.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-formencode.spec	19 Feb 2008 13:26:34 -0000	1.16
+++ python-formencode.spec	28 Aug 2008 17:37:54 -0000	1.17
@@ -2,21 +2,20 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-formencode
-Version:        0.7.1
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        HTML form validation, generation, and convertion package  
 
 Group:          Development/Libraries
 License:        PSF
 URL:            http://formencode.org/
 Source0:        http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz
-Patch:          %{name}-0.7-badurl.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
 Requires: python-setuptools
-BuildRequires:  python-setuptools python-devel
+BuildRequires: python-devel python-setuptools-devel
 
 
 %description
@@ -26,7 +25,6 @@
 
 %prep
 %setup -q -n FormEncode-%{version}
-%patch -b .badurl
 
 %build
 %{__python} setup.py build
@@ -34,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
@@ -48,8 +46,22 @@
 %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info
 
 %changelog
-* Tue Feb 19 2008 Luke Macken <lmacken at redhat.com> 0.7.1-2
-- Bump and rebuild to fix a broken upgrade path
+* 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
+
+* Fri Feb 29 2008 Luke Macken <lmacken at redhat.com> 0.9-2
+- Add a patch to not explicitly use python2.4
+
+* Thu Feb 28 2008 Luke Macken <lmacken at redhat.com> 0.9-1
+- Update to 0.9
+
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.7.1-2
+- Update for python-setuptools changes in rawhide
 
 * Mon Apr  9 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.7.1-1
 - Upgrade to bugfix 0.7.1 release.
@@ -94,7 +106,7 @@
 * Tue Oct 13 2005 Oliver Andrich <oliver.andrich at gmail.com> 0.2.2-2
 - fixed the too long description line
 - add -O1 to the installation process
-- %ghost'ed the *.pyo files
+- %%ghost'ed the *.pyo files
 
 * Tue Oct 06 2005 Oliver Andrich <oliver.andrich at gmail.com> 0.2.2-1
 - update to upstream version 0.2.2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-formencode/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	10 Apr 2007 16:04:33 -0000	1.7
+++ sources	28 Aug 2008 17:37:54 -0000	1.8
@@ -1 +1 @@
-86ee82f7e808d2b7973b13a96bb740cc  FormEncode-0.7.1.tar.gz
+544e3fd5d9ff8bb6532e1c6f176e7a0d  FormEncode-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list