From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DF13B385843E for ; Sun, 22 Jan 2023 13:59:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 13D833858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 6139452E4CD9F8FD X-Originating-IP: [81.153.98.246] X-OWM-Source-IP: 81.153.98.246 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrudduiedgiedtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfhffuvfgtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnheptedvleduffekgfefveelteejhfetvdefhfefieekfeeghfefkefftdevhfetffdvnecukfhppeekuddrudehfedrleekrddvgeeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddrudehfedrleekrddvgeeipdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepuddprhgtphhtthhopegthihgfihinhdqrghnnhhouhhntggvsegthihgfihinhdrtghomh X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-Id: Date: Sun, 22 Jan 2023 13:59:27 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 X-Mozilla-News-Host: news://news.gmane.io:119 Content-Language: en-GB From: Jon Turney Subject: [ANNOUNCEMENT] cygport 0.36.0-1 To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3569.6 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, 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 X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com Reply-To: cygwin@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User List-Id: The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.0-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. Highlights of this release: * Error on attempts to build python2 packages with the python2{,-disutils,-wheel} cygclasses, or with the python-wheel cygclass with a PYTHON_WHEEL_VERSIONS containing "2". * Warn about the upstream deprecation of python distutils (removal is planned for Python 3.12). * Document the implicit actions taken on files in $C. For those rare packages which use those actions, add CYGWIN_FILES to place files in $C, as an alternative to creating them with a ${PF}.cygwin.patch file. * Document that it's valid to set PN_debuginfo_OBSOLETES, even though PN_debuginfo is not explicitly listed in PKG_NAMES. > Achim Gratz (1): > bin/cygport.in: make system-wide defaults overrideable by user defaults > > Jon Turney (22): > pkg: Allow package compression to be specified > pkg: don't put local user:group info into package archives > Try harder to preserve upstream timestamps in source package > Add a test of arch-invariant SRC_URI and PATCH_URI logic > Ignore errors in nested source-ing of cygport > Add a test which runs 'cygport vars' > Document actions taken on files in $C > Provide an alternative mechanism to get files into $C > Add a test of CYGWIN_FILES functionality > Ensure example cygports in documentation contain LICENSE and HOMEPAGE > pkg_upload: doc: Update (now redirected) URLs in uploading documentation > python{,2,3}-distutils: Warn that distutils is deprecated > pkg: doc: Drop mention of empty obsoletion packages > pkg_info: Use absolute path to cygpath > Fix python/wheel test and restore in CI > Make 'inherit python2{,-disutils,-wheel}' an error > Make PYTHON_WHEEL_VERSIONS containing "2" or "2.x" an error > Update tests for python2 EOL > Update copyrights to 2023 > doc: Update VERSION and RELEASE constraints to align with reality > Clarify error message suggesting AUTOCONF_VERSION > Bump version to 0.36.0