!12 Update package to version 0.2.8
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
fbc7d61cbf
@ -2,12 +2,12 @@
|
|||||||
%global pname ruamel-yaml-clib
|
%global pname ruamel-yaml-clib
|
||||||
|
|
||||||
Name: python-%{pname}
|
Name: python-%{pname}
|
||||||
Version: 0.2.7
|
Version: 0.2.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
|
Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://bitbucket.org/ruamel/yaml.clib
|
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
|
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}
|
%package -n python3-%{pname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
Provides: python-%{pname} = %{version}-%{release}
|
||||||
Requires: python3-setuptools python3-ruamel-yaml
|
Requires: python3-setuptools python3-ruamel-yaml
|
||||||
|
|
||||||
%description -n python3-%{pname}
|
%description -n python3-%{pname}
|
||||||
It is the C based reader/scanner and emitter for ruamel.yaml.
|
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
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version} -p1
|
%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
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.2.7-1
|
||||||
- update to 0.2.7
|
- update to 0.2.7
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
ruamel.yaml.clib-0.2.8.tar.gz
Normal file
BIN
ruamel.yaml.clib-0.2.8.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user