git -> cvs (was: Re: Orphaned packages looking for new maintainers (see note about xinetd)​)

2020-11-09 Thread Richard W.M. Jones
On Mon, Nov 09, 2020 at 12:09:00PM +0100, Miro Hrončok wrote:
> rjones: xinetd, numad

Your "packager dashboard"[1] which I found for the first time today is
very useful!

Turns out the problem for my package is this weird ol' dependency chain:

  coccinelle -> git -> cvs -> xinetd

Well the first part of that is understandable, because Cocci uses git
to apply patches (ie. autosetup -S git).

cvs -> xinetd is sort of understandable too.

git -> cvs however(!)  It turns out that git has a cvs import
subpackage.  But I wonder if git actually needs cvs around at build
time to create this?  I commented out the BR: cvs, cvsps lines in the
spec file and it built a cvs import subpackage just fine for me.

--
diff --git a/git.spec b/git.spec
index 6081678..f3294b6 100644
--- a/git.spec
+++ b/git.spec
@@ -199,8 +199,8 @@ BuildRequires: apr-util-bdb
 # endif fedora >= 27
 BuildRequires:  bash
 %if %{with cvs}
-BuildRequires:  cvs
-BuildRequires:  cvsps
+#BuildRequires:  cvs
+#BuildRequires:  cvsps
 %endif
 # endif with cvs
 %if %{use_glibc_langpacks}
--

Rich.

[1] https://packager.fedorainfracloud.org/

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers (see note about xinetd)​

2020-11-09 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-11-09.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

ansible-collection-community- orphan   1 weeks ago
general
apache-commons-configuration  fnasser, mizdebsk, orphan,   4 weeks ago
  spike
celt071   orphan   2 weeks ago
checksec  orphan   0 weeks ago
compat-guile18jskarvad, mlichvar, orphan,  1 weeks ago
  tkorbar
discord-irc   orphan   1 weeks ago
dnscaporphan   2 weeks ago
dynafed   andreamanzi, orphan  1 weeks ago
elasticdump   orphan   1 weeks ago
electrum  orphan   2 weeks ago
fedora-developer-portal   orphan   0 weeks ago
ghc-pipes-safeorphan   1 weeks ago
gtatool   orphan   1 weeks ago
hsqldb1   lef, orphan  1 weeks ago
hub   orphan, ralph, sgallagh  5 weeks ago
jboss-jsf-2.1-api orphan   4 weeks ago
jsonp lef, orphan  1 weeks ago
legendsbrowserorphan   1 weeks ago
libbind   orphan   2 weeks ago
metadata-extractor2   cquad, orphan4 weeks ago
mingw-gtkglextepienbro, maci, orphan   2 weeks ago
mocha nodejs-sig, orphan, patches  1 weeks ago
mpir  orphan, slaanesh, zaniyah0 weeks ago
netty-tcnativeorphan   1 weeks ago
neurord   neuro-sig, orphan1 weeks ago
nodejs-assume nodejs-sig, orphan   1 weeks ago
nodejs-block-stream   nodejs-sig, orphan, patches  1 weeks ago
nodejs-callback-streamorphan   1 weeks ago
nodejs-chalk  nodejs-sig, orphan, patches  1 weeks ago
nodejs-clear-require  orphan   1 weeks ago
nodejs-co-mocha   nodejs-sig, orphan   1 weeks ago
nodejs-co-with-promiseorphan   1 weeks ago
nodejs-coffee-coverageorphan   1 weeks ago
nodejs-conventional-changelog-orphan   1 weeks ago
preset-loader
nodejs-csv-stringify  orphan   1 weeks ago
nodejs-debug-fabulous orphan   1 weeks ago
nodejs-defaults   humaton, nodejs-sig, orphan, 1 weeks ago
  vjancik
nodejs-define-propertyorphan   1 weeks ago
nodejs-figuresnodejs-sig, orphan   1 weeks ago
nodejs-flush-write-stream orphan   1 weeks ago
nodejs-fs-write-stream-atomic nodejs-sig, orphan, vjancik  1 weeks ago
nodejs-gaze   nodejs-sig, orphan, patches  1 weeks ago
nodejs-glob   nodejs-sig, orphan, patches  1 weeks ago
nodejs-glob-expandorphan   1 weeks ago
nodejs-intercept-require  orphan   1 weeks ago
nodejs-istanbul-lib-reportorphan   1 weeks ago
nodejs-istanbul-reports   orphan

Re: Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread Todd Zullinger
Michael J Gruber wrote:
>> = NOTE about xinetd =
>> 
>> Many packagers are listed as affected by xinetd. The dependency chain is:
>> 
>>  cvs (kasal, ppisar)
>>  cvs-inetd.noarch requires xinetd
>> 
>>  git (amahdal, besser82, chrisw, pcahyna, pstodulk, skisela, tmz)
>>  git.src requires cvs
>>  git-cvs.noarch requires cvs
>> 
>>   ( )
>>   requires git
>> 
>> Note that if xinetd indeed goes away, your package will most likely not be 
>> affected, unless you actually need git-cvs.
>> 
>> = end NOTE =
> 
> Also, git requires only the client functionality, not cvs-inetd itself. So it 
> would be good to get input from the former xinetd maintainer whether
> - xinetd should be retired fro some reason (and cvs should retire the 
> cvs-inetd subpackage)
> - or xinetd should simply be picked up.
> 
> Thanks for the clear info about the dependency, btw. It would have been easy 
> to miss otherwise.

Indeed, thanks Miro and Michael!

_If_ it comes to it, the git package has a conditional for
building without CVS.  It's trivial to change the default
for f34+ and avoid the cvs dep.

It seems likely that cvs can drop the inetd subpackage
without much trouble though, so it shouldn't come to that.

-- 
Todd


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-11-02.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

ansible-collection-community- orphan   0 weeks ago
general
apache-commons-configuration  fnasser, mizdebsk, orphan,   3 weeks ago
  spike
celt071   orphan   1 weeks ago
compat-guile18jskarvad, mlichvar, orphan,  0 weeks ago
  tkorbar
discord-irc   orphan   0 weeks ago
dnscaporphan   1 weeks ago
dynafed   andreamanzi, orphan  0 weeks ago
elasticdump   orphan   0 weeks ago
electrum  orphan   1 weeks ago
environment-modules   orphan   0 weeks ago
ghc-pipes-safeorphan   0 weeks ago
gtatool   orphan   0 weeks ago
hsqldb1   lef, orphan  0 weeks ago
hub   orphan, ralph, sgallagh  4 weeks ago
jboss-jsf-2.1-api orphan   3 weeks ago
jsonp lef, orphan  0 weeks ago
legendsbrowserorphan   0 weeks ago
libbind   orphan   1 weeks ago
metadata-extractor2   cquad, orphan3 weeks ago
mingw-gtkglextepienbro, maci, orphan   1 weeks ago
mocha nodejs-sig, orphan, patches  0 weeks ago
netty-tcnativeorphan   0 weeks ago
neurord   neuro-sig, orphan0 weeks ago
nodejs-assume nodejs-sig, orphan   0 weeks ago
nodejs-block-stream   nodejs-sig, orphan, patches  0 weeks ago
nodejs-callback-streamorphan   0 weeks ago
nodejs-chalk  nodejs-sig, orphan, patches  0 weeks ago
nodejs-clear-require  orphan   0 weeks ago
nodejs-co-mocha   nodejs-sig, orphan   0 weeks ago
nodejs-co-with-promiseorphan   0 weeks ago
nodejs-coffee-coverageorphan   0 weeks ago
nodejs-conventional-changelog-orphan   0 weeks ago
preset-loader
nodejs-csv-stringify  orphan   0 weeks ago
nodejs-debug-fabulous orphan   0 weeks ago
nodejs-defaults   humaton, nodejs-sig, orphan, 0 weeks ago
  vjancik
nodejs-define-propertyorphan   0 weeks ago
nodejs-figuresnodejs-sig, orphan   0 weeks ago
nodejs-flush-write-stream orphan   0 weeks ago
nodejs-fs-write-stream-atomic nodejs-sig, orphan, vjancik  0 weeks ago
nodejs-gaze   nodejs-sig, orphan, patches  0 weeks ago
nodejs-glob   nodejs-sig, orphan, patches  0 weeks ago
nodejs-glob-expandorphan   0 weeks ago
nodejs-intercept-require  orphan   0 weeks ago
nodejs-istanbul-lib-reportorphan   0 weeks ago
nodejs-istanbul-reports   orphan   0 weeks ago
nodejs-jade   nodejs-sig, orphan, patches  0 weeks ago
nodejs-multipipe  orphan

Re: Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread Fabio M. Di Nitto

On 02/11/2020 12.27, Miro Hrončok wrote:

On 11/2/20 12:13 PM, Fabio M. Di Nitto wrote:

On 02/11/2020 12.03, Miro Hrončok wrote:

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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-11-02.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





fabbione: numad


are you sure the script is running correctly?

I have never touched numad in my whole life... :)


Yes, I am sure.


Ok cool thanks :)

Fabio

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread Miro Hrončok

On 11/2/20 12:13 PM, Fabio M. Di Nitto wrote:

On 02/11/2020 12.03, Miro Hrončok wrote:

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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-11-02.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




fabbione: numad


are you sure the script is running correctly?

I have never touched numad in my whole life... :)


Yes, I am sure.

See https://packager.fedorainfracloud.org/fabbione

There is fence-virt, depends on libvirt, depends on numad.

You can "unroll" the fence-virt to see the *Show dependency network* button for 
a nice visualization.



If you prefer text, see 
https://churchyard.fedorapeople.org/orphans-2020-11-02.txt and grep it for 
fabbione and than search up. You'll end up with:


Depending on: numad (20), status change: 2020-10-29 (0 weeks ago)
	libvirt (maintained by: berrange, clalance, crobinso, jforbes, laine, 
libvirt-maint, osier, veillard, virtmaint-sig)

libvirt-daemon-6.8.0-3.fc34.x86_64 requires numad = 
0.5-33.20150602git.fc34
libvirt-daemon-qemu-6.8.0-3.fc34.x86_64 requires qemu = 
2:5.1.0-6.fc34

fence-virt (maintained by: fabbione, lon, oalbrigt, rmccabe)
fence-virtd-libvirt-1.0.0-3.fc33.x86_64 requires libvirt = 
6.8.0-3.fc34
fence-virtd-serial-1.0.0-3.fc33.x86_64 requires libvirt = 
6.8.0-3.fc34


Hope that helps.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread Michael J Gruber
> = NOTE about xinetd =
> 
> Many packagers are listed as affected by xinetd. The dependency chain is:
> 
>   cvs (kasal, ppisar)
>   cvs-inetd.noarch requires xinetd
> 
>   git (amahdal, besser82, chrisw, pcahyna, pstodulk, skisela, tmz)
>   git.src requires cvs
>   git-cvs.noarch requires cvs
> 
>( )
>requires git
> 
> Note that if xinetd indeed goes away, your package will most likely not be 
> affected, unless you actually need git-cvs.
> 
> = end NOTE =

Also, git requires only the client functionality, not cvs-inetd itself. So it 
would be good to get input from the former xinetd maintainer whether
- xinetd should be retired fro some reason (and cvs should retire the cvs-inetd 
subpackage)
- or xinetd should simply be picked up.

Thanks for the clear info about the dependency, btw. It would have been easy to 
miss otherwise.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread Daniel P . Berrangé
On Mon, Nov 02, 2020 at 12:13:18PM +0100, Fabio M. Di Nitto wrote:
> On 02/11/2020 12.03, Miro Hrončok wrote:
> > 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/
> > 
> > This report is available at:
> > https://churchyard.fedorapeople.org/orphans-2020-11-02.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
> > 
> 
> > fabbione: numad
> 
> are you sure the script is running correctly?
> 
> I have never touched numad in my whole life... :)

It isn't saying that you have. This is a list of maintainers whose
own packages have a dependancy on numad, and so would get a broken
deps if numad was removed.

Regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-11-02 Thread Xavier Delaruelle
> That's great. I also found
> https://bugzilla.redhat.com/show_bug.cgi?id=1431952 and a couple of
> other high-quality bug reports. I'll sponsor you this time so that you
> can take care environment-modules immediately.
> 
> Welcome on board!

Thanks a lot Dominik.

Regards,
Xavier
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread Fabio M. Di Nitto

On 02/11/2020 12.03, Miro Hrončok wrote:

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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-11-02.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




fabbione: numad


are you sure the script is running correctly?

I have never touched numad in my whole life... :)

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers (see note about xinetd)

2020-11-02 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-11-02.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

ansible-collection-community- orphan   0 weeks ago
general
apache-commons-configuration  fnasser, mizdebsk, orphan,   3 weeks ago
  spike
celt071   orphan   1 weeks ago
compat-guile18jskarvad, mlichvar, orphan,  0 weeks ago
  tkorbar
discord-irc   orphan   0 weeks ago
dnscaporphan   1 weeks ago
dynafed   andreamanzi, orphan  0 weeks ago
elasticdump   orphan   0 weeks ago
electrum  orphan   1 weeks ago
environment-modules   orphan   0 weeks ago
ghc-pipes-safeorphan   0 weeks ago
gtatool   orphan   0 weeks ago
hsqldb1   lef, orphan  0 weeks ago
hub   orphan, ralph, sgallagh  4 weeks ago
jboss-jsf-2.1-api orphan   3 weeks ago
jsonp lef, orphan  0 weeks ago
legendsbrowserorphan   0 weeks ago
libbind   orphan   1 weeks ago
metadata-extractor2   cquad, orphan3 weeks ago
mingw-gtkglextepienbro, maci, orphan   1 weeks ago
mocha nodejs-sig, orphan, patches  0 weeks ago
netty-tcnativeorphan   0 weeks ago
neurord   neuro-sig, orphan0 weeks ago
nodejs-assume nodejs-sig, orphan   0 weeks ago
nodejs-block-stream   nodejs-sig, orphan, patches  0 weeks ago
nodejs-callback-streamorphan   0 weeks ago
nodejs-chalk  nodejs-sig, orphan, patches  0 weeks ago
nodejs-clear-require  orphan   0 weeks ago
nodejs-co-mocha   nodejs-sig, orphan   0 weeks ago
nodejs-co-with-promiseorphan   0 weeks ago
nodejs-coffee-coverageorphan   0 weeks ago
nodejs-conventional-changelog-orphan   0 weeks ago
preset-loader
nodejs-csv-stringify  orphan   0 weeks ago
nodejs-debug-fabulous orphan   0 weeks ago
nodejs-defaults   humaton, nodejs-sig, orphan, 0 weeks ago
  vjancik
nodejs-define-propertyorphan   0 weeks ago
nodejs-figuresnodejs-sig, orphan   0 weeks ago
nodejs-flush-write-stream orphan   0 weeks ago
nodejs-fs-write-stream-atomic nodejs-sig, orphan, vjancik  0 weeks ago
nodejs-gaze   nodejs-sig, orphan, patches  0 weeks ago
nodejs-glob   nodejs-sig, orphan, patches  0 weeks ago
nodejs-glob-expandorphan   0 weeks ago
nodejs-intercept-require  orphan   0 weeks ago
nodejs-istanbul-lib-reportorphan   0 weeks ago
nodejs-istanbul-reports   orphan   0 weeks ago
nodejs-jade   nodejs-sig, orphan, patches  0 weeks ago
nodejs-multipipe  orphan

Re: Orphaned packages

2020-11-02 Thread Dominik 'Rathann' Mierzejewski
On Sunday, 01 November 2020 at 21:21, Xavier Delaruelle wrote:
> Hello Dominik
> 
> > ...
> > Do you have any RPM packaging experience in Fedora?
> 
> I have RPM packaging experience. I create RPM specfiles since many
> years. In the Fedora context, I have provided specfile patches to Jan
> for the different environment-modules updates during the last years
> (one example: [1]).
> 
> Regards,
> Xavier
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1733752

That's great. I also found
https://bugzilla.redhat.com/show_bug.cgi?id=1431952 and a couple of
other high-quality bug reports. I'll sponsor you this time so that you
can take care environment-modules immediately.

Welcome on board!

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-11-01 Thread Xavier Delaruelle
Hello Dominik

> ...
> Do you have any RPM packaging experience in Fedora?

I have RPM packaging experience. I create RPM specfiles since many years. In 
the Fedora context, I have provided specfile patches to Jan for the different 
environment-modules updates during the last years (one example: [1]).

Regards,
Xavier

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1733752
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-11-01 Thread Dominik 'Rathann' Mierzejewski
Hello, Xavier!

On Saturday, 31 October 2020 at 14:18, Xavier Delaruelle wrote:
> > I orphaned my packages, feel free to take them:
> > 
> > ...
> > https://src.fedoraproject.org/rpms/environment-modules
> 
> Thank you Jan for all your work maintaining the environment-modules
> package.

Indeed, +1.

> As maintainer of the upstream project, I would be glad to take over
> this package.

It's always beneficial to have the upstream maintainer on-board.

> Could you please sponsor me into the packager group ?

Do you have any RPM packaging experience in Fedora?

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-10-31 Thread Xavier Delaruelle
> I orphaned my packages, feel free to take them:
> 
> ...
> https://src.fedoraproject.org/rpms/environment-modules

Thank you Jan for all your work maintaining the environment-modules package.

As maintainer of the upstream project, I would be glad to take over this 
package.

Could you please sponsor me into the packager group ?

