pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hg-git Update package to 0.10, fixing an "Att...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/081d53908fc6
branches:  trunk
changeset: 449255:081d53908fc6
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Mar 24 09:25:09 2021 +0000

description:
Update package to 0.10, fixing an "AttributeError: 'bytes' object has
no attribute 'encode'" during 'hg clone'.

>From upstream's changelog:

hg-git 0.10.0 (2020-02-01)
The 0.10.x series will be the last one supporting Python 2.7 and
Python 3.5. Future feature releases will only support Python 3.6 and
later and Mercurial 5.2 or later.
Enhancements:

Add support for proper HTTP authentication, using either
~/.git-credentials or just as with any other Mercurial remote
repository. Previously, the only place to specify credentials was in
the URL.
Add --git option to hg tag for creating lightweight Git tags.
Always show Git tags and remotes in hg log, even if marked as
obsolete.
Support {gitnode} keyword in templates for incoming changes.
Support HTTP authentication using either the Mercurial
configuration, git-credentials or a user prompt.
Support accessing Git repositories using file:// URIs.
Optimise writing the map between Mercurial and Git commits.
Add debuggitdir command that prints the path to the cached Git
repository.

Bug fixes:

Fix pulling changes that build on obsoleted changesets.
Fix using git-cleanup from a shared repository.
Fix scp-style ÒURIsÓ on Windows.
Fix hg status crashing when using .gitignore and a directory
is not readable.
Fix support for .gitignore from shared repositories and when
using a Mercurial built with Rust extensions.
Add brotli to list of modules ignored by Mercurial's
demandimport, so urllib3 can detect its absence on Python 2.7.
Fix the git protocol on Python 3.
Address a deprecation in Dulwich 0.20.6 when pushing to Git.
Fix configuration path sub-options such as remote:pushurl.
Fix pushing to Git when invalid references exist by disregarding
them.
Always save the commit map after an import.
Add support for using Python 3 on Windows.
Mark gimport, gexport and gclear as advanced as they are
either complicated to understand or dangerous.
Handle backslashes in .gitignore correctly on Windows.
Fix path auditing on Windows, so that e.g. .hg and .git
trigger the appropriate behaviour.

Other changes:

More robust tests and CI infrastructure.
Drop support for Mercurial 4.3.
Updated documentation.

diffstat:

 devel/py-hg-git/Makefile |   6 +++---
 devel/py-hg-git/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 218a66d488df -r 081d53908fc6 devel/py-hg-git/Makefile
--- a/devel/py-hg-git/Makefile  Wed Mar 24 08:38:03 2021 +0000
+++ b/devel/py-hg-git/Makefile  Wed Mar 24 09:25:09 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2021/01/16 20:26:56 maya Exp $
+# $NetBSD: Makefile,v 1.18 2021/03/24 09:25:09 hauke Exp $
 
-VERS=          0.9.0
-PKGREVISION=   1
+VERS=          0.10.0
+#PKGREVISION=  1
 DISTNAME=      hg-git-${VERS}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel scm
diff -r 218a66d488df -r 081d53908fc6 devel/py-hg-git/distinfo
--- a/devel/py-hg-git/distinfo  Wed Mar 24 08:38:03 2021 +0000
+++ b/devel/py-hg-git/distinfo  Wed Mar 24 09:25:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/01/16 15:15:30 maya Exp $
+$NetBSD: distinfo,v 1.8 2021/03/24 09:25:09 hauke Exp $
 
-SHA1 (hg-git-0.9.0.tar.bz2) = 6e90c508e3c7dd9b3cb4ee5f46b368780b6ac3da
-RMD160 (hg-git-0.9.0.tar.bz2) = dea163cef94f4ab3e9f653752090525c8fc867f6
-SHA512 (hg-git-0.9.0.tar.bz2) = 739fb4d815c1bf21c4ec956c9ff090fa271e6223aa60c0d04fe4f0cd598e39d2a4ca7f92d90bcb7af170db82faf95bf0e135991968b1e3b63bbd602d49d9d7fb
-Size (hg-git-0.9.0.tar.bz2) = 129281 bytes
+SHA1 (hg-git-0.10.0.tar.bz2) = 9207e04d942518dd9277555d2f54e063a0fa4e05
+RMD160 (hg-git-0.10.0.tar.bz2) = 9c1dc4227269a49a8c23afb9c0e3c53a4f580d8e
+SHA512 (hg-git-0.10.0.tar.bz2) = 6f4277bc2b63da97e63531c751465e72467be0dfe92a7b64bfa423412268f89f02985665428597281a53b44f169f1291447e7b1d3a8047d7b0d67d1b1e0e5e27
+Size (hg-git-0.10.0.tar.bz2) = 143518 bytes



Home | Main Index | Thread Index | Old Index