15
0
forked from pool/cookiecutter

6 Commits

Author SHA256 Message Date
b6f60c3569 Accepting request 1316067 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1316067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cookiecutter?expand=0&rev=17
2025-11-07 17:22:04 +00:00
51c14ee9eb - Add BuildRequires: %{python_module tzdata} to fix timezone test to ensure access to the timezone database
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/cookiecutter?expand=0&rev=39
2025-10-30 21:30:35 +00:00
9185d1bcd7 Accepting request 1240442 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1240442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cookiecutter?expand=0&rev=16
2025-01-27 19:55:08 +00:00
66eff4efe4 - Add python3-sphinx_rtd_theme as build dependency to fix the doc build fail.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/cookiecutter?expand=0&rev=37
2025-01-20 07:07:38 +00:00
155c81e21a Accepting request 1238358 from devel:languages:python
- Drop unneeded BuildRequires on recommonmark, it was dropped back in
  2.2.0.

OBS-URL: https://build.opensuse.org/request/show/1238358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cookiecutter?expand=0&rev=15
2025-01-17 17:38:11 +00:00
ee24410ca0 - Drop unneeded BuildRequires on recommonmark, it was dropped back in
2.2.0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/cookiecutter?expand=0&rev=35
2025-01-17 01:31:52 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cookiecutter
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
#
# 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}
BuildRequires: %{python_module requests >= 2.18.0}
BuildRequires: %{python_module tzdata}
# /SECTION
# SECTION Documentation requirements
BuildRequires: python3-Sphinx