Best regards,
Xavier
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-10-29 Thread Kevin Fenzi
On Thu, Oct 29, 2020 at 11:20:21AM +0100, Jan Synacek wrote:
> I orphaned my packages, feel free to take them:
> 
> https://src.fedoraproject.org/rpms/arpwatch
> https://src.fedoraproject.org/rpms/compat-guile18
> https://src.fedoraproject.org/rpms/emacs
> https://src.fedoraproject.org/rpms/environment-modules
> https://src.fedoraproject.org/rpms/ghc-pipes-safe
> https://src.fedoraproject.org/rpms/iputils
> https://src.fedoraproject.org/rpms/logwatch
> https://src.fedoraproject.org/rpms/numad
> https://src.fedoraproject.org/rpms/perl-Sys-MemInfo
> https://src.fedoraproject.org/rpms/purple-plugin_pack
> https://src.fedoraproject.org/rpms/sgpio
> https://src.fedoraproject.org/rpms/xinetd

I took iputils as I can't imagine a future without ping. ;) 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-10-29 Thread Vitaly Zaitsev via devel

On 29.10.2020 11:20, Jan Synacek wrote:

https://src.fedoraproject.org/rpms/purple-plugin_pack


I took this.

--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-10-29 Thread Frank Crawford
On Thu, 2020-10-29 at 11:20 +0100, Jan Synacek wrote:
> I orphaned my packages, feel free to take them:
...
> https://src.fedoraproject.org/rpms/logwatch

Thanks for your efforts Jan.
Since I'm involved upstream with logwatch, I've taken this on.
RegardsFrank
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages

2020-10-29 Thread Daiki Ueno
Jan Synacek  writes:

> I orphaned my packages, feel free to take them:
>
[...]
> https://src.fedoraproject.org/rpms/emacs

Thank you for all your effort maintaining that package.  As a regular
Emacs user I tentatively took it, though I am not sure if I have enough
time to spend on that package (I admit I have only only used the editor
from the git for a decade :-).  Let me now if anyone is more keen on
maintaining it.

Regards,
-- 
Daiki Ueno
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages

2020-10-29 Thread Jan Synacek
I orphaned my packages, feel free to take them:

https://src.fedoraproject.org/rpms/arpwatch
https://src.fedoraproject.org/rpms/compat-guile18
https://src.fedoraproject.org/rpms/emacs
https://src.fedoraproject.org/rpms/environment-modules
https://src.fedoraproject.org/rpms/ghc-pipes-safe
https://src.fedoraproject.org/rpms/iputils
https://src.fedoraproject.org/rpms/logwatch
https://src.fedoraproject.org/rpms/numad
https://src.fedoraproject.org/rpms/perl-Sys-MemInfo
https://src.fedoraproject.org/rpms/purple-plugin_pack
https://src.fedoraproject.org/rpms/sgpio
https://src.fedoraproject.org/rpms/xinetd

-- 
Jan Synacek
Software Engineer, Red Hat
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-28 Thread Kevin Fenzi
On Mon, Oct 26, 2020 at 06:11:05PM +0100, Miro Hrončok wrote:
> On 10/26/20 5:56 PM, Kevin Fenzi wrote:
> > On Mon, Oct 26, 2020 at 11:53:59AM +0100, Miro Hrončok wrote:
> > > On 10/25/20 7:23 PM, Kevin Fenzi wrote:
> > > > On Mon, Oct 19, 2020 at 11:55:01AM +0200, Miro Hrončok wrote:
> > > > ...snip...
> > > > 
> > > > > pdc-client bliu, chcao, cheng, chuzhang,   1 
> > > > > weeks ago
> > > > >  lholecek, lsedlar, nphilipp,
> > > > 
> > > > I've taken pdc-client. Happy to hand it off to any of the co-maintainers
> > > > if they want, or add more folks. :)
> > > 
> > > Thanks. Note that python-beanbag (needed by pdc-client) is also orphaned.
> > > 
> > > Depending on: python-beanbag (2), status change: 2020-10-09 (2 weeks ago)
> > >   pdc-client (maintained by: bliu, chcao, cheng, chuzhang, kevin, 
> > > lholecek,
> > > lsedlar, nphilipp)
> > >   pdc-client-1.8.0-20.fc33.src requires python3-beanbag = 
> > > 1.9.2-17.fc33
> > >   python3-pdc-client-1.8.0-20.fc33.noarch requires 
> > > python3-beanbag =
> > > 1.9.2-17.fc33, python3.9dist(beanbag) = 1.9.2
> > 
> > I've taken this one as well. As always, co-maintainers welcome.
> 
> Feel free to add the Python SIG.

Done. ;) 

> There is a FTBFS bug open for the package:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1865274
> 
> I can write a fixer (will comment there), but the project seems absolutely
> upstream dead.

Sad. ;( 

We do still intend to replace pdc ( Tomáš Hrčka in rele-eng is now
looking into replacement plans). So, I think if we can keep it alive and
working until that someday happens we can then drop this. ;) 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-26 Thread Miro Hrončok

On 10/26/20 5:56 PM, Kevin Fenzi wrote:

On Mon, Oct 26, 2020 at 11:53:59AM +0100, Miro Hrončok wrote:

On 10/25/20 7:23 PM, Kevin Fenzi wrote:

On Mon, Oct 19, 2020 at 11:55:01AM +0200, Miro Hrončok wrote:
...snip...


pdc-client bliu, chcao, cheng, chuzhang,   1 weeks ago
 lholecek, lsedlar, nphilipp,


I've taken pdc-client. Happy to hand it off to any of the co-maintainers
if they want, or add more folks. :)


Thanks. Note that python-beanbag (needed by pdc-client) is also orphaned.

Depending on: python-beanbag (2), status change: 2020-10-09 (2 weeks ago)
pdc-client (maintained by: bliu, chcao, cheng, chuzhang, kevin, 
lholecek,
lsedlar, nphilipp)
pdc-client-1.8.0-20.fc33.src requires python3-beanbag = 
1.9.2-17.fc33
python3-pdc-client-1.8.0-20.fc33.noarch requires 
python3-beanbag =
1.9.2-17.fc33, python3.9dist(beanbag) = 1.9.2


I've taken this one as well. As always, co-maintainers welcome.


Feel free to add the Python SIG.

There is a FTBFS bug open for the package:

https://bugzilla.redhat.com/show_bug.cgi?id=1865274

I can write a fixer (will comment there), but the project seems absolutely 
upstream dead.


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-26 Thread Kevin Fenzi
On Mon, Oct 26, 2020 at 11:53:59AM +0100, Miro Hrončok wrote:
> On 10/25/20 7:23 PM, Kevin Fenzi wrote:
> > On Mon, Oct 19, 2020 at 11:55:01AM +0200, Miro Hrončok wrote:
> > ...snip...
> > 
> > > pdc-client bliu, chcao, cheng, chuzhang,   1 
> > > weeks ago
> > > lholecek, lsedlar, nphilipp,
> > 
> > I've taken pdc-client. Happy to hand it off to any of the co-maintainers
> > if they want, or add more folks. :)
> 
> Thanks. Note that python-beanbag (needed by pdc-client) is also orphaned.
> 
> Depending on: python-beanbag (2), status change: 2020-10-09 (2 weeks ago)
>   pdc-client (maintained by: bliu, chcao, cheng, chuzhang, kevin, 
> lholecek,
> lsedlar, nphilipp)
>   pdc-client-1.8.0-20.fc33.src requires python3-beanbag = 
> 1.9.2-17.fc33
>   python3-pdc-client-1.8.0-20.fc33.noarch requires 
> python3-beanbag =
> 1.9.2-17.fc33, python3.9dist(beanbag) = 1.9.2

I've taken this one as well. As always, co-maintainers welcome. 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-10-26 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-10-26.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)maintainersStatus Change
===
apache-commons-configuration   fnasser, mizdebsk, orphan, spike   2 weeks ago
arpwatch   orphan 0 weeks ago
celt071orphan 0 weeks ago
dnscap orphan 0 weeks ago
electrum   orphan 0 weeks ago
huborphan, ralph, sgallagh3 weeks ago
jboss-interceptors-1.2-api orphan 6 weeks ago
jboss-jsf-2.1-api  orphan 2 weeks ago
libbindorphan 0 weeks ago
log4j12mizdebsk, orphan   6 weeks ago
metadata-extractor2cquad, orphan  2 weeks ago
mingw-gtkglext epienbro, maci, orphan 0 weeks ago
pipsi  orphan, python-sig 4 weeks ago
pyqtrailer orphan 2 weeks ago
python-XStatic-jQuery  openstack-sig, orphan, rdopiera3 weeks ago
python-beanbag orphan 2 weeks ago
python-libsass orphan 2 weeks ago
pytrailer  orphan 2 weeks ago
rofi   orphan, sway-sig   0 weeks ago
vdr-skinsoppalusikka   orphan 5 weeks ago
vrpn   orphan 0 weeks ago
vtun   orphan 5 weeks ago

The following packages require above mentioned packages:
Depending on: celt071 (1), status change: 2020-10-20 (0 weeks ago)
mumble (maintained by: carlwgeorge, ngompa)
mumble-1.3.2-2.fc34.src requires celt071-devel = 0.7.1-20.fc33
mumble-1.3.2-2.fc34.x86_64 requires celt071(x86-64) = 
0.7.1-20.fc33

Depending on: jboss-interceptors-1.2-api (1), status change: 2020-09-13 (6 weeks 
ago)

geronimo-jcdi-1.1-api (maintained by: jjelen)
		geronimo-jcdi-1.1-api-1.0-10.fc33.src requires 
mvn(org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec) = 1.0.1.Final


Depending on: jboss-jsf-2.1-api (1), status change: 2020-10-06 (2 weeks ago)
apache-commons-chain (maintained by: jjelen)
		apache-commons-chain-1.2-24.fc33.noarch requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final
		apache-commons-chain-1.2-24.fc33.src requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final


Depending on: libbind (1), status change: 2020-10-20 (0 weeks ago)
dnscap (maintained by: orphan)
dnscap-141-19.fc33.src requires libbind-devel = 6.0-22.fc33
dnscap-141-19.fc33.x86_64 requires libbind.so.4()(64bit)

Depending on: log4j12 (3), status change: 2020-09-13 (6 weeks ago)
apache-commons-configuration (maintained by: fnasser, mizdebsk, orphan, 
spike)
		apache-commons-configuration-1.10-15.fc32.src requires mvn(log4j:log4j:1.2.17) 
= 1.2.17


apache-log4j-extras (maintained by: coolsvap, gil, moceap)
		apache-log4j-extras-1.2.17.1-18.fc33.noarch requires mvn(log4j:log4j:1.2.17) = 
1.2.17

apache-log4j-extras-1.2.17.1-18.fc33.src requires 
mvn(log4j:log4j:1.2.17) = 1.2.17

azureus (maintained by: djuran)
azureus-5.7.6.0-13.fc34.noarch requires log4j12 = 1.2.17-30.fc34
azureus-5.7.6.0-13.fc34.src requires log4j12 = 1.2.17-30.fc34

Depending on: python-XStatic-jQuery (1), status change: 2020-09-28 (3 weeks ago)
python-XStatic-jquery-ui (maintained by: mrunge, openstack-sig, 
rdopiera

Orphaned packages looking for new maintainers

2020-10-26 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-10-26.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)maintainersStatus Change
===
apache-commons-configuration   fnasser, mizdebsk, orphan, spike   2 weeks ago
arpwatch   orphan 0 weeks ago
celt071orphan 0 weeks ago
dnscap orphan 0 weeks ago
electrum   orphan 0 weeks ago
huborphan, ralph, sgallagh3 weeks ago
jboss-interceptors-1.2-api orphan 6 weeks ago
jboss-jsf-2.1-api  orphan 2 weeks ago
libbindorphan 0 weeks ago
log4j12mizdebsk, orphan   6 weeks ago
metadata-extractor2cquad, orphan  2 weeks ago
mingw-gtkglext epienbro, maci, orphan 0 weeks ago
pipsi  orphan, python-sig 4 weeks ago
pyqtrailer orphan 2 weeks ago
python-XStatic-jQuery  openstack-sig, orphan, rdopiera3 weeks ago
python-beanbag orphan 2 weeks ago
python-libsass orphan 2 weeks ago
pytrailer  orphan 2 weeks ago
rofi   orphan, sway-sig   0 weeks ago
vdr-skinsoppalusikka   orphan 5 weeks ago
vrpn   orphan 0 weeks ago
vtun   orphan 5 weeks ago

The following packages require above mentioned packages:
Depending on: celt071 (1), status change: 2020-10-20 (0 weeks ago)
mumble (maintained by: carlwgeorge, ngompa)
mumble-1.3.2-2.fc34.src requires celt071-devel = 0.7.1-20.fc33
mumble-1.3.2-2.fc34.x86_64 requires celt071(x86-64) = 
0.7.1-20.fc33

Depending on: jboss-interceptors-1.2-api (1), status change: 2020-09-13 (6 weeks 
ago)

geronimo-jcdi-1.1-api (maintained by: jjelen)
		geronimo-jcdi-1.1-api-1.0-10.fc33.src requires 
mvn(org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec) = 1.0.1.Final


Depending on: jboss-jsf-2.1-api (1), status change: 2020-10-06 (2 weeks ago)
apache-commons-chain (maintained by: jjelen)
		apache-commons-chain-1.2-24.fc33.noarch requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final
		apache-commons-chain-1.2-24.fc33.src requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final


Depending on: libbind (1), status change: 2020-10-20 (0 weeks ago)
dnscap (maintained by: orphan)
dnscap-141-19.fc33.src requires libbind-devel = 6.0-22.fc33
dnscap-141-19.fc33.x86_64 requires libbind.so.4()(64bit)

Depending on: log4j12 (3), status change: 2020-09-13 (6 weeks ago)
apache-commons-configuration (maintained by: fnasser, mizdebsk, orphan, 
spike)
		apache-commons-configuration-1.10-15.fc32.src requires mvn(log4j:log4j:1.2.17) 
= 1.2.17


apache-log4j-extras (maintained by: coolsvap, gil, moceap)
		apache-log4j-extras-1.2.17.1-18.fc33.noarch requires mvn(log4j:log4j:1.2.17) = 
1.2.17

apache-log4j-extras-1.2.17.1-18.fc33.src requires 
mvn(log4j:log4j:1.2.17) = 1.2.17

azureus (maintained by: djuran)
azureus-5.7.6.0-13.fc34.noarch requires log4j12 = 1.2.17-30.fc34
azureus-5.7.6.0-13.fc34.src requires log4j12 = 1.2.17-30.fc34

Depending on: python-XStatic-jQuery (1), status change: 2020-09-28 (3 weeks ago)
python-XStatic-jquery-ui (maintained by: mrunge, openstack-sig, 
rdopiera

Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-26 Thread Miro Hrončok

On 10/25/20 7:23 PM, Kevin Fenzi wrote:

On Mon, Oct 19, 2020 at 11:55:01AM +0200, Miro Hrončok wrote:
...snip...


pdc-client bliu, chcao, cheng, chuzhang,   1 weeks ago
lholecek, lsedlar, nphilipp,


I've taken pdc-client. Happy to hand it off to any of the co-maintainers
if they want, or add more folks. :)


Thanks. Note that python-beanbag (needed by pdc-client) is also orphaned.

Depending on: python-beanbag (2), status change: 2020-10-09 (2 weeks ago)
	pdc-client (maintained by: bliu, chcao, cheng, chuzhang, kevin, lholecek, 
lsedlar, nphilipp)

pdc-client-1.8.0-20.fc33.src requires python3-beanbag = 
1.9.2-17.fc33
		python3-pdc-client-1.8.0-20.fc33.noarch requires python3-beanbag = 
1.9.2-17.fc33, python3.9dist(beanbag) = 1.9.2


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-25 Thread Kevin Fenzi
On Mon, Oct 19, 2020 at 11:55:01AM +0200, Miro Hrončok wrote:
...snip...

> pdc-client bliu, chcao, cheng, chuzhang,   1 weeks ago
>lholecek, lsedlar, nphilipp,

I've taken pdc-client. Happy to hand it off to any of the co-maintainers
if they want, or add more folks. :) 

thanks,

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-20 Thread Brandon Nielsen

On 10/20/20 2:14 PM, Neal Gompa wrote:

On Tue, Oct 20, 2020 at 3:11 PM Miro Hrončok  wrote:


On 10/20/20 9:08 PM, Brandon Nielsen wrote:

I would be interested in taking celt071 if nobody else wants it. I use Mumble
regularly.


See also https://pagure.io/fesco/issue/2478#comment-695972



I adopted it before seeing this comment, and then orphaned it again
afterward. Whoops!





Fair enough, I retract my interest!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-20 Thread Neal Gompa
On Tue, Oct 20, 2020 at 3:11 PM Miro Hrončok  wrote:
>
> On 10/20/20 9:08 PM, Brandon Nielsen wrote:
> > I would be interested in taking celt071 if nobody else wants it. I use 
> > Mumble
> > regularly.
>
> See also https://pagure.io/fesco/issue/2478#comment-695972
>

I adopted it before seeing this comment, and then orphaned it again
afterward. Whoops!



-- 
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-20 Thread Miro Hrončok

On 10/20/20 9:08 PM, Brandon Nielsen wrote:
I would be interested in taking celt071 if nobody else wants it. I use Mumble 
regularly.


See also https://pagure.io/fesco/issue/2478#comment-695972

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages (including pdc-client) looking for new maintainers

2020-10-20 Thread Brandon Nielsen

On 10/19/20 4:55 AM, Miro Hrončok wrote:

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


[Snip]

I would be interested in taking celt071 if nobody else wants it. I use 
Mumble regularly. The only wrinkle is I'm not currently a packager, 
though I do have a package in review[0] that I grossly underestimated 
the complexity of.


