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:   adam
Date:           Sun Mar 24 17:40:18 UTC 2024

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

Log Message:
py-rope: updated to 1.13.0

Release 1.13.0

- Isolate tests that uses external_fixturepkg into a venv (@lieryan)
- Check for ast.Attributes when finding occurrences in fstrings (@sandratsy)
- add validation to refuse Rename refactoring to a python keyword (@lieryan)
- Match on module aliases for autoimport suggestions (@MrBago)
- Remove dependency on `build` package being installed while running tests (@lieryan)
- Improved function parser to use ast parser instead of Worder (@lieryan)
- Update pre-commit (@bagel897)
- Integrate codecov with GHA (@lieryan)
- Minor type hint improvements (@lieryan)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.27 -r1.28 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.39 pkgsrc/devel/py-rope/Makefile:1.40
--- pkgsrc/devel/py-rope/Makefile:1.39  Thu Jan 18 10:23:45 2024
+++ pkgsrc/devel/py-rope/Makefile       Sun Mar 24 17:40:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/01/18 10:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/03/24 17:40:18 adam Exp $
 
-DISTNAME=      rope-1.12.0
+DISTNAME=      rope-1.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
@@ -13,6 +13,8 @@ LICENSE=      gnu-lgpl-v3
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-toolconfig>=1.2.2:../../devel/py-toolconfig
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.1.0:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.27 pkgsrc/devel/py-rope/distinfo:1.28
--- pkgsrc/devel/py-rope/distinfo:1.27  Thu Jan 18 10:23:45 2024
+++ pkgsrc/devel/py-rope/distinfo       Sun Mar 24 17:40:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/01/18 10:23:45 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/03/24 17:40:18 adam Exp $
 
-BLAKE2s (rope-1.12.0.tar.gz) = 83e4293c2c1db6f5d465ae43dd22e5d383a984aa5388df609ed245a1f51661d3
-SHA512 (rope-1.12.0.tar.gz) = 36b948b0bb212faeb77fd93bfc0b8586c41ca260ec01cddafe4599a28630b16d74c7eeacc82755a7d9ff7d2497e2d4fa2bfddd270c3f6194c50430f884c1e6e8
-Size (rope-1.12.0.tar.gz) = 288737 bytes
+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



Home | Main Index | Thread Index | Old Index