Files
python-pytest-openfiles/python-pytest-openfiles.changes
Tomáš Chvátal 39ef5e8b01 Accepting request 795550 from home:bnavigator:branches:devel:languages:python:pytest
- 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

OBS-URL: https://build.opensuse.org/request/show/795550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-openfiles?expand=0&rev=9
2020-04-19 17:02:36 +00:00

30 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
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