Revisions of perl-HTML-Selector-XPath

buildservice-autocommit accepted request 1156482 from Tina Müller's avatar Tina Müller (tinita) (revision 16)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) committed (revision 15)
Fix disabling of __perllib_provides
buildservice-autocommit accepted request 1102956 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 14)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1102941 from Tina Müller's avatar Tina Müller (tinita) (revision 13)
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- updated to 0.28
   see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 943076 from Tina Müller's avatar Tina Müller (tinita) (revision 12)
- updated to 0.26
   see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 918994 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 11)
initialized devel package after accepting 918994
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 10)
refresh spec file
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 647192 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 640453 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 8)
- Fix build
- updated to 0.23
   see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
- updated to 0.20
   see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
- 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 
        - Support unicode characters for id and class selectors (aereal)
        - Normalize space characters of the class attribute (hitode909)
  
  0.16 
        - Added link to repository (D. Steinbrunner)
  
  0.15 
        - Fix bugs in :contains("string") (Aaron Crane)
  
  0.14 
        - Also allow single quotes in attribute expressions,
          as seems to be allowed
          per http://www.w3.org/TR/CSS2/syndata.html
  
  0.13 
        - Added C<prefix> option to add a prefix like C<xhtml>,
          contributed by Toby Inkster
          This closes RT #73719
  
  0.12 
        - Add tests and fix negated selectors as reported
          by Nilson Santos Figueiredo Junior
  
  0.11 
        - Add test to MANIFEST so it also ships
  
  0.10 
        - Identifiers are now parsed closer to the CSS3 spec
        - Certain invalid attribute selectors now raise an exception
  
  0.09 
        - 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 
        - 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)
- updated to 0.11
   see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
  0.11 
        - Add test to MANIFEST so it also ships
  
  0.10 
        - Identifiers are now parsed closer to the CSS3 spec
        - Certain invalid attribute selectors now raise an exception
  
  0.09 
        - 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 
        - 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)
- updated to 0.07
     - Added a COPYRIGHT section
  
     - Add CSS3 "=$" operator (Corion)
     - Add CSS3 "=^" operator (Corion)
     - Add complex subexpressions for :not() (Corion)
     - Add :empty selector (Corion)
     - Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion)
  
     - Add CSS3 "=*" operator for real substring matching (Corion)
     - Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion)
       (but if you're using them, you're likely better off using XPath already)
     - Add CSS3 "~" operator (Corion)
     - Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion)
     - Add :contains() selector (only immediate child nodes) (Corion)
     - Support implicit selectors like "> em" (translated to "* > em") (Corion)
       Fixes RT #50131 (Reported by David Wheeler)
     - Fix more implicit universal selectors (fixes RT #49982)
       :lang(c) as a bare selector works now (Corion, Aaron Crane)
- initial package (0.04)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 7)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 6)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 397448 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 5)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 296445 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 4)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 2)
- updated to 0.07
     - Added a COPYRIGHT section
  
     - Add CSS3 "=$" operator (Corion)
     - Add CSS3 "=^" operator (Corion)
     - Add complex subexpressions for :not() (Corion)
     - Add :empty selector (Corion)
     - Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion)
  
     - Add CSS3 "=*" operator for real substring matching (Corion)
     - Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion)
       (but if you're using them, you're likely better off using XPath already)
     - Add CSS3 "~" operator (Corion)
     - Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion)
     - Add :contains() selector (only immediate child nodes) (Corion)
     - Support implicit selectors like "> em" (translated to "* > em") (Corion)
       Fixes RT #50131 (Reported by David Wheeler)
     - Fix more implicit universal selectors (fixes RT #49982)
       :lang(c) as a bare selector works now (Corion, Aaron Crane)
Pascal Bleser's avatar Pascal Bleser (pbleser) committed (revision 1)
0.04
Displaying all 16 revisions
openSUSE Build Service is sponsored by