14
0

- update to 1.12.1:

* Set python_requires to >3 to prevent installation in python2
    deployments.
- update to 1.12.0:
  * Remove py2
  * Allow `raw` parameter to accept callable like body elements
  * Improve type definition of `Mocker.__call__`
  * Drop PBR Support
  * fix(mocker.pyi): fix Mocker class type hints
  * Remove unused `six` dependency
- switch to run tests with pytest
  * Use unittest.mock if available.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=60
This commit is contained in:
2024-04-06 12:17:01 +00:00
committed by Git OBS Bridge
parent 55cac90fb1
commit b3f236bebe
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Apr 6 12:15:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.12.1:
* Set python_requires to >3 to prevent installation in python2
deployments.
- update to 1.12.0:
* Remove py2
* Allow `raw` parameter to accept callable like body elements
* Improve type definition of `Mocker.__call__`
* Drop PBR Support
* fix(mocker.pyi): fix Mocker class type hints
* Remove unused `six` dependency
-------------------------------------------------------------------
Wed Mar 13 06:30:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
@@ -40,7 +54,7 @@ Thu Apr 13 22:44:29 UTC 2023 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Wed Feb 1 20:37:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- switch to run tests with pytest
- switch to run tests with pytest
- build with all python flavors for SLE 15 SP4+
-------------------------------------------------------------------
@@ -77,7 +91,7 @@ Sat Jan 7 22:55:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
Fri Jul 22 11:15:27 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch remove-mock.patch:
* Use unittest.mock if available.
* Use unittest.mock if available.
-------------------------------------------------------------------
Sun Jun 6 11:58:05 UTC 2021 - Dirk Müller <dmueller@suse.com>