14
0

- Update to 0.4.3:

* When filling forms with unicode strings automatically encode them into
    the correct encoding fr the HTML page being viewed
  * Guess content type when uploading files if not specified
  * py3 compat - Have the version of simple cookies be 0 rather than None

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mechanize?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal
2019-09-11 12:38:04 +00:00
committed by Git OBS Bridge
parent 2a83d1d406
commit 673dd99c84
4 changed files with 14 additions and 6 deletions

View File

@@ -19,17 +19,16 @@
%define modname mechanize
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mechanize
Version: 0.4.2
Version: 0.4.3
Release: 0
Summary: Stateful programmatic web browsing
License: (BSD-3-Clause OR ZPL-2.1) AND BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/python-mechanize/mechanize
Source: https://files.pythonhosted.org/packages/source/m/mechanize/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module setuptools}
# For testing
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module zope.interface}
BuildRequires: fdupes
BuildRequires: python