2024-12-13 12:09:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 19:37:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.5.0:
|
|
|
|
* Added support for Python 3.11 and 3.12.
|
|
|
|
* Dropped support for Python 3.7.
|
|
|
|
|
2024-05-03 22:20:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 4 23:11:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.4.1:
|
|
|
|
* Replace usage of ``tmpdir`` by ``tmp_path``
|
|
|
|
* Fix package so the ``LICENSE`` file is no longer in the root
|
|
|
|
of the package.
|
|
|
|
* Python 3.9 and 3.10 are now officially supported.
|
|
|
|
* Python 2.7, 3.4 and 3.5 are no longer supported.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 8 07:39:47 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- do not require pytest-runner for build, it is not needed
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 5 10:57:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.3.1:
|
|
|
|
* Add python_requires to setup.py so pip will not try to install
|
|
|
|
pytest-datadir in incompatible Python versions.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 21 02:06:40 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v1.3.0
|