14
0
forked from pool/python-web.py

33 Commits

Author SHA256 Message Date
6527a98cb3 Accepting request 1285279 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.
- Ship the README as docs.

OBS-URL: https://build.opensuse.org/request/show/1285279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=17
2025-06-13 16:45:05 +00:00
6c9cc173a3 - Switch to pyproject macros.
- No more greedy globs in %files.
- Ship the README as docs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=30
2025-06-13 02:53:34 +00:00
3b51a118a3 Accepting request 1225614 from devel:languages:python
- add legacy-cgi for python 3.13 support

- add python-rpm-macros
* Optimized web.cookies (tx benhoyt) - #148

OBS-URL: https://build.opensuse.org/request/show/1225614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=16
2024-11-21 21:01:52 +00:00
7210ff13de - add legacy-cgi for python 3.13 support
- add python-rpm-macros
* Optimized web.cookies (tx benhoyt) - #148

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=28
2024-11-21 15:54:45 +00:00
92ba643840 Accepting request 945684 from devel:languages:python
- add python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/945684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=15
2022-01-11 22:42:45 +00:00
653dd8308c - add python-rpm-macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=27
2022-01-11 21:13:35 +00:00
091fc25ec2 Accepting request 903207 from devel:languages:python
- Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712)

OBS-URL: https://build.opensuse.org/request/show/903207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=14
2021-07-01 05:05:41 +00:00
83731e3b42 - Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=26
2021-06-30 10:45:16 +00:00
cd756749af Accepting request 847353 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/847353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=13
2020-11-10 12:46:27 +00:00
Michael Ströder
a490011b11 Accepting request 847352 from home:stroeder:branches:devel:languages:python
version update to 0.62

OBS-URL: https://build.opensuse.org/request/show/847352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=24
2020-11-09 21:07:34 +00:00
221a413002 Accepting request 825357 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/825357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=12
2020-08-13 08:12:41 +00:00
Tomáš Chvátal
557393b748 Accepting request 825138 from home:stroeder:branches:devel:languages:python
- version update to 0.61:
  * Add python_requires=">=3.5" in setup.py #662
  * Fix incorrect content in MANIFEST.in file.
  * Python-2 support has been completely dropped. Welcome to Python 3.
  * Fixed: session store DiskStore doesn't return correctly if session
  * directory doesn't exist. #652
  * Fixed: incorrect str/bytes type of session data. #644 #645
  * Fixed: db.query("insert... returning") fails to commit. #648 #649
- skip builds for Python 2

OBS-URL: https://build.opensuse.org/request/show/825138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=22
2020-08-10 11:18:23 +00:00
a87ef4254a Accepting request 824589 from devel:languages:python
- Do not install tests in sitelib directly

OBS-URL: https://build.opensuse.org/request/show/824589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=11
2020-08-06 15:32:46 +00:00
Tomáš Chvátal
8efa39c463 - Do not install tests in sitelib directly
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=20
2020-08-06 05:53:23 +00:00
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