python-Levenshtein 0.26.0__tar.gz → 0.26.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,9 @@
1
1
  ## Changelog
2
2
 
3
+ ### v0.26.1
4
+ #### Fixed
5
+ - add missing mac os wheels
6
+
3
7
  ### v0.26.0
4
8
  #### Changed
5
9
  - add support for Python 3.13
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-Levenshtein
3
- Version: 0.26.0
3
+ Version: 0.26.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.26.1
21
21
 
22
22
  # Levenshtein
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-Levenshtein
3
- Version: 0.26.0
3
+ Version: 0.26.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.26.1
21
21
 
22
22
  # Levenshtein
23
23
 
@@ -0,0 +1 @@
1
+ Levenshtein==0.26.1
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = python-Levenshtein
3
- version = 0.26.0
3
+ version = 0.26.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.26.1
25
25
 
26
26
  [egg_info]
27
27
  tag_build =
@@ -1 +0,0 @@
1
- Levenshtein==0.26.0