Compare commits

..

No commits in common. "13193671a09519164aca0387ddd1d5f7bc45878f" and "4509d86062bcbbba3474d3e8a3239f159b7980cd" have entirely different histories.

4 changed files with 7 additions and 21 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-yamlloader
Version: 1.3.2
Version: 1.0.0
Release: 1
Summary: Ordered YAML loader and dumper for PyYAML.
License: MIT
URL: https://github.com/Phynix/yamlloader
Source0: https://github.com/Phynix/yamlloader/archive/refs/tags/%{version}.tar.gz#/yamlloader-%{version}.tar.gz
Source0: yamlloader-1.0.0.tar.gz
BuildArch: noarch
%description
This module provides loaders and dumpers for PyYAML.
@ -37,16 +37,15 @@ Provides: python3-yamlloader-doc
This module provides loaders and dumpers for PyYAML.
%prep
%autosetup -n yamlloader-%{version}
%autosetup -n yamlloader-1.0.0 -S git
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
@ -75,24 +74,15 @@ mv %{buildroot}/doclist.lst .
%check
%{__python3} -m pytest
%files -n python3-yamlloader -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.3.2-1
- Update package to version 1.3.2
* Thu Feb 9 2023 wubijie <wubijie@kylinos.cn> - 1.2.2-1
- Update package to version 1.2.2
* Wed Jun 01 2022 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1
- Upgrade package python3-yamlloader to version 1.1.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.0-2
- DESC: delete -S git from %autosetup
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1
- Package Spec generate

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: Phynix/yamlloader
tag_prefix: ""
separator: .

BIN
yamlloader-1.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.