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
This commit is contained in:
triaxx 2023-10-02 20:37:21 +00:00
parent ead63467b8
commit aba4e59bd6
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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 interpose a sysroot to resolve the
--- 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

View file

@ -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