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.
@@ -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
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: python-Levenshtein
3
- Version: 0.26.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.26.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.8 or later
60
+ * Python 3.9 or later
61
61
 
62
62
  ## Installation
63
63
  ```bash
@@ -36,7 +36,7 @@ computation of:
36
36
  The `python-Levenshtein` package will continue to be updated alongside the new package
37
37
 
38
38
  ## Requirements
39
- * Python 3.8 or later
39
+ * Python 3.9 or later
40
40
 
41
41
  ## Installation
42
42
  ```bash
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: python-Levenshtein
3
- Version: 0.26.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.26.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.8 or later
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.26.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.26.0
24
+ Levenshtein==0.27.1
25
25
 
26
26
  [egg_info]
27
27
  tag_build =
@@ -1 +0,0 @@
1
- Levenshtein==0.26.0