Skip to content

chore: Rename project to copier-template-extensions#15

Merged
pawamoy merged 1 commit into
mainfrom
pawamoy/rename-project
Jul 15, 2025
Merged

chore: Rename project to copier-template-extensions#15
pawamoy merged 1 commit into
mainfrom
pawamoy/rename-project

Conversation

@pawamoy
Copy link
Copy Markdown
Collaborator

@pawamoy pawamoy commented Jul 12, 2025

Issue-13: #13

@sisp once merged and published we'd simply rename this repository copier-template-extensions, and I'd publish a last release of copier-templates-extensions with basically this code:

"""Deprecated. Install `copier-template-extensions` instead."""

import warnings

from copier_template_extensions import ContextHook, TemplateExtensionLoader

__all__: list[str] = ["ContextHook", "TemplateExtensionLoader"]

warnings.warn(
    "This package is deprecated and renamed `copier-template-extensions`. "
    "Please install `copier-template-extensions` instead, and replace every occurrence "
    "of `copier-templates-extensions` and `copier_templates_extensions` in your template with "
    "`copier-template-extensions` and `copier_template_extensions` respectively.",
    DeprecationWarning,
    stacklevel=2,
)

@sisp
Copy link
Copy Markdown
Member

sisp commented Jul 12, 2025

Sounds good. Let me know when you'd like me to rename the project.

@pawamoy pawamoy merged commit 5d959f2 into main Jul 15, 2025
43 of 51 checks passed
@pawamoy
Copy link
Copy Markdown
Collaborator Author

pawamoy commented Jul 15, 2025

Merged, released, and renamed! (I had the privileges to do so 👍)

@pawamoy
Copy link
Copy Markdown
Collaborator Author

pawamoy commented Jul 15, 2025

copier-templates-extensions 0.3.2 published too, with deprecation warning and re-export of new paths.

@pawamoy pawamoy deleted the pawamoy/rename-project branch July 15, 2025 10:08
@sisp
Copy link
Copy Markdown
Member

sisp commented Jul 15, 2025

Awesome, copier-template-extensions reads much better! 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants