Compare commits
10 Commits
e52e70a0e1
...
fbc7d61cbf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbc7d61cbf | ||
|
|
60206cc260 | ||
|
|
948aa0987e | ||
|
|
ea0fe6aa5d | ||
|
|
dd1462c955 | ||
|
|
8f3df3504a | ||
|
|
6abe5c1575 | ||
|
|
6a5d222dd8 | ||
|
|
69f7752edd | ||
|
|
3e2a6f8c51 |
@ -2,12 +2,12 @@
|
||||
%global pname ruamel-yaml-clib
|
||||
|
||||
Name: python-%{pname}
|
||||
Version: 0.1.2
|
||||
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: %{pypi_source}
|
||||
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}
|
||||
Requires: python3-setuptools
|
||||
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
|
||||
@ -35,12 +40,24 @@ It is the C based reader/scanner and emitter for ruamel.yaml.
|
||||
%files -n python3-%{pname}
|
||||
%license LICENSE
|
||||
%{python3_sitearch}/_ruamel_yaml.cpython-*
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%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
|
||||
|
||||
* 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
|
||||
- Package init
|
||||
|
||||
4
python-ruamel-yaml-clib.yaml
Normal file
4
python-ruamel-yaml-clib.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
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.
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