From 807be98f7bb763effe46519fa4bf55b68bceac541b8ad36c439d6956d5546d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jan 2020 15:54:32 +0000 Subject: [PATCH] Accepting request 766369 from home:MSirringhaus:branches:devel:languages:python - Update to 0.4.5: * Add a set_html() method to the browser object - Update to 0.4.4: * URLs passed into mechanize now automatically have URL unsafe characters percent encoded. This is necessary because newer versions of python disallow processing of URLs with unsafe characters. Note that this means values return by get_full_url(), get_selector() etc will be percent encoded. OBS-URL: https://build.opensuse.org/request/show/766369 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mechanize?expand=0&rev=44 --- mechanize-0.4.3.tar.gz | 3 --- mechanize-0.4.5.tar.gz | 3 +++ python-mechanize.changes | 13 +++++++++++++ python-mechanize.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 mechanize-0.4.3.tar.gz create mode 100644 mechanize-0.4.5.tar.gz diff --git a/mechanize-0.4.3.tar.gz b/mechanize-0.4.3.tar.gz deleted file mode 100644 index 9b16e6d..0000000 --- a/mechanize-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d7068be5e1b3069575c98c870aaa96dd26603fe8c8697b470e2f65259fddbf -size 212385 diff --git a/mechanize-0.4.5.tar.gz b/mechanize-0.4.5.tar.gz new file mode 100644 index 0000000..3d446e9 --- /dev/null +++ b/mechanize-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6355c11141f6d4b54a17fc2106944806b5db2711e60b120d15d83db438c333fd +size 216908 diff --git a/python-mechanize.changes b/python-mechanize.changes index 4f7b488..c9981f7 100644 --- a/python-mechanize.changes +++ b/python-mechanize.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 22 15:45:36 UTC 2020 - Martin Sirringhaus + +- Update to 0.4.5: + * Add a set_html() method to the browser object + +- Update to 0.4.4: + * URLs passed into mechanize now automatically have URL unsafe + characters percent encoded. This is necessary because newer + versions of python disallow processing of URLs with unsafe + characters. Note that this means values return by + get_full_url(), get_selector() etc will be percent encoded. + ------------------------------------------------------------------- Tue Nov 12 16:11:23 UTC 2019 - Bogdano Arendartchuk diff --git a/python-mechanize.spec b/python-mechanize.spec index 727718e..ec624ff 100644 --- a/python-mechanize.spec +++ b/python-mechanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-mechanize # -# Copyright (c) 2019 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 @@ -19,7 +19,7 @@ %define modname mechanize %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mechanize -Version: 0.4.3 +Version: 0.4.5 Release: 0 Summary: Stateful programmatic web browsing License: (BSD-3-Clause OR ZPL-2.1) AND BSD-3-Clause