[libattean-perl] 07/07: Prepare for release: Update changelog, control file and copyright hints.

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 d1cb88ed2a5ddf909d9736d42e7139b6e3b26e7a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 11 10:27:47 2016 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/control         | 18 +++++++-----
 debian/copyright_hints | 14 +++++++--
 3 files changed, 102 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a076921..ccd14c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,83 @@
+libattean-perl (0.017-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    0.014
+    + Add a size estimate attribute to Attean::Plan::Iterator.
+    + Add Attean::Plan::Iterator for cases where there is too much data
+      for Attean::Plan::Table.
+    + Add ability for parsers to construct lazy IRIs.
+    + Add type checking to serialize_iter_* methods.
+    + Added Attean::ListIterator->size method.
+    + Fix cases where result iterators were constructed without a
+      variables list.
+    + Improve error message generated for some SPARQL syntax errors.
+    + Update Attean::FunctionExpression to canonicalize ISURI to ISIRI.
+    0.015
+    + Fix metadata used to generate README files.
+    0.016
+    + Port RDF::Trine::Serializer::RDFXML to AtteanX::Serializer::RDFXML.
+    + Add serialization of SPARQL PREFIX declarations and prefixnames
+      when namespaces are set.
+    + Add Test::Attean::QuadStore->cleanup_store method.
+    + Add Test::Attean::StoreCleanup role and add store cleanup to store
+      tests.
+    + Change Attean::TriplePattern->as_quadpattern to delegate to
+      Attean::API::TriplePattern->as_quad_pattern.
+    + Fix overly aggressive code that attempted to turn IRIs into prefix
+      names during Turtle serialization.
+    + Fix bug in SPARQL parsing of NIL tokens.
+    + Fixes to POD, test, and metadata issues.
+    + Improve Attean::SimpleQueryEvaluator to handle updated algebra
+      classes and iterator API.
+    + Improve test suite.
+    + Remove AtteanX::RDFQueryTranslator (split into a new package) and
+      all other references to RDF::Query.
+    + Remove default implementation of Attean::API::Term->ebv (now
+      required of consumers).
+    + Serialize SPARQL and Turtle namespace declarations in a stable
+      order.
+    + Update Attean::API::AbbreviatingParser->base definition to be a
+      consumer of Attean::API::IRI.
+    + Update Attean::API::SPARQLSerializable->as_sparql to return a
+      unicode string, not bytes.
+    0.017
+    + Port SPARQL-JSON serializer to Attean.
+    + Add a .gitignore file.
+    + Change use of binmode to "use open" in attean_parse and
+      attean_query.
+    + Fix Construct plan string serialization.
+    + Fix declared arity of various algebra classes.
+    + Fix bug in handling of restricted available named graphs during
+      query planning.
+    + Fix documentation in Attean::QueryPlanner.
+    + Improve handling of unexpected EOF in AtteanX::Parser::SPARQL.
+    + Improve test coverage.
+    + Improve use of Travis CI (#100 from @cakirke).
+    + Make parse_term_from_string deprecations noisy.
+    + Remove default implementation of Attean::API::Plan->plan_as_string.
+    + Update SPARQL parser to produce Attean::Algebra::Reduced algebra
+      objects for REDUCED queries.
+    + Update required versions of Moo and Test::Modern.
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + Build-depend on libplack-perl libregexp-common-perl
+      libxml-simple-perl.
+    + (Build-)depend on recent librole-tiny-perl.
+    + Tighten and also depend (not only build-depend) on
+      libtest-modern-perl.
+    + Also depend (not only build-depend) on libmoose-perl
+      libtest-roo-perl.
+    + Tighten (build-)dependency on libiri-perl libmoo-perl.
+    + Stop (build-)depend on libfile-sharedir-perl librdf-query-perl.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Update git-buildpackage config: Filter any .gitignore file.
+  * Git-ignore quilt .pc dir.
+  * Add patch 1001 to fix regex in UUID test.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 11 Jun 2016 10:27:43 +0200
+
 libattean-perl (0.013-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 4dbafeb..bba9992 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,8 @@ Build-Depends: cdbs,
  libalgorithm-combinatorics-perl,
  libossp-uuid-perl,
  libdatetime-format-w3cdtf-perl,
- libfile-sharedir-perl,
  libfile-slurp-perl,
  libhttp-negotiate-perl,
- libiri-perl,
  libjson-perl,
  libwww-perl,
  liblist-moreutils-perl,
@@ -20,25 +18,29 @@ Build-Depends: cdbs,
  libmoox-log-any-perl,
  libset-scalar-perl,
  libsub-install-perl,
+ libmoose-perl,
+ libtest-roo-perl,
  libtext-csv-perl,
  libtry-tiny-perl,
  libtype-tiny-perl,
  liburi-perl,
  libxml-sax-perl,
  libnamespace-clean-perl,
- libmoo-perl (>= 1.006000),
- librdf-query-perl (>= 2.910),
+ libiri-perl (>= 0.005),
+ libmoo-perl (>= 2.000002),
+ librole-tiny-perl (>= 2.000003),
+ libtest-modern-perl (>= 0.012),
  libscalar-list-utils-perl (>= 1:1.40),
  liburi-namespacemap-perl (>= 0.12),
  perl (>= 5.14),
  libtest-exception-perl,
  libtest-lwp-useragent-perl,
- libtest-modern-perl,
- libtest-roo-perl,
- libmoose-perl
+ libplack-perl,
+ libregexp-common-perl,
+ libxml-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libattean-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libattean-perl.git
 Homepage: http://search.cpan.org/dist/Attean/
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 231915a..1593743 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -18,6 +18,9 @@ Files: CONTRIBUTING
  debian/control
  debian/control.in
  debian/gbp.conf
+ debian/patches/1001_fix_uuid_regex.patch
+ debian/patches/README
+ debian/patches/series
  debian/source/format
  debian/source/lintian-overrides
  debian/watch
@@ -37,6 +40,7 @@ Files: CONTRIBUTING
  lib/Test/Attean/MutableTripleStore.pm
  lib/Test/Attean/QuadStore.pm
  lib/Test/Attean/SPARQLSuite.pm
+ lib/Test/Attean/StoreCleanup.pm
  lib/Test/Attean/TimeCacheableQuadStore.pm
  lib/Test/Attean/TripleStore.pm
  t/00.load.t
@@ -62,15 +66,19 @@ Files: CONTRIBUTING
  t/parser-turtle.t
  t/parser.t
  t/plan.t
+ t/plans.t
  t/serializer-canonicalntriples.t
  t/serializer-nquads.t
  t/serializer-ntriples.t
+ t/serializer-rdfxml.t
  t/serializer-sparql.t
  t/serializer-sparqlcsv.t
  t/serializer-sparqlhtml.t
+ t/serializer-sparqljson.t
  t/serializer-sparqltsv.t
  t/serializer-sparqlxml.t
  t/serializer-turtle.t
+ t/serializer.t
  t/simple-eval.t
  t/simple.t
  t/store-memory.t
@@ -159,7 +167,6 @@ Files: lib/Attean.pm
  lib/AtteanX/API/Lexer.pm
  lib/AtteanX/Parser/SPARQL.pm
  lib/AtteanX/Parser/Turtle/Token.pm
- lib/AtteanX/RDFQueryTranslator.pm
  lib/AtteanX/SPARQL/Token.pm
 Copyright: 2014--2016, Gregory Todd Williams
 License: Perl
@@ -180,9 +187,11 @@ Files: lib/AtteanX/Parser/NQuads.pm
  lib/AtteanX/Serializer/NQuads.pm
  lib/AtteanX/Serializer/NTriples.pm
  lib/AtteanX/Serializer/NTuples.pm
+ lib/AtteanX/Serializer/RDFXML.pm
  lib/AtteanX/Serializer/SPARQL.pm
  lib/AtteanX/Serializer/SPARQLCSV.pm
  lib/AtteanX/Serializer/SPARQLHTML.pm
+ lib/AtteanX/Serializer/SPARQLJSON.pm
  lib/AtteanX/Serializer/SPARQLTSV.pm
  lib/AtteanX/Serializer/SPARQLXML.pm
  lib/AtteanX/Serializer/Turtle.pm
@@ -190,7 +199,8 @@ Files: lib/AtteanX/Parser/NQuads.pm
  lib/AtteanX/Store/Memory.pm
  lib/AtteanX/Store/Simple.pm
  lib/AtteanX/Store/SimpleTripleStore.pm
-Copyright: 2014--2016, Gregory Todd Williams. This
+Copyright: 2006-2016, Gregory Todd Williams. This
+  2014--2016, Gregory Todd Williams. This
 License: Perl
  FIXME
 

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