49 Commits

Author SHA256 Message Date
Ana Guerrero
3ec6cba154 Accepting request 1224558 from devel:languages:python
Forwarded request #1224459 from glaubitz

- Update to 2.0.1
    * Breaking change: its seems no longer possible to use the
      html parser with a xml file so its no longer tested
    * Drop support for python 3.7
  - Refresh make_webtest_optional.patch

OBS-URL: https://build.opensuse.org/request/show/1224558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=25
2024-11-17 15:39:35 +00:00
029e2af74f Accepting request 1224459 from home:glaubitz:branches:devel:languages:python
- Update to 2.0.1
  * Breaking change: its seems no longer possible to use the
    html parser with a xml file so its no longer tested
  * Drop support for python 3.7
- Refresh make_webtest_optional.patch

OBS-URL: https://build.opensuse.org/request/show/1224459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=48
2024-11-16 08:48:37 +00:00
38b8c811ff Accepting request 1082798 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=24
2023-04-27 17:56:48 +00:00
2b5ed3adc7 Accepting request 1082568 from home:dirkmueller:acdc:as_python3_module
- Update make_webtest_optional.patch to make the import optional in
  conftest.py

OBS-URL: https://build.opensuse.org/request/show/1082568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=46
2023-04-25 16:00:41 +00:00
9751114b34 Accepting request 1082219 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=23
2023-04-24 20:30:42 +00:00
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
c2a2dc76e2 Accepting request 1080484 from devel:languages:python
- 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/request/show/1080484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=22
2023-04-21 12:15:44 +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
8013519799 Accepting request 1066414 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1066414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=21
2023-02-19 17:18:28 +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
fbf94becac Accepting request 998228 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/998228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=20
2022-08-22 09:04:50 +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
57633a3990 Accepting request 965832 from devel:languages:python
- 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/request/show/965832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=19
2022-04-02 16:19:49 +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
460f8a8497 Accepting request 827078 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/827078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=18
2020-08-25 10:37:14 +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
b9b0203745 Accepting request 751376 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/751376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=17
2019-12-02 10:32:31 +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
27d5fc4fe8 Accepting request 678841 from devel:languages:python
- Use _multibuild to run tests

- 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/678841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=16
2019-02-26 21:15:32 +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
b6386836a5 Accepting request 659601 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=15
2018-12-24 10:42:16 +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
39ae47446f Accepting request 628986 from devel:languages:python
Remove dependency on unittest2

OBS-URL: https://build.opensuse.org/request/show/628986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=14
2018-08-24 15:04:06 +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
e1745b2fdd Accepting request 492317 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/492317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=13
2017-05-17 15:18:19 +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
Stephan Kulow
db38ce490b Accepting request 317572 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/317572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=12
2015-07-21 11:27:29 +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
Stephan Kulow
0be092a032 Accepting request 213840 from devel:languages:python
- 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 (forwarded request 213835 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=10
2014-01-15 15:27:10 +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
Stephan Kulow
521486a8eb Accepting request 208223 from 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 (forwarded request 208222 from posophe)

OBS-URL: https://build.opensuse.org/request/show/208223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=9
2013-11-25 14:02:58 +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
Tomáš Chvátal
bbe4b9d25b Accepting request 204635 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=8
2013-10-25 09:29:39 +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
Stephan Kulow
bb7f298c8d Accepting request 179965 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=6
2013-06-19 13:49:58 +00:00
Sascha Peilicke
1ddde2a1d2 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=12
2013-06-17 12:53:16 +00:00
Stephan Kulow
53b6198bd2 Accepting request 174256 from devel:languages:python
- add buildroot  

- add buildroot (forwarded request 173967 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/174256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=5
2013-05-03 05:40:12 +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
Stephan Kulow
9a6dc2e981 Accepting request 162597 from devel:languages:python
fixed build for python3. Couldn't load hashlib correclty due to missing python3 dependency (forwarded request 162323 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/162597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=4
2013-04-08 12:55:18 +00:00
Todd R
9b57a39e4d Accepting request 162323 from home:apersaud:branches:devel:languages:python
fixed build for python3. Couldn't load hashlib correclty due to missing python3 dependency

OBS-URL: https://build.opensuse.org/request/show/162323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=8
2013-04-04 11:00:29 +00:00
Stephan Kulow
b7103515a5 Accepting request 161099 from 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. (forwarded request 161084 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/161099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=3
2013-03-26 11:05:04 +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
Stephan Kulow
4a6b1ac8a3 Accepting request 137307 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/137307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyquery?expand=0&rev=1
2012-10-09 11:55:30 +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
7dd2996787 fix minor issues
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=3
2011-10-09 10:15:43 +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