1
0

22 Commits

Author SHA256 Message Date
dec4af3feb Accepting request 1082217 from home:dirkmueller:acdc:as_python3_module
- add sle15_python_module_pythons (jsc#PED-68)

- Make calling of %{sle15modernpython} optional.

OBS-URL: https://build.opensuse.org/request/show/1082217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=44
2023-04-23 00:53:52 +00:00
Steve Kowalik
f0a4b46241 - Update to 2.0.0:
* Breaking change: inputs starting with "http://" or "https://" like
    PyQuery("http://example.com") will no longer fetch the contents of the
    URL. Users desiring the old behavior should switch to
    PyQuery(url="http://example.com").
  * Add nextUntil method
  * .remove() no longer inserts a space in place of the removed element
  * Fix escaping of top-level element text in .html() output
  * Support (and require) cssselect 1.2+
  * Drop support for python 3.5/3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=42
2023-04-20 07:27:23 +00:00
f60ea9fc16 Accepting request 1066413 from home:dirkmueller:acdc
- Add make_webtest_optional.patch to allow testing without
  WebTest module.

OBS-URL: https://build.opensuse.org/request/show/1066413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=40
2023-02-17 16:55:02 +00:00
d3e943e94d Accepting request 998171 from home:bnavigator:branches:devel:languages:python
- Remove coverage from build requirements -- not relevant for rpm
  package

OBS-URL: https://build.opensuse.org/request/show/998171
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=38
2022-08-19 17:38:18 +00:00
ddf4d77207 - update to 1.4.3:
* No longer use a universal wheel
  * Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`
  * python2 is no longer supported

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=36
2022-03-30 08:08:39 +00:00
d47eee4e6a Accepting request 827067 from home:jayvdb:py-submit
Replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/827067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=34
2020-08-16 17:31:04 +00:00
13c3a45546 Accepting request 750900 from home:apersaud:branches:devel:languages:python
Added changes as requested in SR#750611. Hope I understood the comments there correctly.

- specfile:
  * be more specific in %files section
- update to version 1.4.1:
  * This is the latest release with py2 support
  * Remove py33, py34 support
  * web scraping improvements: default timeout and session support
  * Add API methods to serialize form-related elements according to
    spec
  * Include HTML markup when querying textarea text/value

OBS-URL: https://build.opensuse.org/request/show/750900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=32
2019-11-27 15:09:29 +00:00
Tomáš Chvátal
659c21ad9a - Use _multibuild to run tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=30
2019-02-25 09:01:13 +00:00
Tomáš Chvátal
e85d116a82 Accepting request 678596 from home:jayvdb:pyexcel
- Add %license
- Run test suite on both Python 2 & 3
- Remove outdated build dependencies
- Add minimum versions
- Add python-coverage as build dependency as nose segfaults when missing

OBS-URL: https://build.opensuse.org/request/show/678596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=29
2019-02-25 08:58:28 +00:00
35038e1049 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=27
2018-12-04 13:53:45 +00:00
ee9eb2a252 Remove dependency on unittest2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=25
2018-08-13 13:19:04 +00:00
Todd R
b6addf1c5a Accepting request 488929 from home:alarrosa:branches:devel:languages:python:singlespec
- Converted to singlespec 

- update to version 1.2.17:
  * PyQuery('<input value="">').val() is ''
  * PyQuery('<input>').val() is ''
- changes from version 1.2.16:
  * .attr('value', '') no longer removes the value attribute
  * <input type="checkbox"> without value="..." have a .val() of 'on'
  * <input type="radio"> without value="..." have a .val() of 'on'
  * <select> without <option selected> have the value of their first
    <option> (or None if there are no options)
- changes from version 1.2.15:
  * .val() should never raise
  * drop py26 support
  * improve .extend() by returning self
- changes from version 1.2.14:
  * fix val() for <textarea> and <select>, to match jQuery behavior

- specfile:
  * changed to https for source url
  * updated source url to files.pythonhosted.org

- update to version 1.2.13:
  * Note explicit support for Python 3.5
- changes from version 1.2.12:
  * make_links_absolute now take care of whitespaces
  * added pseudo selector :has()
  * add cookies arguments as allowed arguments for requests

- update to version 1.2.11:

OBS-URL: https://build.opensuse.org/request/show/488929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=23
2017-05-01 15:36:08 +00:00
0bf73a4d03 Accepting request 314902 from home:benoit_monin:branches:devel:languages:python
add a build conditional for the test: work around a circular dependency between python-pyquery and python-WebTest

OBS-URL: https://build.opensuse.org/request/show/314902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=21
2015-07-20 06:54:23 +00:00
Denisart Benjamin
1538b24bc7 Accepting request 306418 from home:benoit_monin:branches:devel:languages:python
- update to version 1.2.9
- update project URL
- add new dependency python-cssselect
- set a minimum version for python-lxml
- add test dependencies python-WebOb, python-WebTest,
  python-beautifulsoup, python-nose, python-restkit,
  python-unittest2
- add test dependency python-ordereddict for SLE11
- run the tests during build

OBS-URL: https://build.opensuse.org/request/show/306418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=20
2015-05-16 12:54:00 +00:00
Sascha Peilicke
2ba8fe0a7a Accepting request 213835 from Cloud:OpenStack:Master
- update to 1.2.8:
  * Fixed #22: Open by filename fails when file contains invalid xml
- changes from 1.2.7:
  * Use pep8 name for methods but keep an alias for camel case method.
  * text() now return an empty string instead of None if there is no text node

OBS-URL: https://build.opensuse.org/request/show/213835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=18
2014-01-14 09:56:34 +00:00
Denisart Benjamin
042b2fa42e Accepting request 208222 from home:posophe:branches:devel:languages:python
- Update to version 1.2.6
  + README_fixt.py was not include in the release. Fix #54.
- Changes from version 1.2.5
  + cssselect compat. See https://github.com/SimonSapin/cssselect/pull/22
  + tests improvments. no longer require a eth connection.
    fix #55
- Add unzip BuildRequires to support format of tarball

OBS-URL: https://build.opensuse.org/request/show/208222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=16
2013-11-24 21:16:53 +00:00
Sascha Peilicke
03a3073bd3 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=14
2013-10-24 11:12:19 +00:00
Sascha Peilicke
3911042471 Accepting request 173967 from home:dirkmueller:branches:devel:languages:python
- add buildroot  

- add buildroot

OBS-URL: https://build.opensuse.org/request/show/173967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=10
2013-05-02 09:11:14 +00:00
Sascha Peilicke
30a2e5667e Accepting request 161084 from home:apersaud:branches:devel:languages:python
updated to 1.2.4 and added a python3 spec file.
Can't create the python3 package in dlp, so whoever pulls this would have to do it... in case there are some problems with python3, I'm happy to fix them with another pull request once they're up.

OBS-URL: https://build.opensuse.org/request/show/161084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=6
2013-03-26 08:00:03 +00:00
Sascha Peilicke
9f31cdff2f - Simplified macro usage
- Buildrequire python-distribute instead of (outdated) setuptools
- Set license to SDPX style (BSD-3-Clause)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=4
2012-01-31 10:55:03 +00:00
Pavol Rusnak
5bd60ba8f4 - updated to version 1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=2
2011-10-09 10:04:50 +00:00
Pascal Bleser
ea8c849463 0.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=1
2011-03-05 07:03:08 +00:00