AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- some makeup
- 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}
- 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)
- fix license to be in spdx.org format
- 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
- Fixed Group: Development/Libraries/Python to make it consistent with other Python packages
- import spec file from Fedora 5 Extras