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 Feb 27 08:52:13 UTC 2022

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

Log Message:
py-rope: updated to 0.23.0

Release 0.23.0

Syntax support

- Implement structural pattern matching (PEP634)
- Improve the heuristic for joining lines when extracting one line
  expression

Bug fixes

- Preserve newline format when writing files
- Fix extract info collection for list comprehension with multiple targets

Documentation

- Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.18 -r1.19 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.27 pkgsrc/devel/py-rope/Makefile:1.28
--- pkgsrc/devel/py-rope/Makefile:1.27  Tue Jan  4 20:53:37 2022
+++ pkgsrc/devel/py-rope/Makefile       Sun Feb 27 08:52:13 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/01/04 20:53:37 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2022/02/27 08:52:13 adam Exp $
 
-DISTNAME=      rope-0.22.0
+DISTNAME=      rope-0.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
 

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.18 pkgsrc/devel/py-rope/distinfo:1.19
--- pkgsrc/devel/py-rope/distinfo:1.18  Tue Nov 23 20:47:04 2021
+++ pkgsrc/devel/py-rope/distinfo       Sun Feb 27 08:52:13 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/11/23 20:47:04 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/02/27 08:52:13 adam Exp $
 
-BLAKE2s (rope-0.22.0.tar.gz) = ccfd6fc57847120e3711856043a0dd71ff4b134a89b62e7cb2c6f413d3a1a7d9
-SHA512 (rope-0.22.0.tar.gz) = ead82eba834890d90a6972cc432d153b977a123588621712b50decf1f1bfff03cd411e3615dff63a5272cf4a46b32791ea625f30e3dfdf9d1969081a99544396
-Size (rope-0.22.0.tar.gz) = 260138 bytes
+BLAKE2s (rope-0.23.0.tar.gz) = 030fa9511b775d2fa7c3b6f967b4de6b66b1a5b9fae4bd0ffd28b899badde01b
+SHA512 (rope-0.23.0.tar.gz) = 1ab0a36c792fdc4d0fd1e554deec0fb6d1e877d91164fb8ee2e5f99240087f8a8d4608d1975be100bca87be0321d672b91579cf36795acffc742aa021cdf5e1b
+Size (rope-0.23.0.tar.gz) = 260990 bytes



Home | Main Index | Thread Index | Old Index