Accepting request 178851 from 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) (forwarded request 178353 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/178851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-FormEncode?expand=0&rev=4
This commit is contained in:
commit
e29f083270
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8270840ee832055463b3d3328f8ae4b881e1fbe84353c97af1d913df3401feb9
|
|
||||||
size 240034
|
|
3
FormEncode-1.2.6.zip
Normal file
3
FormEncode-1.2.6.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70fc1d2cf8022b1cc7fcebb5d87cc984dde799e587f05c0a0fe509b374221b0c
|
||||||
|
size 318441
|
@ -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
|
Wed Mar 14 13:44:30 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-FormEncode
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-FormEncode
|
Name: python-FormEncode
|
||||||
Version: 1.2.4
|
Version: 1.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://formencode.org
|
Url: http://formencode.org
|
||||||
Summary: HTML form validation, generation, and conversion package
|
Summary: HTML form validation, generation, and conversion package
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
|
BuildRequires: unzip
|
||||||
Provides: python-formencode = %{version}
|
Provides: python-formencode = %{version}
|
||||||
Obsoletes: python-formencode < %{version}
|
Obsoletes: python-formencode < %{version}
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
@ -41,8 +43,6 @@ for filling and generating forms.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n FormEncode-%{version}
|
%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
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
@ -52,7 +52,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc docs/html
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user