We're currently recommending/using Spyc 0.5.1, the latest release is 0.6.2, might as well use it instead.

CommentFileSizeAuthor
#2 2945812-2-update-spyc-version.patch1.82 KBemerham

Issue fork services-2945812

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

MustangGB created an issue. See original summary.

emerham’s picture

StatusFileSize
new1.82 KB

ok so Here is a patch that updates the make file and readme to latest tag release and I removed the hard coded Version string from the Library definition so that the version from the library will be shown. I tested it against one site and it works.

joelpittet made their first commit to this issue’s fork.

joelpittet’s picture

Status: Active » Needs review
joelpittet’s picture

Bumped to 0.6.3, thanks @emerham for creating the patch.

tyler.frankenstein’s picture

Status: Needs review » Fixed

Thank you @emerham and @joelpittet. I've committed the changes from the patch, and I'm not sure spyc is even needed anymore as I think it might've only been needed for D6. If either of you have any insight on that, please share, thanks!

mustanggb’s picture

Thanks.

solideogloria’s picture

Per rest_server.module, spyc is what allows the YAML parser type.

    if (($library = libraries_load('spyc')) && !empty($library['loaded'])) {
      $parsers['application/x-yaml'] = 'ServicesParserYAML';
    }

So it's needed for anyone who wants a service endpoint to return data as YAML

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

solideogloria’s picture

This update removed the version string, and now the Status Report shows a warning

The version of the Spyc library could not be detected.

#3279265: The version of the Spyc library could not be detected.