[libattean-perl] 01/07: Merge tag 'upstream/0.017'

Jonas Smedegaard dr at jones.dk
Sat Jun 11 08:40:48 UTC 2016


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

js pushed a commit to branch master
in repository libattean-perl.

commit ecc92322b3acacf0d8a5e2b41db626a7128f3136
Merge: af67dbb 451e1ef
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 10 16:35:04 2016 +0200

    Merge tag 'upstream/0.017'
    
    Upstream version 0.017
    
    # gpg: Underskrift lavet fre 10 jun 2016 16:34:59 CEST
    # gpg:                bruger RSA nøgle 0x2C7C3146C1A00121
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>«
    # gpg:        også kendt som »[jpeg image of size 4165]«

 Changes                                          |  71 ++++
 MANIFEST                                         |  10 +-
 META.yml                                         |  18 +-
 Makefile.PL                                      |  29 +-
 SIGNATURE                                        | 300 ++++++++--------
 bin/attean_parse                                 |   4 +-
 bin/attean_query                                 |   6 +-
 bin/canonicalize_bgp.pl                          | 116 +-----
 lib/Attean.pm                                    |   4 +-
 lib/Attean/API.pm                                |  16 +-
 lib/Attean/API/AbbreviatingParser.pod            |   2 +-
 lib/Attean/API/AbbreviatingSerializer.pod        |   2 +-
 lib/Attean/API/AggregateExpression.pod           |   2 +-
 lib/Attean/API/AppendableSerializer.pod          |   2 +-
 lib/Attean/API/AtOnceParser.pod                  |   2 +-
 lib/Attean/API/Binding.pm                        |  34 +-
 lib/Attean/API/Blank.pod                         |   2 +-
 lib/Attean/API/BlankOrIRI.pod                    |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod            |   2 +-
 lib/Attean/API/Expression.pm                     |  12 +-
 lib/Attean/API/IRI.pod                           |   2 +-
 lib/Attean/API/Iterator.pm                       |  51 ++-
 lib/Attean/API/Literal.pod                       |   2 +-
 lib/Attean/API/MixedStatementParser.pod          |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod      |   2 +-
 lib/Attean/API/Model.pm                          |  12 +-
 lib/Attean/API/MutableModel.pod                  |   2 +-
 lib/Attean/API/MutableTripleStore.pod            |   2 +-
 lib/Attean/API/Parser.pm                         |  53 ++-
 lib/Attean/API/Plan.pm                           |  22 +-
 lib/Attean/API/PullParser.pod                    |   2 +-
 lib/Attean/API/PushParser.pod                    |   2 +-
 lib/Attean/API/Quad.pod                          |   2 +-
 lib/Attean/API/QuadParser.pod                    |   2 +-
 lib/Attean/API/QuadPattern.pod                   |   2 +-
 lib/Attean/API/QuadSerializer.pod                |   2 +-
 lib/Attean/API/Query.pm                          |  33 +-
 lib/Attean/API/QueryPlanner.pm                   |  14 +-
 lib/Attean/API/RepeatableIterator.pod            |   2 +-
 lib/Attean/API/Result.pod                        |   2 +-
 lib/Attean/API/ResultParser.pod                  |   2 +-
 lib/Attean/API/ResultSerializer.pod              |   2 +-
 lib/Attean/API/Serializer.pm                     |  31 +-
 lib/Attean/API/Store.pm                          |  22 +-
 lib/Attean/API/Term.pm                           |  19 +-
 lib/Attean/API/TermOrVariable.pod                |   2 +-
 lib/Attean/API/TermParser.pod                    |   2 +-
 lib/Attean/API/TermSerializer.pod                |   2 +-
 lib/Attean/API/Triple.pod                        |   2 +-
 lib/Attean/API/TripleOrQuad.pod                  |   2 +-
 lib/Attean/API/TripleParser.pod                  |   2 +-
 lib/Attean/API/TriplePattern.pod                 |   2 +-
 lib/Attean/API/TripleSerializer.pod              |   2 +-
 lib/Attean/API/Variable.pod                      |   2 +-
 lib/Attean/AggregateExpression.pod               |   2 +-
 lib/Attean/Algebra.pm                            |  81 +++--
 lib/Attean/BindingEqualityTest.pm                |   4 +-
 lib/Attean/Blank.pm                              |   4 +-
 lib/Attean/CodeIterator.pm                       |   4 +-
 lib/Attean/Expression.pm                         |  24 +-
 lib/Attean/IDPQueryPlanner.pm                    |   4 +-
 lib/Attean/IRI.pm                                |  23 +-
 lib/Attean/IteratorSequence.pm                   |   4 +-
 lib/Attean/ListIterator.pm                       |  16 +-
 lib/Attean/Literal.pm                            |  18 +-
 lib/Attean/Plan.pm                               | 125 +++++--
 lib/Attean/Quad.pm                               |   6 +-
 lib/Attean/QuadModel.pm                          |   6 +-
 lib/Attean/QueryPlanner.pm                       |  44 ++-
 lib/Attean/RDF.pm                                |   4 +-
 lib/Attean/Result.pm                             |   4 +-
 lib/Attean/SimpleQueryEvaluator.pm               |  38 +-
 lib/Attean/TermMap.pm                            |   6 +-
 lib/Attean/TreeRewriter.pm                       |   4 +-
 lib/Attean/Triple.pm                             |  14 +-
 lib/Attean/TripleModel.pm                        |  18 +-
 lib/Attean/Variable.pm                           |   4 +-
 lib/AtteanX/API/JoinRotatingPlanner.pm           |   4 +-
 lib/AtteanX/API/Lexer.pm                         |   4 +-
 lib/AtteanX/Parser/NQuads.pm                     |   4 +-
 lib/AtteanX/Parser/NTriples.pm                   |   4 +-
 lib/AtteanX/Parser/NTuples.pm                    |  15 +-
 lib/AtteanX/Parser/RDFXML.pm                     |  12 +-
 lib/AtteanX/Parser/SPARQL.pm                     | 114 ++++--
 lib/AtteanX/Parser/SPARQLJSON.pm                 |  13 +-
 lib/AtteanX/Parser/SPARQLLex.pm                  |   6 +-
 lib/AtteanX/Parser/SPARQLTSV.pm                  |  11 +-
 lib/AtteanX/Parser/SPARQLXML.pm                  |   4 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm       |   4 +-
 lib/AtteanX/Parser/Turtle.pm                     |  40 ++-
 lib/AtteanX/Parser/Turtle/Constants.pm           |   4 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm               |   4 +-
 lib/AtteanX/Parser/Turtle/Token.pm               |   4 +-
 lib/AtteanX/RDFQueryTranslator.pm                | 438 -----------------------
 lib/AtteanX/SPARQL/Constants.pm                  |   4 +-
 lib/AtteanX/SPARQL/Token.pm                      |   4 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm      |   4 +-
 lib/AtteanX/Serializer/NQuads.pm                 |  17 +-
 lib/AtteanX/Serializer/NTriples.pm               |  14 +-
 lib/AtteanX/Serializer/NTuples.pm                |   4 +-
 lib/AtteanX/Serializer/RDFXML.pm                 | 295 +++++++++++++++
 lib/AtteanX/Serializer/SPARQL.pm                 |  38 +-
 lib/AtteanX/Serializer/SPARQLCSV.pm              |   4 +-
 lib/AtteanX/Serializer/SPARQLHTML.pm             |   4 +-
 lib/AtteanX/Serializer/SPARQLJSON.pm             | 150 ++++++++
 lib/AtteanX/Serializer/SPARQLTSV.pm              |   4 +-
 lib/AtteanX/Serializer/SPARQLXML.pm              |   4 +-
 lib/AtteanX/Serializer/Turtle.pm                 |   6 +-
 lib/AtteanX/Serializer/TurtleTokens.pm           |  18 +-
 lib/AtteanX/Store/Memory.pm                      |   4 +-
 lib/AtteanX/Store/Simple.pm                      |   4 +-
 lib/AtteanX/Store/SimpleTripleStore.pm           |   4 +-
 lib/Test/Attean/ETagCacheableQuadStore.pm        |   2 +
 lib/Test/Attean/MutableETagCacheableQuadStore.pm |   2 +-
 lib/Test/Attean/MutableQuadStore.pm              |  10 +-
 lib/Test/Attean/MutableTimeCacheableQuadStore.pm |   5 +-
 lib/Test/Attean/MutableTripleStore.pm            |   3 +
 lib/Test/Attean/QuadStore.pm                     |  84 +++--
 lib/Test/Attean/SPARQLSuite.pm                   |   6 +-
 lib/Test/Attean/StoreCleanup.pm                  |  12 +
 lib/Test/Attean/TripleStore.pm                   |   5 +
 meta/changes.ttl                                 |  84 ++++-
 t/algebra.t                                      |  71 +++-
 t/binding-equality.t                             |  13 +-
 t/binding.t                                      |  99 ++++-
 t/cost_planner.t                                 |  10 +-
 t/expression.t                                   |   8 +-
 t/idp_planner.t                                  |  34 +-
 t/join_rotating_planner.t                        | 131 +++++--
 t/model-quad.t                                   |  17 +
 t/model-triple.t                                 |  53 +++
 t/naive_planner.t                                |  62 +++-
 t/parser-sparql.t                                |  74 ++++
 t/parser-sparqlxml.t                             |   9 +-
 t/parser.t                                       |  46 ++-
 t/plan.t                                         |  10 +-
 t/plans.t                                        | 132 +++++++
 t/serializer-canonicalntriples.t                 |   9 +-
 t/serializer-nquads.t                            |   9 +-
 t/serializer-rdfxml.t                            | 190 ++++++++++
 t/serializer-sparql.t                            |  40 +++
 t/serializer-sparqljson.t                        |  62 ++++
 t/serializer-turtle.t                            |  26 ++
 t/serializer.t                                   |  34 ++
 t/simple-eval.t                                  | 115 +++++-
 t/simple.t                                       |   9 +-
 t/store-memory.t                                 |   8 +-
 t/store-simple.t                                 |   9 +-
 t/term-map.t                                     |  99 +++--
 t/term.t                                         |  52 ++-
 t/treerewrite.t                                  |   1 -
 xt/dawg11-memory.t                               |   2 +-
 152 files changed, 2861 insertions(+), 1453 deletions(-)

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



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