diff --git a/python-hamcrest-2.0.3.tar.gz b/python-hamcrest-2.0.3.tar.gz deleted file mode 100644 index 4e601b7a4b1e091e989c8f21788be32ac0ff07c9..0000000000000000000000000000000000000000 Binary files a/python-hamcrest-2.0.3.tar.gz and /dev/null differ diff --git a/python-hamcrest-2.1.0.tar.gz b/python-hamcrest-2.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a69d6c07a8256db15993f73191ab4cdd90c086e0 Binary files /dev/null and b/python-hamcrest-2.1.0.tar.gz differ diff --git a/python-hamcrest.spec b/python-hamcrest.spec index 97f4fd1792ef3f0cffd4b57f8abfd97b7b40c216..19b7a46ab30188425210e34c14fe32f348e8e549 100644 --- a/python-hamcrest.spec +++ b/python-hamcrest.spec @@ -1,10 +1,10 @@ Name: python-hamcrest -Version: 2.0.3 -Release: 2 +Version: 2.1.0 +Release: 1 Summary: Hamcrest matchers for Python License: BSD-3-Clause URL: https://github.com/hamcrest/PyHamcrest -Source0: https://github.com/hamcrest/PyHamcrest/archive/V2.0.3/%{name}-%{version}.tar.gz +Source0: https://github.com/hamcrest/PyHamcrest/archive/V2.1.0/%{name}-%{version}.tar.gz Patch0: numpy-1.20.0-alias-depr.patch BuildArch: noarch @@ -47,6 +47,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %{python3_sitelib}/* %changelog +* Mon May 13 2024 lilu - 2.1.0-1 +- Update to 2.1.0 +- Add a matcher for exceptions in asyncio future +- Use the correct generic type in the internal `describe_keyvalue` method + * Sun Jul 23 2023 wangkai <13474090681@163.com> - 2.0.3-2 - Fix build error for numpy-1.20