Commit Graph

  • 3ab9843d0f Accepting request 1207849 from devel:languages:python factory Ana Guerrero 2024-10-15 12:57:34 +0000
  • 2fa1b9e1c9 - update to version 0.13.2 - add bottle script as alternative alongside bottle.py devel Markéta Machová 2024-10-14 08:26:58 +0000
  • 1b358fefd2 Accepting request 1199619 from devel:languages:python Ana Guerrero 2024-09-25 19:51:46 +0000
  • 44deb1e4c8 - Update to version 0.13.1 * Added DeprecationWarning warning for Python 2 * fix: Bottle.__setattr__ breaks data descriptors - from version 0.13.0 * This release contains breaking changers, please read the notes below * Dropped support for Python versions that reached their end-of-life. * The documented API of the :class:ConfigDict class is now considered stable and ready to use. * Plugins with the old API (`api=1 or no api attribute) will no longer work. * Parameter order of :meth:Bottle.mount changed in 0.10. The old order will now result in an error instead of a warning. * The :class:ConfigDict class was introduced in 0.11 and changed during 0.12. These changes are now final. * Attribute access and assignment was removed due to high overhead and limited usability. * Namespaced sub-instance creation was removed. config["a"]["b"] has a high overhead and little benefit over config["a.b"]. * :class:ConfigDict instances are no longer callable. This was a shortcut for :meth:ConfigDict.update. * :class:ConfigDict constructor no longer accepts any parameters. Use the load_* methods instead. * Bottle 0.12 changed some aspects of the Simple Template Engine. These changes are now final and the old syntax will now longer work. * The magic {{rebase()}} call was replaced by a base variable. Example: {{base}} * In STPL Templates, the rebase and include keywords were replaced with functions in 0.12. * PEP-263 encoding strings are no longer recognized. Templates are always utf-8. * The 'geventSocketIO' server adapter was removed without notice. It did not work anyway. * Signed cookies now use a stronger HMAC algorithm by default. This will result in old cookies to appear invalid after the update. Pass an explicit digestmod=hashlib.md5 to :meth:Request.get_cookie <BaseRequest.get_cookie> and :meth:Response.set_cookie <BaseResponse.set_cookie>` to get the old behavior. Dirk Mueller 2024-09-09 08:31:17 +0000
  • 85475a31d3 Accepting request 1118452 from devel:languages:python Ana Guerrero 2023-10-19 20:47:18 +0000
  • f5b1d227c3 - Add patch update-module-loader.patch: * Add find_spec to the magic bottle.ext loader, Python 3.12 no longer calls find_module. - Switch to pyproject and autosetup macros. Steve Kowalik 2023-10-18 05:47:01 +0000
  • 134a5651cb Accepting request 1109338 from devel:languages:python Ana Guerrero 2023-09-07 19:12:47 +0000
  • 0062be5470 - update to version 0.12.20 (bsc#1200286, CVE-2022-31799): * obsoletes 0002_Gracefully_handle_errors_during_early_request_binding.patch in older dists - update to version 0.12.19 (bsc#1182181, CVE-2020-28473): * obsoletes 0001_Do_not_split_query_strings_on_semicolon_anymore.patch in older dists Dirk Mueller 2023-09-06 20:31:17 +0000
  • bd5bc20f17 Accepting request 1087976 from devel:languages:python Dominique Leuenberger 2023-05-21 17:08:27 +0000
  • 0699e59bb6 Accepting request 1087933 from home:jsrain:branches:devel:languages:python Matej Cepl 2023-05-19 17:03:14 +0000
  • 2243392910 Accepting request 1084403 from devel:languages:python Dominique Leuenberger 2023-05-04 15:09:03 +0000
  • 96cee595d3 Accepting request 1084356 from home:dirkmueller:acdc:as_python3_module Matej Cepl 2023-05-03 14:41:27 +0000
  • bd4de26941 Accepting request 1081975 from devel:languages:python Dominique Leuenberger 2023-04-22 20:01:44 +0000
  • 7e1f597448 Accepting request 1081351 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:51:36 +0000
  • bf4e87670e Accepting request 1069528 from devel:languages:python Dominique Leuenberger 2023-03-07 15:48:30 +0000
  • f829133c5b Accepting request 1069473 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2023-03-06 06:55:48 +0000
  • adfbfdf953 Accepting request 1067066 from devel:languages:python Dominique Leuenberger 2023-02-23 15:28:03 +0000
  • 023ea16ebf Accepting request 1067050 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2023-02-21 21:55:19 +0000
  • 5a2fdd46d9 Accepting request 992662 from devel:languages:python Dominique Leuenberger 2022-08-05 17:50:11 +0000
  • 89d08b6ed0 Accepting request 992636 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2022-08-04 04:23:28 +0000
  • 30b9aea1d0 Accepting request 979443 from devel:languages:python Dominique Leuenberger 2022-05-30 10:42:40 +0000
  • 749e2dcaeb Accepting request 979397 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2022-05-27 07:10:21 +0000
  • 05d100c6d8 Accepting request 848504 from devel:languages:python Dominique Leuenberger 2020-11-17 20:21:15 +0000
  • f7d89fe371 Accepting request 848401 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2020-11-14 11:24:31 +0000
  • 95b3b2e81e Accepting request 793871 from devel:languages:python Dominique Leuenberger 2020-04-15 18:07:22 +0000
  • 0043eedc3c Fix BRs Matej Cepl 2020-04-14 12:17:20 +0000
  • a542da9f58 - Don't use %python3_only command, but properly use alternatives. Matej Cepl 2020-04-14 11:58:50 +0000
  • 1524be5508 - Drop require on doc package to pull python2 package Tomáš Chvátal 2020-04-08 12:04:38 +0000
  • 622fdac876 Accepting request 755141 from devel:languages:python Dominique Leuenberger 2019-12-11 11:10:47 +0000
  • 7e74ed5f2b Accepting request 755069 from home:benoit_monin:branches:devel:languages:python Tomáš Chvátal 2019-12-09 07:34:24 +0000
  • df96469827 Accepting request 745370 from devel:languages:python Dominique Leuenberger 2019-11-22 09:19:03 +0000
  • 2ab41dfc59 Accepting request 719410 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2019-07-29 08:41:44 +0000
  • 471c01717b Accepting request 685818 from devel:languages:python Dominique Leuenberger 2019-03-29 19:35:48 +0000
  • 3b20b4dbbb Accepting request 685815 from home:jengelh:branches:devel:languages:python Tomáš Chvátal 2019-03-17 15:27:14 +0000
  • 7c156020ac Accepting request 680152 from devel:languages:python Dominique Leuenberger 2019-03-04 08:09:51 +0000
  • 662b1d8ba3 ok Ondřej Súkup 2019-02-28 15:23:25 +0000
  • ba88425f5d - update to 0.12.16 * DeprecationWarning: Flags not at the start of the expression * Some modules set __file__ as None * gevent-1.3.0 removes 'fast' wsgi implementation. Ondřej Súkup 2019-02-28 15:22:39 +0000
  • c9374ac4a0 Accepting request 483405 from devel:languages:python Dominique Leuenberger 2017-04-19 16:05:34 +0000
  • 810f9199bd Accepting request 483404 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-03-29 15:41:29 +0000
  • 98078df058 Accepting request 482346 from devel:languages:python:singlespec Jan Matejek 2017-03-23 18:15:03 +0000
  • cd973b9dd1 Accepting request 304085 from home:benoit_monin:branches:devel:languages:python Michal Čihař 2015-04-27 07:25:30 +0000
  • 0a984330f4 Accepting request 234836 from devel:languages:python Stephan Kulow 2014-05-21 14:22:04 +0000
  • 546b57c30a Accepting request 234835 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-05-20 12:29:26 +0000
  • 368d2c6c42 Accepting request 199485 from devel:languages:python Stephan Kulow 2013-09-23 08:55:04 +0000
  • 07160289ae Accepting request 199454 from home:poorboywilly:branches:devel:languages:python Sascha Peilicke 2013-09-18 07:59:03 +0000
  • 9a11e91efb Accepting request 179743 from devel:languages:python Stephan Kulow 2013-06-19 14:26:55 +0000
  • 4b8b4194f3 Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:50:15 +0000
  • fde01d6cae Accepting request 143682 from devel:languages:python Stephan Kulow 2012-12-03 10:19:01 +0000
  • 3ffbc8d27f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=10 Todd R 2012-11-30 14:08:31 +0000
  • f3835be3b9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=9 Todd R 2012-11-30 14:08:05 +0000
  • 7745142151 Accepting request 142425 from devel:languages:python Stephan Kulow 2012-11-25 12:27:17 +0000
  • 3ea84c4661 - Update to version 0.11.4: + Upstream provides no changelog - Changes from version 0.11: + Native support for Python 2.x and 3.x syntax. No need to run 2to3 anymore. + Support for partial downloads (Range header) in static_file(). + The new ResourceManager interface helps locating files bundled with an application. + Added a server adapter for waitress. + New Bottle.merge() method to install all routes from one application into another. + New BaseRequest.app property to get the application object that handles a request. + Added FormsDict.decode() to get an all-unicode version (needed by WTForms). + MultiDict and subclasses are now pickle-able. + Response.status is a read-write property that can be assigned either a numeric status code or a status string with a reason phrase (200 OK). The return value is now a string to better match existing APIs (WebOb, werkzeug). To be absolutely clear, you can use the read-only properties BaseResponse.status_code and BaseResponse.status_line. + SimpleTALTemplate is now deprecating. There seems to be no demand. Sascha Peilicke 2012-11-22 14:10:28 +0000
  • e4193d9431 Accepting request 131002 from devel:languages:python Ismail Dönmez 2012-08-23 14:05:45 +0000
  • 5ff1295248 Accepting request 130839 from home:HighwayStar:branches:devel:languages:python Todd R 2012-08-16 08:04:25 +0000
  • 654fd895b8 Accepting request 109017 from devel:languages:python Stephan Kulow 2012-03-16 12:21:34 +0000
  • d2a0132b68 - update to version 0.10.9 Sascha Peilicke 2012-03-12 20:45:42 +0000
  • 40c305d814 - Update to version 0.9.6 - Removed file LICENSE, upstream now has LICENSE.txt Sascha Peilicke 2011-09-23 13:56:56 +0000
  • 5c574aa1dc Accepting request 53440 from home:babelworx:python Cristian Rodríguez 2010-11-19 14:52:51 +0000