Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-mechanize-0.4.5-bp154.1.30 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-mechanize Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.4.5 Vendor: openSUSE
Release: bp154.1.30 Build date: Mon May 9 11:17:30 2022
Group: Development/Languages/Python Build host: lamb10
Size: 1016770 Source RPM: python-mechanize-0.4.5-bp154.1.30.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-mechanize/mechanize
Summary: Stateful programmatic web browsing
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.

The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.

Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and
Refresh, Referer [sic] header, robots.txt, redirections, proxies, and Basic and
Digest HTTP authentication. mechanize's response objects are (lazily-)
.seek()able and still work after .close().

Much of the code originally derived from Perl code by Gisle Aas (libwww-perl),
Johnny Lee (MSIE Cookie support) and last but not least Andy Lester
(WWW::Mechanize). urllib2 was written by Jeremy Hylton.

Provides

Requires

License

(BSD-3-Clause OR ZPL-2.1) AND BSD-3-Clause

Changelog

* Wed Jan 22 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 2019 Bogdano Arendartchuk <BArendartchuk@suse.com>
  - added missing dependencies: Twisted, zope.interface and html5lib
* Wed Sep 11 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 2019 Meera Belur <mbelur@suse.com>
  - Update to v0.4.2
    * A couple of python 3 specific fixes for proxy authorization and
      adding controls to forms
* Fri Apr 05 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.4.1:
    * A couple of python 3 specific fixes for servers with misisng robots.txt
      files and also errors when using basic/digest auth
* Fri Jan 18 2019 mcepl@suse.com
  - Upgrade to 0.4.0:
    * Python 3 compatibility
    * Add a finalize_request_headers callback to Browser to allow
      users full control of what headers are sent with every
      request
    * Preserve header ordering when making HTTP requests
    * Fix processing of http-equiv meta tags incorrectly lower casing
      the content
    * Fix error when a textbox contained within a form contains
      unicode characters
  - Add missing BR for testing (Twisted and zope.interface)
* Wed Aug 29 2018 tchvatal@suse.com
  - Require full python2 as it needs SSL module
* Mon Aug 06 2018 toddrme2178@gmail.com
  - Remove unneeded dependencies.
* Thu Jun 14 2018 mcepl@suse.com
  - Clean SPEC file (only py2k, but tests are enabled and run)
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion

Files

/usr/lib/python3.6/site-packages/mechanize
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/mechanize-0.4.5-py3.6.egg-info/zip-safe
/usr/lib/python3.6/site-packages/mechanize/__init__.py
/usr/lib/python3.6/site-packages/mechanize/__pycache__
/usr/lib/python3.6/site-packages/mechanize/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_auth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_auth.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_clientcookie.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_clientcookie.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_debug.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_debug.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_entities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_entities.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_equiv.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_equiv.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_form.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_form.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_form_controls.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_form_controls.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_gzip.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_gzip.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_headersutil.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_headersutil.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_html.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_html.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_http.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_http.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_mechanize.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_mechanize.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_opener.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_opener.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_request.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_request.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_response.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_response.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_rfc3986.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_rfc3986.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_sockettimeout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_sockettimeout.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_testcase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_testcase.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_urllib2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_urllib2.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_urllib2_fork.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_urllib2_fork.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_useragent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_useragent.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_util.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/polyglot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/mechanize/__pycache__/polyglot.cpython-36.pyc
/usr/lib/python3.6/site-packages/mechanize/_auth.py
/usr/lib/python3.6/site-packages/mechanize/_clientcookie.py
/usr/lib/python3.6/site-packages/mechanize/_debug.py
/usr/lib/python3.6/site-packages/mechanize/_entities.py
/usr/lib/python3.6/site-packages/mechanize/_equiv.py
/usr/lib/python3.6/site-packages/mechanize/_form.py
/usr/lib/python3.6/site-packages/mechanize/_form_controls.py
/usr/lib/python3.6/site-packages/mechanize/_gzip.py
/usr/lib/python3.6/site-packages/mechanize/_headersutil.py
/usr/lib/python3.6/site-packages/mechanize/_html.py
/usr/lib/python3.6/site-packages/mechanize/_http.py
/usr/lib/python3.6/site-packages/mechanize/_mechanize.py
/usr/lib/python3.6/site-packages/mechanize/_opener.py
/usr/lib/python3.6/site-packages/mechanize/_request.py
/usr/lib/python3.6/site-packages/mechanize/_response.py
/usr/lib/python3.6/site-packages/mechanize/_rfc3986.py
/usr/lib/python3.6/site-packages/mechanize/_sockettimeout.py
/usr/lib/python3.6/site-packages/mechanize/_testcase.py
/usr/lib/python3.6/site-packages/mechanize/_urllib2.py
/usr/lib/python3.6/site-packages/mechanize/_urllib2_fork.py
/usr/lib/python3.6/site-packages/mechanize/_useragent.py
/usr/lib/python3.6/site-packages/mechanize/_util.py
/usr/lib/python3.6/site-packages/mechanize/_version.py
/usr/lib/python3.6/site-packages/mechanize/polyglot.py
/usr/share/doc/packages/python3-mechanize
/usr/share/doc/packages/python3-mechanize/README.rst
/usr/share/doc/packages/python3-mechanize/examples
/usr/share/doc/packages/python3-mechanize/examples/forms
/usr/share/doc/packages/python3-mechanize/examples/forms/data.dat
/usr/share/doc/packages/python3-mechanize/examples/forms/data.txt
/usr/share/doc/packages/python3-mechanize/examples/forms/echo.cgi
/usr/share/doc/packages/python3-mechanize/examples/forms/example.html
/usr/share/doc/packages/python3-mechanize/examples/forms/example.py
/usr/share/doc/packages/python3-mechanize/examples/forms/simple.py
/usr/share/doc/packages/python3-mechanize/examples/hack21.py
/usr/share/doc/packages/python3-mechanize/examples/pypi.py
/usr/share/licenses/python3-mechanize
/usr/share/licenses/python3-mechanize/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024