Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61f2d26b90 |
4 changed files with 32 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,5 +4,3 @@ python-Levenshtein-0.10.1.tar.bz2
|
|||
/python-Levenshtein-0.21.0.tar.gz
|
||||
/Levenshtein-0.21.0.tar.gz
|
||||
/Levenshtein-0.23.0.tar.gz
|
||||
/Levenshtein-0.26.0.tar.gz
|
||||
/Levenshtein-0.26.1.tar.gz
|
||||
|
|
|
|||
30
changelog
30
changelog
|
|
@ -1,3 +1,33 @@
|
|||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.23.0-3
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.23.0-1
|
||||
- Update to 0.23.0
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Aug 06 2023 Troy Curtis Jr <troy@troycurtisjr.com> - 0.21.0-3
|
||||
- Upload the correct sources for 0.21.0.
|
||||
|
||||
* Sun Aug 06 2023 Troy Curtis Jr <troy@troycurtisjr.com> - 0.21.0-2
|
||||
- Add the 0.21.0 sources.
|
||||
|
||||
* Sun Aug 06 2023 Troy Curtis Jr <troy@troycurtisjr.com> - 0.21.0-1
|
||||
- Update to 0.21 and drop the patch in favor of a sed.
|
||||
|
||||
* Sun Aug 06 2023 Troy Curtis Jr <troy@troycurtisjr.com> - 0.20.8-1
|
||||
- Update to 0.20.8.
|
||||
|
||||
* Sun Aug 06 2023 Troy Curtis Jr <troy@troycurtisjr.com> - 0.12.0-29
|
||||
- SPDX migration.
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname Levenshtein
|
||||
|
||||
%global forgeurl https://github.com/maxbachmann/%{srcname}
|
||||
Version: 0.26.1
|
||||
Version: 0.23.0
|
||||
%forgemeta
|
||||
|
||||
Name: python-%{srcname}
|
||||
|
|
@ -45,10 +45,6 @@ sed 's/Cython>=3.0.0[ab0-9]\+/Cython>=0.29.26/' -i pyproject.toml
|
|||
|
||||
|
||||
%build
|
||||
# To avoid empty debugsourcefiles.list, we need to build the package
|
||||
# with RelWithDebInfo
|
||||
# Upstream issue: https://github.com/scikit-build/scikit-build-core/issues/915
|
||||
export SKBUILD_CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Levenshtein-0.26.1.tar.gz) = 589b1f404108f488caf880063f20ee9c6a2033b0a2cd819352bf15e285ea8537c1dc8117de70679f720fd3da47546f7e0e5c620e4da8cf09bf8df9b119e6abc9
|
||||
SHA512 (Levenshtein-0.23.0.tar.gz) = 137116f337f576534bf2c12dc49d35f81a3b267eb613e5e6cca6cb80e5701dd0adbfd97c1cec4ea8f1bb4dee2bc67deeb19553474348ea78af4e05b79ce01fdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue