pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-fastbencode



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  8 09:00:10 UTC 2024

Modified Files:
        pkgsrc/converters/py-fastbencode: Makefile distinfo

Log Message:
py-fastbencode: updated to 0.3.1

0.3.1

Bump actions/setup-python from 2 to 5
Fix wheel build

0.3.0

Use disperse action
Migrate to pyproject.toml
Set dependencies field
Enable ruff, pyupgrade
Fix compatibility with Python 3.12
Add python3.12 to the list of supported Python versions
Don't try to test with python version that is not yet released
Migrate to ruff
Add bencode_utf8/bdecode_utf8 functions
Configure dependabot, drop python 3.7, build wheels from github action
Bump actions/checkout from 2 to 4


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/py-fastbencode/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/py-fastbencode/distinfo

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

Modified files:

Index: pkgsrc/converters/py-fastbencode/Makefile
diff -u pkgsrc/converters/py-fastbencode/Makefile:1.6 pkgsrc/converters/py-fastbencode/Makefile:1.7
--- pkgsrc/converters/py-fastbencode/Makefile:1.6       Thu Nov 30 05:53:26 2023
+++ pkgsrc/converters/py-fastbencode/Makefile   Wed May  8 09:00:10 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/11/30 05:53:26 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/08 09:00:10 adam Exp $
 
-DISTNAME=      fastbencode-0.2
-PKGREVISION=   1
+DISTNAME=      fastbencode-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
 MASTER_SITES+= ${MASTER_SITE_PYPI:=f/fastbencode/}
@@ -11,8 +10,8 @@ HOMEPAGE=     https://github.com/breezy-team
 COMMENT=       Implementation of bencode with optional fast C extensions
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27

Index: pkgsrc/converters/py-fastbencode/distinfo
diff -u pkgsrc/converters/py-fastbencode/distinfo:1.4 pkgsrc/converters/py-fastbencode/distinfo:1.5
--- pkgsrc/converters/py-fastbencode/distinfo:1.4       Mon Feb 20 17:35:35 2023
+++ pkgsrc/converters/py-fastbencode/distinfo   Wed May  8 09:00:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/02/20 17:35:35 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/05/08 09:00:10 adam Exp $
 
-BLAKE2s (fastbencode-0.2.tar.gz) = 58463e450accc87084d6c4a99bf75fb579f8d256ae7502faa100e3fb664823f3
-SHA512 (fastbencode-0.2.tar.gz) = 4cc62d8ed54fcf1d989e026ad2b4d0c1f4a2fa762d9c2f7da182501af7454f802202c47763b714072009357858a3f93ea6ad9b3e9f80742b749f5014f84e1598
-Size (fastbencode-0.2.tar.gz) = 22580 bytes
+BLAKE2s (fastbencode-0.3.1.tar.gz) = f8717b71f3e491b1382eb801d0c409bb5d2fe728d64bc109987beb2f6886b097
+SHA512 (fastbencode-0.3.1.tar.gz) = 153501ecbfcff76a55faec4c65924a4e4b171a91e05092ecaba61a8561f84d2abce0ac7b7d51aee44b39e6b706c38b5ea7a23f92a4650545b4526a0ae1ac086d
+Size (fastbencode-0.3.1.tar.gz) = 20881 bytes



Home | Main Index | Thread Index | Old Index