From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd-2-a4c.seznam.cz (mxd-2-a4c.seznam.cz [IPv6:2a02:598:64:8a00::1000:a4c]) by sourceware.org (Postfix) with ESMTPS id D64C93857838 for ; Tue, 6 Dec 2022 00:07:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D64C93857838 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=seznam.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seznam.cz Received: from email.seznam.cz by smtpc-mxd-fcb8c47bd-k6mnh (smtpc-mxd-fcb8c47bd-k6mnh [2a02:598:64:8a00::1000:a4c]) id 5ef403f1fba2010e5ef40dff; Tue, 06 Dec 2022 01:07:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=szn20221014; t=1670285249; bh=HNZNdJ2+DtTaQDsOyYhYqxSIq1UJFtdEkOk29Q3i4R8=; h=Received:Message-ID:Date:MIME-Version:User-Agent:Subject:To: References:From:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=F0EnnV8hlsMVRM1NhLbtHaXvUFcbiWTiRWUFV+I7aD31Kf8vWXW6LZUYrTA3vuRBp NRuN1qbXkHsyclrIJ2XGVd/dX2L+1DHs7qYx01EeSNpgft2aBXjp3AeBO6pfZ4VHr8 pncE6YI3NNDs5Y5yGsyTr/MbcNTUsdoeIXZcQw9nntQmTU0YOJB2YBOMdW9QTUPr3p eJiNTmfphifgCQ2kUaw5mg5L0P2yrVy/l6/3GiVJmfT/xkRLRDGhns3PiP1AGNKlUW VTBst6aIm3E/pXJMz0Ukp/QpTWWBOxqYbMMf0JDeb5btZyKuF9mC7LGz1i756jQNzH 5nvrLhP62y55A== Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by email-relay16.ko.seznam.cz (Seznam SMTPD 1.3.140) with ESMTP; Tue, 06 Dec 2022 01:07:28 +0100 (CET) Message-ID: <10ab1125-8103-0376-1f55-6ffaeb65df35@seznam.cz> Date: Tue, 6 Dec 2022 01:07:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: How does a package become orphaned? (was Re: Attn maintainer: python-paramiko) To: cygwin-apps@cygwin.com References: <3fdca14d-95fa-0398-46a9-6d5291ceae96@gmail.com> <0282d084-b2b2-132f-1e82-4159a4d1de05@gmail.com> <36a5d2b5-41f7-52a4-c95f-d9f2e4f12e96@dronecode.org.uk> <4c729833-8293-48d4-1b6d-d9f58e4d5137@dronecode.org.uk> <75efa4db-6f20-2521-b84e-4957ee55afc0@seznam.cz> <8eb994ae-1f91-2357-6133-fe502f96d0d9@dronecode.org.uk> From: Libor Ukropec In-Reply-To: <8eb994ae-1f91-2357-6133-fe502f96d0d9@dronecode.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,NICE_REPLY_A,RCVD_IN_SBL_CSS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Dne 05.12.2022 v 21:54 Jon Turney via Cygwin-apps napsal(a): > On 01/12/2022 20:18, Libor Ukropec wrote: >> Dne 01.12.2022 v 20:41 Jon Turney napsal(a): >>> On 17/11/2022 10:24, Libor Ukropec wrote: >>  > >>  > If that's not what the desired outcome here, please let me know. >> >> I wanted that. >> >>> >>> Sorry for taking so long over this. >>> >>> I guess somebody should ping Michael Wild to ask about the rest of his packages. >> I already did that 29 days ago, no response yet >> https://github.com/wildmichael/cygwin/issues/1 >> >> The paramiko depends on python-bcrypt and python-nacl so I'd like to ask for their >> ownership too, otherwise the ownership for paramiko does not make sense. > > I've given you maintainer-ship of these as well (Marco is a co-maintainer of python-bcrypt). thanks, python-nacl already in playground, tests are passing. I wanted to ask for ITA, but didn't find a time for it, I hope it is not a big problem from the process view and also the other developers. > > I've run my ctm2git tool [1] to generate the packaging git repos for python-paramiko and > python-nacl with history, which I try to remember to do for package adoptions, when it > doesn't already exist. Let me know if you'd like those removed. no need to remove, always good to have track of history from which it has derived > > (I didn't run if for bcrypt in case Marco doesn't want that) it seems it is not necessary, as bcrypt is the latest we can support (3.2.0) and Python 3.9 is supported too. python-paramiko seems to have more issues to solve, for now I'm disabling the python tests Thank you, Libor > > [1] https://github.com/jon-turney/ctm2git (but it's totally janky, so you're better off > just asking me to run it :)) > >> If Michael Wild by any chance responds and still would like to maintain those packages, >> I'll be happy to return them :) > >