Re: Update: Python 3.7.6 -> 3.7.7

2020-03-14 Thread Remi Pointel

On 2020-03-14 08:13, Kurt Mosiejczuk wrote:

On Sat, Mar 14, 2020 at 12:32:12AM -0400, Kurt Mosiejczuk wrote:

Straightforward point release of Python 3.7. Tests run the same as before.
Little PLIST change, A conflict line moved and the usual line that has the
full version number and patch level changed.



cc maintainer



ok?


Now with the actual diff.


Hello,

sounds good to me.

Thank you,

Remi.



Re: Update: Python 3.7.6 -> 3.7.7

2020-03-14 Thread Kurt Mosiejczuk
On Sat, Mar 14, 2020 at 12:32:12AM -0400, Kurt Mosiejczuk wrote:
> Straightforward point release of Python 3.7. Tests run the same as before.
> Little PLIST change, A conflict line moved and the usual line that has the
> full version number and patch level changed.

> cc maintainer

> ok?

Now with the actual diff.

--Kurt

Index: Makefile
===
RCS file: /cvs/ports/lang/python/3.7/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile11 Feb 2020 20:43:11 -  1.15
+++ Makefile14 Mar 2020 04:28:01 -
@@ -6,13 +6,9 @@
 # Python itself.
 
 VERSION =  3.7
-PATCHLEVEL =   .6
+PATCHLEVEL =   .7
 SHARED_LIBS =  python3.7m 0.0
 VERSION_SPEC = >=3.7,<3.8
-
-REVISION = 0
-REVISION-main =1
-REVISION-idle =1
 
 CONFIGURE_ARGS +=  --with-ensurepip=no
 CONFIGURE_ARGS +=  --enable-loadable-sqlite-extensions
Index: distinfo
===
RCS file: /cvs/ports/lang/python/3.7/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo28 Dec 2019 18:35:39 -  1.4
+++ distinfo14 Mar 2020 04:28:01 -
@@ -1,2 +1,2 @@
-SHA256 (Python-3.7.6.tgz) = ru5oHCNa0zavEW8Iq2VjNhoMgcU3BywbMJ1uQFCqIRQ=
-SIZE (Python-3.7.6.tgz) = 23148187
+SHA256 (Python-3.7.7.tgz) = jIvpHNJkihoMJR8E6gu0wqVXD+ucReqqIkHHhVhbR1o=
+SIZE (Python-3.7.7.tgz) = 23161893
Index: pkg/PLIST-idle
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-idle,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-idle
--- pkg/PLIST-idle  11 Feb 2020 20:43:12 -  1.7
+++ pkg/PLIST-idle  14 Mar 2020 04:28:01 -
@@ -3,12 +3,12 @@
 @option is-branch
 @conflict python-idle-${VERSION_SPEC}
 @conflict python-idle->=3.2,<3.7
+@conflict python->=3.6,<3.6.8p0
 @pkgpath lang/python/3.2,-idle
 @pkgpath lang/python/3.3,-idle
 @pkgpath lang/python/3.4,-idle
 @pkgpath lang/python/3.5,-idle
 @pkgpath lang/python/3.6,-idle
-@conflict python->=3.6,<3.6.8p0
 bin/idle3
 bin/idle3.7
 lib/python3.7/idlelib/
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/lang/python/3.7/pkg/PLIST-main,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST-main
--- pkg/PLIST-main  11 Feb 2020 20:43:12 -  1.11
+++ pkg/PLIST-main  14 Mar 2020 04:28:01 -
@@ -2378,9 +2378,9 @@ lib/python3.7/lib-dynload/
 @so lib/python3.7/lib-dynload/zlib.so
 lib/python3.7/lib2to3/
 lib/python3.7/lib2to3/Grammar.txt
-lib/python3.7/lib2to3/Grammar3.7.6.final.0.pickle
+lib/python3.7/lib2to3/Grammar3.7.7.final.0.pickle
 lib/python3.7/lib2to3/PatternGrammar.txt
-lib/python3.7/lib2to3/PatternGrammar3.7.6.final.0.pickle
+lib/python3.7/lib2to3/PatternGrammar3.7.7.final.0.pickle
 lib/python3.7/lib2to3/__init__.py
 lib/python3.7/lib2to3/__main__.py
 lib/python3.7/lib2to3/__pycache__/



Update: Python 3.7.6 -> 3.7.7

2020-03-13 Thread Kurt Mosiejczuk
Straightforward point release of Python 3.7. Tests run the same as before.
Little PLIST change, A conflict line moved and the usual line that has the
full version number and patch level changed.

cc maintainer

ok?

--Kurt