pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 13 10:41:04 UTC 2025

Modified Files:
        pkgsrc/devel/py-rope: Makefile distinfo

Log Message:
py-rope: update to 1.14.0.

# Release 1.14.0

- #787 Add type hints to importinfo.py and add repr to ImportInfo (@lieryan)
- #786 Upgrade Actions used in Github Workflows (@lieryan)
- #785 Refactoring movetest.py (@lieryan)
- #788 Introduce the `preferred_import_style` configuration (@nicoolas25, @lieryan)
- #820 Add explicit sphinx.configuration key (@lieryan)
- #805 Update GHA Python versions by (@lieryan)
- #809 Python3.13 compat (@Nowa-Ammerlaan)
- #818 Adapt conditional for Python 3.14 (@penguinpee)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-rope/distinfo

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

Modified files:

Index: pkgsrc/devel/py-rope/Makefile
diff -u pkgsrc/devel/py-rope/Makefile:1.45 pkgsrc/devel/py-rope/Makefile:1.46
--- pkgsrc/devel/py-rope/Makefile:1.45  Sat Apr 12 20:13:33 2025
+++ pkgsrc/devel/py-rope/Makefile       Sun Jul 13 10:41:04 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2025/04/12 20:13:33 adam Exp $
+# $NetBSD: Makefile,v 1.46 2025/07/13 10:41:04 wiz Exp $
 
-DISTNAME=      rope-1.13.0
+DISTNAME=      rope-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
 
@@ -20,6 +19,9 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-toolconfig -> py-sphinx
 
+# as of 1.14.0
+# 2092 passed, 7 skipped, 5 xfailed, 1948 warnings, 1 error
+
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.28 pkgsrc/devel/py-rope/distinfo:1.29
--- pkgsrc/devel/py-rope/distinfo:1.28  Sun Mar 24 17:40:18 2024
+++ pkgsrc/devel/py-rope/distinfo       Sun Jul 13 10:41:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/03/24 17:40:18 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/07/13 10:41:04 wiz Exp $
 
-BLAKE2s (rope-1.13.0.tar.gz) = 23a2cd490613c188fca691646dc571944803e9f67915b288507ab79d37f9aff4
-SHA512 (rope-1.13.0.tar.gz) = 2f150d8b56165dd3cffc3f41d94394b5f44d7d6274859d7b460c6e61b99cb9d9630f3540940fa97bcd1238fa8a799cf9c80f2d9b5b7fd6a690cebabadf775db4
-Size (rope-1.13.0.tar.gz) = 294457 bytes
+BLAKE2s (rope-1.14.0.tar.gz) = cc29664a705faed4ab436ed2c0b37edc34913ba3e905ad80267f00fe62e7cfd5
+SHA512 (rope-1.14.0.tar.gz) = c6be815e386b7430eb48de0f09d04243bbcbf37b32bac043c8141fa63f6d33ef29809ce1eb37f0f01d0d0032be9a43c02c984a418a796f86da6ce056ac060785
+Size (rope-1.14.0.tar.gz) = 296801 bytes



Home | Main Index | Thread Index | Old Index