diff --git a/python-sure.spec b/python-sure.spec index 74dadb9..9741947 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -1,10 +1,10 @@ Name: python-sure -Version: 2.0.0 +Version: 2.0.1 Release: 1 Summary: Utility belt for automated testing in Python License: GPLv3+ URL: https://github.com/gabrielfalcao/sure -Source0: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz +Source0: %{pypi_source sure} # https://github.com/gabrielfalcao/sure/commit/9f0e834 # https://src.fedoraproject.org/rpms/python-sure/pull-request/1 Patch0: python3.10-workaround.patch @@ -45,6 +45,9 @@ rm -rf sure.egg-info %{python3_sitelib}/* %changelog +* Wed Jun 14 2023 Ge Wang - 2.0.1-1 +- Upgrade to version 2.0.1 + * Fri Apr 29 2022 xigaoxinyan - 2.0.0-1 - upgrad 2.0.0 diff --git a/sure-2.0.0.tar.gz b/sure-2.0.0.tar.gz deleted file mode 100644 index 4fede5e..0000000 Binary files a/sure-2.0.0.tar.gz and /dev/null differ diff --git a/sure-2.0.1.tar.gz b/sure-2.0.1.tar.gz new file mode 100644 index 0000000..0abe4f3 Binary files /dev/null and b/sure-2.0.1.tar.gz differ