15
0
forked from pool/python-web.py
Commit Graph

19 Commits

Author SHA256 Message Date
fd854b835a Accepting request 788431 from devel:languages:python
- Fix the test requirements to pull in only what's really needed
- The cheroot is hard requirement by upstream specification so require it

- only recommend but not require python-cheroot

- version update to 0.51
  * Update setup.py to pack tests directory and publish to pypi.
  * New session store MemoryStore, used to save a session in memory.
  * Should be useful where there are limited fs writes to the disk, like
    flash memories. #174
  * Fixed: not support samesite=none. #592
  * Fixed Python-3 compatibility issues: #574, #576.
  * Support tuple and set in sqlquote().
  * Drop support for SQL driver pgdb. It was dead, you cannot even find its
    website or download link.
  * Drop support for SQL driver psycopg. The latest version was released in
    2006 (14 years ago), please use psycopg2 instead.
  * Removed function web.safemarkdown. if it's used in your application, you
    can install the Markdown module from pypi
    (https://pypi.org/project/Markdown/), then replace web.safemarkdown() by
    markdown.markdown().
- deleted patches
  - 0001-webpy-572-enable-python-3.8.patch (upstreamed)
- test package

- added back-port patch 0001-webpy-572-enable-python-3.8.patch
  for compability with Python 3.8

OBS-URL: https://build.opensuse.org/request/show/788431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=10
2020-03-26 23:29:49 +00:00
Tomáš Chvátal
0e175ef7ec - Fix the test requirements to pull in only what's really needed
- The cheroot is hard requirement by upstream specification so require it

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=18
2020-03-26 07:34:33 +00:00
Michael Ströder
624aca5253 Accepting request 788313 from home:stroeder:branches:devel:languages:python
only recommend but not require python-cheroot

OBS-URL: https://build.opensuse.org/request/show/788313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=17
2020-03-25 18:18:19 +00:00
Michael Ströder
07fa700da8 Accepting request 788230 from home:pgajdos:python
- version update to 0.51
  * Update setup.py to pack tests directory and publish to pypi.
  * New session store MemoryStore, used to save a session in memory.
  * Should be useful where there are limited fs writes to the disk, like
    flash memories. #174
  * Fixed: not support samesite=none. #592
  * Fixed Python-3 compatibility issues: #574, #576.
  * Support tuple and set in sqlquote().
  * Drop support for SQL driver pgdb. It was dead, you cannot even find its
    website or download link.
  * Drop support for SQL driver psycopg. The latest version was released in
    2006 (14 years ago), please use psycopg2 instead.
  * Removed function web.safemarkdown. if it's used in your application, you
    can install the Markdown module from pypi
    (https://pypi.org/project/Markdown/), then replace web.safemarkdown() by
    markdown.markdown().
- deleted patches
  - 0001-webpy-572-enable-python-3.8.patch (upstreamed)
- test package

OBS-URL: https://build.opensuse.org/request/show/788230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=16
2020-03-25 14:45:48 +00:00
Michael Ströder
52ba1e1d15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=15 2020-03-12 10:51:03 +00:00
Michael Ströder
25b1280522 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=14 2020-03-12 10:50:37 +00:00
Michael Ströder
05815ada27 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=13 2020-03-12 10:48:32 +00:00
7de39b2d8a Accepting request 733746 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/733746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=9
2019-09-30 13:57:24 +00:00
Michael Ströder
ef04111b9a Accepting request 733745 from home:stroeder:branches:devel:languages:python
Updated to 0.40

OBS-URL: https://build.opensuse.org/request/show/733745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=11
2019-09-27 19:30:37 +00:00
7283d7a4d3 Accepting request 686082 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/686082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=8
2019-03-19 09:00:51 +00:00
Michael Ströder
490b05b006 Accepting request 686081 from home:stroeder:branches:devel:languages:python
Updated to 0.39 with security fixes!

OBS-URL: https://build.opensuse.org/request/show/686081
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=9
2019-03-18 12:05:31 +00:00
b6687c5152 Accepting request 452045 from devel:languages:python
- fix source url

- Updated to 0.38
  * Fixed failing tests in test/session.py when postgres is not installed. (tx Michael Diamond)
  * Fixed an error with Python 2.3 (tx Michael Diamond)
  * web.database now accepts a URL, $DATABASE_URL (fixes #171) (tx Aaron Swartz, we miss you)
  * support port use 'port' as keyword for postgres database with used eith pgdb (tx Sandesh Singh)
  * Fixes to FirebirdDB database (tx Ben Hanna)
  * Added a gaerun method to start application for google app engine (tx Matt Habel)
  * Better error message from `db.multiple_insert` when not all rows have the same keys (tx Ben Hoyt)
  * Allow custom messages for most errors (tx Shaun Sharples)
  * IPv6 support (tx Matthew of Boswell and zamabe)
  * Fixed sending email using Amazon SES (tx asldevi)
  * Fixed handling of long numbers in sqlify. closes #213. (tx cjrolo)
  * Escape HTML characters when emitting API docs. (tx Jeff Zellman)
  * Fixed an inconsistency in form.Dropdown when numbers are used for args and value. (tx Noprianto)
  * Fixed a potential remote exeution risk in `reparam` (tx Adrián Brav)
  * The where clause in db queries can be a dict now
  * Added `first` method to iterbetter
  * Fix to unexpected session when used with MySQL (tx suhashpatil)
  * Change dburl2dict to use urlparse and to support the simple case of just a database name. (tx Jeff Zellman)
  * Support '204 No Content' status code (tx Matteo Landi)
  * Support `451 Unavailable For Legal Reasons` status code(tx Yannik Robin Kettenbach)
  * Updates to documentation (tx goodrone, asldevi)

OBS-URL: https://build.opensuse.org/request/show/452045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=7
2017-01-25 22:32:38 +00:00
a0a09562e6 - fix source url
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=7
2017-01-23 21:10:59 +00:00
0980216e26 Accepting request 442949 from home:stroeder:branches:devel:languages:python
update to 0.38

OBS-URL: https://build.opensuse.org/request/show/442949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=6
2016-12-06 12:03:29 +00:00
Stephan Kulow
6ee3a07852 Accepting request 126855 from devel:languages:python
Update to 0.37 (forwarded request 126532 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/126855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=3
2012-07-02 09:07:46 +00:00
Sascha Peilicke
8c76db65ae Accepting request 126532 from home:babelworx:branches:devel:languages:python
Update to 0.37

OBS-URL: https://build.opensuse.org/request/show/126532
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=4
2012-07-02 07:36:31 +00:00
Stephan Kulow
2e8b8bacc4 Accepting request 110181 from devel:languages:python
Please add

OBS-URL: https://build.opensuse.org/request/show/110181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=1
2012-03-22 11:39:49 +00:00
Sascha Peilicke
042404e025 Accepting request 110124 from home:babelworx:ldig:branches:devel:languages:python
license update: SUSE-Public-Domain and BSD-3-Clause
See e.g. Colin Stewart copyright and license in web/httpserver.py (lines 22 to 25)

OBS-URL: https://build.opensuse.org/request/show/110124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=2
2012-03-20 14:50:49 +00:00
Sascha Peilicke
5776c815d3 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=1
2012-03-15 15:50:23 +00:00