1
0

- update to 0.6.0:

* #39, #41, #59: Review documentation
  * Drop support for Python 2.
  * #40: add logging.
  * #50, #51: test suite incompatibility with pytest 6.2.0.
  * #58: declare the type of automark_dependency ini-option
    correctly as bool.
  * #75: review build tool chain.
- drop pytest6.2.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-dependency?expand=0&rev=8
This commit is contained in:
2024-01-09 22:08:51 +00:00
committed by Git OBS Bridge
parent 5499199ddf
commit b93bcde296
5 changed files with 18 additions and 513 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 9 22:07:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* #39, #41, #59: Review documentation
* Drop support for Python 2.
* #40: add logging.
* #50, #51: test suite incompatibility with pytest 6.2.0.
* #58: declare the type of automark_dependency ini-option
correctly as bool.
* #75: review build tool chain.
- drop pytest6.2.patch (upstream)
-------------------------------------------------------------------
Wed Oct 25 12:45:24 UTC 2023 - ecsos <ecsos@opensuse.org>