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 Apr 30 18:24:21 UTC 2023

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

Log Message:
py-rope: update to 1.1.1.

(1.2 and newer need unpackaged pytoolconfig)

Release 1.1.1

Bug fixes

    #476 Fix rope.contrib.autoimport package missing from release (@bageljrkhanofemus)

Release 1.1.0

Date: 2022-05-25

New feature

    #464 Add new autoimport implementation that uses a sqllite3 database, cache all available modules quickly, search for names and produce import statements, sort import statements. 
(@bageljrkhanofemus)

Bug fixes

    #419 Fix bug while moving decorated function (@dryobates)
    #439 Fix bug while moving decorated class (@dryobates)
    #461 Fix bug while extracting method with list comprehension in class method (@dryobates)
    #440 Fix bug while inlining function with type hints in signature (@dryobates)

Deprecation

    The pickle-based autoimport implementation is still the default, but will be deprecated sometime in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-rope/PLIST
cvs rdiff -u -r1.20 -r1.21 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.30 pkgsrc/devel/py-rope/Makefile:1.31
--- pkgsrc/devel/py-rope/Makefile:1.30  Sun Apr 30 18:19:34 2023
+++ pkgsrc/devel/py-rope/Makefile       Sun Apr 30 18:24:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/04/30 18:19:34 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/04/30 18:24:21 wiz Exp $
 
-DISTNAME=      rope-1.0.0
+DISTNAME=      rope-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/python-rope
 COMMENT=       Python refactoring library
 LICENSE=       gnu-lgpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27

Index: pkgsrc/devel/py-rope/PLIST
diff -u pkgsrc/devel/py-rope/PLIST:1.5 pkgsrc/devel/py-rope/PLIST:1.6
--- pkgsrc/devel/py-rope/PLIST:1.5      Sun Apr 30 18:19:34 2023
+++ pkgsrc/devel/py-rope/PLIST  Sun Apr 30 18:24:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/04/30 18:19:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/04/30 18:24:21 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -175,9 +175,24 @@ ${PYSITELIB}/rope/base/worder.pyo
 ${PYSITELIB}/rope/contrib/__init__.py
 ${PYSITELIB}/rope/contrib/__init__.pyc
 ${PYSITELIB}/rope/contrib/__init__.pyo
-${PYSITELIB}/rope/contrib/autoimport.py
-${PYSITELIB}/rope/contrib/autoimport.pyc
-${PYSITELIB}/rope/contrib/autoimport.pyo
+${PYSITELIB}/rope/contrib/autoimport/__init__.py
+${PYSITELIB}/rope/contrib/autoimport/__init__.pyc
+${PYSITELIB}/rope/contrib/autoimport/__init__.pyo
+${PYSITELIB}/rope/contrib/autoimport/defs.py
+${PYSITELIB}/rope/contrib/autoimport/defs.pyc
+${PYSITELIB}/rope/contrib/autoimport/defs.pyo
+${PYSITELIB}/rope/contrib/autoimport/parse.py
+${PYSITELIB}/rope/contrib/autoimport/parse.pyc
+${PYSITELIB}/rope/contrib/autoimport/parse.pyo
+${PYSITELIB}/rope/contrib/autoimport/pickle.py
+${PYSITELIB}/rope/contrib/autoimport/pickle.pyc
+${PYSITELIB}/rope/contrib/autoimport/pickle.pyo
+${PYSITELIB}/rope/contrib/autoimport/sqlite.py
+${PYSITELIB}/rope/contrib/autoimport/sqlite.pyc
+${PYSITELIB}/rope/contrib/autoimport/sqlite.pyo
+${PYSITELIB}/rope/contrib/autoimport/utils.py
+${PYSITELIB}/rope/contrib/autoimport/utils.pyc
+${PYSITELIB}/rope/contrib/autoimport/utils.pyo
 ${PYSITELIB}/rope/contrib/changestack.py
 ${PYSITELIB}/rope/contrib/changestack.pyc
 ${PYSITELIB}/rope/contrib/changestack.pyo

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.20 pkgsrc/devel/py-rope/distinfo:1.21
--- pkgsrc/devel/py-rope/distinfo:1.20  Sun Apr 30 18:19:34 2023
+++ pkgsrc/devel/py-rope/distinfo       Sun Apr 30 18:24:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/04/30 18:19:34 wiz Exp $
+$NetBSD: distinfo,v 1.21 2023/04/30 18:24:21 wiz Exp $
 
-BLAKE2s (rope-1.0.0.tar.gz) = a3aae87d78a85f5c7e55b391b2e2d1b9a1803cd2f6419ef732e867a21d26aa02
-SHA512 (rope-1.0.0.tar.gz) = f4a011750dfe51f092f29d1a911e4ce6c0425a31839f6ebade834d57472beeee9bae49cbd1f46ebcb2f3fe5c6aaf16edd583fd3a701b51b0f80d221c5aa23aed
-Size (rope-1.0.0.tar.gz) = 263335 bytes
+BLAKE2s (rope-1.1.1.tar.gz) = 7573a11feaf63b7c21d16ceb5f39dcd59e03f89fc8baeb3e1a19fbd8acab213d
+SHA512 (rope-1.1.1.tar.gz) = aaf664a63ef00e3c844d6999338fe6a3384ddecfe95ef9b7eb213e5c37c9f78f7d2ea59aa7e612487bac5eaaaf7fc8ba499c0d43c740f99a7b3be64c9d7f6e07
+Size (rope-1.1.1.tar.gz) = 274610 bytes



Home | Main Index | Thread Index | Old Index