python-pytest-spec/python-pytest-spec.changes
Dirk Mueller 9f31634bf9 - update to 4.0.0:
* v.4.0.0
  * Drop support for Python 2.7, 3.5, 3.6, 3.7
  * Added support for Python 3.11, 3.12
  * Migrate project back to pip from poetry
  * Replace mock by version from stdlib
- drop python-pytest-spec-nopython2.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-spec?expand=0&rev=15
2024-11-25 09:29:00 +00:00

75 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Mon Nov 25 09:28:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.0.0:
* v.4.0.0
* Drop support for Python 2.7, 3.5, 3.6, 3.7
* Added support for Python 3.11, 3.12
* Migrate project back to pip from poetry
* Replace mock by version from stdlib
- drop python-pytest-spec-nopython2.patch: upstream
-------------------------------------------------------------------
Thu Sep 14 11:59:56 UTC 2023 - pgajdos@suse.com
- drop python2 support completely, python-six not required
- deleted patches
- remove-mock.patch (upstreamed)
- added patches
fix https://github.com/pchomik/pytest-spec/compare/3.2.0...master
+ python-pytest-spec-nopython2.patch
-------------------------------------------------------------------
Thu Mar 24 01:24:23 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* Added support for multiline docstrings
* Added logic to use docstring_summary instead of test name
* Added logic to ignore some tests from spec output
* Changed indicator for skipped tests
* Improve formatting for functions
* Changed actions to test against python and pytest versions
* Added tests to sdist
- Add patch remove-mock.patch:
* Use stdlib unittest.mock
- Correct filelist, and do not install test directory under sitelib.
- Remove mock from {Build,}Requires, add six.
- Drop seperate LICENSE, it's now included.
- Actually run the testsuite.
-------------------------------------------------------------------
Thu Nov 5 15:35:43 UTC 2020 - Marketa Machova <mmachova@suse.com>
- Update to 3.0.5
* Fixed SyntaxWarning issue
* Fixed output format for pytest-describe
* Active plugin only if -q or -v was not provided
* Fixed Python 2/3 warnings
* Added support for Python 3.9
-------------------------------------------------------------------
Wed Dec 18 04:32:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Dropped no longer necessary pytest4.patch
- Update to v2.0.0
* Update documentation
* New format of output
* Fix small warnings
* Generate the package in wheel format
-------------------------------------------------------------------
Thu Aug 22 09:01:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patches to work with new pytest:
* pytest4.patch
-------------------------------------------------------------------
Thu Mar 21 09:58:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Thu Mar 21 01:32:16 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.1.0