#3 Fix pyproject.toml metadata
Merged a year ago by troycurtisjr. Opened a year ago by lecris.
rpms/ lecris/python-Levenshtein fix/python-metadata  into  rawhide

Fix pyproject.toml metadata
Cristian Le • a year ago  
file added
+22
@@ -0,0 +1,22 @@ 

+ From f5e782d3efd640be48c59f2b7efa4e19466476a9 Mon Sep 17 00:00:00 2001

+ From: Cristian Le <[email protected]>

+ Date: Fri, 28 Feb 2025 13:20:27 +0100

+ Subject: [PATCH] fix: pyproject.toml metadata

+ 

+ ---

+  pyproject.toml | 2 ++

+  1 file changed, 2 insertions(+)

+ 

+ diff --git a/pyproject.toml b/pyproject.toml

+ index 595180d..e424f68 100644

+ --- a/pyproject.toml

+ +++ b/pyproject.toml

+ @@ -26,6 +26,8 @@ classifiers=[

+    "Programming Language :: Python :: 3.13",

+    "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",

+  ]

+ +

+ +[project.urls]

+  Homepage = "https://github.com/rapidfuzz/Levenshtein"

+  Documentation = "https://rapidfuzz.github.io/Levenshtein/"

+  Repository = "https://github.com/rapidfuzz/Levenshtein.git"

file modified
+2
@@ -16,6 +16,8 @@ 

  

  Source0:      %{forgesource}

  

+ Patch:        https://github.com/rapidfuzz/Levenshtein/pull/72.patch

+ 

  BuildRequires: cmake

  BuildRequires: gcc

  BuildRequires: gcc-c++

Since this is changes to the upstream code and isn't Fedora specific, there should be an upstream PR linked to this patch as well.

Sorry I was so expecting it as a comment, I didn't notice the patch URL itself was pointing upstream

Pull-Request has been merged by troycurtisjr

a year ago
Metadata