diff --git a/pyaml-19.4.1.tar.gz b/pyaml-19.4.1.tar.gz deleted file mode 100644 index 2d12c9d..0000000 Binary files a/pyaml-19.4.1.tar.gz and /dev/null differ diff --git a/pyaml-21.10.1.tar.gz b/pyaml-21.10.1.tar.gz new file mode 100644 index 0000000..b19aad3 Binary files /dev/null and b/pyaml-21.10.1.tar.gz differ diff --git a/python-pyaml.spec b/python-pyaml.spec index 1c1a027..59eac83 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -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 - 21.10.1-1 +- Update to 21.10.1 + * Thu Nov 7 2019 caomeng - 19.4.1-1 - Init package