python-Levenshtein 0.26.0__tar.gz → 0.27.1__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.
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/HISTORY.md +9 -0
- {python_levenshtein-0.26.0/python_Levenshtein.egg-info → python_levenshtein-0.27.1}/PKG-INFO +4 -4
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/README.md +1 -1
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1/python_Levenshtein.egg-info}/PKG-INFO +4 -4
- python_levenshtein-0.27.1/python_Levenshtein.egg-info/requires.txt +1 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/setup.cfg +2 -2
- python_levenshtein-0.26.0/python_Levenshtein.egg-info/requires.txt +0 -1
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/COPYING +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/MANIFEST.in +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/pyproject.toml +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/python_Levenshtein.egg-info/SOURCES.txt +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/python_Levenshtein.egg-info/dependency_links.txt +0 -0
- {python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/python_Levenshtein.egg-info/top_level.txt +0 -0
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### v0.27.1
|
|
4
|
+
#### Changed
|
|
5
|
+
- fix build with ``scikit-build-core`` ``v0.11``
|
|
6
|
+
- upgrade to `Cython==3.0.12`
|
|
7
|
+
|
|
8
|
+
### v0.26.1
|
|
9
|
+
#### Fixed
|
|
10
|
+
- add missing mac os wheels
|
|
11
|
+
|
|
3
12
|
### v0.26.0
|
|
4
13
|
#### Changed
|
|
5
14
|
- add support for Python 3.13
|
{python_levenshtein-0.26.0/python_Levenshtein.egg-info → python_levenshtein-0.27.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.27.1
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
5
|
Home-page: https://github.com/rapidfuzz/python-Levenshtein
|
|
6
6
|
Author: Max Bachmann
|
|
@@ -17,7 +17,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (G
|
|
|
17
17
|
Requires-Python: >=3.9
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: COPYING
|
|
20
|
-
Requires-Dist: Levenshtein==0.
|
|
20
|
+
Requires-Dist: Levenshtein==0.27.1
|
|
21
21
|
|
|
22
22
|
# Levenshtein
|
|
23
23
|
|
|
@@ -57,7 +57,7 @@ computation of:
|
|
|
57
57
|
The `python-Levenshtein` package will continue to be updated alongside the new package
|
|
58
58
|
|
|
59
59
|
## Requirements
|
|
60
|
-
* Python 3.
|
|
60
|
+
* Python 3.9 or later
|
|
61
61
|
|
|
62
62
|
## Installation
|
|
63
63
|
```bash
|
{python_levenshtein-0.26.0 → python_levenshtein-0.27.1/python_Levenshtein.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: python-Levenshtein
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.27.1
|
|
4
4
|
Summary: Python extension for computing string edit distances and similarities.
|
|
5
5
|
Home-page: https://github.com/rapidfuzz/python-Levenshtein
|
|
6
6
|
Author: Max Bachmann
|
|
@@ -17,7 +17,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (G
|
|
|
17
17
|
Requires-Python: >=3.9
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: COPYING
|
|
20
|
-
Requires-Dist: Levenshtein==0.
|
|
20
|
+
Requires-Dist: Levenshtein==0.27.1
|
|
21
21
|
|
|
22
22
|
# Levenshtein
|
|
23
23
|
|
|
@@ -57,7 +57,7 @@ computation of:
|
|
|
57
57
|
The `python-Levenshtein` package will continue to be updated alongside the new package
|
|
58
58
|
|
|
59
59
|
## Requirements
|
|
60
|
-
* Python 3.
|
|
60
|
+
* Python 3.9 or later
|
|
61
61
|
|
|
62
62
|
## Installation
|
|
63
63
|
```bash
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Levenshtein==0.27.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = python-Levenshtein
|
|
3
|
-
version = 0.
|
|
3
|
+
version = 0.27.1
|
|
4
4
|
description = Python extension for computing string edit distances and similarities.
|
|
5
5
|
long_description = file: README.md
|
|
6
6
|
long_description_content_type = text/markdown
|
|
@@ -21,7 +21,7 @@ keywords = string, Levenshtein, comparison, edit-distance
|
|
|
21
21
|
[options]
|
|
22
22
|
python_requires = >=3.9
|
|
23
23
|
install_requires =
|
|
24
|
-
Levenshtein==0.
|
|
24
|
+
Levenshtein==0.27.1
|
|
25
25
|
|
|
26
26
|
[egg_info]
|
|
27
27
|
tag_build =
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Levenshtein==0.26.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/python_Levenshtein.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_levenshtein-0.26.0 → python_levenshtein-0.27.1}/python_Levenshtein.egg-info/top_level.txt
RENAMED
|
File without changes
|