This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


    from f64aca87d small hint on repo viewable extensions format
     new 3a502ff90 [#8580] moved settings from setup.py into a new 
pyproject.toml
     new 8cd0d21ee [#8580] faster rebuild-all.bash
     new 7d66315aa [#8580] update license settings to current recommended format
     new d3bd8c753 [#8580] fall back to "pip" if uv is not installed (e.g. 
within init-docker-dev.sh)
     new 0ad7fd3eb [#8580] include paster plugins

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Allura/pyproject.toml                              | 142 +++++++++++++++++++++
 Allura/run/dummy.txt                               |   0
 Allura/setup.py                                    | 136 +-------------------
 .../model/__init__.py => AlluraTest/pyproject.toml |  26 +++-
 AlluraTest/setup.py                                |  19 +--
 .../sstress.py => ForgeActivity/pyproject.toml     |  74 +++++------
 ForgeActivity/setup.py                             |  30 +----
 .../pyproject.toml                                 |  51 +++++---
 ForgeBlog/setup.py                                 |  32 +----
 .../pyproject.toml                                 |  51 +++++---
 ForgeChat/setup.py                                 |  30 +----
 .../__init__.py => ForgeDiscussion/pyproject.toml  |  38 ++++--
 ForgeDiscussion/setup.py                           |  30 +----
 .../pyproject.toml                                 |  42 +++---
 ForgeFeedback/setup.py                             |  29 +----
 .../widgets/vote.py => ForgeFiles/pyproject.toml   |  34 +++--
 ForgeFiles/setup.py                                |  11 +-
 .../pyproject.toml                                 |  52 +++++---
 ForgeGit/setup.py                                  |  31 +----
 ForgeImporters/pyproject.toml                      |  57 +++++++++
 ForgeImporters/setup.py                            |  31 +----
 .../widgets/vote.py => ForgeLink/pyproject.toml    |  36 ++++--
 ForgeLink/setup.py                                 |  27 +---
 .../pyproject.toml                                 |  53 +++++---
 ForgeSVN/setup.py                                  |  40 +-----
 .../pyproject.toml                                 |  42 +++---
 ForgeShortUrl/setup.py                             |  18 +--
 ForgeTracker/pyproject.toml                        |  54 ++++++++
 ForgeTracker/setup.py                              |  36 +-----
 .../pyproject.toml                                 |  51 +++++---
 ForgeUserStats/setup.py                            |  31 +----
 .../widgets/vote.py => ForgeWiki/pyproject.toml    |  36 ++++--
 ForgeWiki/setup.py                                 |  27 +---
 rebuild-all.bash                                   |  39 +++---
 34 files changed, 676 insertions(+), 760 deletions(-)
 create mode 100644 Allura/pyproject.toml
 delete mode 100644 Allura/run/dummy.txt
 copy ForgeBlog/forgeblog/model/__init__.py => AlluraTest/pyproject.toml (66%)
 copy scripts/perf/sstress.py => ForgeActivity/pyproject.toml (52%)
 copy Allura/allura/scripts/create_oauth1_dummy_tokens.py => 
ForgeBlog/pyproject.toml (56%)
 copy Allura/allura/scripts/create_oauth1_dummy_tokens.py => 
ForgeChat/pyproject.toml (57%)
 copy Allura/allura/lib/widgets/__init__.py => ForgeDiscussion/pyproject.toml 
(58%)
 copy Allura/allura/tasks/activity_tasks.py => ForgeFeedback/pyproject.toml 
(59%)
 copy Allura/allura/lib/widgets/vote.py => ForgeFiles/pyproject.toml (61%)
 copy Allura/allura/scripts/create_oauth1_dummy_tokens.py => 
ForgeGit/pyproject.toml (56%)
 create mode 100644 ForgeImporters/pyproject.toml
 copy Allura/allura/lib/widgets/vote.py => ForgeLink/pyproject.toml (60%)
 copy Allura/allura/scripts/create_oauth1_dummy_tokens.py => 
ForgeSVN/pyproject.toml (55%)
 copy Allura/allura/tasks/activity_tasks.py => ForgeShortUrl/pyproject.toml 
(60%)
 create mode 100644 ForgeTracker/pyproject.toml
 copy Allura/allura/scripts/create_oauth1_dummy_tokens.py => 
ForgeUserStats/pyproject.toml (56%)
 copy Allura/allura/lib/widgets/vote.py => ForgeWiki/pyproject.toml (60%)

Reply via email to