forked from pool/cookiecutter
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b6f60c3569 | |||
| 51c14ee9eb | |||
| 9185d1bcd7 | |||
| 66eff4efe4 | |||
| 155c81e21a | |||
| ee24410ca0 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 30 15:30:06 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
|
||||||
|
|
||||||
|
- Add BuildRequires: %{python_module tzdata} to fix timezone test to ensure access to the timezone database
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 20 07:06:26 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
Mon Jan 20 07:06:26 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cookiecutter
|
# spec file for package cookiecutter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -59,6 +59,7 @@ BuildRequires: %{python_module freezegun}
|
|||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.18.0}
|
BuildRequires: %{python_module requests >= 2.18.0}
|
||||||
|
BuildRequires: %{python_module tzdata}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
# SECTION Documentation requirements
|
# SECTION Documentation requirements
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
|
|||||||
Reference in New Issue
Block a user