Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mercurial-extension-hg-git for
openSUSE:Factory checked in at 2024-07-12 17:04:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mercurial-extension-hg-git (Old)
and /work/SRC/openSUSE:Factory/.mercurial-extension-hg-git.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mercurial-extension-hg-git"
Fri Jul 12 17:04:38 2024 rev:15 rq:1186936 version:1.1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/mercurial-extension-hg-git/mercurial-extension-hg-git.changes
2024-06-24 20:57:44.926053817 +0200
+++
/work/SRC/openSUSE:Factory/.mercurial-extension-hg-git.new.17339/mercurial-extension-hg-git.changes
2024-07-12 17:04:54.860716492 +0200
@@ -1,0 +2,11 @@
+Thu Jul 11 18:32:08 UTC 2024 - Lukas Müller <[email protected]>
+
+- Update to version 1.1.3.
+ * Mark Dulwich 0.22.0 and 0.22.1 as unsupported. The compatibility hack
didn't work in practice.
+ * Mark Mercurial 6.8 as tested and supported.
+- Changes from version 1.1.2:
+ * Always advance draft phase, even if pulling from an explicit URL that
isn't a named path.
+ * Always save Git tags into the local, cached Git repository.
+ * Add support for Dulwich 0.22.
+
+-------------------------------------------------------------------
Old:
----
hg-git-1.1.1.tar.gz
New:
----
hg_git-1.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mercurial-extension-hg-git.spec ++++++
--- /var/tmp/diff_new_pack.oWlkC3/_old 2024-07-12 17:04:55.568742506 +0200
+++ /var/tmp/diff_new_pack.oWlkC3/_new 2024-07-12 17:04:55.572742653 +0200
@@ -37,13 +37,13 @@
%endif
Name: mercurial-extension-hg-git
-Version: 1.1.1
+Version: 1.1.3
Release: 0
Summary: Hg-Git Mercurial plugin
License: GPL-2.0-only
Group: Development/Tools/Version Control
URL: http://foss.heptapod.net/mercurial/hg-git
-Source0:
https://files.pythonhosted.org/packages/source/h/hg-git/hg-git-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/h/hg-git/hg_git-%{version}.tar.gz
Source90: tests.blacklist
BuildRequires: %{mercurial_python}
BuildRequires: %{mercurial_python}-dulwich >= 0.19.3
@@ -77,7 +77,7 @@
The Hg-Git plugin can convert commits/changesets losslessly from one system to
another, so you can push via a Mercurial repository and another Hg client can
pull it and their changeset node ids will be identical - Mercurial data does
not get lost in translation. It is intended that Hg users may wish to use this
to collaborate even if no Git users are involved in the project, and it may
even provide some advantages if youâre using Bookmarks.
%prep
-%setup -q -n hg-git-%{version}
+%setup -q -n hg_git-%{version}
%build
%pyproject_wheel