1
0

Commit Graph

  • 41ed10b39b Accepting request 1171542 from devel:languages:python factory Ana Guerrero 2024-05-03 17:46:08 +00:00
  • b940c1b286 - update to 0.4.10: * Fix overly long MIME multipart separator on 64 bit systems devel Dirk Mueller 2024-05-03 07:41:13 +00:00
  • b8bd5fc837 Accepting request 1129230 from devel:languages:python Ana Guerrero 2023-11-27 21:45:03 +00:00
  • 2681dcac88 - update to 0.4.9: * Fix error on PyPy3 * Fix error CPython 3.12 - drop python-mechanize-setup.cfg.patch, support-python-311.patch: upstream both. - Remove unneeded BuildRequires on python. lead to Denial-of-Service * 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. - added missing dependencies: Twisted, zope.interface and html5lib * A couple of python 3 specific fixes for proxy authorization and adding controls to forms * Add a finalize_request_headers callback to Browser to allow users full control of what headers are sent with every * Fix processing of http-equiv meta tags incorrectly lower casing * Fix error when a textbox contained within a form contains - changed BR python-clientform to python-ClientForm (now it matches) - Removed provides (wrong package) Dirk Mueller 2023-11-27 19:37:36 +00:00
  • 47f413fd0a Accepting request 1095673 from devel:languages:python Dominique Leuenberger 2023-06-27 21:18:14 +00:00
  • fede7b4a32 Accepting request 1095619 from home:ecsos:python Markéta Machová 2023-06-27 16:07:07 +00:00
  • fcd1565d2b Accepting request 1076397 from devel:languages:python Dominique Leuenberger 2023-03-31 19:15:57 +00:00
  • 7f16d7b91f - Add patch support-python-311.patch: * http.cookiejar changed behaviour from Python 3.11 onwards, support both. Steve Kowalik 2023-03-31 07:06:23 +00:00
  • 2e5fb6053d Accepting request 1059484 from devel:languages:python Dominique Leuenberger 2023-01-19 15:44:07 +00:00
  • 7f7367221a - Update to 0.4.7 (bsc#1207242, CVE-2021-32837): Dirk Mueller 2023-01-19 07:49:03 +00:00
  • 48659c435d Accepting request 1009642 from devel:languages:python Dominique Leuenberger 2022-10-12 16:24:13 +00:00
  • 3f93fe0467 - Remove unneeded BuildRequires on python. Steve Kowalik 2022-10-11 02:12:51 +00:00
  • 0a89f741f6 Accepting request 992065 from devel:languages:python Richard Brown 2022-08-01 19:33:06 +00:00
  • 01c41472c3 Accepting request 992052 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-08-01 16:09:25 +00:00
  • 4824000a98 Accepting request 991909 from home:ecsos Markéta Machová 2022-08-01 08:36:49 +00:00
  • 32431bf9f2 Accepting request 990873 from devel:languages:python Richard Brown 2022-07-26 17:44:00 +00:00
  • 216fb8dd94 - update to 0.4.8: * Handle mal-encoded robots.txt files more gracefully * Support HTTP 308 redirects Dirk Mueller 2022-07-24 09:10:15 +00:00
  • 4cdf7f2e95 Accepting request 948302 from devel:languages:python Dominique Leuenberger 2022-01-24 22:09:48 +00:00
  • 47c036b84a - Update to 0.4.7: * Fix the ~ character being percent escaped when sending URLs to servers. * Python 3.10 compatibility * Fix a bug in the regex used to parse www-authenticate headers that could lead to Denial-of-Service Steve Kowalik 2022-01-24 00:58:29 +00:00
  • 9204cf25f4 Accepting request 766371 from devel:languages:python Dominique Leuenberger 2020-01-22 21:46:38 +00:00
  • 807be98f7b Accepting request 766369 from home:MSirringhaus:branches:devel:languages:python Tomáš Chvátal 2020-01-22 15:54:32 +00:00
  • 3f80d98dc7 Accepting request 747816 from devel:languages:python Dominique Leuenberger 2019-11-13 12:27:15 +00:00
  • 003f3cf3a3 Accepting request 747778 from home:barendartchuk:branches:devel:languages:python Tomáš Chvátal 2019-11-12 16:51:27 +00:00
  • 617ba23d12 Accepting request 730131 from devel:languages:python Ludwig Nussel 2019-09-13 12:58:41 +00:00
  • 673dd99c84 - 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 Tomáš Chvátal 2019-09-11 12:38:04 +00:00
  • 3248b48c38 Accepting request 703751 from devel:languages:python Dominique Leuenberger 2019-05-20 11:17:52 +00:00
  • 2a83d1d406 Accepting request 703749 from home:mbelur:branches:devel:languages:python Tomáš Chvátal 2019-05-17 17:22:39 +00:00
  • 637251ed36 Accepting request 691805 from devel:languages:python Dominique Leuenberger 2019-04-08 18:53:21 +00:00
  • 3e2f1a52a9 - 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 Tomáš Chvátal 2019-04-05 12:29:27 +00:00
  • 4ac15437da Accepting request 667161 from devel:languages:python Dominique Leuenberger 2019-01-21 10:01:07 +00:00
  • 13202a89e4 - 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) Matej Cepl 2019-01-18 10:41:40 +00:00
  • b8549e1654 Accepting request 632132 from devel:languages:python Dominique Leuenberger 2018-08-31 08:45:38 +00:00
  • 67f0bef405 - Require full python2 as it needs SSL module Tomáš Chvátal 2018-08-29 10:46:29 +00:00
  • 55a91b08f2 Accepting request 627756 from devel:languages:python Dominique Leuenberger 2018-08-07 07:44:37 +00:00
  • 3bc11c2444 Accepting request 627755 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-08-06 20:31:52 +00:00
  • 4b53614001 Accepting request 616917 from devel:languages:python:singlespec-staging Matej Cepl 2018-06-14 17:22:43 +00:00
  • 70ad1df5b0 Accepting request 206363 from devel:languages:python Tomáš Chvátal 2013-11-13 09:18:05 +00:00
  • 39bb775b06 Accepting request 206362 from home:posophe:branches:devel:languages:python Denisart Benjamin 2013-11-09 11:05:11 +00:00
  • 848d3052fc Accepting request 206356 from home:saigkill:branches:devel:languages:python Denisart Benjamin 2013-11-09 10:56:02 +00:00
  • 0416e9fe77 Accepting request 204594 from devel:languages:python Tomáš Chvátal 2013-10-25 09:21:42 +00:00
  • 60de39f250 - Require python-setuptools instead of distribute (upstreams merged) Sascha Peilicke 2013-10-24 11:08:35 +00:00
  • e117bd9299 Accepting request 109047 from devel:languages:python Stephan Kulow 2012-03-13 08:38:42 +00:00
  • bf44af9048 - Simplified macro usage Sascha Peilicke 2012-03-12 21:50:59 +00:00
  • 6ebb77bef3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mechanize?expand=0&rev=21 Sascha Peilicke 2012-03-12 20:56:30 +00:00
  • 1202eba2b1 Accepting request 84022 from devel:languages:python Sascha Peilicke 2011-09-26 08:16:18 +00:00
  • c3b721482e - Set license to "(BSD-3-Clause or ZPL-2.1) and BSD-3-Clause", bnc#719310 Sascha Peilicke 2011-09-21 07:16:29 +00:00
  • 9e33562b55 - Update to version 0.2.5: * This is essentially a no-changes release to fix easy_install breakage caused by a SourceForge issue * Sourceforge is returning invalid HTTP responses, make download links point to PyPI instead * Include cookietest.cgi in source distribution * Note new IETF cookie standardisation effort - Fixed doc-file-dependency rpmlint issue Sascha Peilicke 2011-09-20 14:49:49 +00:00
  • 64283ca1ef Autobuild autoformatter for 51928 OBS User autobuild 2010-11-02 12:51:18 +00:00
  • 09535a31d0 Accepting request 51928 from devel:languages:python Ruediger Oertel 2010-11-02 12:51:11 +00:00
  • af389a55b9 Accepting request 42634 from devel:languages:python OBS User autobuild 2010-07-06 08:00:27 +00:00
  • 48e5693721 Accepting request 42322 from devel:languages:python OBS User autobuild 2010-07-02 14:37:40 +00:00