Commit Graph

15 Commits

Author SHA256 Message Date
Tomáš Chvátal
300a308fc7 - 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
0767aa4c75 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
36ad65c018 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
7920a5b4da 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
c6aef4ef46 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
6965708138 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
2e5004a9dd 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
069afa9674 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
e3e68fa719 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
c6e6478d9a - 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
474b9f98cf 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
e5e44aec7c 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
ac6d500ea0 - 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
6329225183 - 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
ffda474dca 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