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