python-Levenshtein 0.27.4__tar.gz → 0.27.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-Levenshtein
3
- Version: 0.27.4
3
+ Version: 0.27.5
4
4
  Summary: Python extension for computing string edit distances and similarities.
5
5
  Author-email: Max Bachmann <pypi@maxbachmann.de>
6
6
  License: GPL-2.0-or-later
@@ -11,15 +11,15 @@ Project-URL: Issues, https://github.com/rapidfuzz/python-Levenshtein/issues
11
11
  Project-URL: Changelog, https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst
12
12
  Keywords: string,Levenshtein,comparison,edit-distance
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
18
17
  Classifier: Programming Language :: Python :: 3.14
18
+ Classifier: Programming Language :: Python :: 3.15
19
19
  Requires-Python: >=3.10
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: Levenshtein==0.27.4
22
+ Requires-Dist: Levenshtein==0.27.5
23
23
  Dynamic: license-file
24
24
 
25
25
  # Levenshtein
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-Levenshtein"
7
- version = "0.27.4"
7
+ version = "0.27.5"
8
8
  dependencies = [
9
- "Levenshtein==0.27.4"
9
+ "Levenshtein==0.27.5"
10
10
  ]
11
11
  requires-python = ">= 3.10"
12
12
  authors = [
@@ -17,11 +17,11 @@ readme = "README.md"
17
17
  license = {text = "GPL-2.0-or-later"}
18
18
  classifiers = [
19
19
  "Programming Language :: Python :: 3",
20
- "Programming Language :: Python :: 3.10",
21
20
  "Programming Language :: Python :: 3.11",
22
21
  "Programming Language :: Python :: 3.12",
23
22
  "Programming Language :: Python :: 3.13",
24
23
  "Programming Language :: Python :: 3.14",
24
+ "Programming Language :: Python :: 3.15",
25
25
  ]
26
26
  keywords = ["string", "Levenshtein", "comparison", "edit-distance"]
27
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-Levenshtein
3
- Version: 0.27.4
3
+ Version: 0.27.5
4
4
  Summary: Python extension for computing string edit distances and similarities.
5
5
  Author-email: Max Bachmann <pypi@maxbachmann.de>
6
6
  License: GPL-2.0-or-later
@@ -11,15 +11,15 @@ Project-URL: Issues, https://github.com/rapidfuzz/python-Levenshtein/issues
11
11
  Project-URL: Changelog, https://github.com/rapidfuzz/python-Levenshtein/blob/main/CHANGELOG.rst
12
12
  Keywords: string,Levenshtein,comparison,edit-distance
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
18
17
  Classifier: Programming Language :: Python :: 3.14
18
+ Classifier: Programming Language :: Python :: 3.15
19
19
  Requires-Python: >=3.10
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: Levenshtein==0.27.4
22
+ Requires-Dist: Levenshtein==0.27.5
23
23
  Dynamic: license-file
24
24
 
25
25
  # Levenshtein
@@ -0,0 +1 @@
1
+ Levenshtein==0.27.5
@@ -1 +0,0 @@
1
- Levenshtein==0.27.4