- update to 0.7.0:

* Fixes for Cookiecutter v2.1.0 and newer (#63).
  * Update `bdist_wheel` info in setup.cfg.
  * Update dependencies and require Python 3.6 or newer. Return a
    `pathlib.Path` to the generated project via
    `Result.project_path`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cookies?expand=0&rev=7
This commit is contained in:
2023-05-09 20:52:59 +00:00
committed by Git OBS Bridge
parent 087ea01d98
commit 211cee5326
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 9 20:51:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.0:
* Fixes for Cookiecutter v2.1.0 and newer (#63).
* Update `bdist_wheel` info in setup.cfg.
* Update dependencies and require Python 3.6 or newer. Return a
`pathlib.Path` to the generated project via
`Result.project_path`
-------------------------------------------------------------------
Sat May 15 10:20:11 UTC 2021 - Ben Greiner <code@bnavigator.de>