forked from pool/cookiecutter
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b6f60c3569 | |||
| 51c14ee9eb | |||
| 9185d1bcd7 | |||
| 66eff4efe4 | |||
| 155c81e21a | |||
| ee24410ca0 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Add python3-sphinx_rtd_theme as build dependency to fix the doc build fail.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 01:30:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Drop unneeded BuildRequires on recommonmark, it was dropped back in
|
||||
2.2.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 17:26:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -126,7 +142,7 @@ Wed May 10 08:40:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
- add sle15_python_module_pythons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 09:02:36 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Tue Jun 21 09:02:36 UTC 2022 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- remove obsolete patch cookiecutter-fix-setup.patch
|
||||
- update to version 2.1.1:
|
||||
@@ -158,12 +174,12 @@ Sun Apr 24 16:57:17 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
- Sync rpm requirements metadata to setuptools generated metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 10:07:33 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Mon Apr 4 10:07:33 UTC 2022 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- add fix-setup-version.patch to fix the version in setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 09:52:12 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Mon Mar 28 09:52:12 UTC 2022 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 2.0.2:
|
||||
- Fix Python version number in cookiecutter --version and test on Python 3.10 (#1621) @ozer550
|
||||
@@ -250,7 +266,7 @@ Sat May 15 11:11:51 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
- Make cookiecutter usable by all python3X flavors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 14 16:19:48 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Fri May 14 16:19:48 UTC 2021 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- update to version 1.7.3:
|
||||
- Fixed jinja2 and markupsafe dependencies
|
||||
@@ -263,7 +279,7 @@ Wed Jan 20 08:32:20 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
- Use fdupes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 18:05:41 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Wed Apr 22 18:05:41 UTC 2020 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- add python3-python-slugify as new dependency, fixes build.
|
||||
- update to version 1.7.2:
|
||||
@@ -316,12 +332,12 @@ Wed Apr 22 18:05:41 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
- remove patch fix-click-711.patch, merged upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 19:47:20 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Fri Apr 3 19:47:20 UTC 2020 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- add fix-click-711.patch to fix compatibility with click 7.1.1 which fixes the tests which fixes the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 10:54:34 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
Wed Jan 1 10:54:34 UTC 2020 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- remove obsolete patch fix-python-invocation-tests.diff
|
||||
- remove obsolete patch cookiecutter-click7.patch
|
||||
@@ -373,7 +389,7 @@ Wed Jan 2 09:55:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
- Add patch to build with new click cookiecutter-click7.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:37:20 UTC 2018 - sebix+novell.com@sebix.at
|
||||
Wed Feb 21 10:37:20 UTC 2018 - sebix@sebix.at
|
||||
|
||||
- update to version 1.6.0:
|
||||
* Include template path or template URL in cookiecutter context under _template
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cookiecutter
|
||||
#
|
||||
# Copyright (c) 2024 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,17 +59,15 @@ 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
|
||||
BuildRequires: python3-myst-parser
|
||||
BuildRequires: python3-sphinx-autodoc-typehints
|
||||
BuildRequires: python3-sphinx-click
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
BuildRequires: python3-sphinxcontrib-apidoc
|
||||
%if 0%{?sle_version} == 150300
|
||||
BuildRequires: python3-commonmark
|
||||
%endif
|
||||
BuildRequires: python3-recommonmark
|
||||
# /SECTION
|
||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||
Provides: cookiecutter = %{version}-%{release}
|
||||
@@ -79,7 +77,6 @@ Obsoletes: cookiecutter < %{version}-%{release}
|
||||
|
||||
%package -n cookiecutter-doc
|
||||
Summary: Documentation files for %{name}
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description
|
||||
A command-line utility that creates projects from cookiecutters (project
|
||||
|
||||
Reference in New Issue
Block a user