15
0
Commit Graph

32 Commits

Author SHA256 Message Date
dd927c0986 Accepting request 1112593 from home:mcalabkova:branches:devel:languages:python:312
- Add py312.patch to fix build with Python 3.12

OBS-URL: https://build.opensuse.org/request/show/1112593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=59
2023-09-20 16:05:11 +00:00
4d2342230a Accepting request 1100760 from home:bmwiedemann:branches:devel:languages:python
Drop sphinx doctrees for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1100760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=57
2023-07-26 14:25:15 +00:00
5dcea2a760 Accepting request 1085731 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=55
2023-05-09 21:47:06 +00:00
02b68ece9b Accepting request 1084285 from home:marxin:branches:devel:languages:python
- Do not depend on pkg_resources.get_distribution and build_sphinx
  that is gone in Sphinx 7.0 (boo#1211051).
- Add sphinx-7-fix.patch patch.

OBS-URL: https://build.opensuse.org/request/show/1084285
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=53
2023-05-03 13:11:47 +00:00
5efa2b4edf Accepting request 998010 from home:bnavigator:branches:devel:languages:python
- Clean specfile, remove coverage
- Use pytest as upstream does

OBS-URL: https://build.opensuse.org/request/show/998010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=51
2022-08-19 06:44:43 +00:00
8ce9008e76 Accepting request 914613 from home:pgajdos:python
- version update to 3.0.0
  - Dropped support for Python 2.7 and 3.5.
  - Added support for Python 3.9.
  - Clean up dependencies and requirements.
  - Switch from Travis to GitHub Actions for building and testing.
  - Prevent PytestCollectionWarning for TestApp

OBS-URL: https://build.opensuse.org/request/show/914613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=50
2021-09-03 12:14:35 +00:00
c758aa5428 - update to 2.0.35:
- python3.8 compat
  - Remove use of deprecated splittype and splithost

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=48
2020-05-12 08:49:02 +00:00
c849561563 - update to 2.0.34:
- Fix the test ``length == 0`` in ``check_content_type``.
  - Treat ``<input type="search">`` like ``<input type="text">``.
  - Handle query parameters for the ``head`` method.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=46
2020-03-14 15:46:22 +00:00
Tomáš Chvátal
34d1dace72 - Update to 2.0.33:
* Fixed #210. Allow to reset select multiple with field.value = []
  * Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
  * Fixed #196. Fix deprecation warnings for collections to use collections.abc for Iterable on Python 3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=44
2019-02-28 09:27:01 +00:00
e55f634329 Accepting request 672512 from home:frispete:python
- Update to 2.0.32 (2018-10-05)
  + remove invalid email from setup.py
- Update to 2.0.31 (2018-10-05)
  + py33 is no longer supported. It may works but has been removed
    from tox config
  + Fixed #205: Use empty string as default value for submit and
    button
  + tests use pytest
  + docs use the standard Pylons template on RTD
- Update to 2.0.30 (2018-06-23)
  + Add Email class for input fields with type "email".
  + Documentation bearer token and JWT authorization
- Update to 2.0.29 (2017-10-21)
  + Bugfix: Preserve submit order for radio inputs.
  + Fixed #186: avoid UnicodeDecodeError in linter with py2 when a
    header contain non ascii chars

OBS-URL: https://build.opensuse.org/request/show/672512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=42
2019-02-08 09:44:27 +00:00
26d72824df Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=40
2018-12-04 14:14:05 +00:00
Tomáš Chvátal
84edac4c19 - Drop not needed unittest2 dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=38
2018-08-10 11:03:09 +00:00
0905c243b4 Accepting request 517046 from home:TheBlackCat:branches:devel:languages:python
Update to 2.0.28

OBS-URL: https://build.opensuse.org/request/show/517046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=36
2017-08-17 06:14:19 +00:00
ee1e8930a3 Accepting request 493088 from home:TheBlackCat:branches:devel:languages:python
singlespec version of python-WebTest

OBS-URL: https://build.opensuse.org/request/show/493088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=34
2017-05-15 11:57:46 +00:00
59d7a240c4 Accepting request 424244 from home:tbechtold:branches:devel:languages:python
- update 2.0.23:
  - Create universal wheels.
  -  Fix #160: Do not guess encoding if response's charset is set.
  - PR #154 Allow Bearer auth
  - PR #147,#148 Take care of REFERER when using form.submit(), .click() and
  .clickbutton()
  - PR #145 Allow to override content-type when using json methods
  - nothing new release. just try to make wheel available on pypi
  - fixed #131 prevent passing HTML parameters that conflict with Field kwargs
  - fixed #135 Document that WSGIProxy2 is required for "using webtest with a real url"
  - fixed #136 reset values of select multiple
  - drop py32 support (still work but test dependencies fail)
- Use tar.gz instead of zip archive
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/424244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=32
2016-09-01 12:32:17 +00:00
56f0834550 - adding license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=30
2016-03-13 21:02:39 +00:00
Jan Matejek
7ace6e2de1 Accepting request 307134 from home:benoit_monin:branches:devel:languages:python
- update to version 2.0.18
- remove version limitation for nose
- pass -q to test to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/307134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=28
2015-05-18 13:36:47 +00:00
2030440379 Accepting request 213722 from Cloud:OpenStack:Master
- update to 2.0.11:
  * Depend on unittest2 only for Python versions lower than 2.7
  * Add an optional parameter to TestApp, allowing the user to 
  specify the parser used by BeautifulSoup

OBS-URL: https://build.opensuse.org/request/show/213722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=26
2014-01-13 14:26:08 +00:00
Sascha Peilicke
2f3ac67612 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=24
2013-10-24 11:17:12 +00:00
Sascha Peilicke
5a9942d081 Accepting request 200608 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/200608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=22
2013-09-26 07:52:53 +00:00
feb0efd5d8 Accepting request 199358 from home:dirkmueller:branches:devel:languages:python
- update to 2.0.7:
  * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json
  * Fixed #72. Use WSGIServer new api even if there waitress has backward compat.
  * Fixed #50. Corrected default value for the delete params argument.
  * Be sure to decode the content if it is gziped before returning it

OBS-URL: https://build.opensuse.org/request/show/199358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=20
2013-09-17 09:04:22 +00:00
Sascha Peilicke
56cfd2ecd6 Accepting request 180850 from home:dirkmueller:branches:devel:languages:python
- update to 2.0.6:
- fixed #64. cookiejar api has changed in python3.3 [gawel]
- allow to use a fixed StopableWSGIServer [gawel]
- Do not alter the BeautifulSoup object when parsing forms. [Georges
- Remove first newline while parse textarea block, how modern browsers does.

OBS-URL: https://build.opensuse.org/request/show/180850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=18
2013-06-25 11:53:01 +00:00
Sascha Peilicke
2a06b0d6b9 Accepting request 173784 from home:dirkmueller:branches:devel:languages:python
- Update to 2.0.5:
 * Correctly handle <option> elements with no value attribute
  [Marius Gedminas]
  * Ignore socket.error following StopableWSGIServer.shutdown. [Laurence Rowe]
  * <button> without type='submit' attribute is treated as Submit
  control [Andrey Lebedev].
  * Support for redirects having relative "Location" header [Andrey Lebedev]
  * Treat strings in the WSGI environment as native strings, compliant with
  PEP-3333. [wosc]
  * Allow TestResponse.click() to match HTML content again. [ender672]
  * Support secure cookies [Andrey Lebedev]
  * Added Pasword field [diarmuidbourke]
  * re-allow to use unknow field type. Like ``type="email"``. [gawel]
  * Don't let BeautifulSoup use lxml. Fix GH-51 [kmike]
  * added :meth:`webtest.response.TestResponse.maybe_follow` method [kmike]
  * drop zc.buildout usage for development, now using only virtualenv
  [Domen Kožar]
  * Backward incompatibility : Removed the ``anchor`` argument of
  :meth:`webtest.response.TestResponse.click` and the ``button`` argument of
  :meth:`webtest.response.TestResponse.clickbutton`. It is for the greater good.
  * Rewrote API documentation [Domen Kožar]
  * Added `wsgiproxy` support to do HTTP request to an URL [gawel]
  * Use BeautifulSoup4 to parse forms [gawel]
  * Added `webtest.app.TestApp.patch_json` [gawel]
  * Implement `webtest.app.TestApp.cookiejar` support and kindof keep
  `webtest.app.TestApp.cookies` functionality.  `webtest.app.TestApp.cookies`
  should be treated as read-only.
  [Domen Kožar]
  * Split Selenium integration into separate package webtest-selenium
  * Split casperjs integration into separate package webtest-casperjs

OBS-URL: https://build.opensuse.org/request/show/173784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=16
2013-04-29 14:08:23 +00:00
Sascha Peilicke
133520514a - Disable testsuite on SLE_11_SP2 to fix the build (unittest module
lacks support)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=14
2013-01-11 13:13:23 +00:00
Sascha Peilicke
ae2def6cdb - Add %py_requires to fix SLE_11_SP2 build.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=13
2013-01-11 11:20:53 +00:00
Sascha Peilicke
c0753684bc - Update to version 1.4.2:
+ fix tests error due to CLRF in a tarball
- Changes from version 1.4.1:
  + add travis-ci
  + migrate repository to https://github.com/Pylons/webtest
  + Fix a typo in apps.py: selectedIndicies
  + Preserve field order during parsing (support for deform and such)
  + Allow equals sign in the cookie by spliting name-value-string pairs on the
    first ‘=’ sign as per http://tools.ietf.org/html/rfc6265#section-5.2
  + fix an error when you use AssertionError(response) with unicode chars in response
- Build HTML documentaton
- Run testsuite
- Split of doc package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=11
2012-11-22 15:17:30 +00:00
Ismail Dönmez
7600c0eab5 Accepting request 135386 from home:poorboywilly:branches:devel:languages:python
Update to 1.4.0 and remove unneeded dependencies.

OBS-URL: https://build.opensuse.org/request/show/135386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=9
2012-09-23 09:24:42 +00:00
Todd R
6380eb696e Accepting request 123979 from home:poorboywilly:branches:devel:languages:python
Update to 1.3.4

OBS-URL: https://build.opensuse.org/request/show/123979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=7
2012-06-07 15:11:05 +00:00
Sascha Peilicke
17efad0d06 - Simplified macro usage
- Run testsuite
- Update to version 1.3.3:
  * added post_json, put_json, delete_json
  * fix #25 params dictionary of webtest.AppTest.post() does not support unicode values
- Changes from version 1.3.2:
  * improve showbrowser.
  * print_stderr fail with unicode string on python2
- Changes from version 1.3.1:
  * Added .option()
  * Full python3 compat

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=4
2012-01-31 13:50:23 +00:00
Stephan Kulow
ae8a453c1a Accepting request 93448 from devel:languages:python
Dependency for OpenStack packages.

OBS-URL: https://build.opensuse.org/request/show/93448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=1
2011-11-28 17:27:30 +00:00
Sascha Peilicke
aba56f5527 - Don't run tests, fixes SLE build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=2
2011-09-01 15:09:38 +00:00
Sascha Peilicke
c768b16ba3 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=1
2011-09-01 14:47:24 +00:00