SHA256
1
0
forked from pool/python-Flask

Commit Graph

  • d129f10dd6 Accepting request 1197028 from devel:languages:python:flask factory Dominique Leuenberger 2024-08-30 11:26:06 +0000
  • 099aebf423 - update to 3.0.3 * The default hashlib.sha1 may not be available in FIPS builds. Don’t access it at import time so the developer has time to change the default. :issue:5448 * Don’t initialize the cli attribute in the sansio scaffold, but rather in the Flask concrete class. :issue:5270 devel Matej Cepl 2024-08-28 15:41:08 +0000
  • df9450c908 Accepting request 1166616 from devel:languages:python:flask Ana Guerrero 2024-04-10 15:48:42 +0000
  • b44f22a6c2 - Remove not needed dependency python-contextvars Daniel Garcia 2024-04-10 10:15:08 +0000
  • dce0f6ff4d Accepting request 1144168 from devel:languages:python:flask Ana Guerrero 2024-02-06 15:32:43 +0000
  • a293245a56 - update to 3.0.2: * Correct type for jinja_loader property. :issue:5388 * Fix error with --extra-files and --exclude-patterns CLI options. :issue:5391 Dirk Mueller 2024-02-05 10:05:08 +0000
  • 545b10d759 Accepting request 1140137 from devel:languages:python:flask Ana Guerrero 2024-01-21 22:07:16 +0000
  • 8695adbbce - update to 3.0.1: * Correct type for path argument to send_file. :issue:5230 * Fix a typo in an error message for the flask run --key option. :pr:5344 * Session data is untagged without relying on the built-in json.loads object_hook. This allows other JSON providers that don't implement that. :issue:5381 * Address more type findings when using mypy strict mode. :pr:5383 * Remove previously deprecated code. :pr:5223 * Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask"), instead. :issue:5230 * Restructure the code such that the Flask (app) and Blueprint classes have Sans-IO bases. :pr:5127 * Allow self as an argument to url_for. :pr:5264 * Require Werkzeug >= 3.0.0. * Add an --exclude-patterns option to the flask run CLI command to * Relax typing for errorhandler to allow the user to use more precise * From Werkzeug, for redirect responses the Location header URL will * Add Config.from_prefixed_env() to load config values from environment variables that start with FLASK_ or another prefix. This parses values as * Fixed the issue where typing requires template global decorators to - Set the default encoding to “UTF-8” when loading .env and .flaskenv - flask shell sets up tab and history completion like the default - add dependency on itsdangerous Dirk Mueller 2024-01-20 14:07:52 +0000
  • e55773ee4a Accepting request 1113337 from devel:languages:python:flask Ana Guerrero 2023-09-26 20:00:43 +0000
  • bc0d890120 - Update to 2.3.3: * Python 3.12 compatibility. * Require Werkzeug >= 2.3.7. * Use `flit_core instead of setuptools` as build backend. * Refactor how an app's root and instance paths are determined. - Fiddle with captialisation again, I look forward to this flipping back to Flask at some point. Steve Kowalik 2023-09-25 02:32:52 +0000
  • 43e8d956fa Accepting request 1109078 from devel:languages:python:flask Ana Guerrero 2023-09-06 16:56:32 +0000
  • ae9577b9a9 - drops CVE-2023-30861-always-vary-cookie.patch in older dists Dirk Mueller 2023-09-05 15:06:58 +0000
  • f30bcacefd Accepting request 1101890 from devel:languages:python:flask Dominique Leuenberger 2023-08-14 20:34:57 +0000
  • 7eefcf0b84 - Update to 2.3.2: * Set `Vary: Cookie header when the session is accessed, modified, or refreshed. * Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes. * Restore deprecated from flask import Markup. * Drop support for Python 3.7. * Update minimum requirements to the latest versions. * Remove previously deprecated code. * Importing escape and Markup from flask is deprecated. * The app.got_first_request property is deprecated. * The locked_cached_property decorator is deprecated. * Signals are always available. blinker>=1.6.2 is a required dependency. * Signals support async subscriber functions. * Remove uses of locks that could cause requests to block each other very briefly. * Use modern packaging metadata with pyproject.toml. * Ensure subdomains are applied with nested blueprints. * If a blueprint is created with an empty name it raises a ValueError. * SESSION_COOKIE_DOMAIN does not fall back to SERVER_NAME. * The routes command shows each rule's subdomain or host` when domain matching is in use. * Use postponed evaluation of annotations. - Switch to pyproject macros. - Delete unneeded .gitignore files, update rpmlintrc Steve Kowalik 2023-08-02 06:48:59 +0000
  • 39a69d3823 Accepting request 1086038 from devel:languages:python:flask Dominique Leuenberger 2023-05-11 10:31:55 +0000
  • 90a78ed1bf - update to 2.2.5 (bsc#1211246, CVE-2023-30861): * Set `Vary: Cookie header when the session is accessed, modified, or refreshed. * Update for compatibility with Werkzeug 2.3. * Autoescape is enabled by default for .svg template files. :issue:4831 * Fix the type of template_folder to accept pathlib.Path. :issue:4892 * Add --debug option to the flask run command. :issue:4777` Dirk Mueller 2023-05-10 09:19:40 +0000
  • 6addcf8deb Accepting request 1083105 from devel:languages:python:flask Dominique Leuenberger 2023-04-28 14:22:12 +0000
  • 64b64dc6fb - add sle15_python_module_pythons (jsc#PED-68) Dirk Mueller 2023-04-26 20:09:25 +0000
  • 9ba23fb7ad Accepting request 1034198 from devel:languages:python:flask Dominique Leuenberger 2022-11-24 11:21:58 +0000
  • ac822c5fb2 Accepting request 1034187 from home:stroeder:python Matej Cepl 2022-11-07 13:12:26 +0000
  • 869e297255 Accepting request 989104 from devel:languages:python:flask Richard Brown 2022-07-18 16:32:51 +0000
  • f8d000427a - Add python-Flask-rpmlintrc Matej Cepl 2022-07-14 08:21:11 +0000
  • e17e7fa1f1 Accepting request 989056 from home:stroeder:branches:devel:languages:python:flask Matej Cepl 2022-07-14 08:13:33 +0000
  • 0f52e860ef Accepting request 973776 from devel:languages:python:flask Dominique Leuenberger 2022-05-01 16:53:24 +0000
  • b2a388828b Accepting request 973757 from home:stroeder:python Matej Cepl 2022-04-28 21:52:36 +0000
  • ab61fe4910 Accepting request 970586 from devel:languages:python:flask Dominique Leuenberger 2022-04-23 17:45:18 +0000
  • fc00aa25b5 Accepting request 970467 from home:bnavigator:branches:devel:languages:python:flask Matej Cepl 2022-04-18 09:28:43 +0000
  • 486a18cc9a Accepting request 966147 from home:stroeder:python Matej Cepl 2022-03-31 12:57:51 +0000
  • b6ddb10911 - Fix deduplication. Matej Cepl 2022-03-29 19:39:08 +0000
  • 4f26997469 Accepting request 965486 from home:stroeder:python Matej Cepl 2022-03-29 17:31:02 +0000
  • a2e3cb30a0 Accepting request 954385 from devel:languages:python:flask Dominique Leuenberger 2022-02-15 22:57:07 +0000
  • be2447030b Accepting request 954378 from home:stroeder:python Matej Cepl 2022-02-14 21:14:40 +0000
  • 3593ed7a1d Accepting request 924644 from devel:languages:python:flask Dominique Leuenberger 2021-10-25 13:16:57 +0000
  • 91b72e3a1e Accepting request 924492 from home:stroeder:python Matej Cepl 2021-10-11 10:00:46 +0000
  • 30a4089b6f Accepting request 923255 from home:schubi2 John Vandenberg 2021-10-05 14:25:50 +0000
  • e46f4877e9 Accepting request 922595 from home:schubi2 John Vandenberg 2021-10-02 04:19:11 +0000
  • 49124fd031 Accepting request 901115 from devel:languages:python:flask Dominique Leuenberger 2021-07-10 20:53:45 +0000
  • 60a0f06307 Accepting request 900944 from home:stroeder:python Antonio Larrosa 2021-06-21 09:58:31 +0000
  • 7e56f8572a Accepting request 809661 from devel:languages:python:flask Dominique Leuenberger 2020-06-05 17:59:16 +0000
  • 1ef9d6c750 Accepting request 809254 from home:pgajdos:python Petr Cervinka 2020-05-27 17:41:16 +0000
  • 7b20e10b53 Accepting request 791758 from devel:languages:python:flask Dominique Leuenberger 2020-04-09 21:14:07 +0000
  • f232e85ffc Accepting request 791247 from home:czerw:branches:devel:languages:python:flask Ondřej Súkup 2020-04-06 12:01:42 +0000
  • f85be4fc5b Accepting request 752962 from devel:languages:python:flask Dominique Leuenberger 2019-12-07 14:12:13 +0000
  • 39e6149316 Accepting request 752951 from home:glaubitz:branches:devel:languages:python:flask Petr Cervinka 2019-12-02 15:16:28 +0000
  • 73b881071b Accepting request 746453 from devel:languages:python:flask Dominique Leuenberger 2019-11-11 12:00:30 +0000
  • 1a30d9abb8 - Add python38-exception-test.patch to fix test failures under Python 3.8 Steve Kowalik 2019-11-08 05:41:19 +0000
  • 6433017b2b Accepting request 717080 from devel:languages:python:flask Dominique Leuenberger 2019-07-30 11:03:10 +0000
  • 0d17b977e6 - Update to 1.1.1: * The flask.json_available flag was added back for compatibility with some extensions. It will raise a deprecation warning when used, and will be removed in version 2.0.0. #3288 Tomáš Chvátal 2019-07-19 12:24:36 +0000
  • 528d3a10db Accepting request 713756 from home:apersaud:branches:devel:languages:python:flask Petr Cervinka 2019-07-08 07:18:16 +0000
  • be6b26f959 Accepting request 705805 from devel:languages:python:flask Dominique Leuenberger 2019-06-18 12:43:29 +0000
  • e38245fc8d Accepting request 605120 from devel:languages:python Dominique Leuenberger 2018-05-11 09:26:01 +0000
  • 1a6cc92d4d Accepting request 602328 from devel:languages:python Dominique Leuenberger 2018-05-06 12:55:27 +0000
  • 14f10da725 Accepting request 515228 from devel:languages:python Dominique Leuenberger 2017-08-14 10:37:01 +0000
  • 4f17141ded Accepting request 487844 from devel:languages:python Dominique Leuenberger 2017-04-28 08:38:31 +0000
  • a478930d1f Accepting request 441851 from devel:languages:python Dominique Leuenberger 2016-11-28 14:06:14 +0000
  • be589e07da Accepting request 429835 from devel:languages:python Dominique Leuenberger 2016-09-27 11:44:34 +0000
  • cef8df632d Accepting request 204561 from devel:languages:python Tomáš Chvátal 2013-10-25 09:16:04 +0000
  • ac5e2f9dc2 Accepting request 197962 from devel:languages:python Stephan Kulow 2013-09-25 12:37:01 +0000
  • bce9d4bbbf Accepting request 141541 from devel:languages:python Stephan Kulow 2012-11-17 06:27:32 +0000
  • 00465a43a5 Accepting request 90912 from devel:languages:python Stephan Kulow 2011-11-14 12:35:28 +0000
  • 61fba8f791 Accepting request 84392 from devel:languages:python Sascha Peilicke 2011-09-26 08:11:45 +0000
  • 37c7d3dd27 Autobuild autoformatter for 76556 Marcus Rueckert 2011-07-21 12:04:50 +0000
  • 5a53739830 Accepting request 76556 from devel:languages:python Marcus Rueckert 2011-07-21 12:04:36 +0000