- Package renamed to python-Werkzeug
- Update to version 0.7.1: * Fixed a problem with newer versions of IPython * Disabled pyinotify based reloader which does not work reliably. - Changes from version 0.7.0: * Add support for python-libmemcached to the Werkzeug cache abstraction layer. * improved url_decode and url_encode performance. * fixed an issue where the SharedDataMiddleware could cause an internal server error on weird paths when loading via pkg_resources. * fixed an URL generation bug that caused URLs to be invalid if a generated component contains a colon. * werkzeug.import_string now works with partially set up packages properly. * disabled automatic socket swiching for IPv6 on the development server due to problems it caused. * Werkzeug no longer overrides the Date header when creating a conditional HTTP response. * The routing system provides a method to retrieve the matching methods for a given path. * The routing system now accepts a parameter to change the encoding error behaviour. * The local manager can now accept custom ident functions in the constructor that are forwarded to the wrapped local objects. * url_unquote_plus now accepts unicode strings again. * fixed an issues with the filesystem session support's prune function and concurrent usage. * fixed a problem with external URL generation discarding the port. * added support for pylibmc to the Werkzeug cache abstraction layer. * fixed an issue with the new multipart parser that happened when OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=1
This commit is contained in:
commit
a6b704ab72
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
Werkzeug-0.7.1.tar.gz
Normal file
3
Werkzeug-0.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0682ada4e9b4018004be995fb3db01d9da47d0d5b488444e45a484f9e940d885
|
||||
size 1103388
|
68
python-Werkzeug.changes
Normal file
68
python-Werkzeug.changes
Normal file
@ -0,0 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 09:31:46 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Package renamed to python-Werkzeug
|
||||
- Update to version 0.7.1:
|
||||
* Fixed a problem with newer versions of IPython
|
||||
* Disabled pyinotify based reloader which does not work reliably.
|
||||
- Changes from version 0.7.0:
|
||||
* Add support for python-libmemcached to the Werkzeug cache abstraction
|
||||
layer.
|
||||
* improved url_decode and url_encode performance.
|
||||
* fixed an issue where the SharedDataMiddleware could cause an
|
||||
internal server error on weird paths when loading via pkg_resources.
|
||||
* fixed an URL generation bug that caused URLs to be invalid if a
|
||||
generated component contains a colon.
|
||||
* werkzeug.import_string now works with partially set up
|
||||
packages properly.
|
||||
* disabled automatic socket swiching for IPv6 on the development
|
||||
server due to problems it caused.
|
||||
* Werkzeug no longer overrides the Date header when creating a
|
||||
conditional HTTP response.
|
||||
* The routing system provides a method to retrieve the matching
|
||||
methods for a given path.
|
||||
* The routing system now accepts a parameter to change the encoding
|
||||
error behaviour.
|
||||
* The local manager can now accept custom ident functions in the
|
||||
constructor that are forwarded to the wrapped local objects.
|
||||
* url_unquote_plus now accepts unicode strings again.
|
||||
* fixed an issues with the filesystem session support's prune
|
||||
function and concurrent usage.
|
||||
* fixed a problem with external URL generation discarding the port.
|
||||
* added support for pylibmc to the Werkzeug cache abstraction layer.
|
||||
* fixed an issue with the new multipart parser that happened when
|
||||
a linkebreak happend to be on the chunk limit.
|
||||
* cookies are now set properly if ports are in use. A runtime error
|
||||
is raised if one tries to set a cookie for a domain without a dot.
|
||||
* fixed an issue with Template.from_file not working for file
|
||||
descriptors.
|
||||
* reloader can now use inotify to track reloads. This requires the
|
||||
pyinotify library to be installed.
|
||||
* See more in file CHANGES...
|
||||
- Generate HTML documentation with Sphinx
|
||||
- Don't package PKG-INFO
|
||||
- BuildRequire python-distribute instead of python-setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 09:03:37 UTC 2011 - saschpe@suse.de
|
||||
|
||||
- Add spec file license header
|
||||
- Use py_requires
|
||||
- Moved changelog from spec to changes file
|
||||
- Corrected RPM groups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 00:00:00 UTC 2011 - hpj@urpla.net
|
||||
|
||||
- Update to 0.6.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 5 00:00:00 UTC 2010 - phalliday@excelsiorsystems.net
|
||||
|
||||
- Updating because upstream release of Werkzeug 0.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 00:00:00 UTC 2009 - phalliday@excelsiorsystems.net
|
||||
|
||||
- Initial package
|
||||
|
85
python-Werkzeug.spec
Normal file
85
python-Werkzeug.spec
Normal file
@ -0,0 +1,85 @@
|
||||
#
|
||||
# spec file for package python-Werkzeug
|
||||
#
|
||||
# Copyright (c) 2011 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# 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-Werkzeug
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Url: http://werkzeug.pocoo.org/
|
||||
Summary: The Swiss Army knife of Python web development
|
||||
License: BSD
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-Sphinx
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%endif
|
||||
Provides: python-werkzeug = %{version}
|
||||
Obsoletes: python-werkzeug < %{version}
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%description
|
||||
Werkzeug started as simple collection of various utilities for WSGI
|
||||
applications and has become one of the most advanced WSGI utility
|
||||
modules. It includes a powerful debugger, full featured request and
|
||||
response objects, HTTP utilities to handle entity tags, cache control
|
||||
headers, HTTP dates, cookie handling, file uploads, a powerful URL
|
||||
routing system and a bunch of community contributed addon modules.
|
||||
|
||||
Werkzeug is unicode aware and doesn't enforce a specific template
|
||||
engine, database adapter or anything else. It doesn't even enforce
|
||||
a specific way of handling requests and leaves all that up to the
|
||||
developer. It's most useful for end user applications which should work
|
||||
on as many server environments as possible (such as blogs, wikis,
|
||||
bulletin boards, etc.).
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Group: Documentation/Other
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
Documentation and examples for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n Werkzeug-%{version}
|
||||
sed -i "s/\r//" LICENSE # Fix wrong EOL-encoding
|
||||
sed -i "1d" examples/manage-{i18nurls,simplewiki,shorty,couchy,cupoftee,webpylike,plnt,coolmagic}.py # Fix non-executable scripts
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
cd docs && make html && rm -rf _build/html/.buildinfo # Build HTML Documentation
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS LICENSE CHANGES
|
||||
%{python_sitelib}/*
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/_build/html examples
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user