Accepting request 161816 from devel:languages:python

update to 0.8 (forwarded request 161669 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/161816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssselect?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2013-04-02 10:52:29 +00:00 committed by Git OBS Bridge
commit 9e4c6ba991
6 changed files with 41 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74f411a349fcfb676b68336fcae8799ba9fbb0a0446562f544dee019fb0e2ae7
size 30480

3
cssselect-0.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:792478c4405b90e28781e694d8b8bae00a234b557b9fac3c93082b938d313bbe
size 31789

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 28 20:18:04 UTC 2013 - arun@gmx.de
- updated to 0.8
Changelog (http://pythonhosted.org/cssselect/#changelog):
Released on 2013-03-15.
Improvements:
#22 Let extended translators override what XPathExpr class is used
#19 Use the built-in lang() XPath function for implementing the :lang() pseudo-class with XML documents. This is probably faster than ancestor-or-self::.
Bug fixes:
#14 Fix non-ASCII pseudo-classes. (Invalid selector instead of crash.)
#20 As per the spec, elements containing only whitespace are not considered empty for the :empty pseudo-class.
-------------------------------------------------------------------
Mon Jan 14 10:17:27 UTC 2013 - saschpe@suse.de

View File

@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-cssselect
Version: 0.7.1
Version: 0.8
Release: 0
License: BSD-3-Clause
Summary: CSS3 selectors for Python
Url: http://packages.python.org/cssselect/
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://packages.python.org/cssselect/
Source: http://pypi.python.org/packages/source/c/cssselect/cssselect-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 28 20:18:57 UTC 2013 - arun@gmx.de
- updated to 0.8
Changelog (http://pythonhosted.org/cssselect/#changelog):
Released on 2013-03-15.
Improvements:
#22 Let extended translators override what XPathExpr class is used
#19 Use the built-in lang() XPath function for implementing the :lang() pseudo-class with XML documents. This is probably faster than ancestor-or-self::.
Bug fixes:
#14 Fix non-ASCII pseudo-classes. (Invalid selector instead of crash.)
#20 As per the spec, elements containing only whitespace are not considered empty for the :empty pseudo-class.
-------------------------------------------------------------------
Tue Jan 8 20:42:17 UTC 2013 - iacobcatalin@gmail.com

View File

@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python3-cssselect
Version: 0.7.1
Version: 0.8
Release: 0
License: BSD-3-Clause
Summary: CSS3 selectors for Python
Url: http://packages.python.org/cssselect/
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://packages.python.org/cssselect/
Source: http://pypi.python.org/packages/source/c/cssselect/cssselect-%{version}.tar.gz
BuildRequires: python3-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build