forked from pool/python-pytest-openfiles
* Replaced distutils with packaging; the latter now a required
dependency.
* Dropped support for Python 3.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-openfiles?expand=0&rev=11
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 24 08:54:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.6.0:
|
|
* Replaced distutils with packaging; the latter now a required
|
|
dependency.
|
|
* Dropped support for Python 3.6.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 19 14:30:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.5.0:
|
|
* Updated package infrastructure. [gh#astropy/pytest-openfiles#29]
|
|
* Force garbage collection before checking for open files.
|
|
[gh#astropy/pytest-openfiles#30]
|
|
- remove setup.cfg only in check phase. The package installed into
|
|
%python_sitelib/UNKNOWN* before
|
|
- use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 22 08:54:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.4.0:
|
|
* Added the ability to use * and ? wildcards in open_files_ignore. [#22]
|
|
* Fixed compatibility with pytest 4.2. [#20]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 14:31:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.3.2:
|
|
* Replace deprecated method to allow for compatibility with pytest-4.1 and later. [#19]
|
|
- Enable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 14 20:03:29 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|