forked from pool/python-mechanize
- 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:
committed by
Git OBS Bridge
parent
2a83d1d406
commit
673dd99c84
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b680ca1b4fabe5ef52024d120f40b8e2ed7d175ed4d67225d2c477dac7c7a58b
|
||||
size 201133
|
||||
3
mechanize-0.4.3.tar.gz
Normal file
3
mechanize-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7d7068be5e1b3069575c98c870aaa96dd26603fe8c8697b470e2f65259fddbf
|
||||
size 212385
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:36:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 17:15:36 UTC 2019 - Meera Belur <mbelur@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user