diff --git a/python-random2.spec b/python-random2.spec index ba1008143e7ec9c8eec12c1bcb56e8efacd5b585..03ed8fb01718af8f8afaca9bb5a75a2f4ca98531 100644 --- a/python-random2.spec +++ b/python-random2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-random2 -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: Python 3 compatible Pytohn 2 `random` Module. License: Python URL: http://pypi.python.org/pypi/random2 -Source0: https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip +Source0: https://files.pythonhosted.org/packages/c2/f8/aba7ea7900492da2dd405aa42aa6160b83490421c7d70cf2d5aa44238a13/random2-1.0.2.tar.gz BuildArch: noarch %description @@ -24,7 +24,7 @@ Provides: python3-random2-doc %description help %prep -%autosetup -n random2-1.0.1 +%autosetup -n random2-1.0.2 %build %py3_build @@ -64,5 +64,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 11 2024 zhaojingyu - 1.0.2-1 +- Update package to version 1.0.2 +- Change support to Python 3.10, 3.11, 3.12, and 3.13 only + * Thu Jul 28 2022 liqiuyu - 1.0.1-1 - Package init diff --git a/random2-1.0.1.zip b/random2-1.0.1.zip deleted file mode 100644 index 7df54a621212ff4d9e65a186c6990042d7d1aac2..0000000000000000000000000000000000000000 Binary files a/random2-1.0.1.zip and /dev/null differ diff --git a/random2-1.0.2.tar.gz b/random2-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..761a106d7142d3e162fa87dffb986c85caafaf45 Binary files /dev/null and b/random2-1.0.2.tar.gz differ