diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 07:17:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 07:17:12 +0000 |
commit | be8b6efae864aa199dda425b63e5876ccf7b66f9 (patch) | |
tree | f435ac68aa46c4542dd3ed6dd9dd0517a257ab8e | |
parent | 30daa7d870ccc4b6541e395dc135bd9733898188 (diff) |
automatic import of python-libyang
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-libyang.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /libyang-2.6.0.tar.gz +/libyang-2.7.0.tar.gz diff --git a/python-libyang.spec b/python-libyang.spec index f1fad8f..7d4120a 100644 --- a/python-libyang.spec +++ b/python-libyang.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-libyang -Version: 2.6.0 +Version: 2.7.0 Release: 1 Summary: CFFI bindings to libyang License: MIT URL: https://github.com/CESNET/libyang-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/54/35839d4a71bd527b2248c473b2949b309db7160dd8098e8c07c00828f303/libyang-2.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/66/f11263e8ae9a4724748ea33ccf033d230b2be2f8cff618f213f7467f9883/libyang-2.7.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-libyang-doc %prep -%autosetup -n libyang-2.6.0 +%autosetup -n libyang-2.7.0 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.0-1 - Package Spec generated @@ -1 +1 @@ -6b054110a39a857b000a76a2ecb10b66 libyang-2.6.0.tar.gz +0bfa63abbd12ab8842d37dfa84ab686f libyang-2.7.0.tar.gz |