- updated to 0.34.0 (0.034) see /usr/share/doc/packages/perl-Attean/Changes 0.034 2024-06-25 - (Addition) Add registry to allow extension literal datatypes to map to Moo roles. - (Addition) Add support for composite types (CDTs). - (Addition) Allow extension functions to register as functional forms. - (Update) Add Attean::API::NumericLiteral->equals. - (Update) Add GitHub workflow using perlrdf/devops actions (#163 from @zmughal). - (Update) Add HTTP::Headers to test requirements. - (Update) Add types for RDF triple/quad and their terms (#166 from @zmughal). - (Update) Change in `import()` behaviour for Perl > 5.39.1 (#168 from @zmughal). - (Update) Fix bit-rotten code in W3C test suite harnesses. - (Update) Fix bugs discovered based on run of updated W3C test suite harnesses. - (Update) Fix casing for AtteanIRI type (#165 from @zmughal). - (Update) Fix handling of BOUND and error-causing INVOKE expressions in Attean::Plan. - (Update) Impove error reporting in Attean::API::MutableModel->load_urls_into_graph. - (Update) Improve Attean::API::CanonicalizingLiteral to have strict and non-strict c14n variants. OBS-URL: https://build.opensuse.org/request/show/1288879 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Attean?expand=0&rev=8
114 lines
4.4 KiB
Plaintext
114 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 24 05:30:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.34.0 (0.034)
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
0.034 2024-06-25
|
|
|
|
- (Addition) Add registry to allow extension literal datatypes to map to
|
|
Moo roles.
|
|
- (Addition) Add support for composite types (CDTs).
|
|
- (Addition) Allow extension functions to register as functional forms.
|
|
- (Update) Add Attean::API::NumericLiteral->equals.
|
|
- (Update) Add GitHub workflow using perlrdf/devops actions (#163 from
|
|
@zmughal).
|
|
- (Update) Add HTTP::Headers to test requirements.
|
|
- (Update) Add types for RDF triple/quad and their terms (#166 from
|
|
@zmughal).
|
|
- (Update) Change in `import()` behaviour for Perl > 5.39.1 (#168 from
|
|
@zmughal).
|
|
- (Update) Fix bit-rotten code in W3C test suite harnesses.
|
|
- (Update) Fix bugs discovered based on run of updated W3C test suite
|
|
harnesses.
|
|
- (Update) Fix casing for AtteanIRI type (#165 from @zmughal).
|
|
- (Update) Fix handling of BOUND and error-causing INVOKE expressions in
|
|
Attean::Plan.
|
|
- (Update) Impove error reporting in
|
|
Attean::API::MutableModel->load_urls_into_graph.
|
|
- (Update) Improve Attean::API::CanonicalizingLiteral to have strict and
|
|
non-strict c14n variants.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 3 03:16:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.033
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
0.033 2022-10-02
|
|
|
|
- (Addition) Add new Attean::SPARQLClient protocol implementation.
|
|
- (Update) Fixed handling of endpoint URLs containing query parameters.
|
|
- (Update) Protocol HTTP requests can now be signed by specifying a
|
|
'request_signer'.
|
|
- (Update) Update SERVICE evaluation classes to use Attean::SPARQLClient.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 16 03:06:22 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.032
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
0.032 2022-08-14
|
|
- (Update) Fix for bug caused by newly added TermOrVariableOrTriplePattern
|
|
role.
|
|
0.031 2022-08-04
|
|
- (Addition) Add initial implementation for TriG-star parser.
|
|
- (Addition) Add support for parsing and evaluating SPARQL-star queries.
|
|
- (Update) Improve implementation, docs, and tests for accessing parsers
|
|
and serializers by file extension.
|
|
- (Update) Update Turtle, SPARQL-XML, and SPARQL-JSON parsers to support
|
|
RDF-star.
|
|
- (Update) Update docs and add tests for handling of base URIs in parsers
|
|
(#158).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 7 03:06:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.030
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
0.030 2021-02-06
|
|
|
|
- (Update) Fix bug in attean_parse for parsers that are not either pull or
|
|
push parsers.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 3 03:06:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.029
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
Maintainer: Gregory Todd Williams <mailto:gwilliams@cpan.org>
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 4 03:06:21 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.028
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 7 03:08:42 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.027
|
|
see /usr/share/doc/packages/perl-Attean/Changes
|
|
|
|
0.027 2020-11-06
|
|
|
|
- (Addition) Add canonicalization support for xsd:negativeInteger.
|
|
- (Addition) Added TextTable SPARQL results serializer.
|
|
- (Update) Fix SPARQL lexer to accept variables using the $ sigil.
|
|
- (Update) Fix evaluation of aggregates over empty groups.
|
|
- (Update) Fix handling of utf-8 encoding in AtteanX::Parser::SPARQLXML.
|
|
- (Update) Improve Attean::API::Result->apply_map handling of unbound
|
|
variables.
|
|
- (Update) Improve Test::Attean::SPARQLSuite.
|
|
- (Update) Improve handling of XPath Constructor (casting) functions.
|
|
- (Update) Update module metadata URLs (#155 from @szabgab).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 28 11:03:18 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- initial package 0.026
|
|
* created by cpanspec 1.78.09
|