Update package to version 0.2.8

This commit is contained in:
jxy_git 2024-03-15 11:40:28 +08:00
parent 948aa0987e
commit 60206cc260
3 changed files with 11 additions and 3 deletions

View File

@ -2,12 +2,12 @@
%global pname ruamel-yaml-clib
Name: python-%{pname}
Version: 0.2.7
Version: 0.2.8
Release: 1
Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
License: MIT
URL: https://bitbucket.org/ruamel/yaml.clib
Source0: https://sourceforge.net/code-snapshots/hg/r/ru/ruamel-yaml-clib/code/%{pypi_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/46/ab/bab9eb1566cd16f060b54055dd39cf6a34bfa0240c53a7218c43e974295b/ruamel.yaml.clib-0.2.8.tar.gz
BuildRequires: gcc libyaml-devel python3-devel python3-setuptools
@ -16,12 +16,17 @@ It is the C based reader/scanner and emitter for ruamel.yaml.
%package -n python3-%{pname}
Summary: %{summary}
Provides: python-%{pname} = %{version}-%{release}
Requires: python3-setuptools python3-ruamel-yaml
%description -n python3-%{pname}
It is the C based reader/scanner and emitter for ruamel.yaml.
%package_help
%package help
Summary: Development documents and examples for ruamel.yaml
Provides: python3-%{pname}-doc
%description help
Development documents and examples for ruamel.yaml
%prep
%autosetup -n %{pypi_name}-%{version} -p1
@ -42,6 +47,9 @@ It is the C based reader/scanner and emitter for ruamel.yaml.
%doc README.rst
%changelog
* Fri Mar 15 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.8-1
- Update package to version 0.2.8
* Thu Dec 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.2.7-1
- update to 0.2.7

Binary file not shown.

Binary file not shown.