[libattean-perl] branch master updated (56d93e2 -> 3def388)

Jonas Smedegaard dr at jones.dk
Tue Feb 24 11:17:07 UTC 2015


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

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

      from  56d93e2   Prepare for release: Update changelog and control file.
      adds  90f7573   Split Cacheable roles into ETagCacheable and TimeCacheable variants.
      adds  9d7b6d7   Added missing algebra_as_string impelementations in Attean::API::Query and Attean::Algebra. Added tree_attributes methods to tree classes.
      adds  aa058f5   Added Attean::TreeRewriter class.
      adds  7c1a2a7   Updated docs and VERSION for 0.002_01 beta release.
      adds  3f7aa9f   Updated MANIFEST.
      adds  469dbc4   Fixed role name typo in Attean::API::TimeCacheableTripleStore.
      adds  722fa2b   Added count estimate methods to TripleStore QuadStore roles (in lieu of github pull request #6).
      adds  1ed712e   Updated Changes.ttl.
      adds  07bde8f   Updated docs and VERSION for 0.002_02 beta release.
      adds  5093428   Updated docs and VERSION for 0.003 release.
      adds  c3df31a   Imported Upstream version 0.003
       new  0853913   Merge tag 'upstream/0.003'
       new  3def388   Prepare for release: Update changelog and copyright hints.

The 2 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.ttl                                 |  18 +++
 MANIFEST                                    |   2 +
 META.yml                                    |   2 +-
 SIGNATURE                                   | 172 +++++++++++++--------------
 debian/changelog                            |  15 +++
 debian/copyright_hints                      |   2 +
 lib/Attean.pm                               |   4 +-
 lib/Attean/API.pm                           |   2 +-
 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                   |   7 +-
 lib/Attean/API/Blank.pod                    |   2 +-
 lib/Attean/API/BlankOrIRI.pod               |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod       |   2 +-
 lib/Attean/API/Expression.pm                |   2 +-
 lib/Attean/API/IRI.pod                      |   2 +-
 lib/Attean/API/Iterator.pm                  |   2 +-
 lib/Attean/API/Literal.pod                  |   2 +-
 lib/Attean/API/MixedStatementParser.pod     |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod |   2 +-
 lib/Attean/API/Model.pm                     |  11 +-
 lib/Attean/API/MutableModel.pod             |   2 +-
 lib/Attean/API/MutableTripleStore.pod       |   2 +-
 lib/Attean/API/Parser.pm                    |   2 +-
 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                     |  10 +-
 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                |   2 +-
 lib/Attean/API/Store.pm                     |  38 +++++-
 lib/Attean/API/Term.pm                      |   2 +-
 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                       |  22 +++-
 lib/Attean/Blank.pm                         |   2 +-
 lib/Attean/CodeIterator.pm                  |   2 +-
 lib/Attean/Expression.pm                    |   2 +-
 lib/Attean/IRI.pm                           |   2 +-
 lib/Attean/IteratorSequence.pm              |   2 +-
 lib/Attean/ListIterator.pm                  |   2 +-
 lib/Attean/Literal.pm                       |   2 +-
 lib/Attean/Quad.pm                          |   2 +-
 lib/Attean/QuadModel.pm                     |   2 +-
 lib/Attean/RDF.pm                           |   2 +-
 lib/Attean/Result.pm                        |   2 +-
 lib/Attean/SimpleQueryEvaluator.pm          |   2 +-
 lib/Attean/TermMap.pm                       |   2 +-
 lib/Attean/TreeRewriter.pm                  | 175 ++++++++++++++++++++++++++++
 lib/Attean/Triple.pm                        |   2 +-
 lib/Attean/Variable.pm                      |   2 +-
 lib/AtteanX/Parser/NQuads.pm                |   2 +-
 lib/AtteanX/Parser/NTriples.pm              |   2 +-
 lib/AtteanX/Parser/NTuples.pm               |   2 +-
 lib/AtteanX/Parser/SPARQLJSON.pm            |   2 +-
 lib/AtteanX/Parser/SPARQLTSV.pm             |   2 +-
 lib/AtteanX/Parser/SPARQLXML.pm             |   2 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm  |   2 +-
 lib/AtteanX/Parser/Turtle.pm                |   2 +-
 lib/AtteanX/Parser/Turtle/Constants.pm      |   4 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm          |   2 +-
 lib/AtteanX/Parser/Turtle/Token.pm          |   2 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm |   2 +-
 lib/AtteanX/Serializer/NQuads.pm            |   2 +-
 lib/AtteanX/Serializer/NTriples.pm          |   2 +-
 lib/AtteanX/Serializer/NTuples.pm           |   2 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm         |   2 +-
 lib/AtteanX/Store/Memory.pm                 |   2 +-
 lib/AtteanX/Store/Simple.pm                 |   2 +-
 t/treerewrite.t                             | 139 ++++++++++++++++++++++
 87 files changed, 592 insertions(+), 173 deletions(-)
 create mode 100644 lib/Attean/TreeRewriter.pm
 create mode 100644 t/treerewrite.t

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