2017-09-11 21:20:51 +02:00
|
|
|
#
|
|
|
|
# spec file for package cookiecutter
|
|
|
|
#
|
2023-05-11 15:23:18 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2017-09-11 21:20:51 +02:00
|
|
|
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-01-02 10:58:39 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2018-02-27 09:20:02 +01:00
|
|
|
#
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
|
2023-05-11 15:23:18 +02:00
|
|
|
%{?sle15_python_module_pythons}
|
2017-09-11 21:20:51 +02:00
|
|
|
Name: cookiecutter
|
2023-09-07 07:20:23 +02:00
|
|
|
Version: 2.3.0
|
2017-09-11 21:20:51 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A command-line utility that creates projects from project templates
|
2018-02-27 09:20:02 +01:00
|
|
|
License: BSD-3-Clause
|
- remove obsolete patch fix-python-invocation-tests.diff
- remove obsolete patch cookiecutter-click7.patch
- update to version 1.7.0:
* Important Changes:
* Drop support for EOL Python 3.4, thanks to [@jamescurtin](https://github.com/jamescurtin) and [@insspb](https://github.com/insspb) (#1024)
* Drop support for EOL Python 3.3, thanks to [@hugovk](https://github.com/hugovk) (#1024)
* Increase the minimum click version to 7.0, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
* Other Changes:
* PEP257 fixing docstrings in exceptions.py. Thanks to [@MinchinWeb](https://github.com/MinchinWeb) (#1237)
* PEP257 fixing docstrings in replay.py. Thanks to [@kishan](https://github.com/kishan3) (#1234)
* PEP257 fixing docstrings in test_unzip.py. Thanks to [@tonytheleg](https://github.com/tonytheleg) and [@insspb](https://github.com/insspb) (#1236, #1262)
* Fixed tests sequence for appveyor, to exclude file not found bug. Thanks to [@insspb](https://github.com/insspb) (#1257)
* Updates REAMDE.md with svg badge for appveyor. Thanks to [@sobolevn](https://github.com/sobolevn) (#1254)
* Add missing {% endif %} to Choice Variables example. Thanks to [@mattstibbs](https://github.com/mattstibbs) (#1249)
* Core documentation converted to Markdown format thanks to [@wagnernegrao](https://github.com/wagnernegrao), [@insspb](https://github.com/insspb) (#1216)
* Tests update: use sys.executable when invoking python in python 3 only environment thanks to [@vincentbernat](https://github.com/vincentbernat) (#1221)
* Prevent `click` API v7.0 from showing choices when already shown, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
* Test the codebase with python3.8 beta on tox and travis-ci (#1206), thanks to [@mihrab34](https://github.com/mihrab34)
* Add a [CODE\_OF\_CONDUCT.md](https://github.com/audreyr/cookiecutter/blob/master/CODE_OF_CONDUCT.md) file to the project, thanks to [@andreagrandi](https://github.com/andreagrandi) (#1009)
* Update docstrings in `cookiecutter/main.py`, `cookiecutter/__init__.py`, and `cookiecutter/log.py` to follow the PEP 257 style guide, thanks to [@meahow](https://github.com/meahow) (#998, #999, #1000)
* Update docstrings in `cookiecutter/utils.py` to follow the PEP 257 style guide, thanks to [@dornheimer](https://github.com/dornheimer)(#1026)
* Fix grammar in *Choice Variables* documentation, thanks to [@jubrilissa](https://github.com/jubrilissa) (#1011)
* Update installation docs with links to the Windows Subsystem and GNU utilities, thanks to [@Nythiennzo](https://github.com/Nythiennzo) for the PR and [@BruceEckel](https://github.com/BruceEckel) for the review (#1016)
* Upgrade flake8 to version 3.5.0, thanks to [@cclauss](https://github.com/cclauss) (#1038)
* Update tutorial with explanation for how cookiecutter finds the template file, thanks to [@accraze](https://github.com/accraze)(#1025)
* Update CI config files to use `TOXENV` environment variable, thanks to [@asottile](https://github.com/asottile) (#1019)
* Improve user documentation for writing hooks, thanks to [@jonathansick](https://github.com/jonathansick) (#1057)
* Make sure to preserve the order of items in the generated cookiecutter context, thanks to [@hackebrot](https://github.com/hackebrot) (#1074)
* Fixed DeprecationWarning for a regular expression on python 3.6, thanks to [@reinout](https://github.com/reinout) (#1124)
* Document use of cookiecutter-template topic on GitHub, thanks to [@ssbarnea](https://github.com/ssbarnea) (#1189)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/cookiecutter?expand=0&rev=7
2020-01-01 12:04:51 +01:00
|
|
|
URL: https://github.com/audreyr/cookiecutter
|
2022-03-28 11:52:35 +02:00
|
|
|
Source: https://github.com/cookiecutter/cookiecutter/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
# recent versions are not published on PyPI: https://github.com/cookiecutter/cookiecutter/issues/1636
|
2022-04-24 20:13:21 +02:00
|
|
|
#Source: https://files.pythonhosted.org/packages/source/c/cookiecutter/cookiecutter-%%{version}.tar.gz
|
2018-02-27 09:20:02 +01:00
|
|
|
Source1: ccext.py
|
2022-04-24 20:13:21 +02:00
|
|
|
BuildRequires: %{python_module Jinja2 >= 2.7 with %python-Jinja2 < 4}
|
2023-09-07 07:20:23 +02:00
|
|
|
BuildRequires: %{python_module arrow}
|
2021-05-17 22:56:03 +02:00
|
|
|
BuildRequires: %{python_module binaryornot >= 0.2.0}
|
2022-04-24 20:13:21 +02:00
|
|
|
BuildRequires: %{python_module click >= 7 with %python-click < 9}
|
2023-09-07 07:20:23 +02:00
|
|
|
BuildRequires: %{python_module pip}
|
2021-05-17 22:56:03 +02:00
|
|
|
BuildRequires: %{python_module python-slugify}
|
2023-09-07 07:20:23 +02:00
|
|
|
BuildRequires: %{python_module rich}
|
2021-05-17 22:56:03 +02:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2023-09-07 07:20:23 +02:00
|
|
|
BuildRequires: %{python_module wheel}
|
2021-01-20 14:57:40 +01:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: git-core
|
2021-05-17 22:56:03 +02:00
|
|
|
BuildRequires: python-rpm-macros
|
2021-01-20 14:57:40 +01:00
|
|
|
Requires: git-core
|
2022-03-28 11:52:35 +02:00
|
|
|
Requires: python-PyYAML
|
2023-09-07 07:20:23 +02:00
|
|
|
Requires: python-arrow
|
2021-05-17 22:56:03 +02:00
|
|
|
Requires: python-binaryornot >= 0.2.0
|
|
|
|
Requires: python-python-slugify
|
|
|
|
Requires: python-requests >= 2.18.0
|
2023-09-07 07:20:23 +02:00
|
|
|
Requires: python-rich
|
2022-04-24 20:13:21 +02:00
|
|
|
Requires: (python-Jinja2 >= 2.7 with python-Jinja2 < 4)
|
|
|
|
Requires: (python-click >= 7 with python-click < 9)
|
2017-09-11 21:20:51 +02:00
|
|
|
Requires(post): update-alternatives
|
2021-05-14 18:21:59 +02:00
|
|
|
Requires(postun):update-alternatives
|
2017-09-11 21:20:51 +02:00
|
|
|
BuildArch: noarch
|
2018-02-27 09:20:02 +01:00
|
|
|
# SECTION Testing requirements
|
2021-05-17 22:56:03 +02:00
|
|
|
BuildRequires: %{python_module chardet >= 2.0.0}
|
2022-03-28 11:52:35 +02:00
|
|
|
BuildRequires: %{python_module PyYAML}
|
2021-05-17 22:56:03 +02:00
|
|
|
BuildRequires: %{python_module freezegun}
|
|
|
|
BuildRequires: %{python_module pytest-mock}
|
|
|
|
BuildRequires: %{python_module pytest}
|
|
|
|
BuildRequires: %{python_module requests >= 2.18.0}
|
2018-02-27 09:20:02 +01:00
|
|
|
# /SECTION
|
- remove obsolete patch fix-python-invocation-tests.diff
- remove obsolete patch cookiecutter-click7.patch
- update to version 1.7.0:
* Important Changes:
* Drop support for EOL Python 3.4, thanks to [@jamescurtin](https://github.com/jamescurtin) and [@insspb](https://github.com/insspb) (#1024)
* Drop support for EOL Python 3.3, thanks to [@hugovk](https://github.com/hugovk) (#1024)
* Increase the minimum click version to 7.0, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
* Other Changes:
* PEP257 fixing docstrings in exceptions.py. Thanks to [@MinchinWeb](https://github.com/MinchinWeb) (#1237)
* PEP257 fixing docstrings in replay.py. Thanks to [@kishan](https://github.com/kishan3) (#1234)
* PEP257 fixing docstrings in test_unzip.py. Thanks to [@tonytheleg](https://github.com/tonytheleg) and [@insspb](https://github.com/insspb) (#1236, #1262)
* Fixed tests sequence for appveyor, to exclude file not found bug. Thanks to [@insspb](https://github.com/insspb) (#1257)
* Updates REAMDE.md with svg badge for appveyor. Thanks to [@sobolevn](https://github.com/sobolevn) (#1254)
* Add missing {% endif %} to Choice Variables example. Thanks to [@mattstibbs](https://github.com/mattstibbs) (#1249)
* Core documentation converted to Markdown format thanks to [@wagnernegrao](https://github.com/wagnernegrao), [@insspb](https://github.com/insspb) (#1216)
* Tests update: use sys.executable when invoking python in python 3 only environment thanks to [@vincentbernat](https://github.com/vincentbernat) (#1221)
* Prevent `click` API v7.0 from showing choices when already shown, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
* Test the codebase with python3.8 beta on tox and travis-ci (#1206), thanks to [@mihrab34](https://github.com/mihrab34)
* Add a [CODE\_OF\_CONDUCT.md](https://github.com/audreyr/cookiecutter/blob/master/CODE_OF_CONDUCT.md) file to the project, thanks to [@andreagrandi](https://github.com/andreagrandi) (#1009)
* Update docstrings in `cookiecutter/main.py`, `cookiecutter/__init__.py`, and `cookiecutter/log.py` to follow the PEP 257 style guide, thanks to [@meahow](https://github.com/meahow) (#998, #999, #1000)
* Update docstrings in `cookiecutter/utils.py` to follow the PEP 257 style guide, thanks to [@dornheimer](https://github.com/dornheimer)(#1026)
* Fix grammar in *Choice Variables* documentation, thanks to [@jubrilissa](https://github.com/jubrilissa) (#1011)
* Update installation docs with links to the Windows Subsystem and GNU utilities, thanks to [@Nythiennzo](https://github.com/Nythiennzo) for the PR and [@BruceEckel](https://github.com/BruceEckel) for the review (#1016)
* Upgrade flake8 to version 3.5.0, thanks to [@cclauss](https://github.com/cclauss) (#1038)
* Update tutorial with explanation for how cookiecutter finds the template file, thanks to [@accraze](https://github.com/accraze)(#1025)
* Update CI config files to use `TOXENV` environment variable, thanks to [@asottile](https://github.com/asottile) (#1019)
* Improve user documentation for writing hooks, thanks to [@jonathansick](https://github.com/jonathansick) (#1057)
* Make sure to preserve the order of items in the generated cookiecutter context, thanks to [@hackebrot](https://github.com/hackebrot) (#1074)
* Fixed DeprecationWarning for a regular expression on python 3.6, thanks to [@reinout](https://github.com/reinout) (#1124)
* Document use of cookiecutter-template topic on GitHub, thanks to [@ssbarnea](https://github.com/ssbarnea) (#1189)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/cookiecutter?expand=0&rev=7
2020-01-01 12:04:51 +01:00
|
|
|
# SECTION Documentation requirements
|
2023-07-22 08:53:38 +02:00
|
|
|
BuildRequires: python3-Sphinx
|
|
|
|
BuildRequires: python3-myst-parser
|
|
|
|
BuildRequires: python3-sphinx-autodoc-typehints
|
|
|
|
BuildRequires: python3-sphinx-click
|
|
|
|
BuildRequires: python3-sphinxcontrib-apidoc
|
2022-03-28 11:52:35 +02:00
|
|
|
%if 0%{?sle_version} == 150300
|
2023-07-22 08:53:38 +02:00
|
|
|
BuildRequires: python3-commonmark
|
2022-03-28 11:52:35 +02:00
|
|
|
%endif
|
2023-07-22 08:53:38 +02:00
|
|
|
BuildRequires: python3-recommonmark
|
- remove obsolete patch fix-python-invocation-tests.diff
- remove obsolete patch cookiecutter-click7.patch
- update to version 1.7.0:
* Important Changes:
* Drop support for EOL Python 3.4, thanks to [@jamescurtin](https://github.com/jamescurtin) and [@insspb](https://github.com/insspb) (#1024)
* Drop support for EOL Python 3.3, thanks to [@hugovk](https://github.com/hugovk) (#1024)
* Increase the minimum click version to 7.0, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
* Other Changes:
* PEP257 fixing docstrings in exceptions.py. Thanks to [@MinchinWeb](https://github.com/MinchinWeb) (#1237)
* PEP257 fixing docstrings in replay.py. Thanks to [@kishan](https://github.com/kishan3) (#1234)
* PEP257 fixing docstrings in test_unzip.py. Thanks to [@tonytheleg](https://github.com/tonytheleg) and [@insspb](https://github.com/insspb) (#1236, #1262)
* Fixed tests sequence for appveyor, to exclude file not found bug. Thanks to [@insspb](https://github.com/insspb) (#1257)
* Updates REAMDE.md with svg badge for appveyor. Thanks to [@sobolevn](https://github.com/sobolevn) (#1254)
* Add missing {% endif %} to Choice Variables example. Thanks to [@mattstibbs](https://github.com/mattstibbs) (#1249)
* Core documentation converted to Markdown format thanks to [@wagnernegrao](https://github.com/wagnernegrao), [@insspb](https://github.com/insspb) (#1216)
* Tests update: use sys.executable when invoking python in python 3 only environment thanks to [@vincentbernat](https://github.com/vincentbernat) (#1221)
* Prevent `click` API v7.0 from showing choices when already shown, thanks to [@rly](https://github.com/rly) and [@luzfcb](https://github.com/luzfcb) (#1168)
* Test the codebase with python3.8 beta on tox and travis-ci (#1206), thanks to [@mihrab34](https://github.com/mihrab34)
* Add a [CODE\_OF\_CONDUCT.md](https://github.com/audreyr/cookiecutter/blob/master/CODE_OF_CONDUCT.md) file to the project, thanks to [@andreagrandi](https://github.com/andreagrandi) (#1009)
* Update docstrings in `cookiecutter/main.py`, `cookiecutter/__init__.py`, and `cookiecutter/log.py` to follow the PEP 257 style guide, thanks to [@meahow](https://github.com/meahow) (#998, #999, #1000)
* Update docstrings in `cookiecutter/utils.py` to follow the PEP 257 style guide, thanks to [@dornheimer](https://github.com/dornheimer)(#1026)
* Fix grammar in *Choice Variables* documentation, thanks to [@jubrilissa](https://github.com/jubrilissa) (#1011)
* Update installation docs with links to the Windows Subsystem and GNU utilities, thanks to [@Nythiennzo](https://github.com/Nythiennzo) for the PR and [@BruceEckel](https://github.com/BruceEckel) for the review (#1016)
* Upgrade flake8 to version 3.5.0, thanks to [@cclauss](https://github.com/cclauss) (#1038)
* Update tutorial with explanation for how cookiecutter finds the template file, thanks to [@accraze](https://github.com/accraze)(#1025)
* Update CI config files to use `TOXENV` environment variable, thanks to [@asottile](https://github.com/asottile) (#1019)
* Improve user documentation for writing hooks, thanks to [@jonathansick](https://github.com/jonathansick) (#1057)
* Make sure to preserve the order of items in the generated cookiecutter context, thanks to [@hackebrot](https://github.com/hackebrot) (#1074)
* Fixed DeprecationWarning for a regular expression on python 3.6, thanks to [@reinout](https://github.com/reinout) (#1124)
* Document use of cookiecutter-template topic on GitHub, thanks to [@ssbarnea](https://github.com/ssbarnea) (#1189)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/cookiecutter?expand=0&rev=7
2020-01-01 12:04:51 +01:00
|
|
|
# /SECTION
|
2021-05-17 22:56:03 +02:00
|
|
|
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
|
|
|
Provides: cookiecutter = %{version}-%{release}
|
|
|
|
Obsoletes: cookiecutter < %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
%python_subpackages
|
2018-02-27 09:20:02 +01:00
|
|
|
|
2021-05-17 22:56:03 +02:00
|
|
|
%package -n cookiecutter-doc
|
2018-02-27 09:20:02 +01:00
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
Group: Documentation/HTML
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%description
|
2018-02-27 09:20:02 +01:00
|
|
|
A command-line utility that creates projects from cookiecutters (project
|
2017-09-11 21:20:51 +02:00
|
|
|
templates), e.g. creating a Python package project from a Python package
|
|
|
|
project template.
|
|
|
|
|
2018-02-27 09:20:02 +01:00
|
|
|
Project templates can be in any programming language or markup format.
|
2017-09-11 21:20:51 +02:00
|
|
|
|
2021-05-17 22:56:03 +02:00
|
|
|
%description -n cookiecutter-doc
|
2018-02-27 09:20:02 +01:00
|
|
|
A command-line utility that creates projects from cookiecutters (project
|
|
|
|
templates), e.g. creating a Python package project from a Python package
|
|
|
|
project template.
|
2017-09-11 21:20:51 +02:00
|
|
|
|
2018-02-27 09:20:02 +01:00
|
|
|
This package contains the documentation for cookiecutter.
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%prep
|
2022-04-24 20:13:21 +02:00
|
|
|
%autosetup -p1 -n cookiecutter-%{version}
|
2018-02-27 09:20:02 +01:00
|
|
|
cp %{SOURCE1} docs
|
2021-01-20 14:57:40 +01:00
|
|
|
# Remove pytest addopts:
|
|
|
|
rm setup.cfg
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%build
|
2023-09-07 07:20:23 +02:00
|
|
|
%pyproject_wheel
|
2018-02-27 09:20:02 +01:00
|
|
|
pushd docs
|
2023-07-16 12:12:22 +02:00
|
|
|
sphinx-build -b html -d .build/doctrees . _build/html
|
2018-02-27 09:20:02 +01:00
|
|
|
rm _build/html/.buildinfo
|
|
|
|
popd
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%install
|
2023-09-07 07:20:23 +02:00
|
|
|
%pyproject_install
|
2021-05-17 22:56:03 +02:00
|
|
|
%python_clone -a %{buildroot}%{_bindir}/cookiecutter
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
# the doc directive in the files section cannot deduplicate, so do it manually
|
|
|
|
mkdir -p %{buildroot}%{_docdir}/cookiecutter-doc
|
|
|
|
cp -r docs/_build/html %{buildroot}%{_docdir}/cookiecutter-doc/
|
|
|
|
%fdupes %{buildroot}%{_docdir}/cookiecutter-doc
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%check
|
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
export LANG=en_US.UTF-8
|
2022-03-28 11:52:35 +02:00
|
|
|
# test_generate_file_verbose_template_syntax_error: reported at https://github.com/cookiecutter/cookiecutter/issues/1655
|
|
|
|
%pytest tests -k 'not test_generate_file_verbose_template_syntax_error'
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%pre
|
2021-05-17 22:56:03 +02:00
|
|
|
# delete command if the old package was not update-alternatives controlled
|
2017-09-11 21:20:51 +02:00
|
|
|
[ -h %{_bindir}/cookiecutter ] || rm -f %{_bindir}/cookiecutter
|
|
|
|
|
|
|
|
%post
|
2021-05-17 22:56:03 +02:00
|
|
|
%python_install_alternative cookiecutter
|
2017-09-11 21:20:51 +02:00
|
|
|
|
|
|
|
%postun
|
2021-05-17 22:56:03 +02:00
|
|
|
%python_uninstall_alternative cookiecutter
|
2017-09-11 21:20:51 +02:00
|
|
|
|
2021-05-17 22:56:03 +02:00
|
|
|
%files %{python_files}
|
2018-02-27 09:20:02 +01:00
|
|
|
%license LICENSE
|
2021-05-17 22:56:03 +02:00
|
|
|
%python_alternative cookiecutter
|
2022-04-24 20:13:21 +02:00
|
|
|
%{python_sitelib}/cookiecutter
|
2023-09-07 07:20:23 +02:00
|
|
|
%{python_sitelib}/cookiecutter-%{version}.dist-info
|
2017-09-11 21:20:51 +02:00
|
|
|
|
2021-05-17 22:56:03 +02:00
|
|
|
%files -n cookiecutter-doc
|
2018-02-27 09:20:02 +01:00
|
|
|
%license LICENSE
|
2021-05-17 22:56:03 +02:00
|
|
|
%doc %{_docdir}/cookiecutter-doc
|
2018-02-27 09:20:02 +01:00
|
|
|
|
2017-09-11 21:20:51 +02:00
|
|
|
%changelog
|