Revisions of python-Werkzeug

buildservice-autocommit accepted request 779352 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 53)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) accepted request 779351 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 52)
Revert to Werkzeug 0.16 - boo#1164970
buildservice-autocommit accepted request 777800 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 51)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 50)
Delete accidently missed patch
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 49)
- Update to 1.0.0:
  * Drop support for Python 3.4. (#1478)
  * Remove code that issued deprecation warnings in version 0.15. (#1477)
  * Remove most top-level attributes provided by the werkzeug module in favor of direct imports. For example, instead of import werkzeug; werkzeug.url_quote, do from werkzeug.urls import url_quote. Install version 0.16 first to see deprecation warnings while upgrading. #2, #1640
  * Added utils.invalidate_cached_property() to invalidate cached properties. (#1474)
  * Directive keys for the Set-Cookie response header are not ignored when parsing the Cookie request header. This allows cookies with names such as “expires” and “version”. (#1495)
  * Request cookies are parsed into a MultiDict to capture all values for cookies with the same key. cookies[key] returns the first value rather than the last. Use cookies.getlist(key) to get all values. parse_cookie also defaults to a MultiDict. #1562, #1458
  * Add charset=utf-8 to an HTTP exception response’s CONTENT_TYPE header. (#1526)
  * The interactive debugger handles outer variables in nested scopes such as lambdas and comprehensions. #913, #1037, #1532
  * The user agent for Opera 60 on Mac is correctly reported as “opera” instead of “chrome”. #1556
  * The platform for Crosswalk on Android is correctly reported as “android” instead of “chromeos”. (#1572)
  * Issue a warning when the current server name does not match the configured server name. #760
  * A configured server name with the default port for a scheme will match the current server name without the port if the current scheme matches. #1584
  * InternalServerError has a original_exception attribute that frameworks can use to track the original cause of the error. #1590
  * Headers are tested for equality independent of the header key case, such that X-Foo is the same as x-foo. #1605
  * http.dump_cookie() accepts 'None' as a value for samesite. #1549
  * set_cookie() accepts a samesite argument. #1705
  * Support the Content Security Policy header through the Response.content_security_policy data structure. #1617
  * LanguageAccept will fall back to matching “en” for “en-US” or “en-US” for “en” to better support clients or translations that only match at the primary language tag. #450, #1507
  * MIMEAccept uses MIME parameters for specificity when matching. #458, #1574
  * If the development server is started with an SSLContext configured to verify client certificates, the certificate in PEM format will be available as environ["SSL_CLIENT_CERT"]. #1469
  * is_resource_modified will run for methods other than GET and HEAD, rather than always returning False. #409
  * SharedDataMiddleware returns 404 rather than 500 when trying to access a directory instead of a file with the package loader. The dependency on setuptools and pkg_resources is removed. #1599
  * Add a response.cache_control.immutable flag. Keep in mind that browser support for this Cache-Control header option is still experimental and may not be implemented. #1185
  * Optional request log highlighting with the development server is handled by Click instead of termcolor. #1235
  * Optional ad-hoc TLS support for the development server is handled by cryptography instead of pyOpenSSL. #1555
  * FileStorage.save() supports pathlib and PEP 519 PathLike objects. #1653
  * The debugger security pin is unique in containers managed by Podman. #1661
  * Building a URL when host_matching is enabled takes into account the current host when there are duplicate endpoints with different hosts. #488
  * The 429 TooManyRequests and 503 ServiceUnavailable HTTP exceptions takes a retry_after parameter to set the Retry-After header. #1657
buildservice-autocommit accepted request 732906 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 48)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 47)
- Update to 0.16.0:
  * Deprecate most top-level attributes provided by the werkzeug
    module in favor of direct imports. The deprecated imports will
    be removed in version 1.0.
- Rebase patch 0001_create_a_thread_to_reap_death_process.patch
buildservice-autocommit accepted request 730725 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 46)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 45)
- Update to 0.15.6:
  * Work around a bug in pip that caused the reloader to fail on Windows when
    the script was an entry point.
  * ProxyFix trusts the X-Forwarded-Proto header by default. :issue:`1630`
buildservice-autocommit accepted request 723279 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 44)
baserev update by copy to link target
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 43)
- update to 0.15.4 (bsc#1145383, CVE-2019-14806)
buildservice-autocommit accepted request 717006 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 42)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 716928 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 41)
- Fix build on SLE-12
  + Add python to BuildRequires for suse_version < 1500
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 40)
- Update to 0.15.5:
  * Fix a TypeError due to changes to ast.Module in Python 3.8. #1551
  * Fix a C assertion failure in debug builds of some Python 2.7 releases. #1553
buildservice-autocommit accepted request 705643 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 39)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 38)
ok
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 37)
- drop python-Werkzeug-doc package
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 36)
- update to 0.15.4 

- update to 0.15.4
- refreshed 0001_create_a_thread_to_reap_death_process.patch
- last stable update with long Changelog -> please see CHANGELOG.rst
buildservice-autocommit accepted request 606252 from Todd R's avatar Todd R (TheBlackCat) (revision 35)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 606251 from Todd R's avatar Todd R (TheBlackCat) (revision 34)
- Make sure ssl is available
- Avoid problem with bytecode being overwritten in tests
Displaying revisions 41 - 60 of 93
openSUSE Build Service is sponsored by