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 Sep 19 10:50:42 UTC 2021

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

Log Message:
py-rope: updated to 0.20.1

Release 0.20.1

Bug fixes
- Fix caller of `_namedexpr_last()` throwing exception due to returning unexpected list
  instead of boolean

Release 0.20.0

New feature
- Added the ability to extract method to @staticmethod/@classmethod (@climbus)
- Changed Organize import to keep variables listed in `__all__`
- Change default .ropeproject/config.py to ignore code in folders named
  .venv and venv (@0x1e02)

Syntax support
- Add extract method refactoring of code containing `exec` (@ceridwen)
- Add extract method refactoring of code containing `async def`, `async for`, and `await`
- Support extract method of expressions containing inline assignment (walrus operator)

Bug fixes
- Fix list of variables that are returned and/or turned into argument when extracting method in a loop


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.12 -r1.13 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.22 pkgsrc/devel/py-rope/Makefile:1.23
--- pkgsrc/devel/py-rope/Makefile:1.22  Thu Apr 29 17:08:01 2021
+++ pkgsrc/devel/py-rope/Makefile       Sun Sep 19 10:50:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/04/29 17:08:01 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/09/19 10:50:42 adam Exp $
 
-DISTNAME=      rope-0.19.0
+DISTNAME=      rope-0.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.12 pkgsrc/devel/py-rope/distinfo:1.13
--- pkgsrc/devel/py-rope/distinfo:1.12  Thu Apr 29 17:08:01 2021
+++ pkgsrc/devel/py-rope/distinfo       Sun Sep 19 10:50:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/04/29 17:08:01 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/09/19 10:50:42 adam Exp $
 
-SHA1 (rope-0.19.0.tar.gz) = 7bc85c8029ff0d5776f704500bbf2e687579378b
-RMD160 (rope-0.19.0.tar.gz) = 3d27dda77104dce77ec95d4f4cdc5b6a9b258571
-SHA512 (rope-0.19.0.tar.gz) = fd41777d76861837479bf0777ea42cc052eed7ba396bc4531a0c7f101b05b1c5a57c300950b7a3c8a2902e28ff049d146646f83f8a8a447ab9ccd7cd8aa48110
-Size (rope-0.19.0.tar.gz) = 252902 bytes
+SHA1 (rope-0.20.1.tar.gz) = e5d0c21e1dcc6d7ce07e999ad4f33057638164f1
+RMD160 (rope-0.20.1.tar.gz) = 51224b8a1e94490c5e52288410ce96a412bf26bf
+SHA512 (rope-0.20.1.tar.gz) = 328016e711a7d684fa316b3eb8ebc233bcdf579d2545d038dedc703be82e6d5b4a8af8a9fba96569c84b9cab4450a139013ec25ae16a082c699920ea9096ce7f
+Size (rope-0.20.1.tar.gz) = 257811 bytes



Home | Main Index | Thread Index | Old Index