Julien Cristau [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
Merge mercurial (6.6.1-2) import into refs/heads/workingbranch
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
test_copies_chain_merge_slow
Gbp-Pq: Name test_copies_chain_merge_slow.patch
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
test-hghave-testrepo
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
test-clone-stream-bigendian
Gbp-Pq: Name test-clone-stream-bigendian.patch
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
histedit-ncurses
# HG changeset patch
# User Julien Cristau <jcristau@mozilla.com>
# Date
1702378068 -3600
# Tue Dec 12 11:47:48 2023 +0100
# Branch stable
# Node ID
e306d552dfb126efec571c5834400c84809c7efb
# Parent
cde293e04ca05ca8e324d9640b73b3056bfb0033
# EXP-Topic histedit-endwin
histedit: remove superfluous echo() and endwin() calls (issue6859)
ncurses patchlevel
20231111 started returning an error from endwin() if
called twice without a intervening screen update.
Per Sven Joachim in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1058041#17: "AFAICS,
invoking curses.echo() and curses.endwin() is superfluous
because curses.wrapper already does that for you, and calling
curses.endwin() twice throws an error with the newer ncurses. Removing
those two lines should fix the problem."
Gbp-Pq: Name histedit-ncurses.patch
Julien Cristau [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
mercurial (6.6.1-2) unstable; urgency=medium
* histedit: remove superfluous echo() and endwin() calls. Fixes
incompatibility with ncurses patch level
20231111, see #
1058041.
Thanks, Sven Joachim!
[dgit import unpatched mercurial 6.6.1-2]
Julien Cristau [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
Import mercurial_6.6.1-2.debian.tar.xz
[dgit import tarball mercurial 6.6.1-2 mercurial_6.6.1-2.debian.tar.xz]
Julien Cristau [Mon, 11 Dec 2023 13:23:00 +0000 (14:23 +0100)]
Import mercurial_6.6.1.orig.tar.gz
[dgit import orig mercurial_6.6.1.orig.tar.gz]
Julien Cristau [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
Merge mercurial (6.5.3-1) import into refs/heads/workingbranch
Debian Python Team [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
test-hghave-testrepo
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
test-clone-stream-bigendian
Gbp-Pq: Name test-clone-stream-bigendian.patch
Julien Cristau [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
mercurial (6.5.3-1) unstable; urgency=medium
* New upstream bugfix release.
* Delete mercurial.egg-info/ on clean.
* Pass DEB_PYTHON_INSTALL_LAYOUT to make install to work around
distutils/setuptools being a mess.
[dgit import unpatched mercurial 6.5.3-1]
Julien Cristau [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
Import mercurial_6.5.3.orig.tar.gz
[dgit import orig mercurial_6.5.3.orig.tar.gz]
Julien Cristau [Thu, 16 Nov 2023 16:57:14 +0000 (17:57 +0100)]
Import mercurial_6.5.3-1.debian.tar.xz
[dgit import tarball mercurial 6.5.3-1 mercurial_6.5.3-1.debian.tar.xz]
Julien Cristau [Wed, 27 Sep 2023 08:27:49 +0000 (09:27 +0100)]
Merge mercurial (6.5.2-2) import into refs/heads/workingbranch
Debian Python Team [Wed, 27 Sep 2023 08:27:49 +0000 (09:27 +0100)]
test-hghave-testrepo
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Wed, 27 Sep 2023 08:27:49 +0000 (09:27 +0100)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Wed, 27 Sep 2023 08:27:49 +0000 (09:27 +0100)]
test-clone-stream-bigendian
Gbp-Pq: Name test-clone-stream-bigendian.patch
Julien Cristau [Wed, 27 Sep 2023 08:27:49 +0000 (09:27 +0100)]
mercurial (6.5.2-2) unstable; urgency=medium
* Fix test-clone-stream.t failure causing FTBFS on big endian
[dgit import unpatched mercurial 6.5.2-2]
Julien Cristau [Wed, 27 Sep 2023 08:27:49 +0000 (09:27 +0100)]
Import mercurial_6.5.2-2.debian.tar.xz
[dgit import tarball mercurial 6.5.2-2 mercurial_6.5.2-2.debian.tar.xz]
Julien Cristau [Tue, 26 Sep 2023 12:49:11 +0000 (13:49 +0100)]
Import mercurial_6.5.2.orig.tar.gz
[dgit import orig mercurial_6.5.2.orig.tar.gz]
Bastian Germann [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
Merge mercurial (6.4.4-2) import into refs/heads/workingbranch
Debian Python Team [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
cgitb
https://bz.mercurial-scm.org/show_bug.cgi?id=6784
Gbp-Pq: Name cgitb.patch
Debian Python Team [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
test-hghave-testrepo
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
_tests__silence_asyncore_smtpd_deprecation_warnings
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649671433 -7200
# Mon Apr 11 12:03:53 2022 +0200
# Node ID
d3df32e12246208fc8bb9507ff921099348c6783
# Parent
5005928cac60a43d98d88523713983efdc204d50
tests: silence asyncore/smtpd deprecation warnings
Gbp-Pq: Topic py310
Gbp-Pq: Name 9_tests__silence_asyncore_smtpd_deprecation_warnings.patch
Bastian Germann [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
mercurial (6.4.4-2) unstable; urgency=medium
* Team upload
* Remove retired uploader
[ Julien Cristau ]
* Skip test-convert-darcs.t and test-convert-svn-branches.t.
* Re-enable test-http-bad-server.t (upstream bug was fixed)
[dgit import unpatched mercurial 6.4.4-2]
Bastian Germann [Thu, 13 Jul 2023 12:29:24 +0000 (13:29 +0100)]
Import mercurial_6.4.4-2.debian.tar.xz
[dgit import tarball mercurial 6.4.4-2 mercurial_6.4.4-2.debian.tar.xz]
Julien Cristau [Fri, 16 Jun 2023 13:14:31 +0000 (14:14 +0100)]
Import mercurial_6.4.4.orig.tar.gz
[dgit import orig mercurial_6.4.4.orig.tar.gz]
Julien Cristau [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
Merge mercurial (6.3.2-1) import into refs/heads/workingbranch
Debian Python Team [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
cgitb
https://bz.mercurial-scm.org/show_bug.cgi?id=6784
Gbp-Pq: Name cgitb.patch
Debian Python Team [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
test-hghave-testrepo
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
Debian Python Team [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
openssl_3_cipher_tlsv1
Tweak cipher selection further to make tls < 1.2 work with openssl 3
Ref: https://bugs.debian.org/
1011076
Gbp-Pq: Name openssl_3_cipher_tlsv1.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
_tests__silence_asyncore_smtpd_deprecation_warnings
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649671433 -7200
# Mon Apr 11 12:03:53 2022 +0200
# Node ID
d3df32e12246208fc8bb9507ff921099348c6783
# Parent
5005928cac60a43d98d88523713983efdc204d50
tests: silence asyncore/smtpd deprecation warnings
Gbp-Pq: Topic py310
Gbp-Pq: Name 9_tests__silence_asyncore_smtpd_deprecation_warnings.patch
Debian Python Team [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
from_upstream_stable
Gbp-Pq: Name from_upstream_stable.patch
Julien Cristau [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
mercurial (6.3.2-1) sid; urgency=medium
* New upstream bugfix release.
* from_upstream_stable.patch: pull in upstream changes up to changeset
812a9fbf4380
* cgitb.patch: stop importing cgitb to avoid deprecation warnings
* Skip test-remotefilelog-gc.t.
* This fixes compatibility with python 3.11 (closes: #
1028815)
* Bump test timeout to 1800 because riscv64 is apparently even slower than
mips (closes: #
1024867).
[dgit import unpatched mercurial 6.3.2-1]
Julien Cristau [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
Import mercurial_6.3.2.orig.tar.gz
[dgit import orig mercurial_6.3.2.orig.tar.gz]
Julien Cristau [Mon, 20 Feb 2023 17:44:46 +0000 (17:44 +0000)]
Import mercurial_6.3.2-1.debian.tar.xz
[dgit import tarball mercurial 6.3.2-1 mercurial_6.3.2-1.debian.tar.xz]
Julien Cristau [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
Merge mercurial (6.3.1-2) import into refs/heads/workingbranch
Debian Python Team [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
revset-random-maxsize
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1670335911 -3600
# Tue Dec 06 15:11:51 2022 +0100
# Node ID
150e204372c63962af7913543ee74296aab393b1
# Parent
4cedae992ed10d764e83a4a54721433c5c51d0f9
revset: the `random` sort should not depend on sys.maxsize (issue6770)
Gbp-Pq: Name revset-random-maxsize.patch
Debian Python Team [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
test-hghave-testrepo
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
Debian Python Team [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
openssl_3_cipher_tlsv1
Tweak cipher selection further to make tls < 1.2 work with openssl 3
Ref: https://bugs.debian.org/
1011076
Gbp-Pq: Name openssl_3_cipher_tlsv1.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
_tests__silence_asyncore_smtpd_deprecation_warnings
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649671433 -7200
# Mon Apr 11 12:03:53 2022 +0200
# Node ID
d3df32e12246208fc8bb9507ff921099348c6783
# Parent
5005928cac60a43d98d88523713983efdc204d50
tests: silence asyncore/smtpd deprecation warnings
Gbp-Pq: Topic py310
Gbp-Pq: Name 9_tests__silence_asyncore_smtpd_deprecation_warnings.patch
Julien Cristau [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
mercurial (6.3.1-2) sid; urgency=medium
* Fix FTBFS on 32-bit (closes: #
1025621)
[dgit import unpatched mercurial 6.3.1-2]
Julien Cristau [Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)]
Import mercurial_6.3.1-2.debian.tar.xz
[dgit import tarball mercurial 6.3.1-2 mercurial_6.3.1-2.debian.tar.xz]
Julien Cristau [Tue, 6 Dec 2022 10:57:31 +0000 (10:57 +0000)]
Import mercurial_6.3.1.orig.tar.gz
[dgit import orig mercurial_6.3.1.orig.tar.gz]
Julien Cristau [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
Merge mercurial (6.2.3-1) import into refs/heads/workingbranch
Debian Python Team [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
openssl_3_cipher_tlsv1
Tweak cipher selection further to make tls < 1.2 work with openssl 3
Ref: https://bugs.debian.org/
1011076
Gbp-Pq: Name openssl_3_cipher_tlsv1.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
_tests__silence_asyncore_smtpd_deprecation_warnings
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649671433 -7200
# Mon Apr 11 12:03:53 2022 +0200
# Node ID
d3df32e12246208fc8bb9507ff921099348c6783
# Parent
5005928cac60a43d98d88523713983efdc204d50
tests: silence asyncore/smtpd deprecation warnings
Gbp-Pq: Topic py310
Gbp-Pq: Name 9_tests__silence_asyncore_smtpd_deprecation_warnings.patch
Debian Python Team [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
_run_tests__silence_distutils_deprecation_warning
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649431378 -7200
# Fri Apr 08 17:22:58 2022 +0200
# Node ID
96cc0ab5e1e68e4e163e8933842f908dcf42897a
# Parent
ff73927e33968c053bc245884deddb78f5fb6212
run-tests: silence distutils deprecation warning
Gbp-Pq: Topic py310
Gbp-Pq: Name 2_run_tests__silence_distutils_deprecation_warning.patch
Julien Cristau [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
mercurial (6.2.3-1) sid; urgency=medium
* New upstream bugfix release.
[dgit import unpatched mercurial 6.2.3-1]
Julien Cristau [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
Import mercurial_6.2.3.orig.tar.gz
[dgit import orig mercurial_6.2.3.orig.tar.gz]
Julien Cristau [Fri, 7 Oct 2022 12:26:54 +0000 (13:26 +0100)]
Import mercurial_6.2.3-1.debian.tar.xz
[dgit import tarball mercurial 6.2.3-1 mercurial_6.2.3-1.debian.tar.xz]
Julien Cristau [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
Merge mercurial (6.2.2-1) import into refs/heads/workingbranch
Debian Python Team [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
openssl_3_cipher_tlsv1
Tweak cipher selection further to make tls < 1.2 work with openssl 3
Ref: https://bugs.debian.org/
1011076
Gbp-Pq: Name openssl_3_cipher_tlsv1.patch
Tristan Seligmann [Mon, 17 Aug 2020 08:30:26 +0000 (10:30 +0200)]
Tolerate SIGINT getting the kill in test-stdio.py.
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed
setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.
Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies
Suggest Debian packages for some optional dependencies.
Gbp-Pq: Name deb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py
Set default hgk path for hgk outside bin.
Gbp-Pq: Name deb_specific__hgk.py.patch
Debian Python Team [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
proposed_upstream__doctest.path
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1589916203 -7200
# Tue May 19 21:23:23 2020 +0200
# Node ID
de789b6b188b62cf38c5c5cfe760cff9a48c52f5
# Parent
3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83
test: make test-doctest.py work when it's not run from a mercurial repo
This assumption fails when building and running tests from a source
tarball, e.g.
Differential Revision: https://phab.mercurial-scm.org/D8571
Gbp-Pq: Name proposed_upstream__doctest.path
Debian Python Team [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
_tests__silence_asyncore_smtpd_deprecation_warnings
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649671433 -7200
# Mon Apr 11 12:03:53 2022 +0200
# Node ID
d3df32e12246208fc8bb9507ff921099348c6783
# Parent
5005928cac60a43d98d88523713983efdc204d50
tests: silence asyncore/smtpd deprecation warnings
Gbp-Pq: Topic py310
Gbp-Pq: Name 9_tests__silence_asyncore_smtpd_deprecation_warnings.patch
Debian Python Team [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
_run_tests__silence_distutils_deprecation_warning
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1649431378 -7200
# Fri Apr 08 17:22:58 2022 +0200
# Node ID
96cc0ab5e1e68e4e163e8933842f908dcf42897a
# Parent
ff73927e33968c053bc245884deddb78f5fb6212
run-tests: silence distutils deprecation warning
Gbp-Pq: Topic py310
Gbp-Pq: Name 2_run_tests__silence_distutils_deprecation_warning.patch
Julien Cristau [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
mercurial (6.2.2-1) sid; urgency=medium
* New upstream bugfix release
- fixed fsmonitor extension (closes: #
1014817)
[dgit import unpatched mercurial 6.2.2-1]
Julien Cristau [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
Import mercurial_6.2.2.orig.tar.gz
[dgit import orig mercurial_6.2.2.orig.tar.gz]
Julien Cristau [Fri, 2 Sep 2022 12:08:12 +0000 (13:08 +0100)]
Import mercurial_6.2.2-1.debian.tar.xz
[dgit import tarball mercurial 6.2.2-1 mercurial_6.2.2-1.debian.tar.xz]
Julien Cristau [Mon, 11 Jul 2022 13:19:13 +0000 (14:19 +0100)]
Merge mercurial (6.2-1) import into refs/heads/workingbranch
Debian Python Team [Mon, 11 Jul 2022 13:19:13 +0000 (14:19 +0100)]
openssl_3_cipher_tlsv1
Tweak cipher selection further to make tls < 1.2 work with openssl 3
Ref: https://bugs.debian.org/
1011076
Gbp-Pq: Name openssl_3_cipher_tlsv1.patch