Accepting request 161669 from home:apersaud:branches:devel:languages:python

update to 0.8

OBS-URL: https://build.opensuse.org/request/show/161669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=4
This commit is contained in:
Catalin Iacob 2013-03-29 21:26:08 +00:00 committed by Git OBS Bridge
parent b50d010777
commit 58fed48753
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