Ana Guerrero
3ab9843d0f
Accepting request 1207849 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1207849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=29
2024-10-15 12:57:34 +00:00
2fa1b9e1c9
- update to version 0.13.2
...
- add bottle script as alternative alongside bottle.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=57
2024-10-14 08:26:58 +00:00
Ana Guerrero
1b358fefd2
Accepting request 1199619 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1199619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=28
2024-09-25 19:51:46 +00:00
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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=55
2024-09-09 08:31:17 +00:00
Ana Guerrero
85475a31d3
Accepting request 1118452 from devel:languages:python
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/1118452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=27
2023-10-19 20:47:18 +00:00
Steve Kowalik
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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=53
2023-10-18 05:47:01 +00:00
Ana Guerrero
134a5651cb
Accepting request 1109338 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1109338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=26
2023-09-07 19:12:47 +00:00
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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=51
2023-09-06 20:31:17 +00:00
Dominique Leuenberger
bd5bc20f17
Accepting request 1087976 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1087976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=25
2023-05-21 17:08:27 +00:00
0699e59bb6
Accepting request 1087933 from home:jsrain:branches:devel:languages:python
...
- refresh bottle-docs.pdf from the upstream URL
OBS-URL: https://build.opensuse.org/request/show/1087933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=49
2023-05-19 17:03:14 +00:00
Dominique Leuenberger
2243392910
Accepting request 1084403 from devel:languages:python
...
Forwarded request #1084356 from dirkmueller
- Switch documentation to be within the main package.
OBS-URL: https://build.opensuse.org/request/show/1084403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=24
2023-05-04 15:09:03 +00:00
96cee595d3
Accepting request 1084356 from home:dirkmueller:acdc:as_python3_module
...
- Switch documentation to be within the main package.
OBS-URL: https://build.opensuse.org/request/show/1084356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=47
2023-05-03 14:41:27 +00:00
Dominique Leuenberger
bd4de26941
Accepting request 1081975 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1081975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=23
2023-04-22 20:01:44 +00:00
7e1f597448
Accepting request 1081351 from home:dirkmueller:acdc:as_python3_module
...
SR for python stack proposal
OBS-URL: https://build.opensuse.org/request/show/1081351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=45
2023-04-21 14:51:36 +00:00
Dominique Leuenberger
bf4e87670e
Accepting request 1069528 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1069528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=22
2023-03-07 15:48:30 +00:00
f829133c5b
Accepting request 1069473 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.12.25: bugfix release
- drop python_module macro: provided by python-rpm-macros
- run fdupes to deduplicate identical files
OBS-URL: https://build.opensuse.org/request/show/1069473
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=43
2023-03-06 06:55:48 +00:00
Dominique Leuenberger
adfbfdf953
Accepting request 1067066 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1067066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=21
2023-02-23 15:28:03 +00:00
023ea16ebf
Accepting request 1067050 from home:benoit_monin:branches:devel:languages:python
...
update to version 0.12.24: bugfix release
OBS-URL: https://build.opensuse.org/request/show/1067050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=41
2023-02-21 21:55:19 +00:00
Dominique Leuenberger
5a2fdd46d9
Accepting request 992662 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/992662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=20
2022-08-05 17:50:11 +00:00
89d08b6ed0
Accepting request 992636 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.12.23: bugfix release
- drop fix_cookie_test.patch: fixed upstream
- run the tests with unittest
OBS-URL: https://build.opensuse.org/request/show/992636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=39
2022-08-04 04:23:28 +00:00
Dominique Leuenberger
30b9aea1d0
Accepting request 979443 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/979443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=19
2022-05-30 10:42:40 +00:00
749e2dcaeb
Accepting request 979397 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.12.21: bugfix release
- update to version 0.12.20: security fix
OBS-URL: https://build.opensuse.org/request/show/979397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=37
2022-05-27 07:10:21 +00:00
Dominique Leuenberger
05d100c6d8
Accepting request 848504 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/848504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=18
2020-11-17 20:21:15 +00:00
f7d89fe371
Accepting request 848401 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.12.19: bugfix release
- add fix_cookie_test.patch: imported from upstream master branch
- update the documentation pdf
- remove the separate LICENSE file: now packaged in release
- drop removing the executable bit from egg-info files: fixed
- run the tests during build
OBS-URL: https://build.opensuse.org/request/show/848401
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=35
2020-11-14 11:24:31 +00:00
Dominique Leuenberger
95b3b2e81e
Accepting request 793871 from devel:languages:python
...
- Don't use %python3_only command, but properly use alternatives.
- Drop require on doc package to pull python2 package
OBS-URL: https://build.opensuse.org/request/show/793871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=17
2020-04-15 18:07:22 +00:00
0043eedc3c
Fix BRs
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=33
2020-04-14 12:17:20 +00:00
a542da9f58
- Don't use %python3_only command, but properly use alternatives.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=32
2020-04-14 11:58:50 +00:00
Tomáš Chvátal
1524be5508
- Drop require on doc package to pull python2 package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=31
2020-04-08 12:04:38 +00:00
Dominique Leuenberger
622fdac876
Accepting request 755141 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/755141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=16
2019-12-11 11:10:47 +00:00
Tomáš Chvátal
7e74ed5f2b
Accepting request 755069 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.12.18:
* Bugfix release to improve Python 3.8+ support
- add the missing LICENSE file
- update the documentation pdf
- remove the executable bit from egg-info files
OBS-URL: https://build.opensuse.org/request/show/755069
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=29
2019-12-09 07:34:24 +00:00
Dominique Leuenberger
df96469827
Accepting request 745370 from devel:languages:python
...
- update to version 0.12.17:
* fix #1148 : redirect() and non-ascii characters
OBS-URL: https://build.opensuse.org/request/show/745370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=15
2019-11-22 09:19:03 +00:00
Tomáš Chvátal
2ab41dfc59
Accepting request 719410 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/719410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=27
2019-07-29 08:41:44 +00:00
Dominique Leuenberger
471c01717b
Accepting request 685818 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/685818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=14
2019-03-29 19:35:48 +00:00
Tomáš Chvátal
3b20b4dbbb
Accepting request 685815 from home:jengelh:branches:devel:languages:python
...
- Ensure neutrality of description and fixup some
spelling/grammar issues.
OBS-URL: https://build.opensuse.org/request/show/685815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=25
2019-03-17 15:27:14 +00:00
Dominique Leuenberger
7c156020ac
Accepting request 680152 from devel:languages:python
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/680152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=13
2019-03-04 08:09:51 +00:00
662b1d8ba3
ok
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=23
2019-02-28 15:23:25 +00:00
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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=22
2019-02-28 15:22:39 +00:00
Dominique Leuenberger
c9374ac4a0
Accepting request 483405 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/483405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=12
2017-04-19 16:05:34 +00:00
Todd R
810f9199bd
Accepting request 483404 from home:TheBlackCat:branches:devel:languages:python
...
update pdf doc file.
OBS-URL: https://build.opensuse.org/request/show/483404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=20
2017-03-29 15:41:29 +00:00
Jan Matejek
98078df058
Accepting request 482346 from devel:languages:python:singlespec
...
- update for singlespec
- use automation for docs
- update to 0.12.13
* bugfix release
* fixed TypeError on unicode WSGI headers
* fixed get_header on FileUpload
* fixed crlf header injection (CVE-2016-9964)
* switch to setuptools for build
* allow multiline dict/list/set comprehensions in templates
* allow unicode keys in ConfigDict
OBS-URL: https://build.opensuse.org/request/show/482346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=19
2017-03-23 18:15:03 +00:00
Michal Čihař
cd973b9dd1
Accepting request 304085 from home:benoit_monin:branches:devel:languages:python
...
- update to version 0.12.8: no upstream changelog
- update bottle-docs.pdf
- point the source URL of the pdf to the project homepage
- create of separate subpackage for the pdf documentation
OBS-URL: https://build.opensuse.org/request/show/304085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=18
2015-04-27 07:25:30 +00:00
Stephan Kulow
0a984330f4
Accepting request 234836 from devel:languages:python
...
Update to 0.12.7 (forwarded request 234835 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/234836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=10
2014-05-21 14:22:04 +00:00
Todd R
546b57c30a
Accepting request 234835 from home:TheBlackCat:branches:devel:languages:python
...
Update to 0.12.7
OBS-URL: https://build.opensuse.org/request/show/234835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=16
2014-05-20 12:29:26 +00:00
Stephan Kulow
368d2c6c42
Accepting request 199485 from devel:languages:python
...
Update to 0.11.6 (forwarded request 199454 from poorboywilly)
OBS-URL: https://build.opensuse.org/request/show/199485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=9
2013-09-23 08:55:04 +00:00
Sascha Peilicke
07160289ae
Accepting request 199454 from home:poorboywilly:branches:devel:languages:python
...
Update to 0.11.6
OBS-URL: https://build.opensuse.org/request/show/199454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=14
2013-09-18 07:59:03 +00:00
Stephan Kulow
9a11e91efb
Accepting request 179743 from devel:languages:python
...
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
OBS-URL: https://build.opensuse.org/request/show/179743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=7
2013-06-19 14:26:55 +00:00
Sascha Peilicke
4b8b4194f3
Python3 moved to devel:languages:python3
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=12
2013-06-17 12:50:15 +00:00
Stephan Kulow
fde01d6cae
Accepting request 143682 from devel:languages:python
...
Fix building on openSUSE 12.1 and 12.2
OBS-URL: https://build.opensuse.org/request/show/143682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=5
2012-12-03 10:19:01 +00:00
Todd R
3ffbc8d27f
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=10
2012-11-30 14:08:31 +00:00
Todd R
f3835be3b9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=9
2012-11-30 14:08:05 +00:00