From 211cee5326f732bfc320d20c1d0cc1833f42a4f9e71f9cd9b2cac34bec0624df Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 May 2023 20:52:59 +0000 Subject: [PATCH] - 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 --- pytest-cookies-0.5.1.tar.gz | 3 --- pytest-cookies-0.7.0.tar.gz | 3 +++ python-pytest-cookies.changes | 10 ++++++++++ python-pytest-cookies.spec | 12 ++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 pytest-cookies-0.5.1.tar.gz create mode 100644 pytest-cookies-0.7.0.tar.gz diff --git a/pytest-cookies-0.5.1.tar.gz b/pytest-cookies-0.5.1.tar.gz deleted file mode 100644 index 1c6dd38..0000000 --- a/pytest-cookies-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3056dbfe83c0ec2b732b129df94a096a9cc044dd03e86b79bfb8751f3edfdd3 -size 14369 diff --git a/pytest-cookies-0.7.0.tar.gz b/pytest-cookies-0.7.0.tar.gz new file mode 100644 index 0000000..b89f44f --- /dev/null +++ b/pytest-cookies-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d112331e23da068304ff4c35c03344c091418411aa7aba299deb18ea0691280 +size 14278 diff --git a/python-pytest-cookies.changes b/python-pytest-cookies.changes index 6feccee..1173ccd 100644 --- a/python-pytest-cookies.changes +++ b/python-pytest-cookies.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 9 20:51:07 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-cookies.spec b/python-pytest-cookies.spec index 59350e7..eddf57e 100644 --- a/python-pytest-cookies.spec +++ b/python-pytest-cookies.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # cookiecutter is only available for python3 %define pythons python3 Name: python-pytest-cookies -Version: 0.5.1 +Version: 0.7.0 Release: 0 Summary: Cookiecutter template pytest plugin License: MIT @@ -30,12 +30,12 @@ Source: https://github.com/hackebrot/pytest-cookies/archive/%{version}.t BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: cookiecutter >= 1.4.0 -Requires: python-pytest >= 3.3.0 +Requires: cookiecutter >= 2.1.0 +Requires: python-pytest >= 3.9.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 3.3.0} -BuildRequires: cookiecutter >= 1.4.0 +BuildRequires: %{python_module pytest >= 3.9.0} +BuildRequires: cookiecutter >= 2.1.0 # /SECTION %python_subpackages