From 0980216e26f83b3854086b2c5e9f6b193fd807914fc087da26c3f1dd786dc9c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2016 12:03:29 +0000 Subject: [PATCH 1/2] 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 --- python-web.py.changes | 26 ++++++++++++++++++++++++++ python-web.py.spec | 2 +- web.py-0.37.tar.gz | 3 --- web.py-0.38.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 web.py-0.37.tar.gz create mode 100644 web.py-0.38.tar.gz diff --git a/python-web.py.changes b/python-web.py.changes index 8421417..a91fc24 100644 --- a/python-web.py.changes +++ b/python-web.py.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Nov 30 21:18:23 UTC 2016 - michael@stroeder.com + +- 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) + ------------------------------------------------------------------- Fri Jun 29 08:23:50 UTC 2012 - cfarrell@suse.com diff --git a/python-web.py.spec b/python-web.py.spec index 031f7cc..4137f98 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -17,7 +17,7 @@ Name: python-web.py -Version: 0.37 +Version: 0.38 Release: 0 Url: http://webpy.org/ Summary: web.py: makes web apps diff --git a/web.py-0.37.tar.gz b/web.py-0.37.tar.gz deleted file mode 100644 index 7819571..0000000 --- a/web.py-0.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:748c7e99ad9e36f62ea19f7965eb7dd7860b530e8f563ed60ce3e53e7409a550 -size 90232 diff --git a/web.py-0.38.tar.gz b/web.py-0.38.tar.gz new file mode 100644 index 0000000..971817c --- /dev/null +++ b/web.py-0.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c61b5b6b6e1dd558818d07dfbab3b2da0623603079c7d7223644b287f08870 +size 91877 From a0a09562e635541df1fb95f1f6e2b39499d5ba44440ecf65d489ae6d1288d335 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 23 Jan 2017 21:10:59 +0000 Subject: [PATCH 2/2] - fix source url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=7 --- python-web.py.changes | 5 +++++ python-web.py.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-web.py.changes b/python-web.py.changes index a91fc24..9bd06e8 100644 --- a/python-web.py.changes +++ b/python-web.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 23 21:10:49 UTC 2017 - dmueller@suse.com + +- fix source url + ------------------------------------------------------------------- Wed Nov 30 21:18:23 UTC 2016 - michael@stroeder.com diff --git a/python-web.py.spec b/python-web.py.spec index 4137f98..901ac97 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -1,7 +1,7 @@ # # spec file for package python-web.py # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Url: http://webpy.org/ Summary: web.py: makes web apps License: SUSE-Public-Domain and BSD-3-Clause Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/w/web.py/web.py-%{version}.tar.gz +Source: https://pypi.io/packages/source/w/web.py/web.py-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel %if 0%{?suse_version} && 0%{?suse_version} <= 1110