forked from pool/python-responses
		
	Compare commits
	
		
			4 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 62b2a04efd | |||
| dada80aa50 | |||
| 75534b9398 | |||
| 2702eae8d4 | 
| @@ -1,3 +1,26 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Sep 23 10:15:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | ||||||
|  |  | ||||||
|  | - Update to 0.25.8 | ||||||
|  |   * Fix bug where the content type is always recorded as either | ||||||
|  |     text/plain or application/json. See #770 | ||||||
|  |   * Allow asserts on add_callback() matches. See #727 | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Mar 28 20:56:31 UTC 2025 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|  | - update to 0.25.7: | ||||||
|  |   * Added support for python 3.13 | ||||||
|  |   * Added py.typed to package_data | ||||||
|  |   * Responses can now match requests that use `data` with file- | ||||||
|  |     like objects. | ||||||
|  |   * Files will be read as bytes and stored in the request mock. | ||||||
|  |   * `RequestsMock.matchers` was added. This property is an alias | ||||||
|  |     to `responses.matchers`. See #739 | ||||||
|  |   * Removed tests from packaged wheels. See #746 | ||||||
|  |   * Improved recorder API to ease use in REPL environments. See | ||||||
|  |     #745 | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Thu Jun 20 12:40:50 UTC 2024 - Dirk Müller <dmueller@suse.com> | Thu Jun 20 12:40:50 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-responses | # spec file for package python-responses | ||||||
| # | # | ||||||
| # Copyright (c) 2024 SUSE LLC | # Copyright (c) 2025 SUSE LLC | ||||||
| # | # | ||||||
| # All modifications and additions to the file contributed by third parties | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -18,7 +18,7 @@ | |||||||
|  |  | ||||||
| %{?sle15_python_module_pythons} | %{?sle15_python_module_pythons} | ||||||
| Name:           python-responses | Name:           python-responses | ||||||
| Version:        0.25.3 | Version:        0.25.8 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        A utility library for mocking out the `requests` Python library | Summary:        A utility library for mocking out the `requests` Python library | ||||||
| License:        Apache-2.0 | License:        Apache-2.0 | ||||||
| @@ -74,6 +74,6 @@ export PYTHONIOENCODING="utf_8" | |||||||
| %doc CHANGES README.rst | %doc CHANGES README.rst | ||||||
| %license LICENSE | %license LICENSE | ||||||
| %{python_sitelib}/responses | %{python_sitelib}/responses | ||||||
| %{python_sitelib}/responses-%{version}*-info | %{python_sitelib}/responses-%{version}.dist-info | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								responses-0.25.3.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								responses-0.25.3.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										3
									
								
								responses-0.25.8.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								responses-0.25.8.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:9374d047a575c8f781b94454db5cab590b6029505f488d12899ddb10a4af1cf4 | ||||||
|  | size 79320 | ||||||
		Reference in New Issue
	
	Block a user