Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-web.py | Distribution: openSUSE:Factory:zSystems |
Version: 0.62 | Vendor: openSUSE |
Release: 3.8 | Build date: Tue Jan 11 22:13:27 2022 |
Group: Unspecified | Build host: reproducible |
Size: 818692 | Source RPM: python-web.py-0.62-3.8.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://webpy.org/ | |
Summary: web.py: makes web apps |
Think about the ideal way to write a web app. Write the code to make it happen.
BSD-3-Clause AND SUSE-Public-Domain
* Tue Jan 11 2022 Dirk Müller <dmueller@suse.com> - add python-rpm-macros * Wed Jun 30 2021 Matej Cepl <mcepl@suse.com> - Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712) * Mon Nov 09 2020 Michael Ströder <michael@stroeder.com> - version update to 0.62: * Fixed: application.load() assumes ctx.path will be a latin1 string #687 * Fixed: can not reset session data to same value as initialized. #683 * Fixed: can not set session expire time. #655 * Fixed: not export session store `MemoryStore`. * Sun Aug 09 2020 Michael Ströder <michael@stroeder.com> - 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 * Thu Aug 06 2020 Tomáš Chvátal <tchvatal@suse.com> - Do not install tests in sitelib directly * Thu Mar 26 2020 Tomáš Chvátal <tchvatal@suse.com> - Fix the test requirements to pull in only what's really needed - The cheroot is hard requirement by upstream specification so require it * Wed Mar 25 2020 Michael Ströder <michael@stroeder.com> - only recommend but not require python-cheroot * Wed Mar 25 2020 pgajdos@suse.com - 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 * Thu Mar 12 2020 Michael Ströder <michael@stroeder.com> - added back-port patch 0001-webpy-572-enable-python-3.8.patch for compability with Python 3.8 * Fri Sep 27 2019 Michael Ströder <michael@stroeder.com> - Updated to 0.40 * Fixed lots of Python-3 compatibility issues. * Drop support for Python 2.3 and 2.4. * Allow to get data from PATCH request (fixes #259, tx @kufd) * Only store new session data if the data is non-default (fixes #161, tx @shish) * Supports `SameSite` cookie attribute (fixes #61 #99 #337) * Cookie expire time is now set to same as session `timeout` (fixes #409 #410) * Supports url for SQLite database like `sqlite:///mydb.sqlite`, `sqlite:////absolute/path/mydb.sqlite` (fixes #209, tx @iamFIREcracker) * Allow HTML5 form input elements in `web.form.Input()` (fixes #440, tx @jimgregory) * Return body for `NoMethod` error handler (fixes #240, tx @waldhol) * Fixed unicode in request url (fixes #461, tx @schneidersoft) * Fixed inline comment in Templator which leads to unexpected behavior (fixes #432, tx @lucylqe) * Fixed missing exception (ValueError) for socket.inet_pton to be compatible with twisted patched `socket.inet_pton` (fixes #464, tx @tclh123) * Fixed incorrect order of arguments for sending email with boto (fixes #204, tx @asldevi) * Fixed notfound message is not utf-8 charset (fixes #500, tx @by-z) * Fixed error in creating pooled PostgresDB with pgdb driver (fixes #255, tx @PriceChild) * Fixed: IP address which contains space should not pass validation (fixes #140, tx @chuangbo) * Fixed incorrect returned row ids with `multiple_insert()` (fixes #263 #447) * Fixed not correctly render the `id` attribute after changed (fixes #339, tx @jimgregory)
/usr/lib/python3.12/site-packages/web /usr/lib/python3.12/site-packages/web.py-0.62-py3.12.egg-info /usr/lib/python3.12/site-packages/web.py-0.62-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/web.py-0.62-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/web.py-0.62-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/web.py-0.62-py3.12.egg-info/requires.txt /usr/lib/python3.12/site-packages/web.py-0.62-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/web/__init__.py /usr/lib/python3.12/site-packages/web/__pycache__ /usr/lib/python3.12/site-packages/web/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/application.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/application.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/browser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/browser.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/db.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/db.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/debugerror.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/debugerror.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/form.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/form.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/http.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/http.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/httpserver.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/httpserver.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/net.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/net.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/py3helpers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/py3helpers.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/session.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/session.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/template.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/template.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/test.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/test.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/webapi.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/webapi.cpython-312.pyc /usr/lib/python3.12/site-packages/web/__pycache__/wsgi.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/__pycache__/wsgi.cpython-312.pyc /usr/lib/python3.12/site-packages/web/application.py /usr/lib/python3.12/site-packages/web/browser.py /usr/lib/python3.12/site-packages/web/contrib /usr/lib/python3.12/site-packages/web/contrib/__init__.py /usr/lib/python3.12/site-packages/web/contrib/__pycache__ /usr/lib/python3.12/site-packages/web/contrib/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/contrib/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/web/contrib/__pycache__/template.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/web/contrib/__pycache__/template.cpython-312.pyc /usr/lib/python3.12/site-packages/web/contrib/template.py /usr/lib/python3.12/site-packages/web/db.py /usr/lib/python3.12/site-packages/web/debugerror.py /usr/lib/python3.12/site-packages/web/form.py /usr/lib/python3.12/site-packages/web/http.py /usr/lib/python3.12/site-packages/web/httpserver.py /usr/lib/python3.12/site-packages/web/net.py /usr/lib/python3.12/site-packages/web/py3helpers.py /usr/lib/python3.12/site-packages/web/session.py /usr/lib/python3.12/site-packages/web/template.py /usr/lib/python3.12/site-packages/web/test.py /usr/lib/python3.12/site-packages/web/utils.py /usr/lib/python3.12/site-packages/web/webapi.py /usr/lib/python3.12/site-packages/web/wsgi.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025