X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject :sender; q=dns; s=default; b=aw2Xr5USOVQ5agV/+hc5O/L0G8boc9R3Ysk HafwNPzKS8494lFiurXH3Zi5wr96Zxs2QLYoSvRXJupoKw2M5UDudyOQBoERnJ1e fTihOBlxt3nuGLK6ROfIAA0McCoVAWh3Qet0IeNp7EF5FDAvH1H6eQqMJ4XU6QjM fQsipX2A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject :sender; s=default; bh=5QMFYlFVN67ZXsu8VbsFSDCVz/I=; b=MGwu7nef7 XiE81NXhrbeM0ahgL8eCTa5q56paZnvZmSgw1p/23UoWPw4nx+qfXBhFI/Tqxmk5 5+Gy0NsrHtsbirxEm9Me5mfv5y9xB5Ibtt9XNeYOE2W9gS2RERwXTnnrsljvfAcs Z3nlNSYbFFmhwQ84jOpaLXX8aOKbgVk+4k= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.1 spammy=H*MI:cygwin, H*F:D*cygwin.com, H*m:cygwin, rebuilding X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Mon, 25 Mar 2019 15:47:20 -0400 Message-Id: Subject: [ANNOUNCEMENT] cygport 0.33.0-1 Sender: qmail alias The following packages have been uploaded to the Cygwin distribution: * cygport-0.33.0-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. This release adds Python 3.7 to PYTHON_WHEEL_VERSIONS="default" and the 3.8 prerelease version to "all". Maintainers of Python module packages can and should begin rebuilding their packages with this version so that we can move entirely to 3.7 in the near future. The other notable change is that autotools-based MinGW packages will no longer build static libraries by default. Many packages require special preprocessor macros to handle dllimport/dllexport when building them, or when building with them, on native Windows. This precludes building them, or their reverse dependencies, with both shared and static libraries simultaneously. If you need really static libraries (e.g. setup prerequisites), AND the library builds properly both shared and static, AND its library dependencies do not require different macros for building with them in each mode, then you can override this by passing --enable-static to configure. If you still need static libraries but the other conditions are not met, you can compile the package twice in separate directories, once with the default and the second with --disable-shared --enable-static, but be careful of any differences between generated files (e.g. installed config headers or pkg-config metadata etc.) between the two (shared should generally be the default). The other changes in this release are internal in preparation for future features. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple