#11 f42: Fix pyproject.toml metadata
Merged a year ago by troycurtisjr. Opened a year ago by lecris.
rpms/ lecris/python-rapidfuzz f42  into  f42

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

+ From 2168b469b5b27be305c62d7f6c0c7b3df3d75f8f Mon Sep 17 00:00:00 2001

+ From: Cristian Le <[email protected]>

+ Date: Fri, 28 Feb 2025 13:06:24 +0100

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

+ 

+ ---

+  pyproject.toml | 2 ++

+  1 file changed, 2 insertions(+)

+ 

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

+ index 3ffbf330..46b22a69 100644

+ --- a/pyproject.toml

+ +++ b/pyproject.toml

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

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

+    "License :: OSI Approved :: MIT License",

+  ]

+ +

+ +[project.urls]

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

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

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

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

  URL:            https://github.com/maxbachmann/RapidFuzz

  Source:         %{pypi_source rapidfuzz}

  

+ Patch:          https://github.com/rapidfuzz/RapidFuzz/pull/433.patch

+ 

  BuildRequires:  gcc

  BuildRequires:  gcc-c++

  BuildRequires:  python3-devel

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/a0208cd40cc3430d81de5da014d3a4dc

Pull-Request has been merged by troycurtisjr

a year ago
Metadata