From c2d6701df7d8a913d2bfc8a6e3f692c341e375fd7770868dc8faab5a28feb508 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 13 Jun 2013 08:56:46 +0000 Subject: [PATCH] Accepting request 178353 from home:dirkmueller:branches:devel:languages:python - update to 1.2.5: * The method field_is_empty was added to formencode.validators.FormValidator * Fix packaging issue with i18n files (from Juliusz Gonera) OBS-URL: https://build.opensuse.org/request/show/178353 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=5 --- FormEncode-1.2.4.tar.gz | 3 --- FormEncode-1.2.6.zip | 3 +++ python-FormEncode.changes | 8 ++++++++ python-FormEncode.spec | 13 ++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 FormEncode-1.2.4.tar.gz create mode 100644 FormEncode-1.2.6.zip diff --git a/FormEncode-1.2.4.tar.gz b/FormEncode-1.2.4.tar.gz deleted file mode 100644 index c1f98c4..0000000 --- a/FormEncode-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8270840ee832055463b3d3328f8ae4b881e1fbe84353c97af1d913df3401feb9 -size 240034 diff --git a/FormEncode-1.2.6.zip b/FormEncode-1.2.6.zip new file mode 100644 index 0000000..3ffc8bf --- /dev/null +++ b/FormEncode-1.2.6.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fc1d2cf8022b1cc7fcebb5d87cc984dde799e587f05c0a0fe509b374221b0c +size 318441 diff --git a/python-FormEncode.changes b/python-FormEncode.changes index db9f8b9..0231d54 100644 --- a/python-FormEncode.changes +++ b/python-FormEncode.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jun 10 12:28:02 UTC 2013 - dmueller@suse.com + +- update to 1.2.5: + * The method field_is_empty was added to + formencode.validators.FormValidator + * Fix packaging issue with i18n files (from Juliusz Gonera) + ------------------------------------------------------------------- Wed Mar 14 13:44:30 UTC 2012 - saschpe@suse.de diff --git a/python-FormEncode.spec b/python-FormEncode.spec index 1a65cf7..c246ed6 100644 --- a/python-FormEncode.spec +++ b/python-FormEncode.spec @@ -1,7 +1,7 @@ # # spec file for package python-FormEncode # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,21 +11,23 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-FormEncode -Version: 1.2.4 +Version: 1.2.6 Release: 0 Url: http://formencode.org Summary: HTML form validation, generation, and conversion package License: Python-2.0 Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/F/FormEncode/FormEncode-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: unzip Provides: python-formencode = %{version} Obsoletes: python-formencode < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -41,8 +43,6 @@ for filling and generating forms. %prep %setup -q -n FormEncode-%{version} -mv docs/_build docs/html # Use a better name for HTML docs -sed -i "s/\r$//" docs/modules/national.txt # Fix EOL encoding %build python setup.py build @@ -52,7 +52,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc docs/html %{python_sitelib}/* %changelog