[libattean-perl] branch master updated (75fa215 -> d96c64a)

Jonas Smedegaard dr at jones.dk
Mon Feb 12 13:16:26 UTC 2018


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

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

      from  75fa215   declare conformance with Policy 4.1.3 (no changes needed)
      adds  e2d5aa7   Fixed as_string serialization of CONSTRUCT algebras (#97).
      adds  f37383f   Added tests for turtle parser escape handling (#55).
      adds  93ba5b5   Quick hack to let the cheaper left-hand-side win in HashJoin plans
      adds  b9090f1   turn the inequality since the right hand side is materialized
      adds  34ad4ea   Merge pull request #103 from kjetilk/feature-hashjoin-small-first
      adds  d60ae24   Merge branch 'master' of github.com:kasei/attean
      adds  d19e420   Allow UUIDs to have lowercase hex digits (#102).
      adds  e4f1a27   fix parameter description
      adds  ce66b69   Merge pull request #105 from Varadinsky/docfix
      adds  d5ede30   Improve code coverage for Attean::TermMap
      adds  8bda97b   Merge pull request #107 from Varadinsky/term-map-tests
      adds  e649579   Updated Makefile.PL for perl 5.26.
      adds  632c175   Moo::Role automatically cleanup namespace
      adds  7134d7e   Merge pull request #112 from baby-gnu/comsetic/no-cleanup-with-Moo-Role
      adds  c817b0c   Add IRC notifications from Travis
      adds  f7a2440   Merge pull request #114 from kjetilk/master
      adds  f4697e1   Updated required version of IRI (#118).
      adds  6ceb1cf   Removed LICENSE file and updated licensing statement in individual modules (#116).
      adds  74af7e8   Removed LICENSE file (#116).
      adds  66e0345   Updated metadata for 0.018 release.
      adds  6d31d95   Removed LICENSE from MANIFEST.
      adds  135bcd1   Merge branch 'v0.018'
      adds  835bbc9   failing test for correct langString URI
      adds  9d27c38   Set rdf:langString for language literals
      adds  e802dd1   Check for rdf:langString
      adds  4c15253   Merge pull request #119 from kjetilk/feature-fix-langstring
      adds  3cb287c   Remove perlrdf.org from POD
      adds  f52ba16   Remove perlrdf.org from POD files too
      adds  90436ac   remove perlrdf.org as method of contact
      adds  6d405e7   remove perlrdf.org
      adds  01c77ee   remove perlrdf.org mention
      adds  edf1d67   Merge pull request #121 from kjetilk/try-remove-perlrdf.org
      adds  61cf62e   Change documentation of namespaces attribute
      adds  e5776fd   Merge pull request #120 from kjetilk/try-namespace-doc
      adds  24e985f   Updated VERSION and docs for 0.019 release.
      adds  2cf21b0   Merge branch 'v0.019'
      adds  7f30198   New upstream version 0.019
      adds  01ff40f   Update upstream source from tag 'upstream/0.019'
      adds  5d0a84e   Update copyright info: Extend copyright for main upstream author to cover recent years.
      adds  1643996   Sync control.in with control: Declare conformance with Policy 4.1.3.
      adds  c699345   Drop patch 1001: Fixed upstream.
      adds  d96c64a   Prepare for release: Update changelog, and copyright hints.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                  |   1 -
 CONTRIBUTING                                |   2 -
 Changes                                     |  21 +++
 LICENSE                                     |  21 ---
 MANIFEST                                    |   1 -
 META.yml                                    |   5 +-
 Makefile.PL                                 |   1 +
 README.md                                   |   8 +-
 SIGNATURE                                   | 256 ++++++++++++++--------------
 debian/changelog                            |  31 +++-
 debian/control.in                           |   2 +-
 debian/copyright                            |   2 +-
 debian/copyright_hints                      |  20 +--
 debian/patches/1001_fix_uuid_regex.patch    |  16 --
 debian/patches/README                       |   3 -
 debian/patches/series                       |   1 -
 inc/Module/Install.pm                       |  35 +---
 inc/Module/Install/Base.pm                  |   2 +-
 inc/Module/Install/Can.pm                   |  13 +-
 inc/Module/Install/Fetch.pm                 |   2 +-
 inc/Module/Install/Makefile.pm              |   2 +-
 inc/Module/Install/Metadata.pm              |   2 +-
 inc/Module/Install/Scripts.pm               |   2 +-
 inc/Module/Install/Win32.pm                 |   2 +-
 inc/Module/Install/WriteAll.pm              |   2 +-
 lib/Attean.pm                               |   8 +-
 lib/Attean/API.pm                           |  29 ++--
 lib/Attean/API/AbbreviatingParser.pod       |   6 +-
 lib/Attean/API/AbbreviatingSerializer.pod   |   9 +-
 lib/Attean/API/AggregateExpression.pod      |   6 +-
 lib/Attean/API/AppendableSerializer.pod     |   6 +-
 lib/Attean/API/AtOnceParser.pod             |   6 +-
 lib/Attean/API/Binding.pm                   |  41 ++---
 lib/Attean/API/Blank.pod                    |   6 +-
 lib/Attean/API/BlankOrIRI.pod               |   6 +-
 lib/Attean/API/BulkUpdatableModel.pod       |   6 +-
 lib/Attean/API/Expression.pm                |  28 +--
 lib/Attean/API/IRI.pod                      |   6 +-
 lib/Attean/API/Iterator.pm                  |  30 ++--
 lib/Attean/API/Literal.pod                  |   6 +-
 lib/Attean/API/MixedStatementParser.pod     |   6 +-
 lib/Attean/API/MixedStatementSerializer.pod |   6 +-
 lib/Attean/API/Model.pm                     |  24 +--
 lib/Attean/API/MutableModel.pod             |   6 +-
 lib/Attean/API/MutableTripleStore.pod       |   6 +-
 lib/Attean/API/Parser.pm                    |  35 ++--
 lib/Attean/API/Plan.pm                      |  23 ++-
 lib/Attean/API/PullParser.pod               |   6 +-
 lib/Attean/API/PushParser.pod               |   6 +-
 lib/Attean/API/Quad.pod                     |   6 +-
 lib/Attean/API/QuadParser.pod               |   6 +-
 lib/Attean/API/QuadPattern.pod              |   6 +-
 lib/Attean/API/QuadSerializer.pod           |   6 +-
 lib/Attean/API/Query.pm                     |  48 +++---
 lib/Attean/API/QueryPlanner.pm              |  41 ++---
 lib/Attean/API/RepeatableIterator.pod       |   6 +-
 lib/Attean/API/Result.pod                   |   6 +-
 lib/Attean/API/ResultParser.pod             |   6 +-
 lib/Attean/API/ResultSerializer.pod         |   6 +-
 lib/Attean/API/Serializer.pm                |  26 +--
 lib/Attean/API/Store.pm                     |  38 ++---
 lib/Attean/API/Term.pm                      |  43 ++---
 lib/Attean/API/TermOrVariable.pod           |   6 +-
 lib/Attean/API/TermParser.pod               |   6 +-
 lib/Attean/API/TermSerializer.pod           |   6 +-
 lib/Attean/API/Triple.pod                   |   6 +-
 lib/Attean/API/TripleOrQuad.pod             |   6 +-
 lib/Attean/API/TripleParser.pod             |   6 +-
 lib/Attean/API/TriplePattern.pod            |   6 +-
 lib/Attean/API/TripleSerializer.pod         |   6 +-
 lib/Attean/API/Variable.pod                 |   6 +-
 lib/Attean/AggregateExpression.pod          |   6 +-
 lib/Attean/Algebra.pm                       |  86 +++++-----
 lib/Attean/BindingEqualityTest.pm           |   8 +-
 lib/Attean/Blank.pm                         |   8 +-
 lib/Attean/CodeIterator.pm                  |   8 +-
 lib/Attean/Expression.pm                    |  22 +--
 lib/Attean/IDPQueryPlanner.pm               |   8 +-
 lib/Attean/IRI.pm                           |  10 +-
 lib/Attean/IteratorSequence.pm              |   8 +-
 lib/Attean/ListIterator.pm                  |   8 +-
 lib/Attean/Literal.pm                       |  10 +-
 lib/Attean/Plan.pm                          |  66 +++----
 lib/Attean/Quad.pm                          |  10 +-
 lib/Attean/QuadModel.pm                     |  10 +-
 lib/Attean/QueryPlanner.pm                  |   8 +-
 lib/Attean/RDF.pm                           |   8 +-
 lib/Attean/Result.pm                        |   8 +-
 lib/Attean/SimpleQueryEvaluator.pm          |  10 +-
 lib/Attean/TermMap.pm                       |   8 +-
 lib/Attean/TreeRewriter.pm                  |   8 +-
 lib/Attean/Triple.pm                        |  10 +-
 lib/Attean/TripleModel.pm                   |  20 +--
 lib/Attean/Variable.pm                      |   8 +-
 lib/AtteanX/API/JoinRotatingPlanner.pm      |  14 +-
 lib/AtteanX/API/Lexer.pm                    |  12 +-
 lib/AtteanX/Parser/NQuads.pm                |   6 +-
 lib/AtteanX/Parser/NTriples.pm              |   6 +-
 lib/AtteanX/Parser/NTuples.pm               |   8 +-
 lib/AtteanX/Parser/RDFXML.pm                |   6 +-
 lib/AtteanX/Parser/SPARQL.pm                |   8 +-
 lib/AtteanX/Parser/SPARQLJSON.pm            |   6 +-
 lib/AtteanX/Parser/SPARQLLex.pm             |   8 +-
 lib/AtteanX/Parser/SPARQLTSV.pm             |   6 +-
 lib/AtteanX/Parser/SPARQLXML.pm             |   6 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm  |   9 +-
 lib/AtteanX/Parser/Turtle.pm                |   8 +-
 lib/AtteanX/Parser/Turtle/Constants.pm      |   6 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm          |   6 +-
 lib/AtteanX/Parser/Turtle/Token.pm          |   8 +-
 lib/AtteanX/SPARQL/Constants.pm             |   6 +-
 lib/AtteanX/SPARQL/Token.pm                 |   8 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm |   8 +-
 lib/AtteanX/Serializer/NQuads.pm            |   6 +-
 lib/AtteanX/Serializer/NTriples.pm          |   6 +-
 lib/AtteanX/Serializer/NTuples.pm           |   8 +-
 lib/AtteanX/Serializer/RDFXML.pm            |   8 +-
 lib/AtteanX/Serializer/SPARQL.pm            |   8 +-
 lib/AtteanX/Serializer/SPARQLCSV.pm         |   8 +-
 lib/AtteanX/Serializer/SPARQLHTML.pm        |   8 +-
 lib/AtteanX/Serializer/SPARQLJSON.pm        |   8 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm         |   8 +-
 lib/AtteanX/Serializer/SPARQLXML.pm         |   8 +-
 lib/AtteanX/Serializer/Turtle.pm            |   6 +-
 lib/AtteanX/Serializer/TurtleTokens.pm      |   8 +-
 lib/AtteanX/Store/Memory.pm                 |   6 +-
 lib/AtteanX/Store/Simple.pm                 |   6 +-
 lib/AtteanX/Store/SimpleTripleStore.pm      |   6 +-
 meta/changes.ttl                            |  36 +++-
 t/algebra.t                                 |   4 +-
 t/parser-turtle.t                           |  14 ++
 t/simple.t                                  |   2 +-
 t/term-map.t                                |  10 +-
 133 files changed, 897 insertions(+), 846 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 LICENSE
 delete mode 100644 debian/patches/1001_fix_uuid_regex.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series

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