From 06f6677b58fbfab5ecfc4f48be20db82660a974e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Mon, 7 Oct 2024 13:54:58 +0200 Subject: [PATCH] chore: move wtforms to the pallets-eco organization --- CHANGES.rst | 1 + README.rst | 12 ++++++------ docs/conf.py | 6 +++--- docs/contributing.rst | 4 ++-- docs/ext.rst | 6 +++--- docs/faq.rst | 10 +++++----- docs/whats_new.rst | 4 ++-- pyproject.toml | 4 ++-- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 75661e659..62abfedc2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,7 @@ Released 2024-01-06 - Fix :class:`~fields.SelectMultipleField` value coercion on validation. :issue:`822` :pr:`823` +- Move the repository to the pallets-eco organization. Version 3.1.1 ------------- diff --git a/README.rst b/README.rst index 9a4e924e3..25700d2ff 100644 --- a/README.rst +++ b/README.rst @@ -48,9 +48,9 @@ with frameworks even better. .. _Flask-WTF: https://flask-wtf.readthedocs.io/ .. _WTForms-Alchemy: https://wtforms-alchemy.readthedocs.io/ -.. _WTForms-SQLAlchemy: https://github.com/wtforms/wtforms-sqlalchemy -.. _WTForms-AppEngine: https://github.com/wtforms/wtforms-appengine -.. _WTForms-Django: https://github.com/wtforms/wtforms-django +.. _WTForms-SQLAlchemy: https://github.com/pallets-eco/wtforms-sqlalchemy +.. _WTForms-AppEngine: https://github.com/pallets-eco/wtforms-appengine +.. _WTForms-Django: https://github.com/pallets-eco/wtforms-django .. _WTForms-Bootstrap5: https://github.com/LaunchPlatform/wtforms-bootstrap5 .. _Starlette-WTF: https://github.com/muicss/starlette-wtf .. _Bootstrap-Flask: https://github.com/helloflask/bootstrap-flask @@ -61,7 +61,7 @@ Links - Documentation: https://wtforms.readthedocs.io/ - Releases: https://pypi.org/project/WTForms/ -- Code: https://github.com/wtforms/wtforms -- Issue tracker: https://github.com/wtforms/wtforms/issues +- Code: https://github.com/pallets-eco/wtforms +- Issue tracker: https://github.com/pallets-eco/wtforms/issues - Discord Chat: https://discord.gg/F65P7Z9 -- Translation: https://hosted.weblate.org/projects/wtforms/wtforms/ +- Translation: https://hosted.weblate.org/projects/pallets-eco/wtforms/ diff --git a/docs/conf.py b/docs/conf.py index afd60ff7a..daca49bbb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3/", None), } -issues_github_path = "wtforms/wtforms" +issues_github_path = "pallets-eco/wtforms" # HTML ----------------------------------------------------------------- @@ -30,12 +30,12 @@ html_context = { "project_links": [ ProjectLink("PyPI Releases", "https://pypi.org/project/WTForms/"), - ProjectLink("Source Code", "https://github.com/wtforms/wtforms/"), + ProjectLink("Source Code", "https://github.com/pallets-eco/wtforms/"), ProjectLink( "Discord Chat", "https://discord.gg/F65P7Z9", ), - ProjectLink("Issue Tracker", "https://github.com/wtforms/wtforms/issues/"), + ProjectLink("Issue Tracker", "https://github.com/pallets-eco/wtforms/issues/"), ] } html_sidebars = { diff --git a/docs/contributing.rst b/docs/contributing.rst index 0aadacf75..3af9229a8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -12,7 +12,7 @@ How to Contribute WTForms is now on `GitHub`_, so all contributions should be either associated with a pull request or with a ticket & patch. -.. _GitHub: https://github.com/wtforms/wtforms +.. _GitHub: https://github.com/pallets-eco/wtforms Contribution Guidelines @@ -38,7 +38,7 @@ Code submitted should: advantage of `Github Actions`_ for running tests on all supported Python versions. -.. _Github Actions: https://github.com/wtforms/wtforms/actions +.. _Github Actions: https://github.com/pallets-eco/wtforms/actions .. _PEP8: https://www.python.org/dev/peps/pep-0008/ diff --git a/docs/ext.rst b/docs/ext.rst index 32551c61f..fdf1bc4ba 100644 --- a/docs/ext.rst +++ b/docs/ext.rst @@ -5,8 +5,8 @@ Extensions All WTForms extensions were removed in WTForms 3.0. - * ``wtforms.ext.appengine`` was extracted to `WTForms-Appengine `_ + * ``wtforms.ext.appengine`` was extracted to `WTForms-Appengine `_ * ``wtforms.ext.csrf`` was integrated into WTForms core. See :doc:`CSRF Docs ` - * ``wtforms.ext.django`` was extracted to `WTForms-Django `_ + * ``wtforms.ext.django`` was extracted to `WTForms-Django `_ * ``wtforms.ext.i18n`` was integrated into WTForms core. See :doc:`i18n` - * ``wtforms.ext.sqlalchemy`` was extracted to `WTForms-SQLAlchemy `_ + * ``wtforms.ext.sqlalchemy`` was extracted to `WTForms-SQLAlchemy `_ diff --git a/docs/faq.rst b/docs/faq.rst index 2344bf138..fd81592d9 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -37,10 +37,10 @@ but if it's not listed, it doesn't mean it won't work. Special support is there for `SQLAlchemy`_, `Google App Engine`_, and `Django`_ collections via companion packages. -.. _SQLAlchemy: https://github.com/wtforms/wtforms-sqlalchemy -.. _Google App Engine: https://github.com/wtforms/wtforms-appengine -.. _WTForms-Django: https://github.com/wtforms/wtforms-django -.. _Django: https://github.com/wtforms/wtforms-django +.. _SQLAlchemy: https://github.com/pallets-eco/wtforms-sqlalchemy +.. _Google App Engine: https://github.com/pallets-eco/wtforms-appengine +.. _WTForms-Django: https://github.com/pallets-eco/wtforms-django +.. _Django: https://github.com/pallets-eco/wtforms-django Does WTForms support unicode? ----------------------------- @@ -67,7 +67,7 @@ WTForms is not that scary. Really. We try to keep it as succinct and readable as possible. For bugs and feature requests, you can file a ticket on the `project page`_. -.. _project page: https://github.com/wtforms/wtforms +.. _project page: https://github.com/pallets-eco/wtforms How do I mark in a template when a field is required? diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 960570414..8eb67ad84 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -68,8 +68,8 @@ the new API's unless it needs to work across both WTForms 1.x and 2.x .. _WTForms-Alchemy: https://pypi.org/project/WTForms-Alchemy/ .. _WTForms-Alchemy-docs: https://wtforms-alchemy.readthedocs.io/ -.. _WTForms-Appengine: https://github.com/wtforms/wtforms-appengine -.. _WTForms-Django: https://github.com/wtforms/wtforms-django +.. _WTForms-Appengine: https://github.com/pallets-eco/wtforms-appengine +.. _WTForms-Django: https://github.com/pallets-eco/wtforms-django Low-level Changes diff --git a/pyproject.toml b/pyproject.toml index 10f0b5213..c9d004ebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ dynamic = ["version"] [project.urls] Documentation = "https://wtforms.readthedocs.io" Changes = "https://wtforms.readthedocs.io/changes" -"Source Code" = "https://github.com/wtforms/wtforms/" -"Issue Tracker" = "https://github.com/wtforms/wtforms/issues" +"Source Code" = "https://github.com/pallets-eco/wtforms/" +"Issue Tracker" = "https://github.com/pallets-eco/wtforms/issues" Chat = "https://discord.gg/pallets" [project.optional-dependencies]