Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hg-git for openSUSE:Factory checked in at 2021-12-24 22:28:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hg-git (Old) and /work/SRC/openSUSE:Factory/.python-hg-git.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hg-git" Fri Dec 24 22:28:26 2021 rev:2 rq:942372 version:0.10.3+hg.1646 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hg-git/python-hg-git.changes 2021-08-02 12:05:58.625644456 +0200 +++ /work/SRC/openSUSE:Factory/.python-hg-git.new.2520/python-hg-git.changes 2021-12-24 22:28:27.325964244 +0100 @@ -1,0 +2,8 @@ +Fri Dec 17 12:55:16 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Upgrade to 0.10.3: + This is a minor release, focusing on bugs and compatibility. + - Add support for Mercurial 6.0. +- Add correct Provides/Obsoletes for mercurial-extension-hg-git. + +------------------------------------------------------------------- Old: ---- hg-git-0.10.2.tar.gz New: ---- _service hg-git-0.10.3+hg.1646.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hg-git.spec ++++++ --- /var/tmp/diff_new_pack.VYaUnr/_old 2021-12-24 22:28:27.933964586 +0100 +++ /var/tmp/diff_new_pack.VYaUnr/_new 2021-12-24 22:28:27.941964590 +0100 @@ -25,12 +25,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pythons python3 Name: python-hg-git -Version: 0.10.2 +Version: 0.10.3+hg.1646 Release: 0 Summary: Hg-Git Mercurial plugin License: GPL-2.0-only URL: http://foss.heptapod.net/mercurial/hg-git -Source: https://files.pythonhosted.org/packages/source/h/hg-git/hg-git-%{version}.tar.gz +# Source: https://files.pythonhosted.org/packages/source/h/hg-git/hg-git-%%{version}.tar.gz +Source: hg-git-%{version}.tar.gz BuildRequires: %{python_module dulwich >= 0.19.0} BuildRequires: %{python_module gpg} BuildRequires: %{python_module setuptools} @@ -42,15 +43,26 @@ Requires: %{python_module dulwich >= 0.19.0} Requires: mercurial BuildArch: noarch +Provides: mercurial-extension-hg-git = %{version}-%{release} +Obsoletes: mercurial-extension-hg-git < %{version}-%{release} %python_subpackages %description -This plugin for Mercurial adds the ability to push and pull to/from a Git server repository from Hg. This means you can collaborate on Git based projects from Hg, or use a Git server as a collaboration point for a team with developers using both Git and Hg. - -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. +This plugin for Mercurial adds the ability to push and pull to/from +a Git server repository from Hg. This means you can collaborate on Git +based projects from Hg, or use a Git server as a collaboration point for +a team with developers using both Git and Hg. + +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} +%autosetup -p1 -n hg-git-%{version} %build %python_build @@ -61,11 +73,11 @@ %check %if %{with test} -%python_expand make tests HGPYTHON=$python +%python_exec tests/run-tests.py -v %endif %files %{python_files} -%doc NEWS.rst README.rst +%doc README.rst %license COPYING %{python_sitelib}/* ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="versionprefix">0.10.3+hg</param> <param name="url">https://foss.heptapod.net/mercurial/hg-git</param> <param name="scm">hg</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled" /> </services>