Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hg-git: update to 1.0.0.
@ 2022-07-05 14:01 icp1994
  2022-07-05 14:08 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2022-07-05 14:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages hg-git
https://github.com/void-linux/void-packages/pull/37865

hg-git: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/37865.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hg-git-37865.patch --]
[-- Type: text/x-diff, Size: 2639 bytes --]

From 1481be74cd47694b5f19c081c200a6bd24eefe38 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 5 Jul 2022 19:26:26 +0530
Subject: [PATCH] hg-git: update to 1.0.0.

---
 srcpkgs/hg-git/patches/fix-encoding-test.patch | 15 +++++++++++++++
 srcpkgs/hg-git/template                        | 15 ++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/hg-git/patches/fix-encoding-test.patch

diff --git a/srcpkgs/hg-git/patches/fix-encoding-test.patch b/srcpkgs/hg-git/patches/fix-encoding-test.patch
new file mode 100644
index 000000000000..944d4f2d96b3
--- /dev/null
+++ b/srcpkgs/hg-git/patches/fix-encoding-test.patch
@@ -0,0 +1,15 @@
+--- a/tests/test-encoding.t
++++ b/tests/test-encoding.t
+@@ -33,10 +33,10 @@
+   $ . $TESTDIR/latin-1-encoding
+   Warning: commit message (did|does) not conform to UTF-8. (re)
+   You may want to amend it after fixing the message, or set the config
+-  variable i18n.commitencoding to the encoding your project uses.
++  variable i18n.commitEncoding to the encoding your project uses.
+   Warning: commit message (did|does) not conform to UTF-8. (re)
+   You may want to amend it after fixing the message, or set the config
+-  variable i18n.commitencoding to the encoding your project uses.
++  variable i18n.commitEncoding to the encoding your project uses.
+ 
+   $ cd ..
+   $ git init -q --bare repo.git
diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index 37ef7e6b91ee..5f0f4dc10490 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
-version=0.9.0
-revision=3
+version=1.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"
@@ -11,18 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 # https://www.mercurial-scm.org/wiki/HgGit
 homepage="https://foss.heptapod.net/mercurial/hg-git"
+changelog="https://foss.heptapod.net/mercurial/hg-git/-/blob/branch/default/NEWS.rst"
 distfiles="$PYPI_SITE/h/hg-git/hg-git-$version.tar.gz"
-checksum=77acbd8c322847ec109046d931e0731a91fcf13e10cfe9c183812706ec867671
+checksum=3911833962eb9c899c6bea8fb49666c82f211b124d0840beb6ad95e23a4621b6
 
 do_check() {
 	cd tests
-	rm -f test-branch-bookmark-suffix.t
-	# Git 2.28 appends merge into master, Git 2.29 reverts that change
-	rm -f test-merge.t test-octopus.t test-pull.t
-	# test hg serve, bind to localhost instead *
-	rm -f test-http.t
-	# Differ in warning, which is new in Git 2.28
-	rm -f test-subrepos.t
-
 	python3 run-tests.py --with-hg=/usr/bin/hg
 }

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] hg-git: update to 1.0.0.
  2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
@ 2022-07-05 14:08 ` paper42
  2022-07-05 14:12 ` [PR PATCH] [Updated] " icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-07-05 14:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37865#discussion_r913843411

Comment:
```suggestion
changelog="https://foss.heptapod.net/mercurial/hg-git/-/raw/branch/default/NEWS.rst"
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] hg-git: update to 1.0.0.
  2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
  2022-07-05 14:08 ` [PR REVIEW] " paper42
