pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Oct  2 20:37:22 UTC 2023

Modified Files:
        pkgsrc/devel/py-mercurial: distinfo version.mk
        pkgsrc/devel/py-mercurial/patches: patch-setup.py

Log Message:
py-mercurial: Update to 6.5.2

pkgsrc changes:
---------------
  * Shift patch lines to suppress offset.

upstream changes:
-----------------
Mercurial 6.5.2
  o hgweb: encode WSGI environment using the ISO-8859-1 codec
  o rhg: fix the bug where sparse config is interpreted as relglob instead of glob
  o gpg: fix an UnboundLocalError whenever using --force
  o transaction: fix repr() and make the default name bytes
  o setup: make the error "Unable to find a working hg binary" more informative
  o tests: avoid test environment affecting setup.py
  o run-tests: detect HGWITHRUSTEXT value


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-mercurial/version.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-mercurial/patches/patch-setup.py

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-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.136 pkgsrc/devel/py-mercurial/distinfo:1.137
--- pkgsrc/devel/py-mercurial/distinfo:1.136    Sat Aug 26 13:20:07 2023
+++ pkgsrc/devel/py-mercurial/distinfo  Mon Oct  2 20:37:21 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.136 2023/08/26 13:20:07 wiz Exp $
+$NetBSD: distinfo,v 1.137 2023/10/02 20:37:21 triaxx Exp $
 
-BLAKE2s (mercurial-6.5.1.tar.gz) = 10899a8744d43a09106eab35060d82b62ff0dd1588e84522aaca9b63655bfe2f
-SHA512 (mercurial-6.5.1.tar.gz) = 344305e9b1690f062ffc3d3f9dd99e0e4a63cede749def49c1975aa0a293b8c46777692274f83002ce136800a3a692ce1a916c254aea6d93aa749b2a30141303
-Size (mercurial-6.5.1.tar.gz) = 8231803 bytes
-SHA1 (patch-setup.py) = 5d5fb792b3f6c714ad11d6ff21d7b40f8182d1a6
+BLAKE2s (mercurial-6.5.2.tar.gz) = 9238e38082f78f19f9b339df550a1de72120895d94d71c69e082a33a84ca0f60
+SHA512 (mercurial-6.5.2.tar.gz) = 200c4efb8e07c23c0c699f782cd40b2d966fa51c05b8cdd8d4066538fff90de2e94b760007eafd305391cb8c626c52b2466d0ae87a3ec17803cbaa3cb75706db
+Size (mercurial-6.5.2.tar.gz) = 8233023 bytes
+SHA1 (patch-setup.py) = 2f5e1f619af50cc0976ce6b229e4ce9cc3492c29

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.52 pkgsrc/devel/py-mercurial/version.mk:1.53
--- pkgsrc/devel/py-mercurial/version.mk:1.52   Sat Aug 26 13:20:07 2023
+++ pkgsrc/devel/py-mercurial/version.mk        Mon Oct  2 20:37:21 2023
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.52 2023/08/26 13:20:07 wiz Exp $
+# $NetBSD: version.mk,v 1.53 2023/10/02 20:37:21 triaxx Exp $
 
-VERSION=       6.5.1
+VERSION=       6.5.2

Index: pkgsrc/devel/py-mercurial/patches/patch-setup.py
diff -u pkgsrc/devel/py-mercurial/patches/patch-setup.py:1.1 pkgsrc/devel/py-mercurial/patches/patch-setup.py:1.2
--- pkgsrc/devel/py-mercurial/patches/patch-setup.py:1.1        Wed Jun 14 11:07:26 2023
+++ pkgsrc/devel/py-mercurial/patches/patch-setup.py    Mon Oct  2 20:37:22 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.1 2023/06/14 11:07:26 riastradh Exp $
+$NetBSD: patch-setup.py,v 1.2 2023/10/02 20:37:22 triaxx Exp $
 
 Skip existence check for Python.h so this can be cross-compiled.
 
@@ -7,7 +7,7 @@ The pkgsrc toolchain wrapper will interp
 
 --- setup.py.orig      2023-05-04 12:17:18.000000000 +0000
 +++ setup.py
-@@ -639,13 +639,6 @@ class hgbuildpy(build_py):
+@@ -658,13 +658,6 @@ class hgbuildpy(build_py):
  
                  exts.append(osutilbuild.ffi.distutils_extension())
              self.distribution.ext_modules = exts



Home | Main Index | Thread Index | Old Index