I was hoping to get rnnoise[1] included in Fedora and enabled in Mumble. 
I already have it packaged[2] and was hoping to submit it after the 
hundred years war with my first package reached its conclusion, but 
perhaps I should submit it for review now in the hopes of being able to 
adopt celt071?


[0] - https://bugzilla.redhat.com/show_bug.cgi?id=1350884
[1] - https://github.com/xiph/rnnoise
[2] - 
https://copr.fedorainfracloud.org/coprs/nielsenb/mumble/package/rnnoise/

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages (including pdc-client) looking for new maintainers

2020-10-19 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-10-19.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)maintainersStatus Change

apache-commons-configuration   fnasser, mizdebsk, orphan, spike1 weeks ago
celt071orphan  0 weeks ago
huborphan, ralph, sgallagh 2 weeks ago
jboss-interceptors-1.2-api orphan  5 weeks ago
jboss-jsf-2.1-api  orphan  1 weeks ago
log4j12mizdebsk, orphan5 weeks ago
metadata-extractor2cquad, orphan   1 weeks ago
nodejs-http-signature  nodejs-sig, orphan, patches 5 weeks ago
nodejs-node-static nodejs-sig, orphan, tdawson 5 weeks ago
nodejs-noptnodejs-sig, orphan, patches 5 weeks ago
pdc-client bliu, chcao, cheng, chuzhang,   1 weeks ago
   lholecek, lsedlar, nphilipp,
   orphan
perl-Math-FFT  orphan  0 weeks ago
pipsi  orphan, python-sig  3 weeks ago
powermock  dchen, jerboaa, lef, neugens,   2 weeks ago
   orphan
pyqtrailer orphan  1 weeks ago
python-XStatic-jQuery  openstack-sig, orphan, rdopiera 2 weeks ago
python-beanbag orphan  1 weeks ago
python-dpath   orphan  1 weeks ago
python-libsass orphan  1 weeks ago
pytrailer  orphan  1 weeks ago
vdr-skinsoppalusikka   orphan  4 weeks ago
vtun   orphan  3 weeks ago

The following packages require above mentioned packages:
Depending on: celt071 (1), status change: 2020-10-17 (0 weeks ago)
mumble (maintained by: carlwgeorge)
mumble-1.3.2-2.fc34.src requires celt071-devel = 0.7.1-20.fc33
mumble-1.3.2-2.fc34.x86_64 requires celt071(x86-64) = 
0.7.1-20.fc33

Depending on: jboss-interceptors-1.2-api (1), status change: 2020-09-13 (5 weeks 
ago)

geronimo-jcdi-1.1-api (maintained by: jjelen)
		geronimo-jcdi-1.1-api-1.0-10.fc33.src requires 
mvn(org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec) = 1.0.1.Final


Depending on: jboss-jsf-2.1-api (1), status change: 2020-10-06 (1 weeks ago)
apache-commons-chain (maintained by: jjelen)
		apache-commons-chain-1.2-24.fc33.noarch requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final
		apache-commons-chain-1.2-24.fc33.src requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final


Depending on: log4j12 (3), status change: 2020-09-13 (5 weeks ago)
apache-commons-configuration (maintained by: fnasser, mizdebsk, orphan, 
spike)
		apache-commons-configuration-1.10-15.fc32.src requires mvn(log4j:log4j:1.2.17) 
= 1.2.17


apache-log4j-extras (maintained by: coolsvap, gil, moceap)
		apache-log4j-extras-1.2.17.1-18.fc33.noarch requires mvn(log4j:log4j:1.2.17) = 
1.2.17

apache-log4j-extras-1.2.17.1-18.fc33.src requires 
mvn(log4j:log4j:1.2.17) = 1.2.17

azureus (maintained by: djuran)
azureus-5.7.6.0-13.fc34.noarch requires log4j12 = 1.2.17-30.fc34
azureus-5.7.6.0-13.fc34.src requires log4j12 = 1.2.17-30.fc34

Depending on: nodejs-nopt (2), status change: 2020-09-08 (5 weeks ago)
nodejs-markdown (maintained by: nodejs-sig, patches, sdgathman)
nodejs-markdown-0.5.0-13.fc32.noarch requires npm(nopt) = 3.0.6

nodejs-touch (maintained by: jsmith

Orphaned packages (including pdc-client) looking for new maintainers

2020-10-19 Thread 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/

This report is available at:
https://churchyard.fedorapeople.org/orphans-2020-10-19.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)maintainersStatus Change

apache-commons-configuration   fnasser, mizdebsk, orphan, spike1 weeks ago
celt071orphan  0 weeks ago
huborphan, ralph, sgallagh 2 weeks ago
jboss-interceptors-1.2-api orphan  5 weeks ago
jboss-jsf-2.1-api  orphan  1 weeks ago
log4j12mizdebsk, orphan5 weeks ago
metadata-extractor2cquad, orphan   1 weeks ago
nodejs-http-signature  nodejs-sig, orphan, patches 5 weeks ago
nodejs-node-static nodejs-sig, orphan, tdawson 5 weeks ago
nodejs-noptnodejs-sig, orphan, patches 5 weeks ago
pdc-client bliu, chcao, cheng, chuzhang,   1 weeks ago
   lholecek, lsedlar, nphilipp,
   orphan
perl-Math-FFT  orphan  0 weeks ago
pipsi  orphan, python-sig  3 weeks ago
powermock  dchen, jerboaa, lef, neugens,   2 weeks ago
   orphan
pyqtrailer orphan  1 weeks ago
python-XStatic-jQuery  openstack-sig, orphan, rdopiera 2 weeks ago
python-beanbag orphan  1 weeks ago
python-dpath   orphan  1 weeks ago
python-libsass orphan  1 weeks ago
pytrailer  orphan  1 weeks ago
vdr-skinsoppalusikka   orphan  4 weeks ago
vtun   orphan  3 weeks ago

The following packages require above mentioned packages:
Depending on: celt071 (1), status change: 2020-10-17 (0 weeks ago)
mumble (maintained by: carlwgeorge)
mumble-1.3.2-2.fc34.src requires celt071-devel = 0.7.1-20.fc33
mumble-1.3.2-2.fc34.x86_64 requires celt071(x86-64) = 
0.7.1-20.fc33

Depending on: jboss-interceptors-1.2-api (1), status change: 2020-09-13 (5 weeks 
ago)

geronimo-jcdi-1.1-api (maintained by: jjelen)
		geronimo-jcdi-1.1-api-1.0-10.fc33.src requires 
mvn(org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec) = 1.0.1.Final


Depending on: jboss-jsf-2.1-api (1), status change: 2020-10-06 (1 weeks ago)
apache-commons-chain (maintained by: jjelen)
		apache-commons-chain-1.2-24.fc33.noarch requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final
		apache-commons-chain-1.2-24.fc33.src requires 
mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec) = 2.0.2.Final


Depending on: log4j12 (3), status change: 2020-09-13 (5 weeks ago)
apache-commons-configuration (maintained by: fnasser, mizdebsk, orphan, 
spike)
		apache-commons-configuration-1.10-15.fc32.src requires mvn(log4j:log4j:1.2.17) 
= 1.2.17


apache-log4j-extras (maintained by: coolsvap, gil, moceap)
		apache-log4j-extras-1.2.17.1-18.fc33.noarch requires mvn(log4j:log4j:1.2.17) = 
1.2.17

apache-log4j-extras-1.2.17.1-18.fc33.src requires 
mvn(log4j:log4j:1.2.17) = 1.2.17

azureus (maintained by: djuran)
azureus-5.7.6.0-13.fc34.noarch requires log4j12 = 1.2.17-30.fc34
azureus-5.7.6.0-13.fc34.src requires log4j12 = 1.2.17-30.fc34

Depending on: nodejs-nopt (2), status change: 2020-09-08 (5 weeks ago)
nodejs-markdown (maintained by: nodejs-sig, patches, sdgathman)
nodejs-markdown-0.5.0-13.fc32.noarch requires npm(nopt) = 3.0.6

