1
0
2024-07-12 15:04:38 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af4e10eb36edf153358d892818e74966a28f3f15f2e230b55f577d9c9f9f1166
size 218555

3
hg_git-1.1.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96a9c28b832374f5422177580080c6751639cdc53940fad21f3cbe34acac32d7
size 219605

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jul 11 18:32:08 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
- 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.
-------------------------------------------------------------------
Tue Jun 18 01:26:08 UTC 2024 - Lukas Müller <expeehaa@outlook.com>

View File

@@ -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 @@ This plugin for Mercurial adds the ability to push and pull to/from a Git server
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 youre using Bookmarks.
%prep
%setup -q -n hg-git-%{version}
%setup -q -n hg_git-%{version}
%build
%pyproject_wheel