diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:58:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:58:04 +0000 |
commit | 9e187f2b1b49bd924c57a39a44c3fa13ebb817eb (patch) | |
tree | 9d4b7974639f667fb539e94cf1cebf5d47ce8f17 | |
parent | 5f8707fffe287a7e1f2417fc4d98ba385e3d7fbc (diff) |
automatic import of python-dpathopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dpath.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dpath-2.1.4.tar.gz +/dpath-2.1.5.tar.gz diff --git a/python-dpath.spec b/python-dpath.spec index 56ed756..3cac20e 100644 --- a/python-dpath.spec +++ b/python-dpath.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dpath -Version: 2.1.4 +Version: 2.1.5 Release: 1 Summary: Filesystem-like pathing and searching for dictionaries License: MIT URL: https://github.com/dpath-maintainers/dpath-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/42/97/b95b0cc68026e002471ea595a07962b5250f6a0348e495d8b6c33df88e5b/dpath-2.1.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/c6/560d012e89b10b440d9f796ac0f97d2fbdcb5095d22442e1fc0d58c8387a/dpath-2.1.5.tar.gz BuildArch: noarch @@ -58,7 +58,7 @@ provides some facility for filtering those results. sdists are available on pypi: http://pypi.python.org/pypi/dpath %prep -%autosetup -n dpath-2.1.4 +%autosetup -n dpath-2.1.5 %build %py3_build @@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.5-1 - Package Spec generated @@ -1 +1 @@ -7188f962811a792f0f4cdf6d23a4ad22 dpath-2.1.4.tar.gz +836881e451422551ac96615fef905f93 dpath-2.1.5.tar.gz |