From 58fed4875338437a37ce012f801db490bdc66b71f5caa494b0d711fd91d04d12 Mon Sep 17 00:00:00 2001 From: Catalin Iacob Date: Fri, 29 Mar 2013 21:26:08 +0000 Subject: [PATCH] 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 --- cssselect-0.7.1.tar.gz | 3 --- cssselect-0.8.tar.gz | 3 +++ python-cssselect.changes | 15 +++++++++++++++ python-cssselect.spec | 7 ++++--- python3-cssselect.changes | 15 +++++++++++++++ python3-cssselect.spec | 7 ++++--- 6 files changed, 41 insertions(+), 9 deletions(-) delete mode 100644 cssselect-0.7.1.tar.gz create mode 100644 cssselect-0.8.tar.gz diff --git a/cssselect-0.7.1.tar.gz b/cssselect-0.7.1.tar.gz deleted file mode 100644 index 0a3fdd6..0000000 --- a/cssselect-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74f411a349fcfb676b68336fcae8799ba9fbb0a0446562f544dee019fb0e2ae7 -size 30480 diff --git a/cssselect-0.8.tar.gz b/cssselect-0.8.tar.gz new file mode 100644 index 0000000..f90ae85 --- /dev/null +++ b/cssselect-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792478c4405b90e28781e694d8b8bae00a234b557b9fac3c93082b938d313bbe +size 31789 diff --git a/python-cssselect.changes b/python-cssselect.changes index ecc781d..7284dc4 100644 --- a/python-cssselect.changes +++ b/python-cssselect.changes @@ -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 diff --git a/python-cssselect.spec b/python-cssselect.spec index e759308..592bd2e 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -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 diff --git a/python3-cssselect.changes b/python3-cssselect.changes index 6475787..ebdbbfc 100644 --- a/python3-cssselect.changes +++ b/python3-cssselect.changes @@ -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 diff --git a/python3-cssselect.spec b/python3-cssselect.spec index ec174f7..03d2dcc 100644 --- a/python3-cssselect.spec +++ b/python3-cssselect.spec @@ -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