[libhtml-selector-xpath-perl] annotated tag upstream/0.18 created (now 17d6f9e)

gregor herrmann gregoa at debian.org
Sun Oct 26 12:41:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.18
in repository libhtml-selector-xpath-perl.

        at  17d6f9e   (tag)
   tagging  45a7080354a7a7ed77a23eaeddbd30ac6d2f5cce (commit)
  replaces  upstream/0.16
 tagged by  gregor herrmann
        on  Sun Oct 26 13:35:58 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 0.18

Aaron Crane (17):
      Reduce test suite verbosity
      Fix bug in attribute-value-substring selectors
      Allow identifiers in attribute-value selectors
      More tests for identifier-syntax parsing
      Throw exception on invalid attribute selector
      Fix bugs in :contains("string")
      Prepare for next release
      Refactor: reduce scope of $tag
      Refactor: eliminate unused variable
      Refactor: delete commented-out code
      Refactor: delete needless semicolon after closing curly
      Fix bug in parsing attribute selector after negated selector
      Refactor: separate variable for each regex
      Add tests for :nth-child(2n) and :nth-child(2n+1)
      Support :nth-child(odd) and :nth-child(even)
      Avoid XPath 2 features when translating `[attr$=tail]`
      Prepare for next release

Claes Jakobsson (5):
      Reinstate parse_pseudo to allow subclasses to implement special pseudo classes
      Pass a referce to the rule to parse_pseudo so we can do complex pseudo parsing
      Merge upstream/master and fixed conflicts
      Revert to d08a3f269d4996ddddc7c0de808e74bbe8c3b3e2
      Redid patch to apply cleanly after CSS3 merge

David E. Wheeler (2):
      Patch from https://rt.cpan.org/Ticket/Display.html?id=57603.
      Don't have // in the middle of the expression.

David Steinbrunner (1):
      Added repository cpan metadata

Max Maischein (61):
      Bump version
      Add '~' operator
      Add HTML testcases
      Add name in test case
      Add :contains() selector
      Find (and add tests from) RT#61990
      Add test for RT#50131
      Add tests from RT #49882; refactor to fix them
      Document changes (sans bug submitters
      Credited bug reporters / patch submitters
      Add :root pseudo-selector
      Factor out operator parsing, add $= and ^= CSS3 operators
      Commit local changes before merging
      Merge remote branch 'miyagawa/master'
      Merge remote branch 'origin/master'
      Fix patch from theory to allow specifying a(ny) root
      Add documentation for setting the root
      Bump version
      Remove dead code
      Add :empty pseudo-selector
      Document :empty selector in Changes
      Ignore more build by-products
      Add test cases for combinator "," and whitespace; fix combinating reges
      Last fix for the bug
      Ignore more build by-products
      Add better handling of :not() attribute
      Simplify :first-child to :nth-child(1)
      Add :last-child selector + tests
      Add :only-child + tests
      Add :nth-child(2n+1) and :nth-last-child(2n+1) support
      Merge pull request #8 from claesjac/d94e19c8b71a6e9e47253ec22b4a7e227928a3a2
      Merge pull request #9 from arc/master
      Ready for v0.09
      Ignore more build by-products
      Merge pull request #10 from arc/master
      Merge remote branch 'miyagawa-rw/master'
      Quote the rule in error message
      Bump version number
      Add Changes
      Ignore build/release by-products
      Add missing test
      Fix negated selectors
      Document changes
      Add C<prefix> option
      Allow single quotes when specifying attribute expressions
      Merge pull request #1 from arc/master
      Remove MYMETA files from distribution and ignore them in the repo
      Add release date
      Add tests that every test case works when another CSS selector is appended
      Merge pull request #3 from dsteinbrunner/patch-1
      Update version
      Regenerate META.yml and add it to the repo, again
      Ignore local configuration
      Regenerate MANIFEST
      Merge pull request #4 from hitode909/support-unicode-id-and-class
      Merge pull request #5 from aereal/normalize_space
      Make HTML test UTF-8 safe
      Add Changes, bump version
      Merge branch 'master' of https://github.com/arc/HTML-Selector-XPath into arc-master
      Merge branch 'arc-master'
      Bump version

Tatsuhiko Miyagawa (21):
      r5474 at rock (orig r1990):  miyagawa | 2006-10-02 09:10:29 -0700
      r5475 at rock (orig r1991):  miyagawa | 2006-10-02 09:11:00 -0700
      r5476 at rock (orig r1992):  miyagawa | 2006-10-02 09:15:23 -0700
      r5477 at rock (orig r1993):  miyagawa | 2006-10-02 09:33:02 -0700
      r5478 at rock (orig r1994):  miyagawa | 2006-10-02 09:39:14 -0700
      r5479 at rock (orig r1995):  miyagawa | 2006-10-02 09:55:54 -0700
      r5480 at rock (orig r1996):  miyagawa | 2006-10-02 10:57:13 -0700
      r5481 at rock (orig r1997):  miyagawa | 2006-10-02 20:04:12 -0700
      r5482 at rock (orig r1998):  miyagawa | 2006-10-02 20:38:21 -0700
      r5483 at rock (orig r1999):  miyagawa | 2006-10-03 06:46:51 -0700
      r5484 at rock (orig r2000):  miyagawa | 2006-10-03 07:59:08 -0700
      r6705 at rock (orig r2264):  miyagawa | 2007-05-22 18:22:08 -0700
      Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      Checking in changes prior to tagging of version 0.05.
      Document xpath root option
      Checking in changes prior to tagging of version 0.06.
      Added COPYRIGHT
      Checking in changes prior to tagging of version 0.07.
      Merge pull request #7 from Corion/more_css3
      Checking in changes prior to tagging of version 0.08.

Tokuhiro Matsuno (2):
      lang/perl/HTML-Selector-XPath: added nth-child support.
      lang/perl/HTML-Selector-XPath: added *:last-child support

aereal (1):
      Normalize space characters of the class attribute

gregor herrmann (1):
      Imported Upstream version 0.18

hitode909 (1):
      Support unicode characters for id and class selectors

otsune (1):
      Resurrected lang/perl from revision 7636

unknown (2):
      Add CSS3 *= operator
      Add :first-of-type and :nth-of-type pseudo-attributes

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-selector-xpath-perl.git



More information about the Pkg-perl-cvs-commits mailing list