File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.9.1
2+
3+ - Adjusted ` requre-purge ` to not replace GitHub tokens with dummy token that
4+ still looks like a legit one and also case-sensitiveness on the cookies from
5+ Pagure.
6+
17# 0.9.0
28
39- Supports recording of the requests done by ` httpx ` via ` record_httpx() ` and ` recording_httpx() ` decorators. (#297 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ output to functions.}
55
66
77Name: python-requre
8- Version: 0.9.0
8+ Version: 0.9.1
99Release: 1%{?dist }
1010Summary: Python library that allows re/store output of various objects for testing
1111
@@ -57,6 +57,9 @@ Summary: %{summary}
5757
5858
5959%changelog
60+ *
Fri Mar 21 2025 Packit Team <[email protected] > -
0.9.1-1 61+ - New upstream release 0.9.1
62+
6063*
Fri Feb 14 2025 Matej Focko <[email protected] > -
0.9.0-1 6164- New upstream release 0.9.0
6265
You can’t perform that action at this time.
0 commit comments