14
0
forked from pool/python-web.py

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
This commit is contained in:
Tomáš Chvátal
2020-08-10 11:18:23 +00:00
committed by Git OBS Bridge
parent 8efa39c463
commit 557393b748
4 changed files with 18 additions and 5 deletions

View File

@@ -15,10 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-web.py
Version: 0.51
Version: 0.61
Release: 0
Summary: web.py: makes web apps
License: SUSE-Public-Domain AND BSD-3-Clause
@@ -46,7 +47,6 @@ Think about the ideal way to write a web app. Write the code to make it happen.
%install
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check