Update to 21.10.1

This commit is contained in:
starlet-dx 2022-07-07 10:56:50 +08:00
parent 09f297b5f8
commit 9a817f245a
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pyaml-21.10.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global pypi_name pyaml
Name: python-%{pypi_name}
Version: 19.4.1
Version: 21.10.1
Release: 1
Summary: PyYAML-based python module to produce pretty and readable YAML-serialized data
License: WTFPL
URL: https://github.com/clearlinux-pkgs/pyaml
Source0: https://files.pythonhosted.org/packages/bf/0c/bf62f049446da78498eb607bc8cbb0604cf1e8d618f2f733e538dcb6e0bc/%{pypi_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/b6/f0/dbb524509ce28f5cfd4e1d9e3ef955f51186cfd1b8297f6e158778c4a8ef/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
Requires: python3-PyYAML
@ -24,7 +24,7 @@ Summary: %{summary}
%description -n python3-%{pypi_name} %{_description}
%prep
%autosetup -n %{pypi_name}-%{version}
%autosetup -n %{pypi_name}-%{version} -p1
%build
%py3_build
@ -41,5 +41,8 @@ Summary: %{summary}
%changelog
* Thu Jul 7 2022 yaoxin <yaoxin30@h-partners.com> - 21.10.1-1
- Update to 21.10.1
* Thu Nov 7 2019 caomeng <caomeng5@huawei.com> - 19.4.1-1
- Init package