forked from pool/mercurial-extension-hg-git
Accepting request 1186936 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1186936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mercurial-extension-hg-git?expand=0&rev=15
This commit is contained in:
@@ -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
3
hg_git-1.1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96a9c28b832374f5422177580080c6751639cdc53940fad21f3cbe34acac32d7
|
||||
size 219605
|
@@ -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>
|
||||
|
||||
|
@@ -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 you’re using Bookmarks.
|
||||
|
||||
%prep
|
||||
%setup -q -n hg-git-%{version}
|
||||
%setup -q -n hg_git-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
Reference in New Issue
Block a user