- 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3056dbfe83c0ec2b732b129df94a096a9cc044dd03e86b79bfb8751f3edfdd3
size 14369

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d112331e23da068304ff4c35c03344c091418411aa7aba299deb18ea0691280
size 14278

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> Sat May 15 10:20:11 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pytest-cookies # spec file for package python-pytest-cookies
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
# cookiecutter is only available for python3 # cookiecutter is only available for python3
%define pythons python3 %define pythons python3
Name: python-pytest-cookies Name: python-pytest-cookies
Version: 0.5.1 Version: 0.7.0
Release: 0 Release: 0
Summary: Cookiecutter template pytest plugin Summary: Cookiecutter template pytest plugin
License: MIT License: MIT
@@ -30,12 +30,12 @@ Source: https://github.com/hackebrot/pytest-cookies/archive/%{version}.t
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: cookiecutter >= 1.4.0 Requires: cookiecutter >= 2.1.0
Requires: python-pytest >= 3.3.0 Requires: python-pytest >= 3.9.0
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest >= 3.3.0} BuildRequires: %{python_module pytest >= 3.9.0}
BuildRequires: cookiecutter >= 1.4.0 BuildRequires: cookiecutter >= 2.1.0
# /SECTION # /SECTION
%python_subpackages %python_subpackages