From 8848e97ede9a866584393e915a0492d406032da4 Mon Sep 17 00:00:00 2001 From: Antoine DECHAUME <> Date: Thu, 21 Dec 2023 13:34:18 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a23f2..2feb95f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# Develop +# Version 1.0.1 (December 2023) ## Added -- GitLab From 8c0b10426e363d6db1e55e5292b607307c4e91ef Mon Sep 17 00:00:00 2001 From: Antoine DECHAUME <> Date: Thu, 21 Dec 2023 16:45:54 +0100 Subject: [PATCH 2/2] build: copier update --- .copier-answers.yml | 2 +- CREDITS.md | 8 +------- requirements/dist.in | 1 + requirements/dist.txt | 28 ++++++++++++++++++++++------ 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 88f5dfa..a1ad45c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 52c1829 +_commit: f9462b9 _src_path: https://gitlab.com/gemseo/dev/copier-gemseo author_email: contact@gemseo.org author_name: GEMSEO developers diff --git a/CREDITS.md b/CREDITS.md index f274ed7..2c42aee 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -33,15 +33,9 @@ but not linked with the application, for documentation generation, training or example purposes. -[black](https://black.readthedocs.io) -: MIT - [commitizen](https://commitizen-tools.github.io/commitizen/) : MIT -[flake8](https://flake8.pycqa.org) -: MIT - [pre-commit](https://pre-commit.com) : MIT @@ -57,7 +51,7 @@ training or example purposes. [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) : MIT -[reorder-python-imports](https://github.com/asottile/reorder_python_imports) +[ruff](https://docs.astral.sh/ruff/) : MIT [setuptools](https://setuptools.readthedocs.io/) diff --git a/requirements/dist.in b/requirements/dist.in index b98fa1b..1029d17 100644 --- a/requirements/dist.in +++ b/requirements/dist.in @@ -1,2 +1,3 @@ +check-wheel-contents twine build diff --git a/requirements/dist.txt b/requirements/dist.txt index 5d5f1c6..dac781e 100644 --- a/requirements/dist.txt +++ b/requirements/dist.txt @@ -1,9 +1,13 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements/dist.in # +annotated-types==0.6.0 + # via pydantic +attrs==23.1.0 + # via check-wheel-contents build==1.0.3 # via -r requirements/dist.in certifi==2023.11.17 @@ -12,6 +16,10 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests +check-wheel-contents==0.6.0 + # via -r requirements/dist.in +click==8.1.7 + # via check-wheel-contents cryptography==41.0.7 # via secretstorage docutils==0.20.1 @@ -39,11 +47,17 @@ more-itertools==10.1.0 nh3==0.2.15 # via readme-renderer packaging==23.2 - # via build + # via + # build + # check-wheel-contents pkginfo==1.9.6 # via twine pycparser==2.21 # via cffi +pydantic==2.5.2 + # via check-wheel-contents +pydantic-core==2.14.5 + # via pydantic pygments==2.17.2 # via # readme-renderer @@ -64,15 +78,17 @@ rich==13.7.0 # via twine secretstorage==3.3.3 # via keyring -tomli==2.0.1 - # via - # build - # pyproject-hooks twine==4.0.2 # via -r requirements/dist.in +typing-extensions==4.9.0 + # via + # pydantic + # pydantic-core urllib3==2.1.0 # via # requests # twine +wheel-filename==1.4.1 + # via check-wheel-contents zipp==3.17.0 # via importlib-metadata -- GitLab