forked from pool/python-mechanize
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
This commit is contained in:
committed by
Git OBS Bridge
parent
003f3cf3a3
commit
807be98f7b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7d7068be5e1b3069575c98c870aaa96dd26603fe8c8697b470e2f65259fddbf
|
||||
size 212385
|
||||
3
mechanize-0.4.5.tar.gz
Normal file
3
mechanize-0.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6355c11141f6d4b54a17fc2106944806b5db2711e60b120d15d83db438c333fd
|
||||
size 216908
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 15:45:36 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- 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 <BArendartchuk@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user