Package Release Info

python-ClientForm-0.2.10-bp152.3.15

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-ClientForm

Change Logs

Version: 0.2.10-bp150.2.4
* Mon Nov 04 2013 p.drouand@gmail.com
- Don't use %_python macro for build and install; just use "python"
  instead
- Use download url as source
- %{_module}-%{version}-py%{py_ver}.egg-info was listed twice
- Remove %{py_requires} macro
* Mon Nov 04 2013 Sascha Manns <saigkill@opensuse.org>
- some makeup
* Sun Nov 03 2013 Sascha Manns <saigkill@opensuse.org>
- make fit for devel:languages:python as expected in
  https://build.opensuse.org/request/show/205625
- In detail
  o removed export CFLAGS
  o removed %%clean section
  o removed --record-rpm=INSTALLED_FILES
  o added %%{python_sitelib}/%%{name}
* Fri Dec 09 2011 cfarrell@suse.com
- license update: BSD-3-Clause or ZPL-2.1
  See COPYING.txt - this package is dual licensed under either BSD-3-Clause
  or ZPL-2.1 (using SPDX syntax)
* Thu Dec 08 2011 coolo@suse.com
- fix license to be in spdx.org format
* Sun Jan 09 2011 pascal.bleser@opensuse.org
- update to 0.2.10:
  * fix bug that caused some newlines to be erroneously stripped from form data
  * fix for missing closing tags: When there was no closing body tag or closing form tag, the final opening form element on a page would not cause a form object to be returned from ParseFileEx &c
  * yse Title-Case in MIME headers in form data
  * FileControl fixes for no-files and no-filename cases
- changes from 0.2.9:
  * fix "import *" in case where BeautifulSoup 2 is not available
- changes from 0.2.8:
  * don't eagerly close label when the element for that label is seen, since there may be more label text to follow
* Sun May 30 2010 toms@suse.de
- Fixed Group: Development/Libraries/Python to make it consistent
  with other Python packages
* Fri Oct 27 2006 poeml@suse.de
- import spec file from Fedora 5 Extras