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

arm pushed a commit to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/arm by this push:
     new 498bc10e Wrap safe types in str before starting SVN import. Closes #838
498bc10e is described below

commit 498bc10e24bf6334256a6e57f0d1a56b6d92ad72
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Mar 9 11:26:03 2026 +0000

    Wrap safe types in str before starting SVN import. Closes #838
---
 atr/storage/writers/release.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/storage/writers/release.py b/atr/storage/writers/release.py
index 690d742a..e273def3 100644
--- a/atr/storage/writers/release.py
+++ b/atr/storage/writers/release.py
@@ -272,8 +272,8 @@ class CommitteeParticipant(FoundationCommitter):
             "svn_url": svn_url,
             "revision": revision,
             "target_subdirectory": target_subdirectory,
-            "project_name": project_name,
-            "version_name": version_name,
+            "project_name": str(project_name),
+            "version_name": str(version_name),
             "asf_uid": self.__asf_uid,
         }
         svn_import_task = sql.Task(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to