Update nodejs-async for nodejs-archiver
by Piotr Popieluch
I am packaging nodejs-archiver but it depends on nodej-async ~0.9.0. The
tests fail with the current nodejs-async (0.2.10). It seems that there
are new methods in async 0.9 which archiver uses.
Could nodejs-archiver please be updated in Rawhide?
I see that this will break a couple of packages which require npm(async)
< 0.3:
jake-0:8.0.10-3.fc22.noarch
nodejs-form-data-0:0.1.1-2.fc21.noarch
nodejs-grunt-contrib-less-0:0.12.0-1.fc22.noarch
nodejs-grunt-contrib-watch-0:0.6.1-2.fc21.noarch
nodejs-grunt-init-0:0.3.1-2.fc21.noarch
nodejs-grunt-legacy-util-0:0.1.2-2.fc21.noarch
nodejs-utile-0:0.2.1-3.fc21.noarch
nodejs-winston-0:0.7.3-2.fc21.noarch
uglify-js-0:2.4.13-6.fc21.noarch
I think this should be easily fixed by adding a %nodejs_fixdep or
updating to newest version, but I am not experienced with situations
like this... Any advice on how to handle this?
Piotr
8 years, 9 months
Few more nodejs package reviews
by Parag Nemade
Hi all,
I submitted today few nodejs packages and need some reviewers. If
you need I can do some of your package reviews.
Basically while working on nodejs packaging, I see nodejs modules
used to need some of the dependencies for actual package and/or its
tests also. I can read them in package.json also but I wanted all such
information using some CLI tool which will show those dependencies
information also. I could not find one in Fedora (hope I have not missed
any to search) so I searched in the npm repository. I found
dependency-lister module and decided to package it. I have also packaged
'dtree' module which I know shows dependencies for given js file.
Can you help with these package reviews?
1) for nodejs-dtree ->
https://bugzilla.redhat.com/showdependencytree.cgi?id=1171750
2) for nodejs-dependency-lister ->
https://bugzilla.redhat.com/showdependencytree.cgi?id=1173205
Another thing I wanted to share here is that in the nodejs-istanbul
package review <https://bugzilla.redhat.com/show_bug.cgi?id=1171263> we
got file conflicts for /usr/bin/istanbul. I have suggested to use
istanbul-js name and package is now in fedora. So, people using istanbul
in %check should actually use istanbul-js.
Regards,
Parag.
8 years, 9 months