diff --git a/.python-responses.metadata b/.python-responses.metadata index 2b37c34..9b75846 100644 --- a/.python-responses.metadata +++ b/.python-responses.metadata @@ -1 +1 @@ -7ac18e7394b54406f16d958e4ecfd08ca3be7cb0 SOURCES/responses-0.24.1.tar.gz +0b6aa9583d9c9cb0b514d79817ea9b5e98805f53 SOURCES/responses-0.25.0.tar.gz diff --git a/SPECS/python-responses.spec b/SPECS/python-responses.spec index 2bf5ed8..530319d 100644 --- a/SPECS/python-responses.spec +++ b/SPECS/python-responses.spec @@ -1,8 +1,8 @@ %global pypi_name responses Name: python-%{pypi_name} -Version: 0.24.1 -Release: 2%{?dist} +Version: 0.25.0 +Release: 1%{?dist} Summary: Python library to mock out calls with Python requests License: ASL 2.0 URL: https://github.com/getsentry/responses @@ -17,7 +17,7 @@ BuildRequires: pyproject-rpm-macros # Patching setup.py is error prone as the patch file has to be regenerated # every time upstream bumps a version requirement. # Therefore just list the build requirements here explicitely. -BuildRequires: python3-pytest +BuildRequires: python3-pytest python3-pytest-xdist %description A utility library for mocking out the requests Python library. @@ -67,6 +67,12 @@ rm -f responses/tests/test_recorder.py %exclude %{python3_sitelib}/responses/tests %changelog +* Wed Feb 14 2024 Felix Schwarz - 0.25.0-1 +- update to 0.25.0 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.24.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 0.24.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild