diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:07:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:07:07 +0000 |
| commit | 128541e19837bb0421a386821e3356ecc80b2a68 (patch) | |
| tree | 2ccf1dfcecadf07650f58ec56c14727388e843f3 | |
| parent | ab534ec9ec7cde6c8b015a100864ea02fb42dcee (diff) | |
automatic import of python-mercurialopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mercurial.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mercurial-6.4.tar.gz +/mercurial-6.4.2.tar.gz diff --git a/python-mercurial.spec b/python-mercurial.spec index 99d987d..5838ea3 100644 --- a/python-mercurial.spec +++ b/python-mercurial.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mercurial -Version: 6.4 +Version: 6.4.2 Release: 1 Summary: Fast scalable distributed SCM (revision control, version control) system License: GNU GPLv2 or any later version URL: https://mercurial-scm.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e0/a0/db06b72ff580f071fe4b109fa56fe60066188f6c7f27c6a581eb7c45d013/mercurial-6.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/70/bf6566c68773adb5e51aa6dce22f973e918653ccf367b45e70049bf3fba6/mercurial-6.4.2.tar.gz BuildArch: noarch @@ -34,7 +34,7 @@ Mercurial is a distributed SCM tool written in Python. It is used by a number of %prep -%autosetup -n mercurial-6.4 +%autosetup -n mercurial-6.4.2 %build %py3_build @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 6.4-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 6.4.2-1 - Package Spec generated @@ -1 +1 @@ -15914adce2b3de0e4179184b2ab75541 mercurial-6.4.tar.gz +0760954725a13ef4f109f64caf99cbc5 mercurial-6.4.2.tar.gz |