nodejs-touch (maintained by: jsmith

Orphaned packages looking for new maintainers

2020-10-05 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-10-05.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

fedora-icon-theme orphan   4 weeks ago
freight   orphan   4 weeks ago
golang-github-mholt-  orphan   5 weeks ago
certmagic-0.9
hub   orphan, ralph, sgallagh  0 weeks ago
jboss-interceptors-1.2-apiorphan   3 weeks ago
jvnet-parent  mizdebsk, orphan 6 weeks ago
lockdev   orphan   0 weeks ago
log4j12   mizdebsk, orphan 3 weeks ago
marble-widget orphan, rdieter  5 weeks ago
mockito   jerboaa, omajid, orphan, 0 weeks ago
  raphgro
nodejs-babel-code-frame   orphan   4 weeks ago
nodejs-base   orphan   4 weeks ago
nodejs-bcrypt nodejs-sig, orphan   4 weeks ago
nodejs-body-parserorphan   4 weeks ago
nodejs-bufferutil nodejs-sig, orphan   4 weeks ago
nodejs-cache-base orphan   4 weeks ago
nodejs-call-matcher   orphan   4 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   4 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   4 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 4 weeks ago
  vjancik
nodejs-esrecurse  nodejs-sig, orphan   4 weeks ago
nodejs-faucet orphan   4 weeks ago
nodejs-fs-dot-notify  orphan   4 weeks ago
nodejs-gauge  nodejs-sig, orphan   4 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   4 weeks ago
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 4 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  3 weeks ago
nodejs-jsonm  nodejs-sig, orphan   4 weeks ago
nodejs-jsonstream nodejs-sig, orphan   4 weeks ago
nodejs-markdown-it-testgennodejs-sig, orphan   4 weeks ago
nodejs-node-staticnodejs-sig, orphan, tdawson  3 weeks ago
nodejs-nopt   nodejs-sig, orphan, patches  3 weeks ago
nodejs-option-cache   orphan   4 weeks ago
nodejs-raw-body   nodejs-sig, orphan, patches  4 weeks ago
nodejs-rechoirnodejs-sig, orphan   4 weeks ago
nodejs-require-yaml   nodejs-sig, orphan   4 weeks ago
nodejs-rfile  orphan   4 weeks ago
nodejs-rollup-plugin-commonjs orphan   4 weeks ago
nodejs-rollup-plugin-node-orphan   4 weeks ago
resolve
nodejs-socket-dot-io-parser   orphan   4 weeks ago
nodejs-tap-mocha-reporter nodejs-sig, orphan   4 weeks ago
nodejs-tap-parser nodejs-sig, orphan   4 weeks ago
pipsi orphan, python-sig   1 weeks ago
plexus-ant-factorymizdebsk, orphan 5 weeks ago
plexus-component-factories-pommizdebsk, orphan 5 weeks ago
powermock dchen, jerboaa, lef, neugens,0 weeks ago
  orphan
pstoedit

Re: Orphaned packages looking for new maintainers

2020-10-05 Thread Antonio T. sagitter
I'm adopting `pstoedit`

On 05/10/20 12:19, Miro Hrončok wrote:
> 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
> 


-- 
---
Antonio Trande
Fedora Project
mailto: sagit...@fedoraproject.org
GPG key: 0x7B30EE04E576AA84
GPG key server: https://keys.openpgp.org/



signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-10-05 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-10-05.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

fedora-icon-theme orphan   4 weeks ago
freight   orphan   4 weeks ago
golang-github-mholt-  orphan   5 weeks ago
certmagic-0.9
hub   orphan, ralph, sgallagh  0 weeks ago
jboss-interceptors-1.2-apiorphan   3 weeks ago
jvnet-parent  mizdebsk, orphan 6 weeks ago
lockdev   orphan   0 weeks ago
log4j12   mizdebsk, orphan 3 weeks ago
marble-widget orphan, rdieter  5 weeks ago
mockito   jerboaa, omajid, orphan, 0 weeks ago
  raphgro
nodejs-babel-code-frame   orphan   4 weeks ago
nodejs-base   orphan   4 weeks ago
nodejs-bcrypt nodejs-sig, orphan   4 weeks ago
nodejs-body-parserorphan   4 weeks ago
nodejs-bufferutil nodejs-sig, orphan   4 weeks ago
nodejs-cache-base orphan   4 weeks ago
nodejs-call-matcher   orphan   4 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   4 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   4 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 4 weeks ago
  vjancik
nodejs-esrecurse  nodejs-sig, orphan   4 weeks ago
nodejs-faucet orphan   4 weeks ago
nodejs-fs-dot-notify  orphan   4 weeks ago
nodejs-gauge  nodejs-sig, orphan   4 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   4 weeks ago
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 4 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  3 weeks ago
nodejs-jsonm  nodejs-sig, orphan   4 weeks ago
nodejs-jsonstream nodejs-sig, orphan   4 weeks ago
nodejs-markdown-it-testgennodejs-sig, orphan   4 weeks ago
nodejs-node-staticnodejs-sig, orphan, tdawson  3 weeks ago
nodejs-nopt   nodejs-sig, orphan, patches  3 weeks ago
nodejs-option-cache   orphan   4 weeks ago
nodejs-raw-body   nodejs-sig, orphan, patches  4 weeks ago
nodejs-rechoirnodejs-sig, orphan   4 weeks ago
nodejs-require-yaml   nodejs-sig, orphan   4 weeks ago
nodejs-rfile  orphan   4 weeks ago
nodejs-rollup-plugin-commonjs orphan   4 weeks ago
nodejs-rollup-plugin-node-orphan   4 weeks ago
resolve
nodejs-socket-dot-io-parser   orphan   4 weeks ago
nodejs-tap-mocha-reporter nodejs-sig, orphan   4 weeks ago
nodejs-tap-parser nodejs-sig, orphan   4 weeks ago
pipsi orphan, python-sig   1 weeks ago
plexus-ant-factorymizdebsk, orphan 5 weeks ago
plexus-component-factories-pommizdebsk, orphan 5 weeks ago
powermock dchen, jerboaa, lef, neugens,0 weeks ago
  orphan
pstoedit

Re: Fwd: Orphaned packages of skisela

2020-10-05 Thread Vít Ondruch

Dne 03. 10. 20 v 17:41 Andy Mender napsal(a):
> On Fri, 2 Oct 2020 at 11:53, Vít Ondruch  <mailto:vondr...@redhat.com>> wrote:
>
> Hi,
>
> I was in contact with Sebastian, who used to work for RH and
> maintained several Fedora packages. However, due to chances in his
> live, he decided to orphan his packages. Since he is not
> subscribed to fedora-devel ML, I'm forwarding his email.
>
>
> Vít
>
>
>
>
>  Přeposlaná zpráva 
> Předmět:  Fwd: Orphaned packages of skisela
> Datum:Fri, 2 Oct 2020 11:48:32 +0200
> Od:   Sebastián Kisela 
> <mailto:sebastian.kis...@gmail.com>
> Komu: Vít Ondruch  <mailto:vondr...@redhat.com>
>
>
>
>
>
> -- Forwarded message -
> From:  <mailto:devel-ow...@lists.fedoraproject.org>>
> Date: Fri 2. Oct 2020 at 11:32
> Subject: Orphaned packages of skisela
> To: mailto:sebastian.kis...@gmail.com>>
>
>
> Your message to the devel mailing-list was rejected for the following
>
> reasons:
>
>
>
> The message is not from a list member
>
>
>
> The original message as received by Mailman is attached.
>
>
>
>
> -- Forwarded message --
> From: "Sebastián Kisela"  <mailto:sebastian.kis...@gmail.com>>
> To: devel@lists.fedoraproject.org
> <mailto:devel@lists.fedoraproject.org>
> Cc: 
> Bcc: 
> Date: Fri, 2 Oct 2020 11:31:16 +0200
> Subject: Orphaned packages of skisela
> Dear all,
>
> sorry for leaving so much time for that, but I finally orphaned
> the packages I did not manage to maintain.
>
> The list is:
>
> lockdev
> pstoedit
> psutils
> python-ansicolors
> python-yattag
>
>
> If possible, I'd like to pick up python-ansicolors.


It should be as easy as click on "Take" button here:


https://src.fedoraproject.org/rpms/python-ansicolors


Vít

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Fwd: Orphaned packages of skisela

2020-10-03 Thread Andy Mender
On Fri, 2 Oct 2020 at 11:53, Vít Ondruch  wrote:

> Hi,
>
> I was in contact with Sebastian, who used to work for RH and maintained
> several Fedora packages. However, due to chances in his live, he decided to
> orphan his packages. Since he is not subscribed to fedora-devel ML, I'm
> forwarding his email.
>
>
> Vít
>
>
>
>
>  Přeposlaná zpráva 
> Předmět: Fwd: Orphaned packages of skisela
> Datum: Fri, 2 Oct 2020 11:48:32 +0200
> Od: Sebastián Kisela 
> 
> Komu: Vít Ondruch  
>
>
>
> -- Forwarded message -----
> From: 
> Date: Fri 2. Oct 2020 at 11:32
> Subject: Orphaned packages of skisela
> To: 
>
>
> Your message to the devel mailing-list was rejected for the following
>
> reasons:
>
>
>
> The message is not from a list member
>
>
>
> The original message as received by Mailman is attached.
>
>
>
>
> -- Forwarded message ------
> From: "Sebastián Kisela" 
> To: devel@lists.fedoraproject.org
> Cc:
> Bcc:
> Date: Fri, 2 Oct 2020 11:31:16 +0200
> Subject: Orphaned packages of skisela
> Dear all,
>
> sorry for leaving so much time for that, but I finally orphaned the
> packages I did not manage to maintain.
>
> The list is:
>
> lockdev
> pstoedit
> psutils
> python-ansicolors
> python-yattag
>

If possible, I'd like to pick up python-ansicolors.

Thanks!
Andy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Fwd: Fwd: Orphaned packages of skisela

2020-10-02 Thread Vít Ondruch
Hi,

I was in contact with Sebastian, who used to work for RH and maintained
several Fedora packages. However, due to chances in his live, he decided
to orphan his packages. Since he is not subscribed to fedora-devel ML,
I'm forwarding his email.


Vít




 Přeposlaná zpráva 
Předmět:Fwd: Orphaned packages of skisela
Datum:  Fri, 2 Oct 2020 11:48:32 +0200
Od: Sebastián Kisela 
Komu:   Vít Ondruch 





-- Forwarded message -
From: mailto:devel-ow...@lists.fedoraproject.org>>
Date: Fri 2. Oct 2020 at 11:32
Subject: Orphaned packages of skisela
To: mailto:sebastian.kis...@gmail.com>>


Your message to the devel mailing-list was rejected for the following

reasons:



The message is not from a list member



The original message as received by Mailman is attached.




-- Forwarded message --
From: "Sebastián Kisela" mailto:sebastian.kis...@gmail.com>>
To: devel@lists.fedoraproject.org <mailto:devel@lists.fedoraproject.org>
Cc: 
Bcc: 
Date: Fri, 2 Oct 2020 11:31:16 +0200
Subject: Orphaned packages of skisela
Dear all,

sorry for leaving so much time for that, but I finally orphaned the
packages I did not manage to maintain.

The list is:

lockdev
pstoedit
psutils
python-ansicolors
python-yattag

Wishing all the best,


-- 
Sebastián Kisela
+421 904 083 728
sebastian.kis...@gmail.com <mailto:sebastian.kis...@gmail.com>


-- 
Sebastián Kisela
+421 904 083 728
sebastian.kis...@gmail.com <mailto:sebastian.kis...@gmail.com>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Miro Hrončok

On 22. 09. 20 10:14, Miro Hrončok wrote:

On 21. 09. 20 23:48, Dan Čermák wrote:

Miro Hrončok  writes:


winetricks    orphan, raphgro, tc01    0 weeks ago


Any particular reason why winetricks got orphaned?


I think the maintainer (ekulik) orphaned it.


https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/G5GJUY7LCZXDXA2Q2TEK6CBN2L6CHDU2/

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Vít Ondruch

Dne 22. 09. 20 v 10:47 Miro Hrončok napsal(a):
> On 22. 09. 20 10:29, Michael J Gruber wrote:
>>> Dne 21. 09. 20 v 18:37 Michael J Gruber napsal(a):
>>>
>>>
>>> No, please not! It is just build dependency. I have orphaned the
>>> package
>>> to have it removed from Fedora. May be I should have retire it instead,
>>> but I wanted to give change if somebody have some real reason to
>>> have it
>>> in Fedora.
>>>
>>>
>>> Vít
>>
>> Well, "just a build dependency" means it makes other packages FTBFS.


It does not. At least not immediately.


>> Often, noone notices that until the mass rebuild shortly before a
>> release beta.
>>
>> I've already built and pushed it to avoid these problems at the worst
>> possible time. It's merely a matter of adjusting the expected test
>> output to the new ruby minor version (which has changed strings). And
>> my plan is still to retire it, but not without filling bugs for the
>> dependent packages before so that they get a chance to switch to
>> erubi (no "s").
>
> That is just rubygem-asciidoctor with this PR:
>
> https://src.fedoraproject.org/rpms/rubygem-asciidoctor/pull-request/4
>
> No Bugzillas are needed.
>

Yes, I have tried to make sure everything is fixed prior orphaning
rubygem-erubis. You can check F32 dependencies vs Rawide. The
rubygem-asciidoctor is the only one which was recently without response
and I expect that Todd was just busy recently, but I have no doubts this
would be resolved prior it become issue.


Vít
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Dan Čermák
Frantisek Zatloukal  writes:

> On Mon, Sep 21, 2020, 23:59 Dan Čermák 
> wrote:
>
>> Miro Hrončok  writes:
>>
>> > winetricksorphan, raphgro, tc010
>> weeks ago
>>
>> Any particular reason why winetricks got orphaned?
>>
>
> Taken.

Thank you!


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Frantisek Zatloukal
On Mon, Sep 21, 2020, 23:59 Dan Čermák 
wrote:

> Miro Hrončok  writes:
>
> > winetricksorphan, raphgro, tc010
> weeks ago
>
> Any particular reason why winetricks got orphaned?
>

Taken.

>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Miro Hrončok

On 22. 09. 20 10:29, Michael J Gruber wrote:

Dne 21. 09. 20 v 18:37 Michael J Gruber napsal(a):


No, please not! It is just build dependency. I have orphaned the package
to have it removed from Fedora. May be I should have retire it instead,
but I wanted to give change if somebody have some real reason to have it
in Fedora.


Vít


Well, "just a build dependency" means it makes other packages FTBFS. Often, 
noone notices that until the mass rebuild shortly before a release beta.

I've already built and pushed it to avoid these problems at the worst possible time. It's 
merely a matter of adjusting the expected test output to the new ruby minor version 
(which has changed strings). And my plan is still to retire it, but not without filling 
bugs for the dependent packages before so that they get a chance to switch to erubi (no 
"s").


That is just rubygem-asciidoctor with this PR:

https://src.fedoraproject.org/rpms/rubygem-asciidoctor/pull-request/4

No Bugzillas are needed.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Michael J Gruber
> Dne 21. 09. 20 v 18:37 Michael J Gruber napsal(a):
> 
> 
> No, please not! It is just build dependency. I have orphaned the package
> to have it removed from Fedora. May be I should have retire it instead,
> but I wanted to give change if somebody have some real reason to have it
> in Fedora.
> 
> 
> Vít

Well, "just a build dependency" means it makes other packages FTBFS. Often, 
noone notices that until the mass rebuild shortly before a release beta.

I've already built and pushed it to avoid these problems at the worst possible 
time. It's merely a matter of adjusting the expected test output to the new 
ruby minor version (which has changed strings). And my plan is still to retire 
it, but not without filling bugs for the dependent packages before so that they 
get a chance to switch to erubi (no "s").
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Miro Hrončok

On 21. 09. 20 23:48, Dan Čermák wrote:

Miro Hrončok  writes:


winetricksorphan, raphgro, tc010 weeks ago


Any particular reason why winetricks got orphaned?


I think the maintainer (ekulik) orphaned it.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-22 Thread Vít Ondruch

Dne 21. 09. 20 v 18:37 Michael J Gruber napsal(a):
>> 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
>> rubygem-erubisorphan   0 weeks 
>> ago
> I can fix this FTBFS, and I'll take the package just to keep the depending 
> packages from getting into trouble for F33. But they should probably move to 
> erubi (no 's') instead. Anyone is welcome to take this instead of myself ...


No, please not! It is just build dependency. I have orphaned the package
to have it removed from Fedora. May be I should have retire it instead,
but I wanted to give change if somebody have some real reason to have it
in Fedora.


Vít

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-21 Thread Dan Čermák
Miro Hrončok  writes:

> winetricksorphan, raphgro, tc010 weeks ago

Any particular reason why winetricks got orphaned?


Cheers,

Dan


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-21 Thread Michael J Gruber
> 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

> rubygem-erubisorphan   0 weeks ago

I can fix this FTBFS, and I'll take the package just to keep the depending 
packages from getting into trouble for F33. But they should probably move to 
erubi (no 's') instead. Anyone is welcome to take this instead of myself ...
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-09-21 Thread Vít Ondruch

Dne 21. 09. 20 v 14:39 Miro Hrončok napsal(a):
> 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/
>
> Full report available at:
> https://churchyard.fedorapeople.org/orphans-2020-09-21.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
> 
>
>

... snip ...


> rubygem-erubis    orphan   0
> weeks ago


It seems that the dependency chain is quite huge and quite some
packagers are listed here. But there is fix for this issue proposed here:

https://src.fedoraproject.org/rpms/rubygem-asciidoctor/pull-request/4


Vít
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-09-21 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-09-21.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

apache-commons-dbcp   mizdebsk, orphan 5 weeks ago
fedora-icon-theme orphan   2 weeks ago
freight   orphan   2 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 4 weeks ago
golang-github-mholt-  orphan   3 weeks ago
certmagic-0.9
jboss-interceptors-1.2-apiorphan   1 weeks ago
joda-time mizdebsk, orphan 5 weeks ago
jvnet-parent  mizdebsk, orphan 4 weeks ago
log4j12   mizdebsk, orphan 1 weeks ago
marble-widget orphan, rdieter  3 weeks ago
nodejs-babel-code-frame   orphan   2 weeks ago
nodejs-base   orphan   2 weeks ago
nodejs-bcrypt nodejs-sig, orphan   2 weeks ago
nodejs-body-parserorphan   2 weeks ago
nodejs-bufferutil nodejs-sig, orphan   2 weeks ago
nodejs-cache-base orphan   2 weeks ago
nodejs-call-matcher   orphan   2 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   2 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   2 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  4 weeks ago
nodejs-css-tree   orphan   4 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 2 weeks ago
  vjancik
nodejs-espower-location-  orphan   4 weeks ago
detector
nodejs-esrecurse  nodejs-sig, orphan   2 weeks ago
nodejs-faucet orphan   2 weeks ago
nodejs-fs-dot-notify  orphan   2 weeks ago
nodejs-gauge  nodejs-sig, orphan   2 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   2 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 4 weeks ago
  piotrp
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 2 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  1 weeks ago
nodejs-jsonm  nodejs-sig, orphan   2 weeks ago
nodejs-jsonstream nodejs-sig, orphan   2 weeks ago
nodejs-markdown-it-testgennodejs-sig, orphan   2 weeks ago
nodejs-node-staticnodejs-sig, orphan, tdawson  1 weeks ago
nodejs-nopt   nodejs-sig, orphan, patches  1 weeks ago
nodejs-option-cache   orphan   2 weeks ago
nodejs-raw-body   nodejs-sig, orphan, patches  2 weeks ago
nodejs-rechoirnodejs-sig, orphan   2 weeks ago
nodejs-require-yaml   nodejs-sig, orphan   2 weeks ago
nodejs-rfile  orphan   2 weeks ago
nodejs-rollup-plugin-commonjs orphan   2 weeks ago
nodejs-rollup-plugin-node-orphan   2 weeks ago
resolve
nodejs-snapdragon orphan   4 weeks ago
nodejs-socket-dot-io-parser   orphan   2 weeks ago
nodejs-tap-mocha-reporter nodejs-sig, orphan   2 weeks ago
nodejs-tap-parser nodejs-sig

Orphaned packages looking for new maintainers

2020-09-21 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-09-21.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

apache-commons-dbcp   mizdebsk, orphan 5 weeks ago
fedora-icon-theme orphan   2 weeks ago
freight   orphan   2 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 4 weeks ago
golang-github-mholt-  orphan   3 weeks ago
certmagic-0.9
jboss-interceptors-1.2-apiorphan   1 weeks ago
joda-time mizdebsk, orphan 5 weeks ago
jvnet-parent  mizdebsk, orphan 4 weeks ago
log4j12   mizdebsk, orphan 1 weeks ago
marble-widget orphan, rdieter  3 weeks ago
nodejs-babel-code-frame   orphan   2 weeks ago
nodejs-base   orphan   2 weeks ago
nodejs-bcrypt nodejs-sig, orphan   2 weeks ago
nodejs-body-parserorphan   2 weeks ago
nodejs-bufferutil nodejs-sig, orphan   2 weeks ago
nodejs-cache-base orphan   2 weeks ago
nodejs-call-matcher   orphan   2 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   2 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   2 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  4 weeks ago
nodejs-css-tree   orphan   4 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 2 weeks ago
  vjancik
nodejs-espower-location-  orphan   4 weeks ago
detector
nodejs-esrecurse  nodejs-sig, orphan   2 weeks ago
nodejs-faucet orphan   2 weeks ago
nodejs-fs-dot-notify  orphan   2 weeks ago
nodejs-gauge  nodejs-sig, orphan   2 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   2 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 4 weeks ago
  piotrp
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 2 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  1 weeks ago
nodejs-jsonm  nodejs-sig, orphan   2 weeks ago
nodejs-jsonstream nodejs-sig, orphan   2 weeks ago
nodejs-markdown-it-testgennodejs-sig, orphan   2 weeks ago
nodejs-node-staticnodejs-sig, orphan, tdawson  1 weeks ago
nodejs-nopt   nodejs-sig, orphan, patches  1 weeks ago
nodejs-option-cache   orphan   2 weeks ago
nodejs-raw-body   nodejs-sig, orphan, patches  2 weeks ago
nodejs-rechoirnodejs-sig, orphan   2 weeks ago
nodejs-require-yaml   nodejs-sig, orphan   2 weeks ago
nodejs-rfile  orphan   2 weeks ago
nodejs-rollup-plugin-commonjs orphan   2 weeks ago
nodejs-rollup-plugin-node-orphan   2 weeks ago
resolve
nodejs-snapdragon orphan   4 weeks ago
nodejs-socket-dot-io-parser   orphan   2 weeks ago
nodejs-tap-mocha-reporter nodejs-sig, orphan   2 weeks ago
nodejs-tap-parser nodejs-sig

Re: Orphaned packages looking for new maintainers

2020-09-14 Thread Orion Poplawski

On 9/14/20 4:08 PM, Miro Hrončok wrote:

The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. 



rdesktop  alexl, caillon, caolanm, cra,    0 
weeks ago

   fab, gnome-sig, johnp,
   mbarnes, orion, orphan,
   rhughes, rstrode, ssp


I've taken rdesktop because it is critical for us at work, but I would 
be happy to hand it off to someone else.



--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-09-14 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-09-14.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

apache-commons-dbcp   mizdebsk, orphan 4 weeks ago
dbus-java orphan   5 weeks ago
fedora-icon-theme orphan   1 weeks ago
freight   orphan   1 weeks ago
fst   orphan   6 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 4 weeks ago
golang-github-mholt-  orphan   3 weeks ago
certmagic-0.9
jboss-interceptors-1.2-apiorphan   0 weeks ago
joda-time mizdebsk, orphan 4 weeks ago
js-jquery-iframe-transportorphan   5 weeks ago
js-jquery-knoborphan   5 weeks ago
js-jquery-qrcode  orphan   5 weeks ago
js-tag-it orphan   5 weeks ago
jvnet-parent  mizdebsk, orphan 3 weeks ago
libmatthew-java   orphan   5 weeks ago
liquibase awood, orphan5 weeks ago
log4j12   mizdebsk, orphan 0 weeks ago
man-pages-de  orphan, romal6 weeks ago
marble-widget orphan, rdieter  2 weeks ago
mozilla-iot-gateway-addon-nodeorphan   6 weeks ago
mozilla-iot-gateway-addon-orphan   6 weeks ago
python
nodejs-babel-code-frame   orphan   1 weeks ago
nodejs-base   orphan   1 weeks ago
nodejs-bcrypt nodejs-sig, orphan   1 weeks ago
nodejs-body-parserorphan   1 weeks ago
nodejs-bufferutil nodejs-sig, orphan   1 weeks ago
nodejs-cache-base orphan   1 weeks ago
nodejs-call-matcher   orphan   1 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   1 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   1 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  3 weeks ago
nodejs-css-tree   orphan   3 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 1 weeks ago
  vjancik
nodejs-espower-location-  orphan   3 weeks ago
detector
nodejs-esrecurse  nodejs-sig, orphan   1 weeks ago
nodejs-faucet orphan   1 weeks ago
nodejs-fs-dot-notify  orphan   1 weeks ago
nodejs-gauge  nodejs-sig, orphan   1 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   1 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 3 weeks ago
  piotrp
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 1 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  0 weeks ago
nodejs-jsonm  nodejs-sig, orphan   1 weeks ago
nodejs-jsonstream nodejs-sig, orphan   1 weeks ago
nodejs-markdown-it-testgennodejs-sig, orphan   1 weeks ago
nodejs-node-staticnodejs-sig, orphan, tdawson  0 weeks ago
nodejs-nopt   nodejs-sig

Orphaned packages looking for new maintainers

2020-09-14 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-09-14.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

apache-commons-dbcp   mizdebsk, orphan 4 weeks ago
dbus-java orphan   5 weeks ago
fedora-icon-theme orphan   1 weeks ago
freight   orphan   1 weeks ago
fst   orphan   6 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 4 weeks ago
golang-github-mholt-  orphan   3 weeks ago
certmagic-0.9
jboss-interceptors-1.2-apiorphan   0 weeks ago
joda-time mizdebsk, orphan 4 weeks ago
js-jquery-iframe-transportorphan   5 weeks ago
js-jquery-knoborphan   5 weeks ago
js-jquery-qrcode  orphan   5 weeks ago
js-tag-it orphan   5 weeks ago
jvnet-parent  mizdebsk, orphan 3 weeks ago
libmatthew-java   orphan   5 weeks ago
liquibase awood, orphan5 weeks ago
log4j12   mizdebsk, orphan 0 weeks ago
man-pages-de  orphan, romal6 weeks ago
marble-widget orphan, rdieter  2 weeks ago
mozilla-iot-gateway-addon-nodeorphan   6 weeks ago
mozilla-iot-gateway-addon-orphan   6 weeks ago
python
nodejs-babel-code-frame   orphan   1 weeks ago
nodejs-base   orphan   1 weeks ago
nodejs-bcrypt nodejs-sig, orphan   1 weeks ago
nodejs-body-parserorphan   1 weeks ago
nodejs-bufferutil nodejs-sig, orphan   1 weeks ago
nodejs-cache-base orphan   1 weeks ago
nodejs-call-matcher   orphan   1 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   1 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   1 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  3 weeks ago
nodejs-css-tree   orphan   3 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 1 weeks ago
  vjancik
nodejs-espower-location-  orphan   3 weeks ago
detector
nodejs-esrecurse  nodejs-sig, orphan   1 weeks ago
nodejs-faucet orphan   1 weeks ago
nodejs-fs-dot-notify  orphan   1 weeks ago
nodejs-gauge  nodejs-sig, orphan   1 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   1 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 3 weeks ago
  piotrp
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 1 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  0 weeks ago
nodejs-jsonm  nodejs-sig, orphan   1 weeks ago
nodejs-jsonstream nodejs-sig, orphan   1 weeks ago
nodejs-markdown-it-testgennodejs-sig, orphan   1 weeks ago
nodejs-node-staticnodejs-sig, orphan, tdawson  0 weeks ago
nodejs-nopt   nodejs-sig

Re: Orphaned packages looking for new maintainers

2020-09-09 Thread Michal Fabik


On 9/7/20 9:57 AM, Miro Hrončok wrote:

container-exception-logger abrt-sig, ekulik, mmarusak,  2 weeks ago
  msuchy, orphan
satyr abrt-sig, ekulik, mgrabovs, 2 weeks ago
parent



Hi, I'm taking these two.

--
Michal Fabík
Associate Software Engineer
Red Hat - Core Services - ABRT
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-09-08 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-09-07.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

apache-commons-dbcp   mizdebsk, orphan 3 weeks ago
container-exception-loggerabrt-sig, ekulik, mmarusak,  2 weeks ago
  msuchy, orphan
dbus-java orphan   4 weeks ago
emacs-magit   orphan, petersen 0 weeks ago
fedora-icon-theme orphan   0 weeks ago
freight   orphan   0 weeks ago
fst   orphan   4 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 2 weeks ago
golang-github-mholt-  orphan   1 weeks ago
certmagic-0.9
joda-time mizdebsk, orphan 3 weeks ago
js-jquery-iframe-transportorphan   4 weeks ago
js-jquery-knoborphan   4 weeks ago
js-jquery-qrcode  orphan   4 weeks ago
js-tag-it orphan   4 weeks ago
jvnet-parent  mizdebsk, orphan 2 weeks ago
libmatthew-java   orphan   4 weeks ago
liquibase awood, orphan4 weeks ago
man-pages-de  orphan, romal4 weeks ago
marble-widget orphan, rdieter  1 weeks ago
mozilla-iot-gateway-addon-nodeorphan   4 weeks ago
mozilla-iot-gateway-addon-orphan   4 weeks ago
python
nodejs-babel-code-frame   orphan   0 weeks ago
nodejs-base   orphan   0 weeks ago
nodejs-bcrypt nodejs-sig, orphan   0 weeks ago
nodejs-body-parserorphan   0 weeks ago
nodejs-bufferutil nodejs-sig, orphan   0 weeks ago
nodejs-cache-base orphan   0 weeks ago
nodejs-call-matcher   orphan   0 weeks ago
nodejs-core-util-is   nodejs-sig, orphan   5 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   0 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   0 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  2 weeks ago
nodejs-css-tree   orphan   2 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 0 weeks ago
  vjancik
nodejs-duplexer   nodejs-sig, orphan   5 weeks ago
nodejs-duplexify  nodejs-sig, orphan   5 weeks ago
nodejs-end-of-stream  nodejs-sig, orphan   5 weeks ago
nodejs-espower-location-  orphan   2 weeks ago
detector
nodejs-esrecurse  nodejs-sig, orphan   0 weeks ago
nodejs-faucet orphan   0 weeks ago
nodejs-from   nodejs-sig, orphan   5 weeks ago
nodejs-fs-dot-notify  orphan   0 weeks ago
nodejs-gauge  nodejs-sig, orphan   0 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   0 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 2 weeks ago
  piotrp
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 0 weeks ago

Orphaned packages looking for new maintainers

2020-09-07 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-09-07.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

apache-commons-dbcp   mizdebsk, orphan 3 weeks ago
container-exception-loggerabrt-sig, ekulik, mmarusak,  2 weeks ago
  msuchy, orphan
dbus-java orphan   4 weeks ago
emacs-magit   orphan, petersen 0 weeks ago
fedora-icon-theme orphan   0 weeks ago
freight   orphan   0 weeks ago
fst   orphan   4 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 2 weeks ago
golang-github-mholt-  orphan   1 weeks ago
certmagic-0.9
joda-time mizdebsk, orphan 3 weeks ago
js-jquery-iframe-transportorphan   4 weeks ago
js-jquery-knoborphan   4 weeks ago
js-jquery-qrcode  orphan   4 weeks ago
js-tag-it orphan   4 weeks ago
jvnet-parent  mizdebsk, orphan 2 weeks ago
libmatthew-java   orphan   4 weeks ago
liquibase awood, orphan4 weeks ago
man-pages-de  orphan, romal4 weeks ago
marble-widget orphan, rdieter  1 weeks ago
mozilla-iot-gateway-addon-nodeorphan   4 weeks ago
mozilla-iot-gateway-addon-orphan   4 weeks ago
python
nodejs-babel-code-frame   orphan   0 weeks ago
nodejs-base   orphan   0 weeks ago
nodejs-bcrypt nodejs-sig, orphan   0 weeks ago
nodejs-body-parserorphan   0 weeks ago
nodejs-bufferutil nodejs-sig, orphan   0 weeks ago
nodejs-cache-base orphan   0 weeks ago
nodejs-call-matcher   orphan   0 weeks ago
nodejs-core-util-is   nodejs-sig, orphan   5 weeks ago
nodejs-cross-spawnnodejs-sig, orphan   0 weeks ago
nodejs-cross-spawn-async  nodejs-sig, orphan   0 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  2 weeks ago
nodejs-css-tree   orphan   2 weeks ago
nodejs-doctrine   galileo, nodejs-sig, orphan, 0 weeks ago
  vjancik
nodejs-duplexer   nodejs-sig, orphan   5 weeks ago
nodejs-duplexify  nodejs-sig, orphan   5 weeks ago
nodejs-end-of-stream  nodejs-sig, orphan   5 weeks ago
nodejs-espower-location-  orphan   2 weeks ago
detector
nodejs-esrecurse  nodejs-sig, orphan   0 weeks ago
nodejs-faucet orphan   0 weeks ago
nodejs-from   nodejs-sig, orphan   5 weeks ago
nodejs-fs-dot-notify  orphan   0 weeks ago
nodejs-gauge  nodejs-sig, orphan   0 weeks ago
nodejs-global-prefix  nodejs-sig, orphan   0 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 2 weeks ago
  piotrp
nodejs-grunt-legacy-util  nodejs-sig, orphan, patches, 0 weeks ago

Re: Orphaned packages looking for new maintainers

2020-08-25 Thread Stephen John Smoogen
On Tue, 25 Aug 2020 at 15:58, Sérgio Basto  wrote:

> On Mon, 2020-08-24 at 12:25 +0200, Miro Hrončok wrote:
> > usb_modeswitch
>
> any particular reason for usb_modeswitch be orphaned ?  , i.e. is about
> no maintainer ? or about is not used anymore ?
>

https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/FQDNMCB3O7QNTEIRD5TMXPHKZ6RFRBY2/


> --
> Sérgio M. B.
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>


-- 
Stephen J Smoogen.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-25 Thread Sérgio Basto
On Mon, 2020-08-24 at 12:25 +0200, Miro Hrončok wrote:
> usb_modeswitch

any particular reason for usb_modeswitch be orphaned ?  , i.e. is about
no maintainer ? or about is not used anymore ? 
-- 
Sérgio M. B.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-25 Thread kevin
On Tue, Aug 25, 2020 at 11:19:57AM +0200, Miro Hrončok wrote:
> On 25. 08. 20 10:51, Fabio Valentini wrote:
> > On Tue, Aug 25, 2020, 10:45 Miro Hrončok  > <mailto:mhron...@redhat.com>> wrote:
> > 
> > On 25. 08. 20 5:52, Michel Alexandre Salim wrote:
> >  > I'll properly retire lua-logging and luadoc, but keep lua-sql.
> > 
> > Let's merge the retirement commits to f33 as well?
> > 
> > 
> > Doesn't "fedpkg retire" do more than just push something to git, e.g.
> > publish retirement information to PDC or something? So IIUC just merging
> > the retirement commit to f33 won't be enough since it won't block the
> > package in koji.
> 
> It used to (with pkgdb) now it doesn't.

It emits a commit message with 'dead.package' in it.

This is listened for by
https://pagure.io/fedora-infra/toddlers/blob/master/f/toddlers/plugins/pdc_retired_packages.py
which marks the package eol in pdc. 

Then, the next rawhide or branched compose runs 
https://pagure.io/releng/blob/master/f/scripts/block_retired.py
which looks in pdc and for every package that is eol in pdc it 
blocks it in koji. 

> This is how I retire orphaned packages between branching and beta freeze:
> 
> fedpkg clone $pkg && \
> cd $pkg && \
> fedpkg switch-branch f33 && \
> fedpkg retire "Orphaned for 6+ weeks" && \
> fedpkg switch-branch master && \
> git merge f33 && \
> git push
> 
> (There used to be a rule to retire older branches first, but I suppose that
> is no longer required and the command might be simplified.)
> 
> It works fine (except for a slight period when retirements on f33 were
> broken, but that was a server side issue, not the command).

Either way should work, it's looking for the commit, merge or not. 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-25 Thread Miro Hrončok

On 25. 08. 20 10:51, Fabio Valentini wrote:
On Tue, Aug 25, 2020, 10:45 Miro Hrončok <mailto:mhron...@redhat.com>> wrote:


On 25. 08. 20 5:52, Michel Alexandre Salim wrote:
 > I'll properly retire lua-logging and luadoc, but keep lua-sql.

Let's merge the retirement commits to f33 as well?


Doesn't "fedpkg retire" do more than just push something to git, e.g. publish 
retirement information to PDC or something? So IIUC just merging the retirement 
commit to f33 won't be enough since it won't block the package in koji.


It used to (with pkgdb) now it doesn't.

This is how I retire orphaned packages between branching and beta freeze:

fedpkg clone $pkg && \
cd $pkg && \
fedpkg switch-branch f33 && \
fedpkg retire "Orphaned for 6+ weeks" && \
fedpkg switch-branch master && \
git merge f33 && \
git push

(There used to be a rule to retire older branches first, but I suppose that is 
no longer required and the command might be simplified.)


It works fine (except for a slight period when retirements on f33 were broken, 
but that was a server side issue, not the command).


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-25 Thread Fabio Valentini
On Tue, Aug 25, 2020, 10:45 Miro Hrončok  wrote:

> On 25. 08. 20 5:52, Michel Alexandre Salim wrote:
> > I'll properly retire lua-logging and luadoc, but keep lua-sql.
>
> Let's merge the retirement commits to f33 as well?
>

Doesn't "fedpkg retire" do more than just push something to git, e.g.
publish retirement information to PDC or something? So IIUC just merging
the retirement commit to f33 won't be enough since it won't block the
package in koji.

Fabio


> --
> Miro Hrončok
> --
> Phone: +420777974800
> IRC: mhroncok
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-25 Thread Miro Hrončok

On 25. 08. 20 5:52, Michel Alexandre Salim wrote:

I'll properly retire lua-logging and luadoc, but keep lua-sql.


Let's merge the retirement commits to f33 as well?

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-24 Thread Michel Alexandre Salim
On Mon, 2020-08-24 at 20:36 -0700, Michel Alexandre Salim wrote:
> On Mon, 2020-08-24 at 12:25 +0200, Miro Hrončok wrote:
> > lua-
> > logging   orphan   5
> > weeks ago
> > 
> > lua-
> > sql   orphan   5
> > weeks ago
> > 
> > ...
> > 
> > luadocorphan   
> > 5
> > weeks ago
> 
> Took these three
> 

So:
lua-sql is a dependency of lua-logging which is a dependency of luadoc;
with no other usage. lua-sql is still active but lua-logging seems
abandoned upstream, while luadoc is explicitly marked as being
deprecated by lua-ldoc which is already in Fedora and has dependent
packages.

I'll properly retire lua-logging and luadoc, but keep lua-sql.

lua-sql on  master took 8s 
✦ ❯ sudo dnf repoquery --repo rawhide,rawhide-source --whatrequires
luadoc  
Fedora - Rawhide - Developmental packages for the next Fedora
release
 5.8 MB/s |  74 MB 00:12
Fedora - Rawhide -
Source 
3.3 MB/s | 7.1
MB 00:02
Last metadata expiration check: 0:00:01 ago on Mon 24 Aug 2020 08:49:21
PM PDT.

lua-sql on  master took 35s 
✦ ❯ sudo dnf repoquery --repo rawhide,rawhide-source --whatrequires
lua-logging
Last metadata expiration check: 0:00:25 ago on Mon 24 Aug 2020 08:49:21
PM PDT.
luadoc-0:3.0.1-24.fc33.noarch

lua-sql on  master 
✦ ❯ sudo dnf repoquery --repo rawhide,rawhide-source --whatrequires
lua-sql
Last metadata expiration check: 0:02:02 ago on Mon 24 Aug 2020 08:49:21
PM PDT.
lua-logging-0:1.3.0-17.fc33.noarch

-- 
Michel Alexandre Salim
profile: https://keybase.io/michel_slm
chat via email: https://delta.chat/
GPG key: 5DCE 2E7E 9C3B 1CFF D335 C1D7 8B22 9D2F 7CCC 04F2


signature.asc
Description: This is a digitally signed message part
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-24 Thread Michel Alexandre Salim
On Mon, 2020-08-24 at 12:25 +0200, Miro Hrončok wrote:
> lua-logging   orphan   5
> weeks ago
> 
> lua-sql   orphan   5
> weeks ago
> 
> ...
> 
> luadocorphan   5
> weeks ago

Took these three

-- 
Michel Alexandre Salim
profile: https://keybase.io/michel_slm
chat via email: https://delta.chat/
GPG key: 5DCE 2E7E 9C3B 1CFF D335 C1D7 8B22 9D2F 7CCC 04F2


signature.asc
Description: This is a digitally signed message part
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-08-24 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-24.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

PEGTL orphan, rsroka   0 weeks ago
abrt-addon-python3abrt-sig, ekulik, mmarusak,  0 weeks ago
  msuchy, orphan
amftools  churchyard, orphan   5 weeks ago
apache-commons-dbcp   mizdebsk, orphan 1 weeks ago
container-exception-loggerabrt-sig, ekulik, mmarusak,  0 weeks ago
  msuchy, orphan
dbus-java orphan   2 weeks ago
emacs-lua orphan   5 weeks ago
fst   orphan   2 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 0 weeks ago
glassfish-legal   orphan   0 weeks ago
glassfish-master-pom  orphan   0 weeks ago
jaxb2-maven-pluginjjelen, lef, orphan  2 weeks ago
joda-time mizdebsk, orphan 1 weeks ago
js-jquery-iframe-transportorphan   2 weeks ago
js-jquery-knoborphan   2 weeks ago
js-jquery-qrcode  orphan   2 weeks ago
js-tag-it orphan   2 weeks ago
jvnet-parent  mizdebsk, orphan 0 weeks ago
libmatthew-java   orphan   2 weeks ago
libscsorphan   5 weeks ago
liquibase awood, orphan2 weeks ago
lua-copas orphan   5 weeks ago
lua-coxpcall  orphan   5 weeks ago
lua-logging   orphan   5 weeks ago
lua-sql   orphan   5 weeks ago
lua-wsapi orphan   5 weeks ago
lua-xmlrpcorphan   5 weeks ago
luadocorphan   5 weeks ago
man-pages-de  orphan, romal2 weeks ago
maven-jaxb2-pluginorphan   1 weeks ago
mingw-liboil  lfarkas, orphan, rjones  4 weeks ago
mozilla-iot-gateway   orphan   4 weeks ago
mozilla-iot-gateway-addon-nodeorphan   2 weeks ago
mozilla-iot-gateway-addon-orphan   2 weeks ago
python
nanomsg   orphan   2 weeks ago
nodejs-core-util-is   nodejs-sig, orphan   3 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  0 weeks ago
nodejs-css-tree   orphan   0 weeks ago
nodejs-duplexer   nodejs-sig, orphan   3 weeks ago
nodejs-duplexify  nodejs-sig, orphan   3 weeks ago
nodejs-end-of-stream  nodejs-sig, orphan   3 weeks ago
nodejs-espower-location-  orphan   0 weeks ago
detector
nodejs-from   nodejs-sig, orphan   3 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 0 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  0 weeks ago
nodejs-readable-streamjsmith, nodejs-sig, orphan   3 weeks ago
nodejs-snapdragon orphan

Re: Orphaned packages looking for new maintainers

2020-08-24 Thread Fabio Valentini
On Mon, Aug 24, 2020 at 12:26 PM Miro Hrončok  wrote:
> geronimo-parent-poms  jjelen, mizdebsk, orphan 0 weeks ago
> glassfish-legal   orphan   0 weeks ago
> glassfish-master-pom  orphan   0 weeks ago

I have retired glassfish-legal and glassfish-master-pom, since they're
both no longer needed.
geronimo-parent-poms will soon meet the same fate after the Java EE →
Eclipse EE4J transition is done (some package reviews and retirements
are still pending).

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-24 Thread Christopher Engelhard
On 24.08.20 12:25, Miro Hrončok wrote:
> numix-gtk-theme    mymindstorm, orphan 0 weeks ago
> numix-icon-theme   mymindstorm, orphan 0 weeks ago
> numix-icon-theme-circle    mymindstorm, orphan 0 weeks ago

If Brendan / mymindstorm isn't interested, I can take these.

Christopher
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-08-24 Thread Ankur Sinha
Thanks very much Miro,

On Mon, Aug 24, 2020 12:25:45 +0200, Miro Hrončok wrote:
> neuro-sig: PEGTL

Since upstream looks active, and this is needed by ITK, I've added it to
the neuro-sig's packages. It already had @rsroka listed as a
co-maintainer, and more co-maintainers are also always welcome.

-- 
Thanks,
Regards,
Ankur Sinha "FranciscoD" (He / Him / His) | 
https://fedoraproject.org/wiki/User:Ankursinha
Time zone: Europe/London


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-08-24 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-24.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

PEGTL orphan, rsroka   0 weeks ago
abrt-addon-python3abrt-sig, ekulik, mmarusak,  0 weeks ago
  msuchy, orphan
amftools  churchyard, orphan   5 weeks ago
apache-commons-dbcp   mizdebsk, orphan 1 weeks ago
container-exception-loggerabrt-sig, ekulik, mmarusak,  0 weeks ago
  msuchy, orphan
dbus-java orphan   2 weeks ago
emacs-lua orphan   5 weeks ago
fst   orphan   2 weeks ago
geronimo-parent-poms  jjelen, mizdebsk, orphan 0 weeks ago
glassfish-legal   orphan   0 weeks ago
glassfish-master-pom  orphan   0 weeks ago
jaxb2-maven-pluginjjelen, lef, orphan  2 weeks ago
joda-time mizdebsk, orphan 1 weeks ago
js-jquery-iframe-transportorphan   2 weeks ago
js-jquery-knoborphan   2 weeks ago
js-jquery-qrcode  orphan   2 weeks ago
js-tag-it orphan   2 weeks ago
jvnet-parent  mizdebsk, orphan 0 weeks ago
libmatthew-java   orphan   2 weeks ago
libscsorphan   5 weeks ago
liquibase awood, orphan2 weeks ago
lua-copas orphan   5 weeks ago
lua-coxpcall  orphan   5 weeks ago
lua-logging   orphan   5 weeks ago
lua-sql   orphan   5 weeks ago
lua-wsapi orphan   5 weeks ago
lua-xmlrpcorphan   5 weeks ago
luadocorphan   5 weeks ago
man-pages-de  orphan, romal2 weeks ago
maven-jaxb2-pluginorphan   1 weeks ago
mingw-liboil  lfarkas, orphan, rjones  4 weeks ago
mozilla-iot-gateway   orphan   4 weeks ago
mozilla-iot-gateway-addon-nodeorphan   2 weeks ago
mozilla-iot-gateway-addon-orphan   2 weeks ago
python
nanomsg   orphan   2 weeks ago
nodejs-core-util-is   nodejs-sig, orphan   3 weeks ago
nodejs-css-stringify  nodejs-sig, orphan, patches  0 weeks ago
nodejs-css-tree   orphan   0 weeks ago
nodejs-duplexer   nodejs-sig, orphan   3 weeks ago
nodejs-duplexify  nodejs-sig, orphan   3 weeks ago
nodejs-end-of-stream  nodejs-sig, orphan   3 weeks ago
nodejs-espower-location-  orphan   0 weeks ago
detector
nodejs-from   nodejs-sig, orphan   3 weeks ago
nodejs-grunt  nodejs-sig, orphan, patches, 0 weeks ago
  piotrp
nodejs-http-signature nodejs-sig, orphan, patches  0 weeks ago
nodejs-readable-streamjsmith, nodejs-sig, orphan   3 weeks ago
nodejs-snapdragon orphan

Orphaned packages looking for new maintainers

2020-08-17 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-17.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

amftools  churchyard, orphan   4 weeks ago
apache-commons-dbcp   mizdebsk, orphan 0 weeks ago
carto nodejs-sig, orphan   5 weeks ago
closure-compiler  orphan   4 weeks ago
coreboot-utilsorphan, peter1 weeks ago
dbus-java orphan   1 weeks ago
emacs-lua orphan   4 weeks ago
fst   orphan   1 weeks ago
gabedit   itamarjp, orphan, rathann,   5 weeks ago
  scitech_sig
gfal2-utilandreamanzi, gbitzes, orphan 4 weeks ago
gimp-normalmaporphan   5 weeks ago
golang-github-calmh-dugo-sig, orphan   5 weeks ago
golang-github-calmh-xdr   go-sig, orphan   5 weeks ago
golang-github-chmduquesne-go-sig, orphan   5 weeks ago
rollinghash
golang-github-jackpal-gateway go-sig, orphan   5 weeks ago
golang-github-syncthing-notifygo-sig, orphan   5 weeks ago
golang-github-thejerf-suture  go-sig, orphan   5 weeks ago
hdfview   neuro-sig, orphan1 weeks ago
hip   orphan   4 weeks ago
jake  nodejs-sig, orphan, piotrp   5 weeks ago
jaxb2-maven-pluginjjelen, lef, orphan  1 weeks ago
joda-time mizdebsk, orphan 0 weeks ago
js-jquery-iframe-transportorphan   1 weeks ago
js-jquery-knoborphan   1 weeks ago
js-jquery-qrcode  orphan   1 weeks ago
js-tag-it orphan   1 weeks ago
kosmtik   nodejs-sig, orphan   5 weeks ago
libgssh   orphan   5 weeks ago
libmatthew-java   orphan   1 weeks ago
libscsorphan   4 weeks ago
liquibase awood, orphan1 weeks ago
lodashnodejs-sig, orphan   5 weeks ago
lua-copas orphan   4 weeks ago
lua-coxpcall  orphan   4 weeks ago
lua-logging   orphan   4 weeks ago
lua-sql   orphan   4 weeks ago
lua-wsapi orphan   4 weeks ago
lua-xmlrpcorphan   4 weeks ago
luadocorphan   4 weeks ago
man-pages-de  orphan, romal1 weeks ago
maven-jaxb2-pluginorphan   1 weeks ago
mediawiki-HTTP302Foundorphan   5 weeks ago
mediawiki-intersectionorphan   5 weeks ago
mingw-liboil  lfarkas, orphan, rjones  3 weeks ago
mozilla-iot-gateway   orphan   3 weeks ago
mozilla-iot-gateway-addon-nodeorphan   1 weeks ago
mozilla-iot-gateway-addon-orphan   1 weeks ago
python
nanomsg   orphan

Orphaned packages looking for new maintainers

2020-08-17 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-17.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

amftools  churchyard, orphan   4 weeks ago
apache-commons-dbcp   mizdebsk, orphan 0 weeks ago
carto nodejs-sig, orphan   5 weeks ago
closure-compiler  orphan   4 weeks ago
coreboot-utilsorphan, peter1 weeks ago
dbus-java orphan   1 weeks ago
emacs-lua orphan   4 weeks ago
fst   orphan   1 weeks ago
gabedit   itamarjp, orphan, rathann,   5 weeks ago
  scitech_sig
gfal2-utilandreamanzi, gbitzes, orphan 4 weeks ago
gimp-normalmaporphan   5 weeks ago
golang-github-calmh-dugo-sig, orphan   5 weeks ago
golang-github-calmh-xdr   go-sig, orphan   5 weeks ago
golang-github-chmduquesne-go-sig, orphan   5 weeks ago
rollinghash
golang-github-jackpal-gateway go-sig, orphan   5 weeks ago
golang-github-syncthing-notifygo-sig, orphan   5 weeks ago
golang-github-thejerf-suture  go-sig, orphan   5 weeks ago
hdfview   neuro-sig, orphan1 weeks ago
hip   orphan   4 weeks ago
jake  nodejs-sig, orphan, piotrp   5 weeks ago
jaxb2-maven-pluginjjelen, lef, orphan  1 weeks ago
joda-time mizdebsk, orphan 0 weeks ago
js-jquery-iframe-transportorphan   1 weeks ago
js-jquery-knoborphan   1 weeks ago
js-jquery-qrcode  orphan   1 weeks ago
js-tag-it orphan   1 weeks ago
kosmtik   nodejs-sig, orphan   5 weeks ago
libgssh   orphan   5 weeks ago
libmatthew-java   orphan   1 weeks ago
libscsorphan   4 weeks ago
liquibase awood, orphan1 weeks ago
lodashnodejs-sig, orphan   5 weeks ago
lua-copas orphan   4 weeks ago
lua-coxpcall  orphan   4 weeks ago
lua-logging   orphan   4 weeks ago
lua-sql   orphan   4 weeks ago
lua-wsapi orphan   4 weeks ago
lua-xmlrpcorphan   4 weeks ago
luadocorphan   4 weeks ago
man-pages-de  orphan, romal1 weeks ago
maven-jaxb2-pluginorphan   1 weeks ago
mediawiki-HTTP302Foundorphan   5 weeks ago
mediawiki-intersectionorphan   5 weeks ago
mingw-liboil  lfarkas, orphan, rjones  3 weeks ago
mozilla-iot-gateway   orphan   3 weeks ago
mozilla-iot-gateway-addon-nodeorphan   1 weeks ago
mozilla-iot-gateway-addon-orphan   1 weeks ago
python
nanomsg   orphan

Re: Orphaned packages looking for new maintainers - php-true-punycode

2020-08-11 Thread Remi Collet
Le 03/08/2020 à 12:26, Miro Hrončok a écrit :
> php-true-punycode orphan   5

I will take this one back
as used by laminas stack.




Remi
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-08-10 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-10.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

amftools  churchyard, orphan   3 weeks ago
anchorman orphan   5 weeks ago
beaconorphan   5 weeks ago
carto nodejs-sig, orphan   4 weeks ago
cinnamon-themes   jcpunk, orphan   5 weeks ago
closure-compiler  orphan   3 weeks ago
coreboot-utilsorphan, peter0 weeks ago
dbus-java orphan   0 weeks ago
emacs-lua orphan   3 weeks ago
ember-media   orphan   5 weeks ago
foo2zjs   orphan   5 weeks ago
fst   orphan   0 weeks ago
gabedit   itamarjp, orphan, rathann,   4 weeks ago
  scitech_sig
gallery3-openid   orphan   5 weeks ago
gdb-heap  orphan, siddhesh 5 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 3 weeks ago
gimp-normalmaporphan   4 weeks ago
gloobus-preview   orphan   5 weeks ago
gnome-mud orphan   5 weeks ago
gnusim8085orphan   4 weeks ago
golang-github-calmh-dugo-sig, orphan   4 weeks ago
golang-github-calmh-xdr   go-sig, orphan   4 weeks ago
golang-github-chmduquesne-go-sig, orphan   4 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   4 weeks ago
golang-github-jackpal-gateway go-sig, orphan   4 weeks ago
golang-github-syncthing-notifygo-sig, orphan   4 weeks ago
golang-github-thejerf-suture  go-sig, orphan   4 weeks ago
golang-github-vitrun-qart go-sig, orphan   4 weeks ago
gr-iioorphan   5 weeks ago
grig  orphan   5 weeks ago
gspiceui  orphan   5 weeks ago
gtkmathview   orphan   5 weeks ago
hdfview   neuro-sig, orphan0 weeks ago
hip   orphan   3 weeks ago
inception orphan   5 weeks ago
iptux orphan   5 weeks ago
jake  nodejs-sig, orphan, piotrp   4 weeks ago
js-jquery-iframe-transportorphan   0 weeks ago
js-jquery-knoborphan   0 weeks ago
js-jquery-qrcode  orphan   0 weeks ago
js-tag-it orphan   0 weeks ago
kosmtik   nodejs-sig, orphan   4 weeks ago
libgssh   orphan   4 weeks ago
libmatthew-java   orphan   0 weeks ago
libscsorphan   3 weeks ago
liquibase awood, orphan0 weeks ago
lodashnodejs-sig, orphan   4 weeks ago
lua-copas orphan

Orphaned packages looking for new maintainers

2020-08-10 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-10.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

amftools  churchyard, orphan   3 weeks ago
anchorman orphan   5 weeks ago
beaconorphan   5 weeks ago
carto nodejs-sig, orphan   4 weeks ago
cinnamon-themes   jcpunk, orphan   5 weeks ago
closure-compiler  orphan   3 weeks ago
coreboot-utilsorphan, peter0 weeks ago
dbus-java orphan   0 weeks ago
emacs-lua orphan   3 weeks ago
ember-media   orphan   5 weeks ago
foo2zjs   orphan   5 weeks ago
fst   orphan   0 weeks ago
gabedit   itamarjp, orphan, rathann,   4 weeks ago
  scitech_sig
gallery3-openid   orphan   5 weeks ago
gdb-heap  orphan, siddhesh 5 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 3 weeks ago
gimp-normalmaporphan   4 weeks ago
gloobus-preview   orphan   5 weeks ago
gnome-mud orphan   5 weeks ago
gnusim8085orphan   4 weeks ago
golang-github-calmh-dugo-sig, orphan   4 weeks ago
golang-github-calmh-xdr   go-sig, orphan   4 weeks ago
golang-github-chmduquesne-go-sig, orphan   4 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   4 weeks ago
golang-github-jackpal-gateway go-sig, orphan   4 weeks ago
golang-github-syncthing-notifygo-sig, orphan   4 weeks ago
golang-github-thejerf-suture  go-sig, orphan   4 weeks ago
golang-github-vitrun-qart go-sig, orphan   4 weeks ago
gr-iioorphan   5 weeks ago
grig  orphan   5 weeks ago
gspiceui  orphan   5 weeks ago
gtkmathview   orphan   5 weeks ago
hdfview   neuro-sig, orphan0 weeks ago
hip   orphan   3 weeks ago
inception orphan   5 weeks ago
iptux orphan   5 weeks ago
jake  nodejs-sig, orphan, piotrp   4 weeks ago
js-jquery-iframe-transportorphan   0 weeks ago
js-jquery-knoborphan   0 weeks ago
js-jquery-qrcode  orphan   0 weeks ago
js-tag-it orphan   0 weeks ago
kosmtik   nodejs-sig, orphan   4 weeks ago
libgssh   orphan   4 weeks ago
libmatthew-java   orphan   0 weeks ago
libscsorphan   3 weeks ago
liquibase awood, orphan0 weeks ago
lodashnodejs-sig, orphan   4 weeks ago
lua-copas orphan

Orphaned packages looking for new maintainers

2020-08-03 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-03.txt
grep it for your FAS username and follow the dependency chain.

For human readable dependency chains, see https://packager.fedorainfracloud.org/

Package  (co)maintainers   Status Change

Java-WebSocketorphan   4 weeks ago
amftools  churchyard, orphan   2 weeks ago
anchorman orphan   4 weeks ago
beaconorphan   4 weeks ago
carto nodejs-sig, orphan   3 weeks ago
cinnamon-themes   jcpunk, orphan   4 weeks ago
closure-compiler  orphan   2 weeks ago
emacs-lua orphan   2 weeks ago
ember-media   orphan   4 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 5 weeks ago
felix-shell   mizdebsk, orphan 5 weeks ago
foo2zjs   orphan   4 weeks ago
gabedit   itamarjp, orphan, rathann,   3 weeks ago
  scitech_sig
gallery3-openid   orphan   4 weeks ago
gdb-heap  orphan, siddhesh 4 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 2 weeks ago
gimp-normalmaporphan   3 weeks ago
gloobus-preview   orphan   4 weeks ago
glpi  orphan   5 weeks ago
gnome-mud orphan   4 weeks ago
gnusim8085orphan   3 weeks ago
golang-github-calmh-dugo-sig, orphan   3 weeks ago
golang-github-calmh-xdr   go-sig, orphan   3 weeks ago
golang-github-chmduquesne-go-sig, orphan   3 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   3 weeks ago
golang-github-jackpal-gateway go-sig, orphan   3 weeks ago
golang-github-syncthing-notifygo-sig, orphan   3 weeks ago
golang-github-thejerf-suture  go-sig, orphan   3 weeks ago
golang-github-vitrun-qart go-sig, orphan   3 weeks ago
gr-iioorphan   4 weeks ago
grig  orphan   4 weeks ago
gspiceui  orphan   4 weeks ago
gtkmathview   orphan   4 weeks ago
hip   orphan   2 weeks ago
iipsrvorphan   5 weeks ago
inception orphan   4 weeks ago
iptux orphan   4 weeks ago
jake  nodejs-sig, orphan, piotrp   3 weeks ago
joda-convert  mizdebsk, orphan, spike  5 weeks ago
kosmtik   nodejs-sig, orphan   3 weeks ago
kxml  mizdebsk, orphan 5 weeks ago
libgssh   orphan   3 weeks ago
libscsorphan   2 weeks ago
lodashnodejs-sig, orphan   3 weeks ago
lua-copas orphan   2 weeks ago
lua-coxpcall  orphan   2 weeks ago
lua-logging   orphan   2 weeks ago
lua-sql   orphan   2 weeks ago
lua-wsapi orphan  

Orphaned packages looking for new maintainers

2020-08-03 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-08-03.txt
grep it for your FAS username and follow the dependency chain.

For human readable dependency chains, see https://packager.fedorainfracloud.org/

Package  (co)maintainers   Status Change

Java-WebSocketorphan   4 weeks ago
amftools  churchyard, orphan   2 weeks ago
anchorman orphan   4 weeks ago
beaconorphan   4 weeks ago
carto nodejs-sig, orphan   3 weeks ago
cinnamon-themes   jcpunk, orphan   4 weeks ago
closure-compiler  orphan   2 weeks ago
emacs-lua orphan   2 weeks ago
ember-media   orphan   4 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 5 weeks ago
felix-shell   mizdebsk, orphan 5 weeks ago
foo2zjs   orphan   4 weeks ago
gabedit   itamarjp, orphan, rathann,   3 weeks ago
  scitech_sig
gallery3-openid   orphan   4 weeks ago
gdb-heap  orphan, siddhesh 4 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 2 weeks ago
gimp-normalmaporphan   3 weeks ago
gloobus-preview   orphan   4 weeks ago
glpi  orphan   5 weeks ago
gnome-mud orphan   4 weeks ago
gnusim8085orphan   3 weeks ago
golang-github-calmh-dugo-sig, orphan   3 weeks ago
golang-github-calmh-xdr   go-sig, orphan   3 weeks ago
golang-github-chmduquesne-go-sig, orphan   3 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   3 weeks ago
golang-github-jackpal-gateway go-sig, orphan   3 weeks ago
golang-github-syncthing-notifygo-sig, orphan   3 weeks ago
golang-github-thejerf-suture  go-sig, orphan   3 weeks ago
golang-github-vitrun-qart go-sig, orphan   3 weeks ago
gr-iioorphan   4 weeks ago
grig  orphan   4 weeks ago
gspiceui  orphan   4 weeks ago
gtkmathview   orphan   4 weeks ago
hip   orphan   2 weeks ago
iipsrvorphan   5 weeks ago
inception orphan   4 weeks ago
iptux orphan   4 weeks ago
jake  nodejs-sig, orphan, piotrp   3 weeks ago
joda-convert  mizdebsk, orphan, spike  5 weeks ago
kosmtik   nodejs-sig, orphan   3 weeks ago
kxml  mizdebsk, orphan 5 weeks ago
libgssh   orphan   3 weeks ago
libscsorphan   2 weeks ago
lodashnodejs-sig, orphan   3 weeks ago
lua-copas orphan   2 weeks ago
lua-coxpcall  orphan   2 weeks ago
lua-logging   orphan   2 weeks ago
lua-sql   orphan   2 weeks ago
lua-wsapi orphan  

Orphaned packages, new with dependency visualized dependency chains

2020-07-28 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-07-20.txt
grep it for your FAS username and follow the dependency chain.


For human readable dependency chains, see https://packager.fedorainfracloud.org/



Package  (co)maintainers   Status Change

Java-WebSocketorphan   3 weeks ago
amftools  churchyard, orphan   1 weeks ago
anchorman orphan   3 weeks ago
atoum orphan   5 weeks ago
beaconorphan   3 weeks ago
carto nodejs-sig, orphan   2 weeks ago
cinnamon-themes   jcpunk, orphan   3 weeks ago
closure-compiler  orphan   1 weeks ago
docker-client-javajjohnstn, orphan, rgrunber   3 weeks ago
eclipse-m2e-core  eclipse-sig, galileo,0 weeks ago
  mizdebsk, orphan
emacs-lua orphan   1 weeks ago
ember-media   mpreisle, orphan 3 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 5 weeks ago
felix-shell   mizdebsk, orphan 5 weeks ago
foo2zjs   orphan   3 weeks ago
gabedit   itamarjp, orphan, rathann,   2 weeks ago
  scitech_sig
gallery3-openid   orphan   3 weeks ago
gdb-heap  orphan, siddhesh 3 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 1 weeks ago
gimp-normalmaporphan   2 weeks ago
gloobus-preview   orphan   3 weeks ago
glpi  orphan   4 weeks ago
gnome-mud orphan   3 weeks ago
gnusim8085orphan   2 weeks ago
golang-github-calmh-dugo-sig, orphan   2 weeks ago
golang-github-calmh-xdr   go-sig, orphan   2 weeks ago
golang-github-chmduquesne-go-sig, orphan   2 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   2 weeks ago
golang-github-jackpal-gateway go-sig, orphan   2 weeks ago
golang-github-syncthing-notifygo-sig, orphan   2 weeks ago
golang-github-thejerf-suture  go-sig, orphan   2 weeks ago
golang-github-vitrun-qart go-sig, orphan   2 weeks ago
gr-iioorphan   3 weeks ago
grig  orphan   3 weeks ago
gspiceui  orphan   3 weeks ago
gtkmathview   orphan   3 weeks ago
hip   orphan   1 weeks ago
icon-slicer   alexl, caillon, caolanm, 5 weeks ago
  gnome-sig, johnp, mbarnes,
  orphan, rhughes, rstrode, ssp
iipsrvorphan   4 weeks ago
inception orphan   3 weeks ago
iptux orphan   3 weeks ago
jake  nodejs-sig, orphan, piotrp   2 weeks ago
joda-convert  mizdebsk, orphan, spike  5 weeks ago
kosmtik   nodejs-sig, orphan   2 weeks ago
kxml  mizdebsk, orphan 5 weeks ago
libgssh   orphan   2 weeks ago
libscsorphan 

Orphaned packages, new with dependency visualized dependency chains

2020-07-28 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-07-20.txt
grep it for your FAS username and follow the dependency chain.


For human readable dependency chains, see https://packager.fedorainfracloud.org/



Package  (co)maintainers   Status Change

Java-WebSocketorphan   3 weeks ago
amftools  churchyard, orphan   1 weeks ago
anchorman orphan   3 weeks ago
atoum orphan   5 weeks ago
beaconorphan   3 weeks ago
carto nodejs-sig, orphan   2 weeks ago
cinnamon-themes   jcpunk, orphan   3 weeks ago
closure-compiler  orphan   1 weeks ago
docker-client-javajjohnstn, orphan, rgrunber   3 weeks ago
eclipse-m2e-core  eclipse-sig, galileo,0 weeks ago
  mizdebsk, orphan
emacs-lua orphan   1 weeks ago
ember-media   mpreisle, orphan 3 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 5 weeks ago
felix-shell   mizdebsk, orphan 5 weeks ago
foo2zjs   orphan   3 weeks ago
gabedit   itamarjp, orphan, rathann,   2 weeks ago
  scitech_sig
gallery3-openid   orphan   3 weeks ago
gdb-heap  orphan, siddhesh 3 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 1 weeks ago
gimp-normalmaporphan   2 weeks ago
gloobus-preview   orphan   3 weeks ago
glpi  orphan   4 weeks ago
gnome-mud orphan   3 weeks ago
gnusim8085orphan   2 weeks ago
golang-github-calmh-dugo-sig, orphan   2 weeks ago
golang-github-calmh-xdr   go-sig, orphan   2 weeks ago
golang-github-chmduquesne-go-sig, orphan   2 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   2 weeks ago
golang-github-jackpal-gateway go-sig, orphan   2 weeks ago
golang-github-syncthing-notifygo-sig, orphan   2 weeks ago
golang-github-thejerf-suture  go-sig, orphan   2 weeks ago
golang-github-vitrun-qart go-sig, orphan   2 weeks ago
gr-iioorphan   3 weeks ago
grig  orphan   3 weeks ago
gspiceui  orphan   3 weeks ago
gtkmathview   orphan   3 weeks ago
hip   orphan   1 weeks ago
icon-slicer   alexl, caillon, caolanm, 5 weeks ago
  gnome-sig, johnp, mbarnes,
  orphan, rhughes, rstrode, ssp
iipsrvorphan   4 weeks ago
inception orphan   3 weeks ago
iptux orphan   3 weeks ago
jake  nodejs-sig, orphan, piotrp   2 weeks ago
joda-convert  mizdebsk, orphan, spike  5 weeks ago
kosmtik   nodejs-sig, orphan   2 weeks ago
kxml  mizdebsk, orphan 5 weeks ago
libgssh   orphan   2 weeks ago
libscsorphan 

Re: Orphaned packages looking for new maintainers

2020-07-20 Thread Miro Hrončok

On 20. 07. 20 15:28, Gwyn Ciesla via devel wrote:

python3-mypy maintainer here, I took it.


Thank you, Gwyn.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-07-20 Thread Gwyn Ciesla via devel


‐‐‐ Original Message ‐‐‐
On Monday, July 20, 2020 3:56 AM, Miro Hrončok  wrote:

> On 20. 07. 20 10:35, Miro Hrončok wrote:
> 

> > The following packages are orphaned and will be retired...
> > Depending on: python-typeshed (6), status change: 2020-07-13 (0 weeks ago)
> > python3-mypy (maintained by: dshea, limb)
> > python3-mypy-0.782-1.fc33.noarch requires python-typeshed = 
> > 0.1-0.20191009git.fc32
> > python3-mypy-0.782-1.fc33.src requires python-typeshed = 
> > 0.1-0.20191009git.fc32
> > home-assistant-cli (maintained by: fab)
> > home-assistant-cli-0.9.1-3.fc33.src requires python3-mypy = 0.782-1.fc33
> > python-pydantic (maintained by: jussilehtola)
> > python-pydantic-1.3-5.fc33.src requires python3-mypy = 0.782-1.fc33
> > python-pydocstyle (maintained by: tadej)
> > python-pydocstyle-5.0.2-2.fc33.src requires python3dist(mypy) = 0.782
> > python-rsa (maintained by: fale, jmontleon)
> > python-rsa-4.6-1.fc33.src requires python3-mypy = 0.782-1.fc33
> > thonny (maintained by: aivarannamaa, churchyard)
> > thonny-3.2.7-4.fc33.noarch requires python3-mypy = 0.782-1.fc33, 
> > python3.9dist(mypy) = 0.782
> 

> I could take python-typeshed if absolutely necessary, but I think the
> python3-mypy maintainers are better equipped to take care of it. Let me know.
> 


python3-mypy maintainer here, I took it.

> --
> 

> Miro Hrončok
> 

> -
> 

> Phone: +420777974800
> IRC: mhroncok
> 

> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org



signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-07-20 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-07-20.txt
grep it for your FAS username and follow the dependency chain.

Package  (co)maintainers   Status Change

Java-WebSocketorphan   2 weeks ago
amftools  churchyard, orphan   0 weeks ago
anchorman orphan   2 weeks ago
atoum orphan   4 weeks ago
beaconorphan   2 weeks ago
carto nodejs-sig, orphan   1 weeks ago
cinnamon-themes   jcpunk, orphan, suve 2 weeks ago
closure-compiler  orphan   0 weeks ago
datanucleus-maven-parent  orphan   5 weeks ago
docker-client-javajjohnstn, orphan, rgrunber   2 weeks ago
ebay-cors-filter  orphan   5 weeks ago
eclipse-remoteeclipse-sig, orphan  0 weeks ago
emacs-lua orphan   0 weeks ago
ember-media   mpreisle, orphan 2 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 3 weeks ago
felix-shell   mizdebsk, orphan 3 weeks ago
foo2zjs   orphan   2 weeks ago
gabedit   itamarjp, orphan, rathann,   1 weeks ago
  scitech_sig
gallery3-openid   orphan   2 weeks ago
gdb-heap  orphan, siddhesh 2 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 0 weeks ago
gimp-normalmaporphan   1 weeks ago
gloobus-preview   orphan   2 weeks ago
glpi  orphan   3 weeks ago
gnome-mud orphan   2 weeks ago
gnusim8085orphan   1 weeks ago
gobby05   kevin, orphan5 weeks ago
golang-github-calmh-dugo-sig, orphan   1 weeks ago
golang-github-calmh-xdr   go-sig, orphan   1 weeks ago
golang-github-chmduquesne-go-sig, orphan   1 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   1 weeks ago
golang-github-jackpal-gateway go-sig, orphan   1 weeks ago
golang-github-syncthing-notifygo-sig, orphan   1 weeks ago
golang-github-thejerf-suture  go-sig, orphan   1 weeks ago
golang-github-vitrun-qart go-sig, orphan   1 weeks ago
gr-iioorphan   2 weeks ago
grig  orphan   2 weeks ago
gspiceui  orphan   2 weeks ago
gtkmathview   orphan   2 weeks ago
hip   orphan   0 weeks ago
icon-slicer   alexl, caillon, caolanm, 4 weeks ago
  gnome-sig, johnp, mbarnes,
  orphan, rhughes, rstrode, ssp
iipsrvorphan   3 weeks ago
inception orphan   2 weeks ago
iptux orphan   2 weeks ago
jake  nodejs-sig, orphan, piotrp   1 weeks ago
javolutionorphan   5 weeks ago
joda-convert  mizdebsk, orphan, spike  3 weeks ago
js-jquery-datetimepicker  orphan   5 weeks ago
kosmtik

Re: Orphaned packages looking for new maintainers

2020-07-20 Thread John M. Harris Jr
On Monday, July 20, 2020 1:35:02 AM MST Miro Hrončok wrote:
> 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/
> 
> Full report available at:
> https://churchyard.fedorapeople.org/orphans-2020-07-20.txt
> grep it for your FAS username and follow the dependency chain.

> rmattes: emacs-lua

If somebody would be willing to sponsor me, I could take this package.

-- 
John M. Harris, Jr.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers

2020-07-20 Thread Miro Hrončok

On 20. 07. 20 10:35, Miro Hrončok wrote:

The following packages are orphaned and will be retired...
Depending on: python-typeshed (6), status change: 2020-07-13 (0 weeks ago)
python3-mypy (maintained by: dshea, limb)
python3-mypy-0.782-1.fc33.noarch requires python-typeshed = 
0.1-0.20191009git.fc32
python3-mypy-0.782-1.fc33.src requires python-typeshed = 
0.1-0.20191009git.fc32

home-assistant-cli (maintained by: fab)
home-assistant-cli-0.9.1-3.fc33.src requires python3-mypy = 
0.782-1.fc33

python-pydantic (maintained by: jussilehtola)
python-pydantic-1.3-5.fc33.src requires python3-mypy = 
0.782-1.fc33

python-pydocstyle (maintained by: tadej)
python-pydocstyle-5.0.2-2.fc33.src requires python3dist(mypy) = 
0.782

python-rsa (maintained by: fale, jmontleon)
python-rsa-4.6-1.fc33.src requires python3-mypy = 0.782-1.fc33

thonny (maintained by: aivarannamaa, churchyard)
thonny-3.2.7-4.fc33.noarch requires python3-mypy = 
0.782-1.fc33, python3.9dist(mypy) = 0.782


I could take python-typeshed if absolutely necessary, but I think the 
python3-mypy maintainers are better equipped to take care of it. Let me know.


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-07-20 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-07-20.txt
grep it for your FAS username and follow the dependency chain.

Package  (co)maintainers   Status Change

Java-WebSocketorphan   2 weeks ago
amftools  churchyard, orphan   0 weeks ago
anchorman orphan   2 weeks ago
atoum orphan   4 weeks ago
beaconorphan   2 weeks ago
carto nodejs-sig, orphan   1 weeks ago
cinnamon-themes   jcpunk, orphan, suve 2 weeks ago
closure-compiler  orphan   0 weeks ago
datanucleus-maven-parent  orphan   5 weeks ago
docker-client-javajjohnstn, orphan, rgrunber   2 weeks ago
ebay-cors-filter  orphan   5 weeks ago
eclipse-remoteeclipse-sig, orphan  0 weeks ago
emacs-lua orphan   0 weeks ago
ember-media   mpreisle, orphan 2 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 3 weeks ago
felix-shell   mizdebsk, orphan 3 weeks ago
foo2zjs   orphan   2 weeks ago
gabedit   itamarjp, orphan, rathann,   1 weeks ago
  scitech_sig
gallery3-openid   orphan   2 weeks ago
gdb-heap  orphan, siddhesh 2 weeks ago
gfal2-utilandreamanzi, gbitzes, orphan 0 weeks ago
gimp-normalmaporphan   1 weeks ago
gloobus-preview   orphan   2 weeks ago
glpi  orphan   3 weeks ago
gnome-mud orphan   2 weeks ago
gnusim8085orphan   1 weeks ago
gobby05   kevin, orphan5 weeks ago
golang-github-calmh-dugo-sig, orphan   1 weeks ago
golang-github-calmh-xdr   go-sig, orphan   1 weeks ago
golang-github-chmduquesne-go-sig, orphan   1 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   1 weeks ago
golang-github-jackpal-gateway go-sig, orphan   1 weeks ago
golang-github-syncthing-notifygo-sig, orphan   1 weeks ago
golang-github-thejerf-suture  go-sig, orphan   1 weeks ago
golang-github-vitrun-qart go-sig, orphan   1 weeks ago
gr-iioorphan   2 weeks ago
grig  orphan   2 weeks ago
gspiceui  orphan   2 weeks ago
gtkmathview   orphan   2 weeks ago
hip   orphan   0 weeks ago
icon-slicer   alexl, caillon, caolanm, 4 weeks ago
  gnome-sig, johnp, mbarnes,
  orphan, rhughes, rstrode, ssp
iipsrvorphan   3 weeks ago
inception orphan   2 weeks ago
iptux orphan   2 weeks ago
jake  nodejs-sig, orphan, piotrp   1 weeks ago
javolutionorphan   5 weeks ago
joda-convert  mizdebsk, orphan, spike  3 weeks ago
js-jquery-datetimepicker  orphan   5 weeks ago
kosmtik

Re: Orphaned packages looking for new maintainers

2020-07-13 Thread Gwyn Ciesla via devel
limb: php-IDNA_Convert, php-simplepie, php-markdown

I took these, for moodle.

-- 
Gwyn Ciesla
she/her/hers
 
in your fear, seek only peace 
in your fear, seek only love
-d. bowie

Sent with ProtonMail Secure Email.



signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages looking for new maintainers

2020-07-13 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-07-13.txt
grep it for your FAS username and follow the dependency chain.

Package  (co)maintainers   Status Change

Java-WebSocketorphan   1 weeks ago
amqp  irina, orphan5 weeks ago
anchorman orphan   1 weeks ago
atoum orphan   3 weeks ago
beaconorphan   1 weeks ago
carto nodejs-sig, orphan   0 weeks ago
cinnamon-themes   jcpunk, orphan, suve 1 weeks ago
coro-mock orphan   5 weeks ago
csvdiff   orphan   5 weeks ago
datanucleus-maven-parent  orphan   4 weeks ago
docker-client-javajjohnstn, orphan, rgrunber   1 weeks ago
ebay-cors-filter  orphan   4 weeks ago
eclipse-m2e-core  eclipse-sig, galileo,1 weeks ago
  mizdebsk, orphan
eclipse-remoteeclipse-sig, orphan  1 weeks ago
ember-media   mpreisle, orphan 1 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 2 weeks ago
felix-shell   mizdebsk, orphan 2 weeks ago
foo2zjs   orphan   1 weeks ago
gabedit   itamarjp, orphan, rathann,   0 weeks ago
  scitech_sig
gallery3-openid   orphan   1 weeks ago
gdb-heap  orphan, siddhesh 1 weeks ago
ghc-cabal-helper  orphan   1 weeks ago
gimp-normalmaporphan   0 weeks ago
gloobus-preview   orphan   1 weeks ago
glpi  orphan   2 weeks ago
gnome-desktop alexl, caolanm, fmuellner,   1 weeks ago
  gnome-sig, orphan, rhughes,
  yselkowitz
gnome-mud orphan   1 weeks ago
gnusim8085orphan   0 weeks ago
gobby05   kevin, orphan5 weeks ago
golang-github-calmh-dugo-sig, orphan   0 weeks ago
golang-github-calmh-xdr   go-sig, orphan   0 weeks ago
golang-github-chmduquesne-go-sig, orphan   0 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   0 weeks ago
golang-github-jackpal-gateway go-sig, orphan   0 weeks ago
golang-github-syncthing-notifygo-sig, orphan   0 weeks ago
golang-github-thejerf-suture  go-sig, orphan   0 weeks ago
golang-github-vitrun-qart go-sig, orphan   0 weeks ago
gr-iioorphan   1 weeks ago
grig  orphan   1 weeks ago
gspiceui  orphan   1 weeks ago
gtkglextmmchurchyard, orphan   5 weeks ago
gtkmathview   orphan   1 weeks ago
icon-slicer   alexl, caillon, caolanm, 3 weeks ago
  gnome-sig, johnp, mbarnes,
  orphan, rhughes, rstrode, ssp
iipsrvorphan   2 weeks ago
inception orphan   1 weeks ago
invokebinder  mmorsi, orphan   5 weeks ago
iptux  

Orphaned packages looking for new maintainers

2020-07-13 Thread 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/

Full report available at:
https://churchyard.fedorapeople.org/orphans-2020-07-13.txt
grep it for your FAS username and follow the dependency chain.

Package  (co)maintainers   Status Change

Java-WebSocketorphan   1 weeks ago
amqp  irina, orphan5 weeks ago
anchorman orphan   1 weeks ago
atoum orphan   3 weeks ago
beaconorphan   1 weeks ago
carto nodejs-sig, orphan   0 weeks ago
cinnamon-themes   jcpunk, orphan, suve 1 weeks ago
coro-mock orphan   5 weeks ago
csvdiff   orphan   5 weeks ago
datanucleus-maven-parent  orphan   4 weeks ago
docker-client-javajjohnstn, orphan, rgrunber   1 weeks ago
ebay-cors-filter  orphan   4 weeks ago
eclipse-m2e-core  eclipse-sig, galileo,1 weeks ago
  mizdebsk, orphan
eclipse-remoteeclipse-sig, orphan  1 weeks ago
ember-media   mpreisle, orphan 1 weeks ago
felix-osgi-obrjcapik, mizdebsk, orphan 2 weeks ago
felix-shell   mizdebsk, orphan 2 weeks ago
foo2zjs   orphan   1 weeks ago
gabedit   itamarjp, orphan, rathann,   0 weeks ago
  scitech_sig
gallery3-openid   orphan   1 weeks ago
gdb-heap  orphan, siddhesh 1 weeks ago
ghc-cabal-helper  orphan   1 weeks ago
gimp-normalmaporphan   0 weeks ago
gloobus-preview   orphan   1 weeks ago
glpi  orphan   2 weeks ago
gnome-desktop alexl, caolanm, fmuellner,   1 weeks ago
  gnome-sig, orphan, rhughes,
  yselkowitz
gnome-mud orphan   1 weeks ago
gnusim8085orphan   0 weeks ago
gobby05   kevin, orphan5 weeks ago
golang-github-calmh-dugo-sig, orphan   0 weeks ago
golang-github-calmh-xdr   go-sig, orphan   0 weeks ago
golang-github-chmduquesne-go-sig, orphan   0 weeks ago
rollinghash
golang-github-d4l3k-messagediff   go-sig, orphan   0 weeks ago
golang-github-jackpal-gateway go-sig, orphan   0 weeks ago
golang-github-syncthing-notifygo-sig, orphan   0 weeks ago
golang-github-thejerf-suture  go-sig, orphan   0 weeks ago
golang-github-vitrun-qart go-sig, orphan   0 weeks ago
gr-iioorphan   1 weeks ago
grig  orphan   1 weeks ago
gspiceui  orphan   1 weeks ago
gtkglextmmchurchyard, orphan   5 weeks ago
gtkmathview   orphan   1 weeks ago
icon-slicer   alexl, caillon, caolanm, 3 weeks ago
  gnome-sig, johnp, mbarnes,
  orphan, rhughes, rstrode, ssp
iipsrvorphan   2 weeks ago
inception orphan   1 weeks ago
invokebinder  mmorsi, orphan   5 weeks ago
iptux  

Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Ben Rosser
On Tue, Jun 23, 2020 at 7:23 PM Miro Hrončok  wrote:
>
> On 24. 06. 20 1:10, Miro Hrončok wrote:
> > On 24. 06. 20 1:07, Ben Rosser wrote:
> >> Some of my nodejs packages are an artifact of a failed attempt to
> >> package quassel-webserver [1], which I eventually gave up on, and so
> >> those could probably be safely retired. But looking at the orphans
> >> report, I'm not confident I correctly separated out the dependency
> >> trees, and this is now somewhat time sensitive, so I suppose it's
> >> better safe than sorry. (At least this is "only" 80 out of 200
> >> packages...)
> >
> > I will try to isolate the mocha deps.
> >
>
> import requests
>
> r = requests.get('https://churchyard.fedorapeople.org/orphans.json').json()
>
> chain = r['affected_packages']
> orphaned = set(r['status_change'].keys())
>
> todo = {'mocha'}
> needed = set()
>
> while todo:
>  package = todo.pop()
>  for dep in chain[package]:
>  if dep not in needed:
>  needed.add(dep)
>  todo.add(dep)
>
> needed & orphaned ->
>
> nodejs-better-assert
> nodejs-buffer-equal
> nodejs-bunker
> nodejs-burrito
> nodejs-callsite
> nodejs-charm
> nodejs-ejs
> nodejs-nopt
> nodejs-runforcover
> nodejs-slide
> nodejs-traverse
> nodejs-yamlish
>
> Should I assign them to you?
>
> --
> Miro Hrončok
> --
> Phone: +420777974800
> IRC: mhroncok

Yes, I'll take them. Thanks for the extra check! Not sure why/how I
missed those before.

Ben Rosser
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Miro Hrončok

On 24. 06. 20 1:10, Miro Hrončok wrote:

On 24. 06. 20 1:07, Ben Rosser wrote:

Some of my nodejs packages are an artifact of a failed attempt to
package quassel-webserver [1], which I eventually gave up on, and so
those could probably be safely retired. But looking at the orphans
report, I'm not confident I correctly separated out the dependency
trees, and this is now somewhat time sensitive, so I suppose it's
better safe than sorry. (At least this is "only" 80 out of 200
packages...)


I will try to isolate the mocha deps.



import requests

r = requests.get('https://churchyard.fedorapeople.org/orphans.json').json()

chain = r['affected_packages']
orphaned = set(r['status_change'].keys())

todo = {'mocha'}
needed = set()

while todo:
package = todo.pop()
for dep in chain[package]:
if dep not in needed:
needed.add(dep)
todo.add(dep)

needed & orphaned ->

nodejs-better-assert
nodejs-buffer-equal
nodejs-bunker
nodejs-burrito
nodejs-callsite
nodejs-charm
nodejs-ejs
nodejs-nopt
nodejs-runforcover
nodejs-slide
nodejs-traverse
nodejs-yamlish

Should I assign them to you?

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Miro Hrončok

On 24. 06. 20 1:07, Ben Rosser wrote:

Some of my nodejs packages are an artifact of a failed attempt to
package quassel-webserver [1], which I eventually gave up on, and so
those could probably be safely retired. But looking at the orphans
report, I'm not confident I correctly separated out the dependency
trees, and this is now somewhat time sensitive, so I suppose it's
better safe than sorry. (At least this is "only" 80 out of 200
packages...)


I will try to isolate the mocha deps.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Ben Rosser
On Tue, Jun 23, 2020 at 6:38 PM Miro Hrončok  wrote:
>
> On 23. 06. 20 21:11, Ben Rosser wrote:
> > Thanks Miro, much appreciated!
>
> You are welocme.
>
> However, I am afraid I have some bad news. The recent report in
> https://churchyard.fedorapeople.org/orphans.txt still mentions another 40 
> packages:
>
> tc01: nodejs-optimist, nodejs-burrito, nodejs-cookiejar, nodejs-exit,
> nodejs-bunker, nodejs-abbrev, nodejs-which, nodejs-reduce-component,
> nodejs-osenv, nodejs-methods, nodejs-resolve, nodejs-charm, nodejs-formidable,
> nodejs-temporary, nodejs-mime, nodejs-underscore-dot-string, nodejs-nopt,
> nodejs-expect-dot-js, nodejs-superagent, nodejs-findup-sync, 
> nodejs-runforcover,
> nodejs-traverse, nodejs-supertest, nodejs-ejs, nodejs-yamlish, nodejs-through,
> nodejs-js-yaml, nodejs-buffer-equal, nodejs-getobject, nodejs-slide,
> nodejs-better-assert, nodejs-bindings, nodejs-npmlog, nodejs-defined,
> nodejs-package, nodejs-hooker, nodejs-ansi, nodejs-eventemitter2,
> nodejs-callsite, nodejs-component-emitter, nodejs-bytes

Hmm... I suppose I might as well also claim these, at least temporarily.

Some of my nodejs packages are an artifact of a failed attempt to
package quassel-webserver [1], which I eventually gave up on, and so
those could probably be safely retired. But looking at the orphans
report, I'm not confident I correctly separated out the dependency
trees, and this is now somewhat time sensitive, so I suppose it's
better safe than sorry. (At least this is "only" 80 out of 200
packages...)

Ben Rosser

[1] https://github.com/magne4000/quassel-webserver/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Miro Hrončok

On 23. 06. 20 21:11, Ben Rosser wrote:

Thanks Miro, much appreciated!


You are welocme.

However, I am afraid I have some bad news. The recent report in 
https://churchyard.fedorapeople.org/orphans.txt still mentions another 40 packages:


tc01: nodejs-optimist, nodejs-burrito, nodejs-cookiejar, nodejs-exit, 
nodejs-bunker, nodejs-abbrev, nodejs-which, nodejs-reduce-component, 
nodejs-osenv, nodejs-methods, nodejs-resolve, nodejs-charm, nodejs-formidable, 
nodejs-temporary, nodejs-mime, nodejs-underscore-dot-string, nodejs-nopt, 
nodejs-expect-dot-js, nodejs-superagent, nodejs-findup-sync, nodejs-runforcover, 
nodejs-traverse, nodejs-supertest, nodejs-ejs, nodejs-yamlish, nodejs-through, 
nodejs-js-yaml, nodejs-buffer-equal, nodejs-getobject, nodejs-slide, 
nodejs-better-assert, nodejs-bindings, nodejs-npmlog, nodejs-defined, 
nodejs-package, nodejs-hooker, nodejs-ansi, nodejs-eventemitter2, 
nodejs-callsite, nodejs-component-emitter, nodejs-bytes


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Ben Rosser
On Tue, Jun 23, 2020 at 2:20 PM Miro Hrončok  wrote:
>
> > On Mon, Jun 22, 2020 at 8:36 AM Miro Hrončok  > wrote:
> >
> > We've been discussing this in the other thread about nodejs, but I
> > figured I'd post this here. I've already taken mocha, and I plan to
> > take the following 41 nodejs packages (at least temporarily...)--
> > these appear to be the common dependencies of mocha and discord-irc
> > that are currently orphaned.
> >
> >
> > (I ran "dnf repoquery --requires --resolve --recursive" to get this
> > list, and then filtered it against what was orphaned-- there are other
> > nodejs packages I own that I care less about so I only wanted to take
> > what I actually needed for mocha and discord-irc. I think this is the
> > complete list; if I'm wrong, I guess I'll find out.)
> >
> > Can I do this via releng ticket or do I need to actually go to each
> > page on Pagure and click the button?
>
> I've done it in bulk. Thanks for talking them.

Thanks Miro, much appreciated!

Just to add: I've also taken uglify-js and uglify-js1, as apparently
something in the mocha dependency tree needs them.

Ben Rosser
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Miro Hrončok
> On Mon, Jun 22, 2020 at 8:36 AM Miro Hrončok  
> We've been discussing this in the other thread about nodejs, but I
> figured I'd post this here. I've already taken mocha, and I plan to
> take the following 41 nodejs packages (at least temporarily...)--
> these appear to be the common dependencies of mocha and discord-irc
> that are currently orphaned.
> 
> 
> (I ran "dnf repoquery --requires --resolve --recursive" to get this
> list, and then filtered it against what was orphaned-- there are other
> nodejs packages I own that I care less about so I only wanted to take
> what I actually needed for mocha and discord-irc. I think this is the
> complete list; if I'm wrong, I guess I'll find out.)
> 
> Can I do this via releng ticket or do I need to actually go to each
> page on Pagure and click the button?

I've done it in bulk. Thanks for talking them.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-23 Thread Ben Rosser
On Mon, Jun 22, 2020 at 8:36 AM Miro Hrončok  wrote:
>
> 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/

We've been discussing this in the other thread about nodejs, but I
figured I'd post this here. I've already taken mocha, and I plan to
take the following 41 nodejs packages (at least temporarily...)--
these appear to be the common dependencies of mocha and discord-irc
that are currently orphaned.

> nodejs-readdirp, nodejs-glob, nodejs-combined-stream, nodejs-forever-agent, 
> nodejs-qs, nodejs-debug, nodejs-oauth-sign, nodejs-ms, nodejs-cryptiles, 
> nodejs-node-uuid, nodejs-form-data, nodejs-tunnel-agent, nodejs-asap, 
> nodejs-ansi-styles, nodejs-commander, nodejs-minimatch, nodejs-assert-plus, 
> nodejs-boom, nodejs-delayed-stream, nodejs-character-parser, nodejs-growl, 
> nodejs-hoek, nodejs-stack-trace, nodejs-hawk, nodejs-css-stringify, 
> nodejs-has-color, nodejs-css-parse, nodejs-diff, nodejs-transformers, 
> nodejs-http-signature, nodejs-async, nodejs-json-stringify-safe, 
> nodejs-promise, nodejs-wordwrap, nodejs-strip-ansi, nodejs-yargs, nodejs-css, 
> nodejs-ctype, nodejs-chalk, nodejs-cycle, nodejs-minimist

(I ran "dnf repoquery --requires --resolve --recursive" to get this
list, and then filtered it against what was orphaned-- there are other
nodejs packages I own that I care less about so I only wanted to take
what I actually needed for mocha and discord-irc. I think this is the
complete list; if I'm wrong, I guess I'll find out.)

Can I do this via releng ticket or do I need to actually go to each
page on Pagure and click the button?

Ben Rosser


Ben Rosser
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-22 Thread Dominik 'Rathann' Mierzejewski
On Monday, 22 June 2020 at 17:17, Vitaly Zaitsev via devel wrote:
> On 22.06.2020 17:09, Dominik 'Rathann' Mierzejewski wrote:
> > Cc'ing fmt maintainers.
> 
> fmt co-maintainer here. Sorry, but I don't like nodejs, so I don't want
> to take them.

I wasn't asking for that. I only suggested dropping the dependency,
which means you can't rebuild the docs anymore. Thanks for maintaining
fmt so far.

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-22 Thread Vitaly Zaitsev via devel
On 22.06.2020 17:09, Dominik 'Rathann' Mierzejewski wrote:
> Cc'ing fmt maintainers.

fmt co-maintainer here. Sorry, but I don't like nodejs, so I don't want
to take them.

-- 
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Orphaned packages looking for new maintainers (~200 nodejs packages to be retired in 2 days)

2020-06-22 Thread Dominik 'Rathann' Mierzejewski
On Monday, 22 June 2020 at 14:36, Miro Hrončok wrote:
[...]
> Full report available at:
> https://churchyard.fedorapeople.org/orphans-2020-06-22.txt
> grep it for your FAS username and follow the dependency chain.
> 
> Package  (co)maintainers   Status 
> Change
> 
[...]
> nodejs-mime   nodejs-sig, orphan, patches  5 weeks ago

Looks like fmt requires nodejs-less to build documentation[1], which
depends on nodejs-mime. fmt is a dependency of some important packages,
including ceph, so I suggest dropping doc rebuilding from fmt to cut the
dependency tree.

Cc'ing fmt maintainers.

[1] https://src.fedoraproject.org/rpms/fmt/blob/master/f/fmt.spec#_28

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


<    3   4   5   6   7   8   9   10   11   12   >