diff --git a/frozenlist-1.3.3.tar.gz b/frozenlist-1.3.3.tar.gz deleted file mode 100644 index 9560360..0000000 Binary files a/frozenlist-1.3.3.tar.gz and /dev/null differ diff --git a/frozenlist-1.4.0.tar.gz b/frozenlist-1.4.0.tar.gz new file mode 100644 index 0000000..ae91214 Binary files /dev/null and b/frozenlist-1.4.0.tar.gz differ diff --git a/python-frozenlist.spec b/python-frozenlist.spec index 3a979da..0ceb972 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-frozenlist -Version: 1.3.3 +Version: 1.4.0 Release: 1 Summary: A list-like structure which implements collections.abc.MutableSequence License: Apache-2.0 URL: https://github.com/aio-libs/frozenlist -Source0: https://files.pythonhosted.org/packages/e9/10/d629476346112b85c912527b9080944fd2c39a816c2225413dbc0bb6fcc0/frozenlist-1.3.3.tar.gz +Source0: https://files.pythonhosted.org/packages/8c/1f/49c96ccc87127682ba900b092863ef7c20302a2144b3185412a08480ca22/frozenlist-1.4.0.tar.gz %description @@ -35,7 +35,7 @@ Development documents and examples for frozenlist %prep -%autosetup -n frozenlist-1.3.3 +%autosetup -n frozenlist-1.4.0 %build %py3_build @@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 01 2023 sunhui - 1.4.0-1 +- Update package to version 1.4.0 + * Fri Jan 06 2023 xuesinian - 1.3.3-1 - Package init