17
0
Files
python-pytest-profiling/python-pytest-profiling.changes
Steve Kowalik ce3cb125c5 - Update to 1.8.0:
* Drop support for Python 2 and <3.6, removing compatibility code.
  * Use stdlib unittest.mock instead of mock package.
  * Removed usage of path.py and path in favour of pathlib.
  * Added support to hide/show the full path of file.
  * Remove pinning of more-itertools.
  * Add support to define element number for print_stats()
  * Fix mock in test_writes_summary
- Dropped patches, included upstream:
  * pytest-fixtures-pr171-remove-mock.patch
  * fix-mock-call.patch
- Add patch fix-type-arguments.patch:
  * Use correct type argument for argparse.
- Refreshed python-pytest-profiling-no-six.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-profiling?expand=0&rev=11
2024-10-22 06:10:33 +00:00

59 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.0:
* Drop support for Python 2 and <3.6, removing compatibility code.
* Use stdlib unittest.mock instead of mock package.
* Removed usage of path.py and path in favour of pathlib.
* Added support to hide/show the full path of file.
* Remove pinning of more-itertools.
* Add support to define element number for print_stats()
* Fix mock in test_writes_summary
- Dropped patches, included upstream:
* pytest-fixtures-pr171-remove-mock.patch
* fix-mock-call.patch
- Add patch fix-type-arguments.patch:
* Use correct type argument for argparse.
- Refreshed python-pytest-profiling-no-six.patch
-------------------------------------------------------------------
Tue Mar 12 04:30:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Less globs in %files.
- Clean up Python 2 leftovers.
- Edit python-pytest-profiling-no-six.patch to also drop the
install_requires.
- Add patch fix-mock-call.patch:
* Correct mocking call to be assert_called_with().
-------------------------------------------------------------------
Thu Dec 8 11:56:08 UTC 2022 - pgajdos@suse.com
- do not require mock
- use -p1 as quilt refresh does not like higher ones
- modified patches
% pytest-fixtures-pr171-remove-mock.patch (refreshed)
- added patches
fix https://github.com/man-group/pytest-plugins/issues/209
+ python-pytest-profiling-no-six.patch
-------------------------------------------------------------------
Thu Apr 21 21:34:18 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Fix fallout from SUSE's crusade against mock because mock was
required and is not pulled in anymore by something else
* Add pytest-fixtures-pr171-remove-mock.patch
* gh#man-group/pytest-plugins#171
-------------------------------------------------------------------
Mon Jun 3 09:16:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
* Support for pytest 4
-------------------------------------------------------------------
Thu Mar 21 01:32:01 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.6.0