Browse Source

feat: add security link and update release version in the release-note link

trgiangdo 1 year ago
parent
commit
4608b56192

+ 2 - 1
setup.py

@@ -115,6 +115,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
taipy/config/setup.py

@@ -74,6 +74,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
taipy/core/setup.py

@@ -96,6 +96,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
taipy/gui/setup.py

@@ -112,6 +112,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
taipy/rest/setup.py

@@ -81,6 +81,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
taipy/templates/setup.py

@@ -68,6 +68,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
tools/packages/taipy-config/setup.py

@@ -79,6 +79,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
tools/packages/taipy-core/setup.py

@@ -83,6 +83,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
tools/packages/taipy-gui/setup.py

@@ -114,6 +114,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
tools/packages/taipy-rest/setup.py

@@ -70,6 +70,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
tools/packages/taipy-templates/setup.py

@@ -74,6 +74,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )

+ 2 - 1
tools/packages/taipy/setup.py

@@ -103,6 +103,7 @@ setup(
         "Source": "https://github.com/Avaiga/taipy",
         "Download": "https://pypi.org/project/taipy/#files",
         "Tracker": "https://github.com/Avaiga/taipy/issues",
-        "Release notes": "https://docs.taipy.io/en/latest/relnotes/",
+        "Security": "https://github.com/Avaiga/taipy?tab=security-ov-file#readme",
+        f"Release notes": "https://docs.taipy.io/en/release-{version_string}/relnotes/",
     },
 )