Mass spec file change: Adding BuildRequires: make
by Tom Stellard
Hi,
As part of the f34 change request[1] for removing make from the
buildroot, I will be doing a mass update of packages[2] to add
BuildRequires: make where it is needed.
If you are a package maintainer and would prefer to update your packages
on your own, please do so before Dec 14, which is when I will begin
doing the mass update.
I will be doing the updates in batches, so that if there is a mistake
the impact will be limited. Here is the rough schedule of the changes:
Dec 14: Update first 50 packages.
Dec 16: Next 1000.
Dec 18: Next 1000.
Jan 4: Next 1000.
Jan 5: Next 1000.
Jan 6: Next 1000.
Jan 7: Next 1000.
Jan 8: Rest of packages.
The deadline for completing these updates is the start of the f34 mass
rebuild (Jan 20).
Thanks,
Tom
[1] https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
[2] https://fedorapeople.org/~tstellar/needs_br_make_packages.txt
2 years, 5 months
Fedora 34 Change proposal: Remove and deprecate nscd in favour of
sssd and systemd-resolved (Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/RemoveNSCD
== Summary ==
This proposal intends to replace the ''nscd'' cache for named services
with ''systemd-resolved'' for the `hosts` database and the ''sssd''
daemon for everything else.
== Owner ==
* Name: [[User:submachine| Arjun Shankar]]
* Email: arjun(a)redhat.com
== Detailed Description ==
''nscd'' is a daemon that provides caching for accesses of the
`passwd`, `group`, `hosts`, `services`, and `netgroup` databases
through standard libc interfaces (such as `getpwnam`, `getpwuid`,
`getgrnam`, `getgrgid`, `gethostbyname`, etc.). This proposal intends
to replace ''nscd'' in Fedora with ''systemd-resolved'' for the
`hosts` database and the ''sssd'' daemon for everything else.
Accordingly, the `nscd` sub-package of glibc will be removed and
obsoleted.
== Benefit to Fedora ==
While still maintained within the glibc source tree, ''nscd'' has
received less than forty commits in the past three years and has
gathered significant technical debt, and has bugs which are hard to
fix. There are concurrency bugs in the shared mappings, cache
unification (IPv4 vs. IPv6 vs. AF_UNSPEC) issues, and more which would
require significant investment to fix in nscd. Such an investment
seems like duplicate effort among our communities given the quality
and state of ''sssd'', and ''systemd-resolved'' which is already
proposed to be enabled by default from [[Changes/systemd-resolved |
Fedora 33 onwards]].
At a high level, sssd and systemd-resolved together provide a caching
solution that has feature parity with nscd, with systemd-resolved
covering the hosts cache and sssd the rest. The removal of nscd from
Fedora will:
* move the user base over to a more modern solution for named services
caching, and
* reduce maintenance work on the Fedora glibc package and the
duplication of effort on nscd upstream.
== Scope ==
* Proposal owners:
The volume of work required is minimal, with the only change being the
removal and obsolescence of the nscd sub-package offered by glibc
which can be achieved by minor changes to the spec file. Since nscd is
not installed by default, the affect on the distribution is minimal.
Users who have installed nscd in an earlier release of Fedora will
need to install and configure sssd instead.
* Other developers: `nss-pam-ldapd` has a weak dependency on nscd that
will need to be removed. `libuser` has a build dependency on nscd that
will also need to be removed.
* Release engineering:
This change does not require coordination with or have impact on
release engineering and does not require a mass rebuild.
* Policies and guidelines: N/A (not a System Wide Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives: Yes, this proposal aligns with the
[https://docs.fedoraproject.org/en-US/project/objectives current
objective] of "Fedora Minimization".
== Upgrade/compatibility impact ==
N/A (not a System Wide Change)
== User Experience ==
* Most users will be unaffected by this change because nscd is not
installed by default. It is usually used on systems configured with
LDAP, where nscd provides caching of remote queries.
* On a system using nscd that is updated to Fedora 34 from a previous
version, the system administrator will need to install and configure
sssd to replace it after the update. Even when this is not done, the
only visible affect will be slower resolution of named service queries
due to a missing cache.
* Users on a system running sssd and systemd-resolved instead of nscd
shouldn't see any noticeable difference in system behaviour or latency
in resolving named services.
== Dependencies ==
* `nss-pam-ldapd` has a weak dependency on nscd that will need to be removed.
* `libuser` has a build dependency on nscd that will also need to be removed.
Both changes are minimal, requiring a removal of the dependency in the
spec file, and a rebuild.
== Contingency Plan ==
* Contingency mechanism: Revert changes to glibc spec file and
continue to ship nscd. Revert changes to libuser and nss-pam-ldapd
packages; this will need to be done by the respective package
maintainers.
* Contingency deadline: Fedora 34 Beta Freeze
* Blocks release? N/A (not a System Wide Change)
* Blocks product? None
== Documentation ==
N/A (not a System Wide Change)
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 6 months
Fedora 34 Change proposal: ibus-anthy for default Japanese IME
(System-Wide Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/ibus-anthy_for_default_Japanese_IME
== Summary ==
The current default Japanese IME(input method engine) is ibus-kkc and
the default is going to change to ibus-anthy to develop Japanese IME
more effectively.
== Owner ==
* Name: [[User:Fujiwara|Takao Fujiwara]]
* Email: fujiwara [at] redhat [dot] com
== Detailed Description ==
Currently some development plans have been pending because of the
delay of [https://github.com/ueno/ibus-kkc ibus-kkc] [1] which is the
default IME for Japanese and I make the default IME to bring back to
[https://github.com/ibus/ibus-anthy ibus-anthy] now. Originally the
default was changed from ibus-anthy to ibus-kkc because the
[https://osdn.net/projects/anthy/ upstream anthy] is no longer
updated. Recently I got the agreement with the original developer of
anthy and forked it to [https://github.com/fujiwarat/ibus-anthy
anthy-unicode] and start to change the default IME again.
I also considered about [https://github.com/google/mozc ibus-mozc] for
the default but the configuration GUI is based on Qt which has the
different theme from GNOME desktop in Fedora.
[1] https://github.com/ibus/ibus/wiki/GSettingsMigration
== Benefit to Fedora ==
Make the effective developments in the Japanese IME and apply the
latest updates in ibus to each IME more effectively because I'm the
maintainer of both ibus and ibus-anthy.
== Scope ==
* Proposal owners:
* Other developers: gnome-desktop3 for default ja_JP
* Release engineering: (a check of an impact with Release Engineering is needed)
* Policies and guidelines: N/A
* Trademark approval: N/A
* Alignment with Objectives:
== Upgrade/compatibility impact ==
The default installed package will be changed from ibus-kkc to ibus-anthy.
== How To Test ==
Install Fedora with Japanese and the default IME is ibus-anthy.
== User Experience ==
# The Japanese detabase and some keybindings will be changed
# The setting UI is a little different
# The package size and depended packages are different
# The memory usage is a little different
== Dependencies ==
anthy-unicode and kasumi
# comps has to be updated
# gnome-desktop3 has to be updated
== Contingency Plan ==
* Contingency mechanism: Revert comps and gnome-desktop3
* Contingency deadline: Beta release
* Blocks release? No
== Documentation ==
TBD
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 6 months
Fedora 34 Change proposal: Xwayland as a standalone package
(System-Wide Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/XwaylandStandalone
== Summary ==
Move Xwayland to a standalone package built from current code upstream
rather than the stable branch.
== Owner ==
* Name: [[User:ofourdan| Olivier Fourdan]], [[User:mdaenzer| Michel Dänzer]]
* Email: <ofourdan(a)redhat.com>, <mdaenzer(a)redhat.com>
== Detailed Description ==
Xorg releases upstream are stuck to the current 1.20 branch for years
with no foreseeable future major update.
But Xwayland, the X11 server for Wayland, is receiving quite a lot of
updates upstream.
Xwayland has no device dependent driver loaded at run time, doesn't
load any module, so it is not limited by the Xorg API versioning like
the rest of Xorg.
So technically, there is nothing stopping us from having Xwayland as a
standalone separate package built on git master, while the rest of
xorg-x11-server comes from the stable tree upstream.
This change is about moving Xwayland to a separate package from the
rest of Xorg, built from git snapshots of the current code upstream
rather than the stable branch.
== Benefit to Fedora ==
Xwayland from upstream current code has interesting features missing
from the stable branch, some are backported manually in the current
Fedora package, but some others aren't.
There are also existing COPRs trying to backport those features, but
that can introduce bugs. Using the code from upstream would avoid the
appeal or even the need for such backports.
===XRandR emulation for games===
Those changes from [[User:Jwrdegoede | Hans De Goede]] are already
backported in the current Fedora package for each new release, using
Xwayland from current code upstream would save us from this backport
process, and the potential issues induced by backports.
===Multiple window buffers===
This is basically "tearfree" for Xwayland applications.
===initfd support===
To be able to run Xwayland on demand, the compositor needs a side
channel display where it can run the special X11 clients which need
to complete before the regular clients are started. That feature is
present in Xwayland from current code upstream, and mutter can already
make use of it.
===Xwayland pkgconfig file===
That allows other packages to know about the Xwayland built options
and the Xwayland executable location so that Wayland compositors such
as gnome-shell/mutter can adapt to Xwayland features enabled at build
time.
For example, we could chose to have Xwayland installed in "libexec"
path rather than the common "bindir" path, and mutter could start
Xwayland from there (that requires changes in mutter though, but the
pkg-config for for Xwayland opens for that possibility)
===Maintainability===
With Xwayland receiving most of the attention upstream, that will
allow for new features to be available for Fedora users faster and
more easily.
== Scope ==
* Proposal owners: We would make Xwayland a separate package build
from git snapshots from upstream. That package would provide Xwayland
and Xwayland-devel (for the Xwayland pkg-config file).
The existing Xwayland build would be removed from the xorg-x11-server
package (stable releases branch).
* Other developers: Rebuild Xwayland dependent package if they want to
benefit from the new features exposed from the command line (e.g.
initfd)
* Release engineering: [https://pagure.io/releng/issues/9865 #9865]
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives:
== Upgrade/compatibility impact ==
The standalone Xwayland package obsoletes the existing
xorg-x11-server-Xwayland package, so the upgrade would simply replace
xorg-x11-server-Xwayland with standalone Xwayland package.
Xwayland requires no configuration file, nothing needs to be updated
on the user side.
Features are added, not removed.
== How To Test ==
* Xwayland supports EGLStream so it needs non regression testing with
NVidia closed-source driver
* No config file are involved
* Test for non regression with X11 clients as compared with
xorg-x11-server-Xwayland from the stable branch
* Test must include demanding X11 clients such as games for non
regression (Steam?)
To ease testing, a COPR with the standalone package for Fedora 33 and
rawhide is available here:
https://copr.fedorainfracloud.org/coprs/ofourdan/Xwayland/
== User Experience ==
Users should not see any change (it's the same Xwayland program, just
built from a different branch from upstream).
== Dependencies ==
The current packages which list xorg-x11-server-Xwayland as dependency are:
* gamescope
* gnome-session-wayland-session
* kwin-wayland
* plasma-workspace-wayland
* sway
But the standalone Xwayland package would be a drop-in replacement for
xorg-x11-server-Xwayland (i.e. it provides xorg-x11-server-Xwayland)
so there is no impact on those packages.
* mutter would benefit from being rebuilt against the standalone
version of Xwayland to benefit from the initfd option.
== Contingency Plan ==
* Contingency mechanism: Switch back to building Xwayland from the
stable branch (xorg-x11-server-Xwayland).
Rebuild mutter to not use initfd
Downgrading to xorg-x11-server-Xwayland from the stable branch wpuld
require a user action, in case the contingency plan is triggered.
* Contingency deadline: beta freeze
* Blocks release: No
* Blocks product: No
== Documentation ==
There is no documentation change required.
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 6 months
Orphaned packages looking for new maintainers
by Miro Hrončok
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.
Request package ownership via the *Take* button in he left column on
https://src.fedoraproject.org/rpms/<pkgname>
Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-11-30.txt
grep it for your FAS username and follow the dependency chain.
For human readable dependency chains, see https://packager.fedorainfracloud.org/
For all orphaned packages, see https://packager.fedorainfracloud.org/orphan
Package (co)maintainers Status Change
================================================================================
RxCpp orphan 1 weeks ago
ansible-collection-community- orphan 4 weeks ago
general
apiviz lef, orphan 1 weeks ago
apper kde-sig, orphan, rhughes 1 weeks ago
atanua orphan 0 weeks ago
bfast orphan 1 weeks ago
biblesync cicku, orphan 1 weeks ago
bifcl orphan 1 weeks ago
bmon orphan 1 weeks ago
celt071 orphan 5 weeks ago
colorhug-client orphan 2 weeks ago
cook orphan 1 weeks ago
coolreader orphan 1 weeks ago
couchdb orphan 1 weeks ago
cros-guest-tools orphan 2 weeks ago
dc3dd maxamillion, orphan 1 weeks ago
dep go-sig, orphan 1 weeks ago
discord-irc orphan 4 weeks ago
dnscap orphan 5 weeks ago
dnsjava orphan 1 weeks ago
dumb-init orphan 1 weeks ago
dynaplugz orphan 1 weeks ago
edb orphan 1 weeks ago
elasticdump orphan 4 weeks ago
electric blackfile, orphan 1 weeks ago
eyesight cicku, orphan, plfiorini 1 weeks ago
fedora-developer-portal orphan 3 weeks ago
fifechan orphan 1 weeks ago
fillets-ng orphan, thias 1 weeks ago
flacon ignatenkobrain, orphan 1 weeks ago
fmpp orphan 1 weeks ago
freerdp1.2 orphan 0 weeks ago
freetiger orphan 1 weeks ago
gaupol mmraka, orphan 1 weeks ago
ghc-pipes-safe orphan 4 weeks ago
glyr orphan 1 weeks ago
gmpc orphan 1 weeks ago
gnome-code-assistance elad, orphan 1 weeks ago
gnome-documents anujmore, cosimoc, gnome-sig, 1 weeks ago
orphan
golang-contrib-opencensus- go-sig, orphan 1 weeks ago
exporter-ocagent
golang-github-casbin go-sig, orphan 0 weeks ago
golang-k8s-kubernetes go-sig, orphan 1 weeks ago
gridftp-ifce orphan 1 weeks ago
gtatool orphan 4 weeks ago
guacamole-server orphan 0 weeks ago
hsakmt orphan 1 weeks ago
hsqldb1 lef, orphan 4 weeks ago
icemon orphan 1 weeks ago
innoextract moceap, orphan 1 weeks ago
java-comment-preprocessor hhorak, orphan, panovotn, 1 weeks ago
praiskup
jaxodraw orphan 1 weeks ago
jblas orphan 1 weeks ago
jboss-servlet-2.5-api dmoluguw, orphan 1 weeks ago
jfontchooser orphan 1 weeks ago
jgraphx jerboaa, orphan 2 weeks ago
jgroups gil, goldmann, lef, orphan 1 weeks ago
jing-trang orphan 1 weeks ago
jnettop orphan 1 weeks ago
js-html5shiv orphan 1 weeks ago
js-jquery-file-upload orphan 1 weeks ago
js-respond orphan 1 weeks ago
jsl orphan, scenek 1 weeks ago
jsonp lef, orphan 4 weeks ago
koschei mizdebsk, orphan 1 weeks ago
legendsbrowser orphan 4 weeks ago
libad9361 orphan 1 weeks ago
libbind orphan 5 weeks ago
libbtbb orphan 1 weeks ago
libemu orphan 1 weeks ago
libgcal orphan 1 weeks ago
libjson-rpc-cpp orphan, slaanesh 1 weeks ago
libpri itamarjp, orphan 1 weeks ago
libquvi orphan 1 weeks ago
llvm5.0 jistone, orphan, tstellar 1 weeks ago
llvm6.0 orphan, pwalter, tstellar 1 weeks ago
logisim orphan 1 weeks ago
lsyncd filabrazilska, jtaylor, 1 weeks ago
martinlanghoff, orphan,
pwouters, scenek
lv2-EQ10Q-plugins orphan 1 weeks ago
mcu8051ide avigne, orphan 1 weeks ago
meshmagick orphan 1 weeks ago
mingw-celt051 orphan 1 weeks ago
mingw-colorhug-client orphan 2 weeks ago
mingw-gstreamer-plugins-base epienbro, orphan 1 weeks ago
mingw-gtkglext epienbro, maci, orphan 5 weeks ago
mingw-mediawriter jgrulich, orphan, tpopela 1 weeks ago
mocha nodejs-sig, orphan, patches 4 weeks ago
moos orphan 1 weeks ago
mpir orphan, slaanesh, zaniyah 3 weeks ago
mutrace orphan 1 weeks ago
mygui orphan 1 weeks ago
nagios-plugins-fts andreamanzi, orphan 1 weeks ago
netbeans-resolver orphan 1 weeks ago
netty-tcnative orphan 4 weeks ago
neurord neuro-sig, orphan 4 weeks ago
nodejs-Base64 orphan 1 weeks ago
nodejs-acorn galileo, nodejs-sig, orphan, 1 weeks ago
piotrp, vjancik
nodejs-acorn-jsx orphan 1 weeks ago
nodejs-align-text nodejs-sig, orphan 1 weeks ago
nodejs-ansi-bgblack nodejs-sig, orphan 1 weeks ago
nodejs-ansi-bgblue nodejs-sig, orphan 1 weeks ago
nodejs-ansi-bgcyan nodejs-sig, orphan 1 weeks ago
nodejs-ansi-bggreen nodejs-sig, orphan 1 weeks ago
nodejs-ansi-bgmagenta orphan 1 weeks ago
nodejs-ansi-bgred orphan 1 weeks ago
nodejs-ansi-bgwhite orphan 1 weeks ago
nodejs-ansi-bgyellow orphan 1 weeks ago
nodejs-ansi-black orphan 1 weeks ago
nodejs-ansi-blue orphan 1 weeks ago
nodejs-ansi-bold orphan 1 weeks ago
nodejs-ansi-colors orphan 1 weeks ago
nodejs-ansi-cyan nodejs-sig, orphan 1 weeks ago
nodejs-ansi-dim orphan 1 weeks ago
nodejs-ansi-escapes orphan 1 weeks ago
nodejs-ansi-gray orphan 1 weeks ago
nodejs-ansi-green nodejs-sig, orphan 1 weeks ago
nodejs-ansi-grey orphan 1 weeks ago
nodejs-ansi-hidden orphan 1 weeks ago
nodejs-ansi-inverse orphan 1 weeks ago
nodejs-ansi-italic orphan 1 weeks ago
nodejs-ansi-magenta nodejs-sig, orphan 1 weeks ago
nodejs-ansi-red orphan 1 weeks ago
nodejs-ansi-regex nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-ansi-reset orphan 1 weeks ago
nodejs-ansi-strikethrough orphan 1 weeks ago
nodejs-ansi-styles nodejs-sig, orphan, patches 1 weeks ago
nodejs-ansi-underline orphan 1 weeks ago
nodejs-ansi-white orphan 1 weeks ago
nodejs-ansi-wrap nodejs-sig, orphan 1 weeks ago
nodejs-ansi-yellow nodejs-sig, orphan 1 weeks ago
nodejs-ansistyles orphan, vjancik 1 weeks ago
nodejs-any-path orphan 1 weeks ago
nodejs-any-promise nodejs-sig, orphan 1 weeks ago
nodejs-append-field orphan 1 weeks ago
nodejs-are-we-there-yet nodejs-sig, orphan 1 weeks ago
nodejs-argparse nodejs-sig, orphan, patches 1 weeks ago
nodejs-argsparser nodejs-sig, orphan 1 weeks ago
nodejs-arr-diff nodejs-sig, orphan 1 weeks ago
nodejs-arr-exclude nodejs-sig, orphan 1 weeks ago
nodejs-arr-flatten nodejs-sig, orphan 1 weeks ago
nodejs-arr-union nodejs-sig, orphan 1 weeks ago
nodejs-array-events orphan 1 weeks ago
nodejs-array-filter nodejs-sig, orphan 1 weeks ago
nodejs-array-find orphan 1 weeks ago
nodejs-array-find-index nodejs-sig, orphan 1 weeks ago
nodejs-array-flatten nodejs-sig, orphan 1 weeks ago
nodejs-array-foreach nodejs-sig, orphan 1 weeks ago
nodejs-array-ify orphan 1 weeks ago
nodejs-array-map nodejs-sig, orphan 1 weeks ago
nodejs-array-reduce nodejs-sig, orphan 1 weeks ago
nodejs-array-unique nodejs-sig, orphan 1 weeks ago
nodejs-arraybuffer-dot-slice orphan 1 weeks ago
nodejs-arraybuffer-equal orphan 1 weeks ago
nodejs-asn1 nodejs-sig, orphan, patches 1 weeks ago
nodejs-assert-plus nodejs-sig, orphan, patches 1 weeks ago
nodejs-assume nodejs-sig, orphan 4 weeks ago
nodejs-async nodejs-sig, orphan, patches 1 weeks ago
nodejs-async-array-reduce nodejs-sig, orphan 1 weeks ago
nodejs-async-arrays orphan 1 weeks ago
nodejs-async-limiter orphan 1 weeks ago
nodejs-async-some nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-asynckit orphan 1 weeks ago
nodejs-atob orphan 1 weeks ago
nodejs-auto-bind orphan 1 weeks ago
nodejs-autoresolve orphan 1 weeks ago
nodejs-aws4 orphan 1 weeks ago
nodejs-babel-plugin-syntax- orphan 1 weeks ago
async-functions
nodejs-babel-plugin-syntax- orphan 1 weeks ago
async-generators
nodejs-babylon orphan 1 weeks ago
nodejs-backoff orphan 1 weeks ago
nodejs-balanced-match nodejs-sig, orphan 1 weeks ago
nodejs-base-plugins orphan 1 weeks ago
nodejs-base64-url nodejs-sig, orphan 1 weeks ago
nodejs-base64id orphan 1 weeks ago
nodejs-bash-match orphan 1 weeks ago
nodejs-basic-auth nodejs-sig, orphan 1 weeks ago
nodejs-beeper nodejs-sig, orphan 1 weeks ago
nodejs-bind-obj-methods orphan 1 weeks ago
nodejs-bit-mask orphan 1 weeks ago
nodejs-blob orphan 1 weeks ago
nodejs-block-stream nodejs-sig, orphan, patches 4 weeks ago
nodejs-boolbase nodejs-sig, orphan 1 weeks ago
nodejs-brace-expansion nodejs-sig, orphan 1 weeks ago
nodejs-braces orphan 1 weeks ago
nodejs-browser-stdout orphan 1 weeks ago
nodejs-busboy orphan 0 weeks ago
nodejs-byline orphan 1 weeks ago
nodejs-call-me-maybe orphan 1 weeks ago
nodejs-call-signature nodejs-sig, orphan 1 weeks ago
nodejs-callback-stream orphan 4 weeks ago
nodejs-callsite nodejs-sig, orphan, patches 1 weeks ago
nodejs-camelcase nodejs-sig, orphan 1 weeks ago
nodejs-carrier galileo, nodejs-sig, orphan, 1 weeks ago
vjancik
nodejs-caseless nodejs-sig, orphan 1 weeks ago
nodejs-center-align orphan 1 weeks ago
nodejs-chai-as-promised orphan 1 weeks ago
nodejs-chai-json-schema orphan 1 weeks ago
nodejs-chai-oauth2orize-grant orphan 1 weeks ago
nodejs-chai-spies-next orphan 1 weeks ago
nodejs-chainer orphan 1 weeks ago
nodejs-chalk nodejs-sig, orphan, patches 4 weeks ago
nodejs-char-spinner humaton, nodejs-sig, orphan, 1 weeks ago
vjancik
nodejs-character-parser nodejs-sig, orphan, patches 1 weeks ago
nodejs-chardet orphan 1 weeks ago
nodejs-charenc orphan 1 weeks ago
nodejs-check-env orphan 1 weeks ago
nodejs-check-error orphan 1 weeks ago
nodejs-circular-json orphan 1 weeks ago
nodejs-clap nodejs-sig, orphan 1 weeks ago
nodejs-class-utils orphan 1 weeks ago
nodejs-clean-yaml-object nodejs-sig, orphan 1 weeks ago
nodejs-clear-require orphan 4 weeks ago
nodejs-cli-spinner nodejs-sig, orphan 1 weeks ago
nodejs-cliui nodejs-sig, orphan 1 weeks ago
nodejs-clone-deep orphan 1 weeks ago
nodejs-clone-stats nodejs-sig, orphan 1 weeks ago
nodejs-co-mocha nodejs-sig, orphan 4 weeks ago
nodejs-co-with-promise orphan 4 weeks ago
nodejs-coffee-coverage orphan 4 weeks ago
nodejs-collection-visit orphan 1 weeks ago
nodejs-color-support orphan 1 weeks ago
nodejs-colour nodejs-sig, orphan 1 weeks ago
nodejs-columnify nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-common-path-prefix orphan 1 weeks ago
nodejs-commondir nodejs-sig, orphan 1 weeks ago
nodejs-compare-func orphan 1 weeks ago
nodejs-compare-versions orphan 1 weeks ago
nodejs-component-indexof nodejs-sig, orphan 1 weeks ago
nodejs-component-inherit orphan 1 weeks ago
nodejs-concat-map nodejs-sig, orphan 1 weeks ago
nodejs-console-group orphan 1 weeks ago
nodejs-content-disposition nodejs-sig, orphan 1 weeks ago
nodejs-content-type nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-conventional-changelog- orphan 4 weeks ago
preset-loader
nodejs-conventional-commits- orphan 1 weeks ago
filter
nodejs-convert-hex orphan 1 weeks ago
nodejs-copy-descriptor orphan 1 weeks ago
nodejs-core-js nodejs-sig, orphan 1 weeks ago
nodejs-crc orphan 1 weeks ago
nodejs-crypt orphan 1 weeks ago
nodejs-csrf orphan 1 weeks ago
nodejs-css nodejs-sig, orphan, patches 1 weeks ago
nodejs-css-parse nodejs-sig, orphan, patches 1 weeks ago
nodejs-css-what nodejs-sig, orphan 1 weeks ago
nodejs-csso orphan 1 weeks ago
nodejs-csv-generate nodejs-sig, orphan 1 weeks ago
nodejs-csv-parse orphan 1 weeks ago
nodejs-csv-spectrum nodejs-sig, orphan 1 weeks ago
nodejs-csv-stringify orphan 4 weeks ago
nodejs-ctype nodejs-sig, orphan, patches 1 weeks ago
nodejs-cyclist orphan 1 weeks ago
nodejs-dargs orphan 1 weeks ago
nodejs-data-uri-to-buffer nodejs-sig, orphan 1 weeks ago
nodejs-dateformat nodejs-sig, orphan, patches 1 weeks ago
nodejs-death orphan 1 weeks ago
nodejs-debug-fabulous orphan 4 weeks ago
nodejs-debug-log orphan 1 weeks ago
nodejs-decimal-js orphan 1 weeks ago
nodejs-dedent orphan 1 weeks ago
nodejs-deep-is nodejs-sig, orphan 1 weeks ago
nodejs-defaults humaton, nodejs-sig, orphan, 4 weeks ago
vjancik
nodejs-define-property orphan 4 weeks ago
nodejs-delegates nodejs-sig, orphan 1 weeks ago
nodejs-depd nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-deprecated nodejs-sig, orphan 1 weeks ago
nodejs-destroy nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-detect-file nodejs-sig, orphan 1 weeks ago
nodejs-detect-newline orphan 1 weeks ago
nodejs-detect-node orphan 1 weeks ago
nodejs-dezalgo nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-dicer orphan 0 weeks ago
nodejs-diff nodejs-sig, orphan, patches 1 weeks ago
nodejs-difflib nodejs-sig, orphan 1 weeks ago
nodejs-dirty-chai orphan 1 weeks ago
nodejs-docopt nodejs-sig, orphan 1 weeks ago
nodejs-dotfile-regex nodejs-sig, orphan 1 weeks ago
nodejs-duplexer2 nodejs-sig, orphan 1 weeks ago
nodejs-echomd orphan 1 weeks ago
nodejs-ee-first nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-ejs nodejs-sig, orphan, patches 1 weeks ago
nodejs-empty-dir orphan 1 weeks ago
nodejs-error-symbol orphan 1 weeks ago
nodejs-es5-shim nodejs-sig, orphan 1 weeks ago
nodejs-es6-promise nodejs-sig, orphan 1 weeks ago
nodejs-es6-promisify orphan 1 weeks ago
nodejs-es6-shim nodejs-sig, orphan 1 weeks ago
nodejs-es6-symbol nodejs-sig, orphan 1 weeks ago
nodejs-estraverse-fb nodejs-sig, orphan 1 weeks ago
nodejs-estree-walker orphan 1 weeks ago
nodejs-events nodejs-sig, orphan 1 weeks ago
nodejs-events-to-array nodejs-sig, orphan 1 weeks ago
nodejs-everything-dot-js orphan 1 weeks ago
nodejs-expand-brackets nodejs-sig, orphan 1 weeks ago
nodejs-expand-range orphan 1 weeks ago
nodejs-expand-tilde nodejs-sig, orphan 1 weeks ago
nodejs-extend-shallow nodejs-sig, orphan 1 weeks ago
nodejs-extended-emitter orphan 1 weeks ago
nodejs-extglob nodejs-sig, orphan 1 weeks ago
nodejs-fast-levenshtein nodejs-sig, orphan 1 weeks ago
nodejs-fastfall orphan 1 weeks ago
nodejs-figures nodejs-sig, orphan 4 weeks ago
nodejs-file-sync-cmp nodejs-sig, orphan 1 weeks ago
nodejs-filename-regex nodejs-sig, orphan 1 weeks ago
nodejs-fill-range nodejs-sig, orphan 1 weeks ago
nodejs-first-chunk-stream nodejs-sig, orphan 1 weeks ago
nodejs-flagged-respawn nodejs-sig, orphan 1 weeks ago
nodejs-flush-write-stream orphan 4 weeks ago
nodejs-fn-dot-name nodejs-sig, orphan 1 weeks ago
nodejs-for-each orphan 1 weeks ago
nodejs-for-in nodejs-sig, orphan 1 weeks ago
nodejs-for-own nodejs-sig, orphan 1 weeks ago
nodejs-foreground-child orphan 1 weeks ago
nodejs-forwarded nodejs-sig, orphan 1 weeks ago
nodejs-fragment-cache orphan 1 weeks ago
nodejs-fs-exists-cached orphan 1 weeks ago
nodejs-fs-exists-sync nodejs-sig, orphan 1 weeks ago
nodejs-fs-temp orphan 1 weeks ago
nodejs-fs-write-stream-atomic nodejs-sig, orphan, vjancik 4 weeks ago
nodejs-function-loop orphan 1 weeks ago
nodejs-gaze nodejs-sig, orphan, patches 4 weeks ago
nodejs-get-port nodejs-sig, orphan 1 weeks ago
nodejs-get-value orphan 1 weeks ago
nodejs-github-url-from- nodejs-sig, orphan, vjancik 1 weeks ago
username-repo
nodejs-glob nodejs-sig, orphan, patches 4 weeks ago
nodejs-glob-expand orphan 4 weeks ago
nodejs-glob-to-regexp orphan 1 weeks ago
nodejs-global-modules orphan 1 weeks ago
nodejs-globals nodejs-sig, orphan 1 weeks ago
nodejs-grunt-banner nodejs-sig, orphan 1 weeks ago
nodejs-grunt-simple-mocha nodejs-sig, orphan 1 weeks ago
nodejs-has-binary orphan 1 weeks ago
nodejs-has-color nodejs-sig, orphan, patches 1 weeks ago
nodejs-has-cors orphan 1 weeks ago
nodejs-has-value orphan 1 weeks ago
nodejs-has-values orphan 1 weeks ago
nodejs-has-yarn nodejs-sig, orphan 1 weeks ago
nodejs-heap nodejs-sig, orphan 1 weeks ago
nodejs-hook-std orphan 1 weeks ago
nodejs-hosted-git-info nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-http-deceiver orphan 1 weeks ago
nodejs-iferr nodejs-sig, orphan 1 weeks ago
nodejs-ignore nodejs-sig, orphan 1 weeks ago
nodejs-immutable orphan 1 weeks ago
nodejs-imul orphan 1 weeks ago
nodejs-inflight nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-info-symbol orphan 1 weeks ago
nodejs-int64-buffer nodejs-sig, orphan 1 weeks ago
nodejs-intercept-require orphan 4 weeks ago
nodejs-interpret nodejs-sig, orphan 1 weeks ago
nodejs-invert-kv nodejs-sig, orphan 1 weeks ago
nodejs-irregular-plurals nodejs-sig, orphan 1 weeks ago
nodejs-is-accessor-descriptor orphan 1 weeks ago
nodejs-is-boolean-object nodejs-sig, orphan 1 weeks ago
nodejs-is-buffer nodejs-sig, orphan 1 weeks ago
nodejs-is-data-descriptor orphan 1 weeks ago
nodejs-is-descriptor orphan 1 weeks ago
nodejs-is-dir nodejs-sig, orphan 1 weeks ago
nodejs-is-dotfile nodejs-sig, orphan 1 weeks ago
nodejs-is-equal-shallow nodejs-sig, orphan 1 weeks ago
nodejs-is-extendable nodejs-sig, orphan 1 weeks ago
nodejs-is-extglob nodejs-sig, orphan 1 weeks ago
nodejs-is-function orphan 1 weeks ago
nodejs-is-generator nodejs-sig, orphan 1 weeks ago
nodejs-is-generator-fn nodejs-sig, orphan 1 weeks ago
nodejs-is-generator-function nodejs-sig, orphan 1 weeks ago
nodejs-is-glob nodejs-sig, orphan 1 weeks ago
nodejs-is-module orphan 1 weeks ago
nodejs-is-negated-glob orphan 1 weeks ago
nodejs-is-node orphan 1 weeks ago
nodejs-is-number nodejs-sig, orphan 1 weeks ago
nodejs-is-number-object nodejs-sig, orphan 1 weeks ago
nodejs-is-obj nodejs-sig, orphan 1 weeks ago
nodejs-is-odd orphan 1 weeks ago
nodejs-is-path-cwd nodejs-sig, orphan 1 weeks ago
nodejs-is-path-in-cwd nodejs-sig, orphan 1 weeks ago
nodejs-is-path-inside nodejs-sig, orphan 1 weeks ago
nodejs-is-plain-object nodejs-sig, orphan 1 weeks ago
nodejs-is-primitive nodejs-sig, orphan 1 weeks ago
nodejs-is-regexp nodejs-sig, orphan 1 weeks ago
nodejs-is-registered orphan 1 weeks ago
nodejs-is-relative nodejs-sig, orphan 1 weeks ago
nodejs-is-string nodejs-sig, orphan 1 weeks ago
nodejs-is-subset orphan 1 weeks ago
nodejs-is-unc-path nodejs-sig, orphan 1 weeks ago
nodejs-is-url nodejs-sig, orphan 1 weeks ago
nodejs-is-utf8 nodejs-sig, orphan 1 weeks ago
nodejs-is-valid-glob nodejs-sig, orphan 1 weeks ago
nodejs-is-windows nodejs-sig, orphan 1 weeks ago
nodejs-isexe nodejs-sig, orphan 1 weeks ago
nodejs-isobject nodejs-sig, orphan 1 weeks ago
nodejs-istanbul-lib-coverage orphan 1 weeks ago
nodejs-istanbul-lib-hook orphan 1 weeks ago
nodejs-istanbul-lib-report orphan 4 weeks ago
nodejs-istanbul-reports orphan 4 weeks ago
nodejs-jade nodejs-sig, orphan, patches 4 weeks ago
nodejs-jest-mock orphan 1 weeks ago
nodejs-js-tokens orphan 1 weeks ago
nodejs-json-stable-stringify nodejs-sig, orphan 1 weeks ago
nodejs-json-stringify-safe nodejs-sig, orphan, patches 1 weeks ago
nodejs-jsonfile nodejs-sig, orphan, patches 1 weeks ago
nodejs-jsonparse nodejs-sig, orphan 1 weeks ago
nodejs-jsonpointer-dot-js orphan 1 weeks ago
nodejs-keep-alive-agent orphan 1 weeks ago
nodejs-keygrip orphan 1 weeks ago
nodejs-kind-of nodejs-sig, orphan 1 weeks ago
nodejs-lazy-cache orphan 1 weeks ago
nodejs-leche nodejs-sig, orphan 1 weeks ago
nodejs-left-pad nodejs-sig, orphan 1 weeks ago
nodejs-line-numbers orphan 1 weeks ago
nodejs-line-reader nodejs-sig, orphan 1 weeks ago
nodejs-linkify-it nodejs-sig, orphan 1 weeks ago
nodejs-locate-character orphan 1 weeks ago
nodejs-log-driver nodejs-sig, orphan 1 weeks ago
nodejs-log-ok orphan 1 weeks ago
nodejs-log-utils orphan 1 weeks ago
nodejs-long orphan 1 weeks ago
nodejs-longest orphan 1 weeks ago
nodejs-make-error orphan 1 weeks ago
nodejs-makedir orphan 1 weeks ago
nodejs-map-cache orphan 1 weeks ago
nodejs-map-obj nodejs-sig, orphan 1 weeks ago
nodejs-map-visit orphan 1 weeks ago
nodejs-markdown nodejs-sig, orphan, patches 1 weeks ago
nodejs-matched orphan 1 weeks ago
nodejs-max-timeout nodejs-sig, orphan 1 weeks ago
nodejs-md5 orphan 1 weeks ago
nodejs-md5-o-matic nodejs-sig, orphan 1 weeks ago
nodejs-mdn-data orphan 1 weeks ago
nodejs-mdurl nodejs-sig, orphan 1 weeks ago
nodejs-media-typer nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-memoize-path orphan 1 weeks ago
nodejs-metascript nodejs-sig, orphan 1 weeks ago
nodejs-mime-db nodejs-sig, orphan 1 weeks ago
nodejs-mime-types nodejs-sig, orphan 1 weeks ago
nodejs-minimalistic-assert orphan 1 weeks ago
nodejs-minimatch nodejs-sig, orphan, patches 1 weeks ago
nodejs-minimist nodejs-sig, orphan, patches 1 weeks ago
nodejs-mixin-deep orphan 1 weeks ago
nodejs-mixin-object orphan 1 weeks ago
nodejs-modify-values orphan 1 weeks ago
nodejs-ms nodejs-sig, orphan, patches 1 weeks ago
nodejs-multipipe orphan 4 weeks ago
nodejs-mutate-fs orphan 1 weeks ago
nodejs-nanomsg orphan 4 weeks ago
nodejs-nanoseconds orphan 1 weeks ago
nodejs-needle nodejs-sig, orphan 4 weeks ago
nodejs-net-browserify-alt orphan 1 weeks ago
nodejs-next-tick nodejs-sig, orphan 1 weeks ago
nodejs-node-dot-extend orphan 4 weeks ago
nodejs-node-uuid nodejs-sig, orphan, patches 1 weeks ago
nodejs-nomnom nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-noncharacters orphan 1 weeks ago
nodejs-nopt-usage nodejs-sig, orphan 1 weeks ago
nodejs-normalize-git-url nodejs-sig, orphan, vjancik 4 weeks ago
nodejs-normalize-path orphan, vjancik 1 weeks ago
nodejs-npm-cache-filename humaton, nodejs-sig, orphan, 1 weeks ago
vjancik
nodejs-npm-install-checks humaton, nodejs-sig, orphan, 1 weeks ago
vjancik
nodejs-npm-package-arg nodejs-sig, orphan, vjancik 4 weeks ago
nodejs-number-is-nan nodejs-sig, orphan 1 weeks ago
nodejs-oauth-sign nodejs-sig, orphan, patches 1 weeks ago
nodejs-oauth2orize orphan 4 weeks ago
nodejs-object-copy orphan 1 weeks ago
nodejs-object-dot-omit nodejs-sig, orphan 4 weeks ago
nodejs-object-visit orphan 1 weeks ago
nodejs-obuf orphan 1 weeks ago
nodejs-on-finished nodejs-sig, orphan 1 weeks ago
nodejs-on-headers nodejs-sig, orphan 1 weeks ago
nodejs-optjs nodejs-sig, orphan 1 weeks ago
nodejs-orchestrator nodejs-sig, orphan 0 weeks ago
nodejs-ordered-read-streams nodejs-sig, orphan 4 weeks ago
nodejs-os-shim orphan 1 weeks ago
nodejs-output-file-sync nodejs-sig, orphan 4 weeks ago
nodejs-own-or orphan 1 weeks ago
nodejs-p-finally nodejs-sig, orphan 1 weeks ago
nodejs-p-limit nodejs-sig, orphan 1 weeks ago
nodejs-p-try nodejs-sig, orphan 1 weeks ago
nodejs-pad nodejs-sig, orphan 1 weeks ago
nodejs-pad-left nodejs-sig, orphan 1 weeks ago
nodejs-parallel-transform orphan 4 weeks ago
nodejs-parse-github-repo-url nodejs-sig, orphan 1 weeks ago
nodejs-parse-ms nodejs-sig, orphan 1 weeks ago
nodejs-parse-passwd orphan 1 weeks ago
nodejs-parsejson orphan 1 weeks ago
nodejs-parseqs orphan 1 weeks ago
nodejs-parseuri orphan 1 weeks ago
nodejs-pascalcase orphan 1 weeks ago
nodejs-passport-http-bearer orphan 4 weeks ago
nodejs-path-array nodejs-sig, orphan 1 weeks ago
nodejs-path-dirname orphan 1 weeks ago
nodejs-path-is-inside nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-path-key nodejs-sig, orphan 1 weeks ago
nodejs-path-to-regexp nodejs-sig, orphan 1 weeks ago
nodejs-path2 nodejs-sig, orphan 1 weeks ago
nodejs-pathval nodejs-sig, orphan 1 weeks ago
nodejs-pbkdf2-password orphan 1 weeks ago
nodejs-posix-character-classes orphan 1 weeks ago
nodejs-precond orphan 1 weeks ago
nodejs-prelude-ls nodejs-sig, orphan 1 weeks ago
nodejs-preserve nodejs-sig, orphan 1 weeks ago
nodejs-pretty-hrtime nodejs-sig, orphan 1 weeks ago
nodejs-pretty-time orphan 1 weeks ago
nodejs-proclaim orphan 1 weeks ago
nodejs-progress orphan 1 weeks ago
nodejs-promise nodejs-sig, orphan, patches 1 weeks ago
nodejs-promises-aplus-tests nodejs-sig, orphan 4 weeks ago
nodejs-propagate nodejs-sig, orphan 1 weeks ago
nodejs-propget orphan 1 weeks ago
nodejs-proxy-addr orphan 1 weeks ago
nodejs-pseudomap nodejs-sig, orphan 1 weeks ago
nodejs-pump orphan 0 weeks ago
nodejs-pumpify orphan 4 weeks ago
nodejs-qs nodejs-sig, orphan, patches 1 weeks ago
nodejs-qtdatastream nodejs-sig, orphan 1 weeks ago
nodejs-quick-lru orphan 1 weeks ago
nodejs-random-bytes orphan 1 weeks ago
nodejs-randomatic nodejs-sig, orphan 1 weeks ago
nodejs-re-emitter nodejs-sig, orphan 1 weeks ago
nodejs-read-cmd-shim nodejs-sig, orphan 4 weeks ago
nodejs-read-file nodejs-sig, orphan 1 weeks ago
nodejs-readdirp nodejs-sig, orphan, patches 4 weeks ago
nodejs-realize-package- nodejs-sig, orphan 1 weeks ago
specifier
nodejs-regex-cache nodejs-sig, orphan 1 weeks ago
nodejs-regex-not orphan 4 weeks ago
nodejs-remove-trailing- orphan 1 weeks ago
separator
nodejs-repeat-element nodejs-sig, orphan 1 weeks ago
nodejs-repeat-string nodejs-sig, orphan 1 weeks ago
nodejs-repeating nodejs-sig, orphan 1 weeks ago
nodejs-replace nodejs-sig, orphan, piotrp, 1 weeks ago
vjancik
nodejs-require-inject nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-require-main-filename orphan 1 weeks ago
nodejs-require-relative orphan 1 weeks ago
nodejs-require-uncached nodejs-sig, orphan 4 weeks ago
nodejs-resolve-dir orphan 1 weeks ago
nodejs-resolve-url orphan 1 weeks ago
nodejs-reusify orphan 1 weeks ago
nodejs-right-align orphan 1 weeks ago
nodejs-rimraf nodejs-sig, orphan 1 weeks ago
nodejs-rndm nodejs-sig, orphan 1 weeks ago
nodejs-rollup-plugin-buble orphan 4 weeks ago
nodejs-rollup-plugin-json orphan 1 weeks ago
nodejs-rollup-plugin-typescript orphan 4 weeks ago
nodejs-rollup-pluginutils orphan 4 weeks ago
nodejs-safe-buffer nodejs-sig, orphan 1 weeks ago
nodejs-safe-json-stringify nodejs-sig, orphan 1 weeks ago
nodejs-safecb nodejs-sig, orphan 1 weeks ago
nodejs-seedrandom orphan 1 weeks ago
nodejs-semver nodejs-sig, orphan, patches 1 weeks ago
nodejs-sentiment orphan 1 weeks ago
nodejs-sequencify nodejs-sig, orphan 1 weeks ago
nodejs-serialize-error nodejs-sig, orphan 1 weeks ago
nodejs-server-destroy orphan 1 weeks ago
nodejs-set-blocking orphan 1 weeks ago
nodejs-set-getter nodejs-sig, orphan 1 weeks ago
nodejs-set-value orphan 1 weeks ago
nodejs-setprototypeof orphan 1 weeks ago
nodejs-sha nodejs-sig, orphan, patches 4 weeks ago
nodejs-shallow-clone orphan 1 weeks ago
nodejs-shebang-regex orphan 1 weeks ago
nodejs-sift orphan 1 weeks ago
nodejs-signal-exit nodejs-sig, orphan 1 weeks ago
nodejs-simple-asyncify orphan 1 weeks ago
nodejs-simple-markdown orphan 1 weeks ago
nodejs-sinon-chai orphan 1 weeks ago
nodejs-sinon-restore nodejs-sig, orphan 4 weeks ago
nodejs-slash orphan 1 weeks ago
nodejs-snapdragon-capture orphan 1 weeks ago
nodejs-source-map-fixtures nodejs-sig, orphan 1 weeks ago
nodejs-source-map-resolve orphan 1 weeks ago
nodejs-source-map-url orphan 1 weeks ago
nodejs-sparkles nodejs-sig, orphan 1 weeks ago
nodejs-spawn-sync orphan 4 weeks ago
nodejs-spdx-exceptions nodejs-sig, orphan 1 weeks ago
nodejs-spdx-license-ids nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-spec orphan 1 weeks ago
nodejs-spec-js orphan 1 weeks ago
nodejs-split-string orphan 1 weeks ago
nodejs-split2 orphan 4 weeks ago
nodejs-sprintf-js nodejs-sig, orphan 1 weeks ago
nodejs-stack-utils nodejs-sig, orphan 1 weeks ago
nodejs-static-extend orphan 1 weeks ago
nodejs-stream-consume nodejs-sig, orphan 1 weeks ago
nodejs-stream-each orphan 4 weeks ago
nodejs-stream-pair orphan 1 weeks ago
nodejs-stream-replace nodejs-sig, orphan 1 weeks ago
nodejs-stream-transform orphan 1 weeks ago
nodejs-streamsearch orphan 1 weeks ago
nodejs-streamtest nodejs-sig, orphan 1 weeks ago
nodejs-string-dot-prototype- nodejs-sig, orphan 1 weeks ago
dot-repeat
nodejs-strip-bom nodejs-sig, orphan 1 weeks ago
nodejs-strip-bom-string orphan 1 weeks ago
nodejs-strip-color orphan 1 weeks ago
nodejs-strip-eof orphan 1 weeks ago
nodejs-success-symbol nodejs-sig, orphan 1 weeks ago
nodejs-suspend orphan 1 weeks ago
nodejs-symbol-observable nodejs-sig, orphan 1 weeks ago
nodejs-tap-out orphan 4 weeks ago
nodejs-tapes orphan 1 weeks ago
nodejs-tar nodejs-sig, orphan, patches 1 weeks ago
nodejs-temp-dir orphan 1 weeks ago
nodejs-terst nodejs-sig, orphan 1 weeks ago
nodejs-testdata-w3c-json-form orphan 1 weeks ago
nodejs-testutil orphan 4 weeks ago
nodejs-text-extensions nodejs-sig, orphan 1 weeks ago
nodejs-thenify nodejs-sig, orphan 1 weeks ago
nodejs-thenify-all nodejs-sig, orphan 1 weeks ago
nodejs-thread-sleep orphan 1 weeks ago
nodejs-through2-filter nodejs-sig, orphan 4 weeks ago
nodejs-time-diff orphan 1 weeks ago
nodejs-time-stamp nodejs-sig, orphan 1 weeks ago
nodejs-timekeeper orphan 1 weeks ago
nodejs-tippex orphan 1 weeks ago
nodejs-tlds nodejs-sig, orphan 1 weeks ago
nodejs-tmatch nodejs-sig, orphan 1 weeks ago
nodejs-tmpl orphan 1 weeks ago
nodejs-to-array orphan 1 weeks ago
nodejs-to-object-path nodejs-sig, orphan 1 weeks ago
nodejs-to-regex orphan 4 weeks ago
nodejs-to-regex-range orphan 1 weeks ago
nodejs-toidentifier orphan 1 weeks ago
nodejs-touch orphan 1 weeks ago
nodejs-tracejs nodejs-sig, orphan 1 weeks ago
nodejs-transformers nodejs-sig, orphan, patches 4 weeks ago
nodejs-traverse nodejs-sig, orphan, patches 1 weeks ago
nodejs-treeify nodejs-sig, orphan 1 weeks ago
nodejs-tressa orphan 1 weeks ago
nodejs-trim orphan 1 weeks ago
nodejs-trim-off-newlines orphan 1 weeks ago
nodejs-trivial-deferred orphan 1 weeks ago
nodejs-try-open nodejs-sig, orphan 1 weeks ago
nodejs-try-thread-sleep orphan 1 weeks ago
nodejs-tsame orphan 1 weeks ago
nodejs-tslib nodejs-sig, orphan 1 weeks ago
nodejs-tsscmp nodejs-sig, orphan 1 weeks ago
nodejs-tunnel-agent nodejs-sig, orphan, patches 1 weeks ago
nodejs-tv4 orphan 1 weeks ago
nodejs-tweetnacl orphan 1 weeks ago
nodejs-tweetnacl-util orphan 1 weeks ago
nodejs-type-is nodejs-sig, orphan 1 weeks ago
nodejs-type-name nodejs-sig, orphan 1 weeks ago
nodejs-typescript galileo, nodejs-sig, orphan, 1 weeks ago
vjancik
nodejs-uc-dot-micro nodejs-sig, orphan 1 weeks ago
nodejs-uid-safe nodejs-sig, orphan 1 weeks ago
nodejs-unc-path-regex nodejs-sig, orphan 1 weeks ago
nodejs-unicode-length nodejs-sig, orphan 1 weeks ago
nodejs-union-value orphan 1 weeks ago
nodejs-unique-filename nodejs-sig, orphan 1 weeks ago
nodejs-unique-slug nodejs-sig, orphan 1 weeks ago
nodejs-unique-temp-dir orphan 4 weeks ago
nodejs-unpipe nodejs-sig, orphan 1 weeks ago
nodejs-unset-value orphan 1 weeks ago
nodejs-urix orphan 1 weeks ago
nodejs-use orphan 1 weeks ago
nodejs-utf8 orphan 1 weeks ago
nodejs-util-extend nodejs-sig, orphan, vjancik 1 weeks ago
nodejs-util-inspect orphan 4 weeks ago
nodejs-uuid orphan 1 weeks ago
nodejs-vali-date nodejs-sig, orphan 1 weeks ago
nodejs-validate-npm-package- nodejs-sig, orphan, vjancik 1 weeks ago
name
nodejs-vlq orphan 1 weeks ago
nodejs-warning-symbol orphan 1 weeks ago
nodejs-watershed orphan 1 weeks ago
nodejs-wbuf orphan 1 weeks ago
nodejs-wcwidth humaton, nodejs-sig, orphan, 1 weeks ago
vjancik
nodejs-win-spawn nodejs-sig, orphan 1 weeks ago
nodejs-wolfy87-eventemitter orphan 1 weeks ago
nodejs-woothee nodejs-sig, orphan 1 weeks ago
nodejs-wordwrap nodejs-sig, orphan, patches 1 weeks ago
nodejs-wrap-fn nodejs-sig, orphan 4 weeks ago
nodejs-wrappy nodejs-sig, orphan 1 weeks ago
nodejs-write-file-atomic nodejs-sig, orphan, vjancik 4 weeks ago
nodejs-xdg-basedir orphan 1 weeks ago
nodejs-xmlhttprequest orphan 1 weeks ago
nodejs-y18n nodejs-sig, orphan 1 weeks ago
nodejs-yallist nodejs-sig, orphan 1 weeks ago
nodejs-yapool orphan 1 weeks ago
nodejs-yargs-parser orphan 1 weeks ago
nodejs-yeast orphan 1 weeks ago
nodejs-yn orphan 1 weeks ago
nodejs-zeropad orphan 1 weeks ago
nodeunit nodejs-sig, orphan, patches, 4 weeks ago
piotrp
notepadqq orphan 3 weeks ago
nvi bstinson, orphan 1 weeks ago
ocaml-rope orphan 1 weeks ago
oggvideotools orphan 1 weeks ago
ogre-pagedgeometry ignatenkobrain, orphan 1 weeks ago
openav-luppp orphan 1 weeks ago
openboardview orphan 1 weeks ago
owncloud-client anvil, nb, orphan 1 weeks ago
pagila orphan, praiskup 2 weeks ago
pam_abl brouhaha, orphan 1 weeks ago
pcp-pmda-cpp lberk, orphan 1 weeks ago
percona-xtrabackup orphan, slaanesh 1 weeks ago
peripety orphan 4 weeks ago
pforth orphan 1 weeks ago
pianobooster orphan 1 weeks ago
piglit orphan 1 weeks ago
pysendfile orphan 1 weeks ago
python-abclient chandankumar, orphan 0 weeks ago
python-blindspin orphan, python-sig 2 weeks ago
python-django-storages orphan 0 weeks ago
python-epi chandankumar, openstack-sig, 0 weeks ago
orphan
python-iptables orphan 1 weeks ago
python-mdp orphan 1 weeks ago
python-pika-pool jpena, openstack-sig, orphan 0 weeks ago
python-ryu apevec, orphan, slaweq 0 weeks ago
python-tinycss orphan 1 weeks ago
qfaxreader orphan, rdieter 1 weeks ago
qmpdclient orphan 1 weeks ago
qtweetlib orphan 1 weeks ago
resapplet orphan 1 weeks ago
rocm-runtime orphan 1 weeks ago
rocminfo orphan 1 weeks ago
rubygem-json_pure orphan 3 weeks ago
rubygem-net-ssh-multi maxamillion, orphan, tdawson 1 weeks ago
rubygem-responders orphan 4 weeks ago
rust-block-cipher-trait orphan, rust-sig 1 weeks ago
rust-c2-chacha orphan, rust-sig 1 weeks ago
rust-lockfree orphan, rust-sig 1 weeks ago
rust-nalgebra orphan, rust-sig 1 weeks ago
rust-proc-quote orphan, rust-sig 1 weeks ago
rust-ws orphan, rust-sig 1 weeks ago
rxtx lfarkas, orphan 1 weeks ago
samdump2 orphan 0 weeks ago
sbinary orphan 1 weeks ago
scala geoff, mizdebsk, orphan 1 weeks ago
scalacheck orphan 1 weeks ago
se-sandbox-runner orphan 1 weeks ago
shutter orphan 0 weeks ago
sir orphan 1 weeks ago
skinlf orphan 1 weeks ago
snownews orphan 0 weeks ago
steghide orphan, s4504kr 1 weeks ago
stxxl orphan 1 weeks ago
sugar-kuku callkalpa, chimosky, orphan 4 weeks ago
sugar-measure chimosky, orphan 1 weeks ago
sugar-starchart callkalpa, chimosky, orphan 4 weeks ago
sugar-visualmatch chimosky, orphan 1 weeks ago
sugar-yupana callkalpa, chimosky, orphan 1 weeks ago
svxlink orphan 1 weeks ago
swami nando, orphan 1 weeks ago
synergy dchen, opuk, orphan 1 weeks ago
tagainijisho orphan 1 weeks ago
taskd orphan, ralph 1 weeks ago
telepathy-salut orphan 0 weeks ago
tflogger orphan 1 weeks ago
tonto orphan 1 weeks ago
tuxcut orphan 4 weeks ago
viennacl orphan 1 weeks ago
vrpn orphan 5 weeks ago
xalan-c orphan 1 weeks ago
xerces-c27 orphan 1 weeks ago
xinetd orphan 4 weeks ago
zola orphan, rust-sig 1 weeks ago
zxing orphan 1 weeks ago
The following packages require above mentioned packages:
Report too long, see the full version at
https://churchyard.fedorapeople.org/orphans-2020-11-30.txt
See dependency chains of your packages at https://packager.fedorainfracloud.org/
See all orphaned packages at https://packager.fedorainfracloud.org/orphan
Affected (co)maintainers (either directly or via packages' dependencies):
amigadave: fillets-ng
amluto: scala
andreamanzi: nagios-plugins-fts
andymenderunix: xerces-c27
anttix: xalan-c
anujmore: gnome-documents
anvil: owncloud-client
aperezbios: telepathy-salut
apevec: python-ryu
asalkeld: xinetd
atim: rust-lockfree
avigne: mcu8051ide
avijayan: golang-github-casbin
benc: mpir
bkearney: telepathy-salut
blackfile: electric
bressers: mpir
brouhaha: mpir, pam_abl
bruno: xalan-c
bstinson: nvi
callkalpa: telepathy-salut, sugar-yupana, sugar-kuku, sugar-starchart
carlwgeorge: nodejs-typescript, celt071
chandankumar: python-abclient, python-epi
chimosky: telepathy-salut, sugar-starchart, sugar-kuku, sugar-visualmatch,
sugar-yupana, sugar-measure
churchyard: mpir
cicku: biblesync, gaupol, eyesight
cjb: telepathy-salut
clime: js-respond, js-html5shiv
copr-sig: js-respond, js-html5shiv
cosimoc: gnome-documents
cottsay: mpir
cserpentis: xalan-c
daveo: mpir
dcallagh: nodejs-wordwrap, nodejs-concat-map, nodejs-replace, nodejs-minimatch,
nodejs-balanced-match, nodejs-brace-expansion
dchen: synergy
deji: biblesync
dmoluguw: jboss-servlet-2.5-api
drago01: synergy
dsd: telepathy-salut
dturecek: js-respond, js-html5shiv
dustymabe: nodejs-typescript
dvratil: telepathy-salut
dwayne: gaupol
eclipseo: golang-k8s-kubernetes, golang-github-casbin,
golang-contrib-opencensus-exporter-ocagent
elad: gnome-code-assistance
epienbro: mingw-gstreamer-plugins-base, mingw-gtkglext
erikos: telepathy-salut
fab: nodejs-glob, nodejs-rimraf, nodejs-concat-map, nodejs-inflight,
nodejs-minimatch, nodejs-balanced-match, nodejs-wrappy, nodejs-interpret,
nodejs-brace-expansion
filabrazilska: lsyncd
filiperosset: libquvi
frostyx: js-respond, js-html5shiv
galileo: nodejs-acorn, nodejs-typescript, nodejs-carrier
geoff: scala
germano: xalan-c
gil: jgroups
gnome-sig: gnome-documents
go-sig: golang-k8s-kubernetes, golang-github-casbin, dep,
golang-contrib-opencensus-exporter-ocagent
goldmann: jgroups
greghellings: biblesync
halfie: oggvideotools
hguemar: scala
hhorak: scala, java-comment-preprocessor
humaton: nodejs-npm-cache-filename, nodejs-wcwidth, nodejs-npm-install-checks,
nodejs-rimraf, nodejs-minimist, nodejs-semver, nodejs-char-spinner, nodejs-defaults
ignatenkobrain: ansible-collection-community-general, ogre-pagedgeometry,
rust-proc-quote, flacon
immanetize: percona-xtrabackup
irina: nodejs-ms
itamarjp: libpri
jchaloup: golang-contrib-opencensus-exporter-ocagent
jeffreyness: percona-xtrabackup
jerboaa: jgraphx
jgrulich: telepathy-salut, mingw-mediawriter, gaupol
jistone: llvm5.0
jjames: scala, jsonp
jkucera: scala
jmlich: scala
jpena: python-pika-pool
jpokorny: jing-trang
jreznik: telepathy-salut
jridky: scala
jskarvad: mpir
jsmith: nodejs-irregular-plurals, nodejs-depd, nodejs-quick-lru,
nodejs-has-color, nodejs-pseudomap, nodejs-array-find-index,
nodejs-fast-levenshtein, nodejs-write-file-atomic, nodejs-csv-generate,
nodejs-call-me-maybe, nodejs-csv-stringify, nodejs-dotfile-regex, nodejs-pad,
nodejs-boolbase, nodejs-ansi-styles, nodejs-object-dot-omit, nodejs-vlq,
nodejs-path-key, nodejs-prelude-ls, nodejs-repeating, nodejs-invert-kv,
nodejs-define-property, nodejs-optjs, nodejs-to-object-path, nodejs-deep-is,
nodejs-rimraf, nodejs-concat-map, nodejs-acorn, nodejs-first-chunk-stream,
nodejs-path-dirname, nodejs-es6-symbol, nodejs-md5-o-matic, nodejs-isobject,
nodejs-arraybuffer-equal, nodejs-echomd, nodejs-for-own, nodejs-is-extendable,
nodejs-parse-passwd, nodejs-csv-parse, nodejs-lazy-cache, nodejs-wrap-fn,
nodejs-clear-require, nodejs-minimatch, nodejs-wrappy, nodejs-pascalcase,
nodejs-spec, nodejs-csv-spectrum, nodejs-for-in, nodejs-colour,
nodejs-ansi-regex, nodejs-extend-shallow, nodejs-temp-dir, nodejs-strip-bom,
nodejs-time-stamp, nodejs-is-data-descriptor, nodejs-next-tick,
nodejs-symbol-observable, nodejs-safe-buffer, nodejs-camelcase,
nodejs-shebang-regex, nodejs-is-node, nodejs-ansi-yellow, nodejs-chalk,
nodejs-minimist, nodejs-streamtest, nodejs-require-inject, nodejs-ansi-magenta,
nodejs-is-extglob, nodejs-wordwrap, nodejs-inflight, nodejs-ms,
nodejs-stream-replace, nodejs-core-js, nodejs-keygrip, nodejs-parse-ms,
nodejs-glob, nodejs-set-getter, nodejs-ansi-cyan, nodejs-tmpl, nodejs-left-pad,
nodejs-own-or, nodejs-imul, nodejs-number-is-nan, nodejs-map-obj,
nodejs-yallist, nodejs-promises-aplus-tests, nodejs-is-descriptor,
nodejs-brace-expansion, nodejs-uuid, nodejs-balanced-match, nodejs-signal-exit,
nodejs-kind-of, nodejs-is-accessor-descriptor, nodejs-is-obj,
nodejs-repeat-string, nodejs-is-glob, nodejs-glob-to-regexp, nodejs-sparkles,
nodejs-stream-transform, nodejs-text-extensions, nodejs-pad-left,
nodejs-is-utf8, nodejs-is-dotfile, nodejs-is-buffer, nodejs-acorn-jsx, libpri
jtaylor: lsyncd
kde-sig: apper, gaupol
kloczek: xalan-c
kwizart: scala
lberk: pcp-pmda-cpp
lef: jgroups, hsqldb1, jsonp, apiviz
lfarkas: rxtx
lgao: apiviz
lkundrak: rxtx
lucilanga: xinetd
luya: nodejs-csso, nodejs-minimist
maci: mingw-gtkglext
martinlanghoff: lsyncd
maxamillion: rubygem-net-ssh-multi, dc3dd
mbriza: gaupol
mck182: telepathy-salut
mihkel: xalan-c
mizdebsk: scala, koschei
mlisik: jing-trang
mmraka: gaupol
moceap: libquvi, innoextract
monnerat: gaupol
msuchy: js-respond, js-html5shiv
mycae: skinlf
nacho: gnome-code-assistance
nando: swami
nb: owncloud-client
neuro-sig: jblas, neurord
ngompa: celt071
nhorman: golang-github-casbin
nodejs-sig: nodejs-irregular-plurals, nodejs-fast-levenshtein, nodejs-cliui,
nodejs-csv-generate, nodejs-cli-spinner, nodejs-pad, nodejs-ansi-bgcyan,
nodejs-array-reduce, nodejs-boolbase, nodejs-path-key, nodejs-prelude-ls,
nodejs-mime-types, nodejs-read-cmd-shim, nodejs-to-object-path, nodejs-longest,
nodejs-github-url-from-username-repo, nodejs-block-stream, nodejs-safecb,
nodejs-json-stringify-safe, nodejs-typescript, nodejs-tslib, nodejs-read-file,
nodejs-beeper, nodejs-readdirp, nodejs-async, nodejs-output-file-sync,
nodejs-file-sync-cmp, nodejs-css-parse, nodejs-qs, nodejs-path2, nodejs-events,
nodejs-csv-spectrum, nodejs-assert-plus, nodejs-for-in, nodejs-ansi-regex,
nodejs-unc-path-regex, nodejs-next-tick, nodejs-tmatch, nodejs-is-string,
nodejs-is-unc-path, nodejs-traverse, nodejs-orchestrator, nodejs-is-node,
nodejs-gaze, nodejs-ansi-yellow, nodejs-repeat-element, nodejs-random-bytes,
nodejs-is-generator, nodejs-ms, nodejs-leche, nodejs-stack-utils,
nodejs-path-to-regexp, nodejs-align-text, nodejs-spdx-exceptions,
nodejs-is-windows, nodejs-flagged-respawn, nodejs-ansi-bggreen,
nodejs-linkify-it, nodejs-number-is-nan, nodejs-data-uri-to-buffer,
nodejs-map-obj, nodejs-csso, nodejs-ejs, nodejs-is-boolean-object,
nodejs-is-number, nodejs-is-descriptor, nodejs-brace-expansion,
nodejs-deprecated, nodejs-hosted-git-info, nodejs-arr-diff, nodejs-clap,
nodejs-pathval, nodejs-map-cache, nodejs-unique-filename, nodejs-arr-union,
nodejs-kind-of, nodejs-sparkles, nodejs-ansi-green, nodejs-is-utf8,
nodejs-array-foreach, nodejs-log-driver, nodejs-nomnom, nodejs-pseudomap,
nodejs-rndm, nodejs-dotfile-regex, nodejs-ansi-styles, nodejs-markdown,
nodejs-any-promise, nodejs-repeating, nodejs-invert-kv, nodejs-argsparser,
nodejs-y18n, nodejs-deep-is, nodejs-propget, nodejs-util-extend,
nodejs-md5-o-matic, nodejs-sequencify, nodejs-path-array, nodejs-randomatic,
nodejs-preserve, nodejs-clone-stats, nodejs-yargs-parser, nodejs-dateformat,
nodejs-media-typer, nodejs-lazy-cache, nodejs-wrap-fn, nodejs-npm-package-arg,
nodejs-int64-buffer, nodejs-async-limiter, nodejs-detect-file, nodejs-assume,
nodejs-colour, nodejs-commondir, nodejs-extend-shallow, nodejs-strip-bom,
nodejs-terst, nodejs-es6-promise, nodejs-camelcase,
nodejs-posix-character-classes, nodejs-is-extglob, nodejs-get-port,
nodejs-base64-url, nodejs-jade, nodejs-destroy, nodejs-basic-auth,
nodejs-grunt-banner, nodejs-css-what, nodejs-mdurl, nodejs-parse-ms,
nodejs-columnify, nodejs-tar, nodejs-tracejs, nodejs-dezalgo, nodejs-oauth-sign,
nodejs-is-number-object, nodejs-clean-yaml-object, nodejs-to-regex-range,
nodejs-carrier, nodejs-npm-cache-filename, nodejs-has-yarn, nodejs-left-pad,
nodejs-is-plain-object, nodejs-content-type, nodejs-fs-exists-sync,
nodejs-needle, nodejs-is-valid-glob, nodejs-string-dot-prototype-dot-repeat,
nodejs-co-mocha, nodejs-on-headers, nodejs-type-is, nodejs-interpret,
nodejs-propagate, nodejs-is-equal-shallow, nodejs-is-dotfile,
nodejs-is-path-in-cwd, nodejs-win-spawn, nodejs-filename-regex,
nodejs-quick-lru, nodejs-asn1, nodejs-is-path-inside, nodejs-defaults,
nodejs-is-primitive, nodejs-thenify-all, nodejs-isexe, nodejs-is-path-cwd,
nodejs-p-finally, nodejs-async-some, nodejs-define-property, nodejs-ctype,
nodejs-rimraf, nodejs-vali-date, nodejs-ansi-bgblack,
nodejs-is-generator-function, nodejs-first-chunk-stream, nodejs-re-emitter,
nodejs-path-dirname, nodejs-pretty-hrtime, nodejs-es6-symbol, nodejs-isobject,
mocha, nodejs-safe-json-stringify, nodejs-expand-brackets, nodejs-for-own,
nodejs-is-extendable, nodejs-parse-passwd, nodejs-is-dir, nodejs-docopt,
nodejs-es6-shim, nodejs-bash-match, nodejs-semver, nodejs-is-relative,
nodejs-sha, nodejs-array-map, nodejs-fragment-cache, nodejs-time-stamp,
nodejs-ordered-read-streams, nodejs-is-data-descriptor, nodejs-metascript,
nodejs-promise, nodejs-wcwidth, nodejs-difflib, nodejs-ansi-magenta,
nodejs-fn-dot-name, nodejs-inflight, nodejs-figures, nodejs-stream-replace,
nodejs-unique-slug, nodejs-events-to-array, nodejs-woothee, nodejs-ansi-cyan,
nodejs-thenify, nodejs-node-uuid, nodejs-regex-cache, nodejs-callsite,
nodejs-promises-aplus-tests, nodejs-normalize-git-url,
nodejs-grunt-simple-mocha, nodejs-is-url, nodejs-balanced-match, nodejs-treeify,
nodejs-mime-db, nodejs-component-indexof, nodejs-ee-first,
nodejs-is-accessor-descriptor, nodejs-max-timeout, nodejs-arr-exclude,
nodejs-is-regexp, nodejs-tlds, nodejs-text-extensions, nodejs-estraverse-fb,
nodejs-jsonparse, nodejs-source-map-fixtures, nodejs-p-limit, nodejs-tsscmp,
nodejs-ansi-bgblue, nodejs-through2-filter, nodejs-depd, nodejs-has-color,
nodejs-globals, nodejs-array-find-index, nodejs-write-file-atomic,
nodejs-realize-package-specifier, nodejs-unpipe, nodejs-unicode-length,
nodejs-are-we-there-yet, nodejs-serialize-error, nodejs-object-dot-omit,
nodejs-forwarded, nodejs-fill-range, nodejs-to-regex, nodejs-duplexer2,
nodejs-ignore, nodejs-call-signature, nodejs-optjs, nodejs-concat-map,
nodejs-acorn, nodejs-try-open, nodejs-p-try, nodejs-array-filter,
nodejs-argparse, nodejs-minimatch, nodejs-wrappy, nodejs-character-parser,
nodejs-is-generator-fn, nodejs-es5-shim, nodejs-success-symbol,
nodejs-regex-not, nodejs-sprintf-js, nodejs-symbol-observable,
nodejs-spdx-license-ids, nodejs-safe-buffer, nodejs-chalk, nodejs-minimist,
nodejs-streamtest, nodejs-require-inject, nodejs-diff, nodejs-wordwrap,
nodejs-npm-install-checks, nodejs-core-js, nodejs-require-uncached,
nodejs-sinon-restore, nodejs-nopt-usage, nodejs-glob, nodejs-qtdatastream,
nodejs-on-finished, nodejs-set-getter, nodejs-content-disposition,
nodejs-extglob, nodejs-caseless, nodejs-json-stable-stringify,
nodejs-parse-github-repo-url, nodejs-heap, nodejs-type-name, nodejs-jsonfile,
nodejs-iferr, nodejs-tunnel-agent, nodejs-line-reader, nodejs-delegates,
nodejs-arr-flatten, nodejs-array-unique, nodejs-yallist,
nodejs-fs-write-stream-atomic, nodejs-stream-consume, nodeunit,
nodejs-async-array-reduce, nodejs-char-spinner, nodejs-uc-dot-micro, nodejs-css,
nodejs-signal-exit, nodejs-is-obj, nodejs-repeat-string, nodejs-expand-tilde,
nodejs-array-flatten, nodejs-ansi-wrap, nodejs-is-glob,
nodejs-validate-npm-package-name, nodejs-path-is-inside, nodejs-pad-left,
nodejs-uid-safe, nodejs-replace, nodejs-is-buffer, nodejs-transformers
omular: jing-trang
openstack-sig: python-pika-pool, python-epi
opuk: synergy
panovotn: java-comment-preprocessor
patches: nodejs-gaze, mocha, nodejs-readdirp, nodejs-chalk, nodejs-yallist,
nodejs-minimist, nodejs-async, nodejs-has-color, nodejs-ejs, nodejs-asn1,
nodeunit, nodejs-promises-aplus-tests, nodejs-pseudomap, nodejs-diff,
nodejs-brace-expansion, nodejs-css-parse, nodejs-qs, nodejs-argparse,
nodejs-dateformat, nodejs-wordwrap, nodejs-css, nodejs-minimatch, nodejs-ms,
nodejs-inflight, nodejs-balanced-match, nodejs-jade, nodejs-character-parser,
nodejs-wrappy, nodejs-mime-db, nodejs-ansi-styles, nodejs-markdown, nodejs-glob,
nodejs-mime-types, nodejs-tar, nodejs-assert-plus, nodejs-semver,
nodejs-oauth-sign, nodejs-interpret, nodejs-ansi-regex, nodejs-node-uuid,
nodejs-ctype, nodejs-sha, nodejs-block-stream, nodejs-json-stringify-safe,
nodejs-rimraf, nodejs-concat-map, nodejs-promise, nodejs-jsonfile,
nodejs-sprintf-js, nodejs-tunnel-agent, nodejs-callsite, nodejs-transformers,
nodejs-traverse
pbrobinson: telepathy-salut
pcpa: scala
petersen: gaupol
piotrp: nodejs-es6-symbol, nodejs-wordwrap, nodejs-concat-map, nodejs-replace,
nodejs-minimatch, nodejs-acorn, nodejs-ms, nodejs-balanced-match, nodeunit,
nodejs-ejs, nodejs-brace-expansion
plfiorini: eyesight
praiskup: scala, java-comment-preprocessor, jsl, js-respond, js-html5shiv, pagila
pwalter: llvm6.0
pwouters: lsyncd, gaupol
python-sig: python-blindspin
ralph: taskd
rathann: mocha, nodejs-chalk, nodejs-minimist, nodejs-has-color,
nodejs-promises-aplus-tests, nodejs-diff, nodejs-brace-expansion,
nodejs-css-parse, nodejs-thenify-all, nodejs-css, nodejs-inflight,
nodejs-minimatch, nodejs-ms, nodejs-jade, nodejs-character-parser,
nodejs-wrappy, nodejs-ansi-styles, nodejs-glob, nodejs-any-promise,
nodejs-ansi-regex, nodejs-thenify, nodejs-rimraf, nodejs-promise,
nodejs-callsite, nodejs-transformers
rdieter: telepathy-salut, gaupol, qfaxreader, mpir, xinetd
rebus: libemu
remi: xinetd
rhughes: apper
russellb: libpri
rust-sig: rust-block-cipher-trait, zola, rust-proc-quote, rust-nalgebra,
rust-ws, rust-lockfree, rust-c2-chacha
s4504kr: steghide
sagitter: scala
scenek: jsl, lsyncd
sergiomb: scala
sharkcz: mpir
simonp: xinetd
slaanesh: mpir, percona-xtrabackup, libjson-rpc-cpp
slaweq: python-ryu
snavin: telepathy-salut
spot: mpir
suanand: gaupol
survient: percona-xtrabackup
tc01: nodejs-wordwrap, nodejs-zeropad, nodejs-mime-types, nodejs-async-limiter,
nodejs-long, nodejs-ms, nodejs-async, nodejs-chardet, nodejs-ejs, nodeunit,
nodejs-tweetnacl, nodejs-tweetnacl-util, nodejs-ansi-regex, nodejs-mime-db,
nodejs-callsite, nodejs-traverse
tdawson: nodejs-async-limiter, rubygem-net-ssh-multi, nodejs-traverse
than: gaupol
thias: fillets-ng
tojeline: jing-trang
tpopela: mingw-mediawriter
tstellar: llvm6.0, llvm5.0
tuxbrewr: telepathy-salut
vascom: mpir
vjancik: nodejs-wcwidth, nodejs-nomnom, mocha, nodejs-depd, nodejs-chalk,
nodejs-minimist, nodejs-has-color, nodejs-fs-write-stream-atomic,
nodejs-normalize-git-url, nodejs-require-inject, nodejs-ejs,
nodejs-promises-aplus-tests, nodeunit, nodejs-diff, nodejs-brace-expansion,
nodejs-css-parse, nodejs-hosted-git-info, nodejs-char-spinner, nodejs-defaults,
nodejs-media-typer, nodejs-wordwrap, nodejs-content-type,
nodejs-npm-install-checks, nodejs-write-file-atomic, nodejs-css,
nodejs-inflight, nodejs-minimatch, nodejs-ms, nodejs-balanced-match,
nodejs-jade, nodejs-destroy, nodejs-character-parser, nodejs-wrappy,
nodejs-npm-package-arg, nodejs-ansi-styles, nodejs-ee-first, nodejs-glob,
nodejs-columnify, scala, nodejs-ansistyles, nodejs-async-some,
nodejs-async-limiter, nodejs-validate-npm-package-name, nodejs-semver,
nodejs-dezalgo, nodejs-ansi-regex, nodejs-callsite, nodejs-normalize-path,
nodejs-github-url-from-username-repo, nodejs-path-is-inside, nodejs-carrier,
nodejs-npm-cache-filename, nodejs-rimraf, nodejs-concat-map, nodejs-replace,
nodejs-acorn, nodejs-typescript, nodejs-promise, nodejs-iferr,
nodejs-spdx-license-ids, nodejs-util-extend, nodejs-transformers, nodejs-traverse
xavierb: xerces-c27
zaniyah: mpir
zbyszek: oggvideotools
--
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its pagure instance:
https://pagure.io/releng/
The sources of this script can be found at:
https://pagure.io/releng/blob/master/f/scripts/find_unblocked_orphans.py
2 years, 6 months
Fedora 34 Change: kasumi-unicode (Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/kasumi_unicode
== Summary ==
kasumi-unicode will be generated newly with kasumi.spec in
[https://src.fedoraproject.org/rpms/kasumi kasumi] project.
== Owner ==
* Name: [[User:Fujiwara|Takao Fujiwara]]
* Email: fujiwara [at] redhat [dot] com
== Detailed Description ==
[https://src.fedoraproject.org/rpms/anthy-unicode anthy-unicode] has
been forked from [https://src.fedoraproject.org/rpms/anthy anthy]
since anthy was no longer maintained in upstream.
[https://src.fedoraproject.org/rpms/kasumi kasumi] is one of the
applications which link to the libraries of anthy. In case kasumi
links to anthy, the private dictionary is located in `$HOME/.anthy`
directory. In case kasumi links to anthy-unicode, the private
dictionary is located at `$XDG_CONFIG_HOME/anthy`.
I wish kasumi links to anthy-unicode newly but some other applications
still use anthy.
E.g. ibus-anthy uses anthy-unicode and `$XDG_CONFIG_HOME/anthy`.
fcitx-anthy, scim-anthy, uim-anthy, gcim-anthy uses anthy and
`$HOME/.anthy`.
To keep the back compatibility while *-anthy will migrate to use
anthy-unicode, kasumi.spec is going to generate kasumi twice to
generate two kasumi binaries with different CFLAGS and LDFLAGS between
anthy and anthy-unicode.
kasumi-unicode will be generated to link to anthy-unicode.
anthy-unicode enhances anthy for:
# internal data EUC-JP to UTF-8
# user dic in $HOME/.anthy to $XDG_CONFIG_HOME/anthy
== Benefit to Fedora ==
anthy-unicode saves the user dictionaries in the Freedesktop
configuration directory $XDG_CONFIG_HOME.
Contributers can develop anthy-unicode with UTF-8 words internally.
== Scope ==
* Proposal owners:
* Other developers: [[AkiraTagoh]] (Fedora maintaier of kasumi)
* Release engineering: N/A
* Policies and guidelines: N/A (not a System Wide Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives:
== Upgrade/compatibility impact ==
ibus-anthy will depend on anthy-unicode and kasumi-unicode instead of kasumi.
== How To Test ==
# Enable ibus-anthy in your desktop
# Run /usr/libexec/ibus-setup-anthy
# Run kasumi-unicode from "Dictionary" tab in the dialog
# Register some words with kasumi-unicode
The user dictionary is saved in $XDG_CONFIG_HOME/anthy and ibus-anthy
can use it.
== User Experience ==
Users will run `anthy-unicode-dic-tool --migrate` in case that users
need to migrate the user dictionary in $HOME/.anthy with one in
$XDG_CONFIG_HOME/anthy.
== Dependencies ==
ibus-anthy
== Contingency Plan ==
* Contingency mechanism: Revert the change of kasumi.spec and
ibus-anthy will depends on kasumi.
* Contingency deadline: Beta freeze
* Blocks release? No
* Blocks product? No
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 6 months
Fedora 34 Change: Rename libusb packages and deprecated old API
(Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/Rename_libusb_packages_and_depreca...
== Summary ==
Rename `libusb` to `libusb-compat` and `libusbx` to `libusb1`. Do
'''not''' provide an automated update path for the old `libusb` build
dependency as packages should–and likely can–be updated to use
`libusb1`.
== Owner ==
* Name: [[User:benzea|Benjamin Berg]]
* Email: bberg(a)redhat.com
== Detailed Description ==
Currently we have two related packages:
* libusb: Containing a compatibility layer of the 0.1 API for libusb 1.0
* libusbx: Containing the libusb 1.0 API, where the name "libusbx"
derives from a fork that existed for a while
To make it clear that "libusb" should not be used anymore and as
"libusbx" does not exist anymore, it makes sense to rename the
packages as follows:
* libusb-compat
* libusb1
In order to ensure that no package is depending on the old `libusb`
(i.e. `libusb-compat`) without a good reason, the plan is to '''not'''
add the corresponding `Provides:` line for the `libusb-compat-devel`
rename.
== Benefit to Fedora ==
* We adhere more closely to the upstream naming scheme for libusb.
* We begin sunsetting `libusb-compat` (i.e. current `libusb`).
== Scope ==
* Proposal owners:
Create new `libusb-compat` and `libusb1` packages based on the current ones.
* Other developers:
Review any package that uses `BuildRequires: libusb-devel`. Many of
them will be able to switch to `libusb1-devel` but some may still
require the compatibility layer, i.e. `libusb-compat-devel`.
* Release engineering: N/A
* Policies and guidelines: N/A (not needed for this change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives: N/A
== Upgrade/compatibility impact ==
No impact is expected.
== How To Test ==
No further testing is needed.
== User Experience ==
[not provided]
== Dependencies ==
[not provided]
== Contingency Plan ==
Add `Provides: libusb-devel` to `libusb-compat-devel` if too many
packages are not updated.
* Contingency mechanism: (What to do? Who will do it?) N/A (not a
System Wide Change)
* Contingency deadline: N/A (not a System Wide Change)
* Blocks release? N/A (not a System Wide Change)
== Documentation ==
N/A (not a System Wide Change)
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 6 months
GitLab AMA Topic Follow Up: Namespace & Issue Tracking
by Aoife Moloney
# GitLab AMA Session Topic - Namespace & Issue Tracking
Hi everyone,
Thanks again for your involvement in the GitLab AMA session on IRC in
September. This email discussion thread is on Namespace & Issue
Tracking. I have pulled the relevant questions and answers from the
original hackmd doc into one email and if you would like to discuss
this topic specifically, here might be a good place to do so so your
conversations don't go down a 'rabbit hole' :)
Here are some links to resources as well:
* Questions and Answers hackmd link https://hackmd.io/RW8HahOeR7OJPON1dwuo3w
* Chat log from session
https://meetbot.fedoraproject.org/fedora-meeting-1/2020-09-10/ama_session...
* AMA Blog post
https://communityblog.fedoraproject.org/gitlab-ama-follow-up/#more-9346
* Here is this email in hackmd if you wish to view it there:
https://hackmd.io/oZrDwbSeSWO-l_X65A1ndg?view
## Namespace & Issue Tracking
- Question: Currently dist-git in Fedora has several namespaces: rpms,
modules, containers, tests... All namespaces but the ``tests``
namespace have their issue tracker in bugzilla. Would this work in
gitlab? Can we selectively enable/disable issue tracking per namespace
for the entire instance? (ie: w/o giving the possibility to ``owner``
or ``maintainer`` to toggle that setting.)
- Answer: It may need to be checked again, but it appears you can
turn on/off the issue tracker at the project level.
- Question: Currently dist-git in Fedora has several namespaces: rpms,
modules, containers, tests... All namespaces but the ``tests``
namespace have their issue tracker in bugzilla. Would this work in
gitlab? Can we selectively enable/disable issue tracking per namespace
for the entire instance? (ie: w/o giving the possibility to ``owner``
or ``maintainer`` to toggle that setting.)
- Answer: You can turn the GitLab issue tracker on and off by
project. See https://docs.gitlab.com/ee/user/project/settings/#sharing-and-permissions
Namespaces map to “group” in GitLab. Here’s more info about them:
https://docs.gitlab.com/ee/api/namespaces.html
- Question: Fedora, as far as I understand, still plan on using
bugzilla as issue tracker. Currently default assignee and the CC are
gathered using the ``main admin`` (ie: the ``owner`` for GitLab iiuc),
the other maintainers (who did not ``unwatch issues`` in the project -
mechanism for them to opt-out of being in the CC list) and the people
having enabled ``Issue watching`` for the project (mechanism for them
to opt-in into being in the CC list). Would this work in a GitLab
world?
- Answer: There are a number of options related to that. For one,
users can control their notifications globally and by name space in a
fine grained way (see GitLab Notification Emails).
- Question: Fedora is part of GitLab’s Open Source program and we have
a migration tracker issue that we are using to keep track of feature
requests, bugs, etc that are important to Fedora. The Fedora migration
team has been working with us at GitLab to maintain that and community
members can add relevant issues there so we can track them. It’s also
helpful for our product managers to hear about why particular issues
are important for the Fedora use case, and to have upvotes, so doing
that will help! Where can you submit requests/bugs/report issues?
- Answer:
Fedora Migration Tracker:
https://gitlab.com/gitlab-org/gitlab/-/issues/217350
Feature template:
https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Featu...
Bug template:
https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Bug
Please do review the original questions doc in case I have missed any
that relate to namespace and issue tracking and thank you again for
your engagement with these emails! The next email topic will be on
'Branches'.
Have a good week!
Aoife
--
Aoife Moloney
Product Owner
Community Platform Engineering Team
Red Hat EMEA
Communications House
Cork Road
Waterford
2 years, 6 months