forked from pool/perl-HTML-Selector-XPath
Accepting request 296445 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296445 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Selector-XPath?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
eb34dc9a2b
commit
ce83edb325
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07a2399e105e556d74234d9a39bc2b6642347d5faa776abbf730268bb922e81f
|
||||
size 22804
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23f241af2c6e4454ae8e545c728bddc547f755fa9786870dadb3cafedfded46a
|
||||
size 21336
|
3
HTML-Selector-XPath-0.18.tar.gz
Normal file
3
HTML-Selector-XPath-0.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73e53f5401df0c1e356e9b7eef5eabe90fee6be14a340e016e7022f6e7434c53
|
||||
size 26766
|
@@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:09:25 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.18
|
||||
see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
|
||||
|
||||
0.18 NEXT
|
||||
- Fix bug in `:not(...)[attr] (Aaron Crane)
|
||||
- Support `:nth-child(odd)` and `:nth-child(even)` (Aaron Crane)
|
||||
- Translation of `[attr$=tail]` works with XPath 1.0 (Aaron Crane)
|
||||
|
||||
0.17 Sat Aug 30 16:12:52 GMT+2 2014
|
||||
- Support unicode characters for id and class selectors (aereal)
|
||||
- Normalize space characters of the class attribute (hitode909)
|
||||
|
||||
0.16 Sat Aug 10 17:52:00 GMT 2013
|
||||
- Added link to repository (D. Steinbrunner)
|
||||
|
||||
0.15 Mon Oct 1 19:14:05 GMT 2012
|
||||
- Fix bugs in :contains("string") (Aaron Crane)
|
||||
|
||||
0.14 Mon Jan 16 22:00:00 GMT 2012
|
||||
- Also allow single quotes in attribute expressions,
|
||||
as seems to be allowed
|
||||
per http://www.w3.org/TR/CSS2/syndata.html
|
||||
|
||||
0.13 Sun Jan 15 18:52:00 GMT 2012
|
||||
- Added C<prefix> option to add a prefix like C<xhtml>,
|
||||
contributed by Toby Inkster
|
||||
This closes RT #73719
|
||||
|
||||
0.12 Thu Nov 24 22:13:00 GMT 2011
|
||||
- Add tests and fix negated selectors as reported
|
||||
by Nilson Santos Figueiredo Junior
|
||||
|
||||
0.11 Sun Oct 23 21:45:00 GMT 2011
|
||||
- Add test to MANIFEST so it also ships
|
||||
|
||||
0.10 Sun Oct 23 21:10:53 GMT 2011
|
||||
- Identifiers are now parsed closer to the CSS3 spec
|
||||
- Certain invalid attribute selectors now raise an exception
|
||||
|
||||
0.09 Sun Oct 16 13:07:09 GMT 2011
|
||||
- Fix bug in attribute-value-substring selectors where
|
||||
the CSS attributes were wrongly assumed to be
|
||||
specified with @href (Aaron Crane)
|
||||
- Make test suite less verbose (Aaron Crane)
|
||||
|
||||
0.08 Sun Sep 18 12:31:31 PDT 2011
|
||||
- Fix bug when combining selectors (p , q). Whitespace created invalid
|
||||
XPath expressions there. (Corion)
|
||||
- Fix bug when combining :root selectors as the second selector.
|
||||
The first selector was modified. (Corion)
|
||||
- :root now acts relative to the given "root" option,
|
||||
not the document root (Corion)
|
||||
- More css3 selectors support (Corion)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:09:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.11
|
||||
see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
|
||||
|
||||
0.11 Sun Oct 23 21:45:00 GMT 2011
|
||||
- Add test to MANIFEST so it also ships
|
||||
|
||||
0.10 Sun Oct 23 21:10:53 GMT 2011
|
||||
- Identifiers are now parsed closer to the CSS3 spec
|
||||
- Certain invalid attribute selectors now raise an exception
|
||||
|
||||
0.09 Sun Oct 16 13:07:09 GMT 2011
|
||||
- Fix bug in attribute-value-substring selectors where
|
||||
the CSS attributes were wrongly assumed to be
|
||||
specified with @href (Aaron Crane)
|
||||
- Make test suite less verbose (Aaron Crane)
|
||||
|
||||
0.08 Sun Sep 18 12:31:31 PDT 2011
|
||||
- Fix bug when combining selectors (p , q). Whitespace created invalid
|
||||
XPath expressions there. (Corion)
|
||||
- Fix bug when combining :root selectors as the second selector.
|
||||
The first selector was modified. (Corion)
|
||||
- :root now acts relative to the given "root" option,
|
||||
not the document root (Corion)
|
||||
- More css3 selectors support (Corion)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 07:26:12 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Selector-XPath (Version 0.07)
|
||||
# spec file for package perl-HTML-Selector-XPath
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,22 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-HTML-Selector-XPath
|
||||
Version: 0.07
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
%define cpan_name HTML-Selector-XPath
|
||||
Summary: CSS Selector to XPath compiler
|
||||
Url: http://search.cpan.org/dist/HTML-Selector-XPath/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/HTML-Selector-XPath/
|
||||
Source: http://www.cpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::Base)
|
||||
BuildRequires: perl(Test::More)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -52,9 +51,6 @@ partial CSS3 selectors to the equivalent XPath expression.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
Reference in New Issue
Block a user