@ 2022-07-05 14:12 ` icp1994
  2022-07-05 14:15 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-07-05 14:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages hg-git
https://github.com/void-linux/void-packages/pull/37865

hg-git: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/37865.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hg-git-37865.patch --]
[-- Type: text/x-diff, Size: 2639 bytes --]

From c55c0612d926cac6df176c7981da69abbb1922b3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 5 Jul 2022 19:26:26 +0530
Subject: [PATCH] hg-git: update to 1.0.0.

---
 srcpkgs/hg-git/patches/fix-encoding-test.patch | 15 +++++++++++++++
 srcpkgs/hg-git/template                        | 15 ++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/hg-git/patches/fix-encoding-test.patch

diff --git a/srcpkgs/hg-git/patches/fix-encoding-test.patch b/srcpkgs/hg-git/patches/fix-encoding-test.patch
new file mode 100644
index 000000000000..944d4f2d96b3
--- /dev/null
+++ b/srcpkgs/hg-git/patches/fix-encoding-test.patch
@@ -0,0 +1,15 @@
+--- a/tests/test-encoding.t
++++ b/tests/test-encoding.t
+@@ -33,10 +33,10 @@
+   $ . $TESTDIR/latin-1-encoding
+   Warning: commit message (did|does) not conform to UTF-8. (re)
+   You may want to amend it after fixing the message, or set the config
+-  variable i18n.commitencoding to the encoding your project uses.
++  variable i18n.commitEncoding to the encoding your project uses.
+   Warning: commit message (did|does) not conform to UTF-8. (re)
+   You may want to amend it after fixing the message, or set the config
+-  variable i18n.commitencoding to the encoding your project uses.
++  variable i18n.commitEncoding to the encoding your project uses.
+ 
+   $ cd ..
+   $ git init -q --bare repo.git
diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index 37ef7e6b91ee..5f0f4dc10490 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
-version=0.9.0
-revision=3
+version=1.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"
@@ -11,18 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 # https://www.mercurial-scm.org/wiki/HgGit
 homepage="https://foss.heptapod.net/mercurial/hg-git"
+changelog="https://foss.heptapod.net/mercurial/hg-git/-/blob/branch/default/NEWS.rst"
 distfiles="$PYPI_SITE/h/hg-git/hg-git-$version.tar.gz"
-checksum=77acbd8c322847ec109046d931e0731a91fcf13e10cfe9c183812706ec867671
+checksum=3911833962eb9c899c6bea8fb49666c82f211b124d0840beb6ad95e23a4621b6
 
 do_check() {
 	cd tests
-	rm -f test-branch-bookmark-suffix.t
-	# Git 2.28 appends merge into master, Git 2.29 reverts that change
-	rm -f test-merge.t test-octopus.t test-pull.t
-	# test hg serve, bind to localhost instead *
-	rm -f test-http.t
-	# Differ in warning, which is new in Git 2.28
-	rm -f test-subrepos.t
-
 	python3 run-tests.py --with-hg=/usr/bin/hg
 }

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] hg-git: update to 1.0.0.
  2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
  2022-07-05 14:08 ` [PR REVIEW] " paper42
  2022-07-05 14:12 ` [PR PATCH] [Updated] " icp1994
@ 2022-07-05 14:15 ` icp1994
  2022-07-05 14:49 ` classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-07-05 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages hg-git
https://github.com/void-linux/void-packages/pull/37865

hg-git: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/37865.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hg-git-37865.patch --]
[-- Type: text/x-diff, Size: 2638 bytes --]

From bba0b26df320220b16a9943a9ecc754770c5eb71 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 5 Jul 2022 19:26:26 +0530
Subject: [PATCH] hg-git: update to 1.0.0.

---
 srcpkgs/hg-git/patches/fix-encoding-test.patch | 15 +++++++++++++++
 srcpkgs/hg-git/template                        | 15 ++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)
 create mode 100644 srcpkgs/hg-git/patches/fix-encoding-test.patch

diff --git a/srcpkgs/hg-git/patches/fix-encoding-test.patch b/srcpkgs/hg-git/patches/fix-encoding-test.patch
new file mode 100644
index 000000000000..944d4f2d96b3
--- /dev/null
+++ b/srcpkgs/hg-git/patches/fix-encoding-test.patch
@@ -0,0 +1,15 @@
+--- a/tests/test-encoding.t
++++ b/tests/test-encoding.t
+@@ -33,10 +33,10 @@
+   $ . $TESTDIR/latin-1-encoding
+   Warning: commit message (did|does) not conform to UTF-8. (re)
+   You may want to amend it after fixing the message, or set the config
+-  variable i18n.commitencoding to the encoding your project uses.
++  variable i18n.commitEncoding to the encoding your project uses.
+   Warning: commit message (did|does) not conform to UTF-8. (re)
+   You may want to amend it after fixing the message, or set the config
+-  variable i18n.commitencoding to the encoding your project uses.
++  variable i18n.commitEncoding to the encoding your project uses.
+ 
+   $ cd ..
+   $ git init -q --bare repo.git
diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index 37ef7e6b91ee..8467bb60ab6f 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
-version=0.9.0
-revision=3
+version=1.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"
@@ -11,18 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 # https://www.mercurial-scm.org/wiki/HgGit
 homepage="https://foss.heptapod.net/mercurial/hg-git"
+changelog="https://foss.heptapod.net/mercurial/hg-git/-/raw/branch/default/NEWS.rst"
 distfiles="$PYPI_SITE/h/hg-git/hg-git-$version.tar.gz"
-checksum=77acbd8c322847ec109046d931e0731a91fcf13e10cfe9c183812706ec867671
+checksum=3911833962eb9c899c6bea8fb49666c82f211b124d0840beb6ad95e23a4621b6
 
 do_check() {
 	cd tests
-	rm -f test-branch-bookmark-suffix.t
-	# Git 2.28 appends merge into master, Git 2.29 reverts that change
-	rm -f test-merge.t test-octopus.t test-pull.t
-	# test hg serve, bind to localhost instead *
-	rm -f test-http.t
-	# Differ in warning, which is new in Git 2.28
-	rm -f test-subrepos.t
-
 	python3 run-tests.py --with-hg=/usr/bin/hg
 }

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hg-git: update to 1.0.0.
  2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
                   ` (2 preceding siblings ...)
  2022-07-05 14:15 ` icp1994
@ 2022-07-05 14:49 ` classabbyamp
  2022-07-05 14:54 ` icp1994
  2022-07-05 15:08 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-05 14:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37865#issuecomment-1175152172

Comment:
```diff
-/usr/lib/python3.10/site-packages/hg_git-0.9.0-py3.10.egg-info/PKG-INFO
-/usr/lib/python3.10/site-packages/hg_git-0.9.0-py3.10.egg-info/SOURCES.txt
-/usr/lib/python3.10/site-packages/hg_git-0.9.0-py3.10.egg-info/dependency_links.txt
-/usr/lib/python3.10/site-packages/hg_git-0.9.0-py3.10.egg-info/requires.txt
-/usr/lib/python3.10/site-packages/hg_git-0.9.0-py3.10.egg-info/top_level.txt
+/usr/lib/python3.10/site-packages/hg_git-0.0.0-py3.10.egg-info/PKG-INFO
+/usr/lib/python3.10/site-packages/hg_git-0.0.0-py3.10.egg-info/SOURCES.txt
+/usr/lib/python3.10/site-packages/hg_git-0.0.0-py3.10.egg-info/dependency_links.txt
+/usr/lib/python3.10/site-packages/hg_git-0.0.0-py3.10.egg-info/not-zip-safe
+/usr/lib/python3.10/site-packages/hg_git-0.0.0-py3.10.egg-info/requires.txt
+/usr/lib/python3.10/site-packages/hg_git-0.0.0-py3.10.egg-info/top_level.txt
```
changelog mentions moving to use setuptools_scm for version. I think that's why version is `0.0.0` here.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hg-git: update to 1.0.0.
  2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
                   ` (3 preceding siblings ...)
  2022-07-05 14:49 ` classabbyamp
@ 2022-07-05 14:54 ` icp1994
  2022-07-05 15:08 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-07-05 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/37865#issuecomment-1175157685

Comment:
Yes https://foss.heptapod.net/mercurial/hg-git/-/issues/389

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: hg-git: update to 1.0.0.
  2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
                   ` (4 preceding siblings ...)
  2022-07-05 14:54 ` icp1994
@ 2022-07-05 15:08 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-05 15:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There's a merged pull request on the void-packages repository

hg-git: update to 1.0.0.
https://github.com/void-linux/void-packages/pull/37865

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-05 15:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 14:01 [PR PATCH] hg-git: update to 1.0.0 icp1994
2022-07-05 14:08 ` [PR REVIEW] " paper42
2022-07-05 14:12 ` [PR PATCH] [Updated] " icp1994
2022-07-05 14:15 ` icp1994
2022-07-05 14:49 ` classabbyamp
2022-07-05 14:54 ` icp1994
2022-07-05 15:08 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).