From 673dd99c845ec577257c857987196dc2993aba248b1ded3a6959e6e2bad18aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 12:38:04 +0000 Subject: [PATCH] - 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 --- mechanize-0.4.2.tar.gz | 3 --- mechanize-0.4.3.tar.gz | 3 +++ python-mechanize.changes | 9 +++++++++ python-mechanize.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 mechanize-0.4.2.tar.gz create mode 100644 mechanize-0.4.3.tar.gz diff --git a/mechanize-0.4.2.tar.gz b/mechanize-0.4.2.tar.gz deleted file mode 100644 index 073dc2f..0000000 --- a/mechanize-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b680ca1b4fabe5ef52024d120f40b8e2ed7d175ed4d67225d2c477dac7c7a58b -size 201133 diff --git a/mechanize-0.4.3.tar.gz b/mechanize-0.4.3.tar.gz new file mode 100644 index 0000000..9b16e6d --- /dev/null +++ b/mechanize-0.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d7068be5e1b3069575c98c870aaa96dd26603fe8c8697b470e2f65259fddbf +size 212385 diff --git a/python-mechanize.changes b/python-mechanize.changes index e9ba3e1..92a7693 100644 --- a/python-mechanize.changes +++ b/python-mechanize.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 11 12:36:30 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-mechanize.spec b/python-mechanize.spec index b9c81ae..c5a3dbf 100644 --- a/python-mechanize.spec +++ b/python-mechanize.spec @@ -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