From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd-2-4ec.seznam.cz (mxd-2-4ec.seznam.cz [IPv6:2a02:598:64:8a00::1000:4ec]) by sourceware.org (Postfix) with ESMTPS id 6A63B396E03B for ; Thu, 17 Nov 2022 10:24:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6A63B396E03B 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-74849b8976-b6kpj (smtpc-mxd-74849b8976-b6kpj [2a02:598:64:8a00::1000:4ec]) id 4a66a37aef30a1854a66ad74; Thu, 17 Nov 2022 11:24:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=szn20221014; t=1668680693; bh=8rlbyv1uoYbbfb224ISTomePYlDOUhvy5w5XnPNPn3M=; h=Received:Message-ID:Date:MIME-Version:User-Agent:Subject:To: References:From:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=NVyAWVYocjRW6/Imoe5M4GyuAErEX15RzP4Bkey0wdvPdDykQTCSTxI0d00ZU/nje zSnv7vIC+5WxuQiW+Ok8BcUSGnnLlBX9T6hMg4mYPq500uwFdGvwit9WyBCZWj3mEp v4Bf1Aq3jUBhJkJPPh1nCBxXvq/zh4v/zrN4k9Hmf6iqUj/lQLgNzEvjeFgheqTCgW /evebOy92L3m0Si9WAZJC9b9fLac+1HN+dIiIeCrgM7v0JANJ8cLyZhLYQ6sVrkuyc MFc1yZECqf3PY0ZdaGBO749tyq8uhAb/9c7Dt2m0pO+2N76cVW8YuPialvNRfSe7Ox Ha26jv3mltlcA== Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by email-relay10.ng.seznam.cz (Seznam SMTPD 1.3.140) with ESMTP; Thu, 17 Nov 2022 11:24:51 +0100 (CET) Message-ID: Date: Thu, 17 Nov 2022 11:24:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 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> From: Libor Ukropec In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.3 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 16.11.2022 v 12:52 Thomas Wolff napsal(a): > >> What I do not want to do is the violent take over, so I gave some time to the original >> owner of the python-paramiko to respond. I created a bug onĀ  github.com almost 2 weeks >> ago and so far no reaction: https://github.com/wildmichael/cygwin/issues/1 > As a general comment, I'd like to point out that "almost 2 weeks" is even less than > someone's holiday time may be... See above in the thread - author did not react here on cygwin for months. What I did, I've found the author on GitHub and contacted him there as well. >>Jon Turney: It's undefined how many times we should ping, or how long we should wait for a response, but I think that the ~10 months that's elapsed here is more than enough! >> >> the cygport is executing in "src_test" some python tests that in the end requires some >> python packages not available as cygwin packages (typing_extensions, mock, pytest-mock, >> may be others). >> >> So should I >> a) remove the test? (this is not my preference) >> or >> b) specify/execute in the cygport `pip3 install pkg1 pkg2 ...` - I'd expect that >> executing any stuff in the cygport is not allowed (and I do not want to trigger 'misuse >> alarm') Any advice to this? >> >> and additional question - how do I execute scallywag "before" the ITA is approved and >> git repo created? Can/should I use 'playground' branch for another package that I >> already maintain? >> >> I do not see guide on cygwin.com is explaining this. and this? >> >> Thank you, >> Libor > >