1 Star 0 Fork 10

mxh/python-libyang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-libyang.spec 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
mxh 提交于 2024-10-30 14:10 . Upgrade to version 2.0.0
%define pypi_name libyang
Name: python-libyang
Version: 2.0.0
Release: 1
Summary: Python CFFI bindings to libyang.
License: MIT
URL: https://github.com/CESNET/libyang-python
Source0: https://files.pythonhosted.org/packages/53/8e/c8f98579798113c64cc861479744122faf9d7c865da9d83d4d5667ea44ed/libyang-2.0.0.tar.gz
BuildRequires: python3-devel python3-setuptools libyang python3-cffi libyang-devel
%description
Python CFFI bindings to libyang.
%package -n python3-libyang
Summary: python3 pacakge of %{pypi_name}
Requires: python3 libyang python3-cffi
%description -n python3-%{pypi_name}
python3 pacakge of %{pypi_name}.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%{python3_sitearch}/*
%changelog
* Wed Oct 30 2024 muxiaohui <muxiaohui@kylinos.cn> - 2.0.0-1
- Update version to 2.0.0
Change test_data_parse_config_json() to be working.
Remove functions deprecated in libyang2.
* Wed Aug 07 2024 dongqi <dongqi1@kylinos.cn> - 1.7.0-1
- Update package version to 1.7.0
- Fix Makefile and tox configuration
- Add support for notifications
* Thu Dec 08 2022 fushanqing <fushanqing@kylinos.cn> - 1.6.1-2
- Enable debuginfo for fix strip
* Thu Aug 26 2021 orange-snn<songnannan2@huawei.com> - 1.6.1-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mxh111999/python-libyang.git
git@gitee.com:mxh111999/python-libyang.git
mxh111999
python-libyang
python-libyang
master

搜索帮助