Compare commits

..

No commits in common. "fbc7d61cbff505e9c6976f450fdbadd3e5a9953e" and "e52e70a0e1936c498e5a801fab7660af7e6db11e" have entirely different histories.

4 changed files with 5 additions and 26 deletions

View File

@ -2,12 +2,12 @@
%global pname ruamel-yaml-clib %global pname ruamel-yaml-clib
Name: python-%{pname} Name: python-%{pname}
Version: 0.2.8 Version: 0.1.2
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://files.pythonhosted.org/packages/46/ab/bab9eb1566cd16f060b54055dd39cf6a34bfa0240c53a7218c43e974295b/ruamel.yaml.clib-0.2.8.tar.gz Source0: %{pypi_source}
BuildRequires: gcc libyaml-devel python3-devel python3-setuptools BuildRequires: gcc libyaml-devel python3-devel python3-setuptools
@ -16,17 +16,12 @@ 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
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
@ -40,24 +35,12 @@ Development documents and examples for ruamel.yaml
%files -n python3-%{pname} %files -n python3-%{pname}
%license LICENSE %license LICENSE
%{python3_sitearch}/_ruamel_yaml.cpython-* %{python3_sitearch}/_ruamel_yaml.cpython-*
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%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
- update to 0.2.7
* Fri May 20 2022 yaoxin <yaoxin30@h-partners.com> - 0.2.6-1
- Update to 0.2.6
* Mon Mar 28 2022 xu_ping <xuping33@huawei.com> - 0.1.2-2
- Fix need Lvalue for increment and decrement operand
* Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.1.2-1 * Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.1.2-1
- Package init - Package init

View File

@ -1,4 +0,0 @@
version_control: hg
src_repo: http://hg.code.sf.net/p/ruamel-yaml-clib/code ruamel-yaml-clib-code
tag_prefix: ^
seperator: .

Binary file not shown.

Binary file not shown.