Hello community, here is the log from the commit of package python-web.py for openSUSE:Leap:15.2 checked in at 2020-03-27 16:48:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-web.py (Old) and /work/SRC/openSUSE:Leap:15.2/.python-web.py.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-web.py" Fri Mar 27 16:48:24 2020 rev:13 rq:788968 version:0.51 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-web.py/python-web.py.changes 2020-03-02 13:24:51.734577890 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-web.py.new.3160/python-web.py.changes 2020-03-27 16:48:34.075948968 +0100 @@ -1,0 +2,40 @@ +Thu Mar 26 07:10:49 UTC 2020 - Tomáš Chvátal <[email protected]> + +- 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 18:16:04 UTC 2020 - Michael Ströder <[email protected]> + +- only recommend but not require python-cheroot + +------------------------------------------------------------------- +Wed Mar 25 14:09:58 UTC 2020 - [email protected] + +- 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 10:50:25 UTC 2020 - Michael Ströder <[email protected]> + +- added back-port patch 0001-webpy-572-enable-python-3.8.patch + for compability with Python 3.8 + +------------------------------------------------------------------- Old: ---- web.py-0.40.tar.gz New: ---- web.py-0.51.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-web.py.spec ++++++ --- /var/tmp/diff_new_pack.JkoqqI/_old 2020-03-27 16:48:34.411949165 +0100 +++ /var/tmp/diff_new_pack.JkoqqI/_new 2020-03-27 16:48:34.415949168 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-web.py # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-web.py -Version: 0.40 +Version: 0.51 Release: 0 -Url: http://webpy.org/ Summary: web.py: makes web apps -License: SUSE-Public-Domain and BSD-3-Clause -Group: Development/Languages/Python -Source: https://pypi.io/packages/source/w/web.py/web.py-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel +License: SUSE-Public-Domain AND BSD-3-Clause +URL: https://webpy.org/ +Source: https://files.pythonhosted.org/packages/source/w/web.py/web.py-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes +Requires: python-cheroot BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module cheroot} +BuildRequires: %{python_module pytest} +BuildRequires: %{pythons} +# /SECTION %python_subpackages %description @@ -45,8 +48,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} -%defattr(-,root,root,-) %{python_sitelib}/* %changelog ++++++ web.py-0.40.tar.gz -> web.py-0.51.tar.gz ++++++ ++++ 3665 lines of diff (skipped)
