pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-acme-tiny



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  1 11:47:31 UTC 2025

Modified Files:
        pkgsrc/security/py-acme-tiny: Makefile distinfo

Log Message:
py-acme-tiny: updated to 5.0.2

5.0.2

CHANGELOG
* Fixed compatibility with Let's Encrypt dropping support for contacts.
* Switched from using `setup.py` to `pyproject.toml` packaging configuration.
* Updated project automated tests to use more modern versions of python.

NOTE: While the automated tests only support python 3.9+, you should still be able to use `acme_tiny.py` in older versions of python.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-acme-tiny/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-acme-tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-acme-tiny/Makefile
diff -u pkgsrc/security/py-acme-tiny/Makefile:1.15 pkgsrc/security/py-acme-tiny/Makefile:1.16
--- pkgsrc/security/py-acme-tiny/Makefile:1.15  Sat Apr 19 12:24:20 2025
+++ pkgsrc/security/py-acme-tiny/Makefile       Tue Jul  1 11:47:31 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/19 12:24:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2025/07/01 11:47:31 adam Exp $
 
-DISTNAME=      acme-tiny-5.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
+DISTNAME=      acme_tiny-5.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/acme-tiny/}
 
@@ -16,13 +15,11 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-virtualenv
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} acme-tiny acme-tiny-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/wheel.mk"
-# does not need the libraries/headers, but this way we an use the builtin one
+# does not need the libraries/headers, but this way we can use the builtin one
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-acme-tiny/distinfo
diff -u pkgsrc/security/py-acme-tiny/distinfo:1.8 pkgsrc/security/py-acme-tiny/distinfo:1.9
--- pkgsrc/security/py-acme-tiny/distinfo:1.8   Tue Oct 26 11:17:40 2021
+++ pkgsrc/security/py-acme-tiny/distinfo       Tue Jul  1 11:47:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:17:40 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/07/01 11:47:31 adam Exp $
 
-BLAKE2s (acme-tiny-5.0.1.tar.gz) = 848306a57a9c388d60401eab405c50687a95f6f00f271bd355560f8f0b344319
-SHA512 (acme-tiny-5.0.1.tar.gz) = 12940426b0fd9cce333ae400161ba371f2c05fdcbb7ac5931079e9b420a5504c89b35613678c9527333647a7ca2f5cfd4eb238ca7b762c5488b9dd98fb3e4731
-Size (acme-tiny-5.0.1.tar.gz) = 22406 bytes
+BLAKE2s (acme_tiny-5.0.2.tar.gz) = 31d03c774e5c1d9fe6012324342e8ba4c9ca58b433326b3ddba8c3f52e38c339
+SHA512 (acme_tiny-5.0.2.tar.gz) = 326cada24d5edba76138cf7b38acd59b9090349c0a7f618e1e2accef00c4bc7f8559c37a8fbadd54778bcda16a4de712020d8115d07dcd4d4e49c688022b8f34
+Size (acme_tiny-5.0.2.tar.gz) = 23260 bytes



Home | Main Index | Thread Index | Old Index