Fedora 20 Update: nodejs-dep-graph-1.1.0-6.fc20

updates at fedoraproject.org updates at fedoraproject.org
Fri May 9 03:01:26 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-5677
2014-04-27 06:38:24
--------------------------------------------------------------------------------

Name        : nodejs-dep-graph
Product     : Fedora 20
Version     : 1.1.0
Release     : 6.fc20
URL         : https://github.com/TrevorBurnham/dep-graph
Summary     : Simple dependency graph management in JavaScript
Description :
This is a Node.js module for simple dependency graph management in JavaScript.

Say you have a set of resources that depend on each other in some way. These
resources can be anything (eg, files, chains of command etc.).
All that matters is that each one has a unique string identifier, and a list
of direct dependencies.

dep-graph makes it easy to compute "chains" of dependencies, with guaranteed
logical ordering and no duplicates. That's trivial in most cases, but if A
depends on B and B depends on A, a naïve dependency graph would get trapped
in an infinite loop. dep-graph throws an error if any such "cycles" are
detected.

--------------------------------------------------------------------------------
Update Information:

fix version of npm(underscore) dependency
--------------------------------------------------------------------------------
ChangeLog:

* Sat Apr 26 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.0-6
- fix version of npm(underscore) dependency
* Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.0-5
- fix version of npm(underscore) dependency
* Sun Jan 19 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-4
- fix underscore for 1.5.1
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update nodejs-dep-graph' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list