[libhtml-selector-xpath-perl] branch master updated (d1bf197 -> b47184a)

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


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

gregoa pushed a change to branch master
in repository libhtml-selector-xpath-perl.

      from  d1bf197   update changelog
       new  2f16e98   Add debian/upstream/metadata
       new  372d7a5   Update debian/changelog
      adds  a720483    r5474 at rock (orig r1990):  miyagawa | 2006-10-02 09:10:29 -0700  Directory for svk import.
      adds  138f311    r5475 at rock (orig r1991):  miyagawa | 2006-10-02 09:11:00 -0700  import HTML::Selector::XPath
      adds  e18ace3    r5476 at rock (orig r1992):  miyagawa | 2006-10-02 09:15:23 -0700  updated license
      adds  ce8fae7    r5477 at rock (orig r1993):  miyagawa | 2006-10-02 09:33:02 -0700  fixed SYNOPSIS. Added functional interface. Added test using H::TB::XPath
      adds  158ca58    r5478 at rock (orig r1994):  miyagawa | 2006-10-02 09:39:14 -0700  update CAVEATS re css selector validatoin
      adds  d64a990    r5479 at rock (orig r1995):  miyagawa | 2006-10-02 09:55:54 -0700  updated doc
      adds  1b5ecd3    r5480 at rock (orig r1996):  miyagawa | 2006-10-02 10:57:13 -0700  more Test::Base fixes
      adds  7af87f5    r5481 at rock (orig r1997):  miyagawa | 2006-10-02 20:04:12 -0700  added E > F test
      adds  a66dc93    r5482 at rock (orig r1998):  miyagawa | 2006-10-02 20:38:21 -0700  updated doc
      adds  aa33b32    r5483 at rock (orig r1999):  miyagawa | 2006-10-03 06:46:51 -0700  fixed handling of :not pseudo-class to work on XPath 1.0 implementation. This be 0.02
      adds  d563473    r5484 at rock (orig r2000):  miyagawa | 2006-10-03 07:59:08 -0700  added some croak() code
      adds  0a7fcac    r6705 at rock (orig r2264):  miyagawa | 2007-05-22 18:22:08 -0700  added an unit test for foo.bar.baz selector
      adds  6241b98   lang/perl/HTML-Selector-XPath: added nth-child support.
      adds  1874a72   Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      adds  bbba605   Resurrected lang/perl from revision 7636
      adds  a0262c4   lang/perl/HTML-Selector-XPath: added *:last-child support
      adds  451b674   Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      adds  f4aa4be   Add CSS3 *= operator
      adds  5fd12ff   Add :first-of-type and :nth-of-type pseudo-attributes
      adds  58b138f   Bump version
      adds  af94b54   Add '~' operator
      adds  b88ac92   Add HTML testcases
      adds  c50f658   Add name in test case
      adds  d8fc562   Add :contains() selector
      adds  9f006fd   Find (and add tests from) RT#61990
      adds  75fd8c4   Add test for RT#50131
      adds  0d74ae8   Add tests from RT #49882; refactor to fix them
      adds  64fd040   Document changes (sans bug submitters
      adds  40f72d1   Credited bug reporters / patch submitters
      adds  97b325c   Add :root pseudo-selector
      adds  173c990   Factor out operator parsing, add $= and ^= CSS3 operators
      adds  c887c33   Commit local changes before merging
      adds  97ee6dc   Checking in changes prior to tagging of version 0.05.
      adds  d34e6b6   Merge remote branch 'miyagawa/master'
      adds  df6812c   Patch from https://rt.cpan.org/Ticket/Display.html?id=57603.
      adds  f1da28d   Don't have // in the middle of the expression.
      adds  e800b49   Merge remote branch 'origin/master'
      adds  b4b9c12   Fix patch from theory to allow specifying a(ny) root
      adds  92e6eba   Add documentation for setting the root
      adds  c46ded2   Bump version
      adds  5626723   Remove dead code
      adds  217097b   Add :empty pseudo-selector
      adds  5e4f3c9   Document :empty selector in Changes
      adds  ced9cd2   Document xpath root option
      adds  d2662ab   Checking in changes prior to tagging of version 0.06.
      adds  a59d465   Added COPYRIGHT
      adds  649e317   Checking in changes prior to tagging of version 0.07.
      adds  164884a   Reinstate parse_pseudo to allow subclasses to implement special pseudo classes
      adds  4711056   Pass a referce to the rule to parse_pseudo so we can do complex pseudo parsing
      adds  4785e5f   Ignore more build by-products
      adds  129df80   Add test cases for combinator "," and whitespace; fix combinating reges
      adds  7de6918   Last fix for the bug
      adds  defd0a5   Ignore more build by-products
      adds  8e19025   Add better handling of :not() attribute
      adds  0cd4a76   Simplify :first-child to :nth-child(1)
      adds  4c9fcba   Add :last-child selector + tests
      adds  e791a3e   Add :only-child + tests
      adds  edf6810   Add :nth-child(2n+1) and :nth-last-child(2n+1) support
      adds  d698368   Merge pull request #7 from Corion/more_css3
      adds  d08a3f2   Checking in changes prior to tagging of version 0.08.
      adds  7b986f5   Merge upstream/master and fixed conflicts
      adds  03c7f9f   Revert to d08a3f269d4996ddddc7c0de808e74bbe8c3b3e2
      adds  d94e19c   Redid patch to apply cleanly after CSS3 merge
      adds  98093f5   Merge pull request #8 from claesjac/d94e19c8b71a6e9e47253ec22b4a7e227928a3a2
      adds  1a4a6b6   Reduce test suite verbosity
      adds  9160669   Fix bug in attribute-value-substring selectors
      adds  ca7f641   Merge pull request #9 from arc/master
      adds  c2bc99c   Ready for v0.09
      adds  df6e051   Ignore more build by-products
      adds  97a147d   Allow identifiers in attribute-value selectors
      adds  a887c4a   More tests for identifier-syntax parsing
      adds  d663740   Throw exception on invalid attribute selector
      adds  272322c   Merge pull request #10 from arc/master
      adds  643ee25   Merge remote branch 'miyagawa-rw/master'
      adds  073dcec   Quote the rule in error message
      adds  06dc86b   Bump version number
      adds  cf92ce6   Add Changes
      adds  f28c04b   Ignore build/release by-products
      adds  cde45ee   Add missing test
      adds  408dad0   Fix negated selectors
      adds  4bdb3cc   Document changes
      adds  3a9962f   Add C<prefix> option
      adds  2e75a72   Allow single quotes when specifying attribute expressions
      adds  03f42d4   Fix bugs in :contains("string")
      adds  b8def56   Prepare for next release
      adds  dea4d71   Merge pull request #1 from arc/master
      adds  77f7b72   Remove MYMETA files from distribution and ignore them in the repo
      adds  408fe40   Add release date
      adds  8961fe3   Add tests that every test case works when another CSS selector is appended
      adds  0f68e2f   Added repository cpan metadata
      adds  4d59895   Merge pull request #3 from dsteinbrunner/patch-1
      adds  d74bea6   Update version
      adds  854a439   Regenerate META.yml and add it to the repo, again
      adds  c0f0695   Ignore local configuration
      adds  a07e6a5   Regenerate MANIFEST
      adds  52b861c   Support unicode characters for id and class selectors
      adds  a8b97d2   Merge pull request #4 from hitode909/support-unicode-id-and-class
      adds  9fd4e6a   Normalize space characters of the class attribute
      adds  0972060   Merge pull request #5 from aereal/normalize_space
      adds  8886639   Make HTML test UTF-8 safe
      adds  1ae38e2   Add Changes, bump version
      adds  bafebbc   Refactor: reduce scope of $tag
      adds  d0ca6c0   Refactor: eliminate unused variable
      adds  d9487a4   Refactor: delete commented-out code
      adds  2e0162d   Refactor: delete needless semicolon after closing curly
      adds  9bfe6e3   Fix bug in parsing attribute selector after negated selector
      adds  39c9826   Refactor: separate variable for each regex
      adds  feb1f51   Add tests for :nth-child(2n) and :nth-child(2n+1)
      adds  2f629ef   Support :nth-child(odd) and :nth-child(even)
      adds  7e3e52b   Avoid XPath 2 features when translating `[attr$=tail]`
      adds  edecc7e   Prepare for next release
      adds  d4cb64d   Merge branch 'master' of https://github.com/arc/HTML-Selector-XPath into arc-master
      adds  171f41a   Merge branch 'arc-master'
      adds  6cbff4c   Bump version
      adds  45a7080   Imported Upstream version 0.18
       new  9460bea   Merge tag 'upstream/0.18'
       new  d63588c   Update debian/changelog
       new  e1d463c   remove boilerplate comments from debian/watch
       new  ed531e2   Update years of packaging copyright.
       new  6ee9492   Declare compliance with Debian Policy 3.9.6.
       new  9c2c1bf   cme: reformat debian/control
       new  66270ea   Mark package as autopkgtest-able.
       new  b47184a   releasing package libhtml-selector-xpath-perl version 0.18-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                    |  9 +++++++
 MANIFEST                   | 40 +++++++++++++++---------------
 META.yml                   |  2 +-
 debian/changelog           | 11 +++++++--
 debian/control             | 28 +++++++++++----------
 debian/copyright           |  2 +-
 debian/upstream/metadata   |  5 ++++
 debian/watch               |  1 -
 lib/HTML/Selector/XPath.pm | 53 +++++++++++++++++-----------------------
 t/01_xpath.t               | 61 +++++++++++++++++++++++++++++++++-------------
 t/02_html.t                | 31 +++++++++++++++++++----
 t/03_xpath_root.t          |  2 +-
 t/05_xpath_prefix.t        |  2 +-
 13 files changed, 154 insertions(+), 93 deletions(-)
 create mode 100644 debian/upstream/metadata

-- 
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