File python-ClientForm.changes of Package python-ClientForm
-------------------------------------------------------------------
Mon Nov 4 18:03:34 UTC 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 4 17:32:39 UTC 2013 - Sascha Manns <saigkill@opensuse.org>
- some makeup
-------------------------------------------------------------------
Sun Nov 3 23:52:36 UTC 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 9 12:50:14 UTC 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 8 13:54:27 UTC 2011 - coolo@suse.com
- fix license to be in spdx.org format
-------------------------------------------------------------------
Sun Jan 9 02:14:36 UTC 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 17:47:43 UTC 2010 - toms@suse.de
- Fixed Group: Development/Libraries/Python to make it consistent
with other Python packages
-------------------------------------------------------------------
Fri Oct 27 18:53:32 CEST 2006 - poeml@suse.de
- import spec file from Fedora 5 Extras