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:
committed by
Git OBS Bridge
parent
8efa39c463
commit
557393b748
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 09:37:14 UTC 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 6 05:53:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b50343941360984d37270186453bb897d13630028a739394fedf38f9cde2fd07
|
||||
size 80662
|
||||
3
web.py-0.61.tar.gz
Normal file
3
web.py-0.61.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7a9081aeb086cd3e703c7553a47ee75188d1d325f25eec7654d9bb00b5eccbb
|
||||
size 623070
|
||||
Reference in New Issue
Block a user