15
0
Files
python-rapidfuzz/python-rapidfuzz.changes
Markéta Machová fd5b6a91a7 Accepting request 1043647 from home:Simmphonie:branches:devel:languages:python
- update to version 2.13.6
  * Changed
    + reformat changelog as restructured text to get rig of m2r2 dependency
- version 2.13.5
  * Added
    + added docs to sdist
  * Fixed
    + fix two cases of undefined behavior in process.cdist
- version 2.13.4
  * Changed
    + handle float("nan") similar to None for query / choice, since this is
      common for non-existent data in tools like numpy
  * Fixed
    + fix handling on None/float("nan") in process.distance
    + use absolute imports inside tests
- version 2.13.3
  * Fixed
    + improve handling of functions wrapped using functools.wraps
    + fix broken fallback to Python implementation when the a ImportError occurs on import.
      This can e.g. occur when the binary has a dependency on libatomic, but it
      is unavailable on the system
    + define CMAKE_C_COMPILER_AR/CMAKE_CXX_COMPILER_AR/CMAKE_C_COMPILER_RANLIB/CMAKE_CXX_COMPILER_RANLIB
      if they are not defined yet

OBS-URL: https://build.opensuse.org/request/show/1043647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rapidfuzz?expand=0&rev=3
2022-12-19 13:21:56 +00:00

32 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Dec 17 22:35:21 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
- update to version 2.13.6
* Changed
+ reformat changelog as restructured text to get rig of m2r2 dependency
- version 2.13.5
* Added
+ added docs to sdist
* Fixed
+ fix two cases of undefined behavior in process.cdist
- version 2.13.4
* Changed
+ handle float("nan") similar to None for query / choice, since this is
common for non-existent data in tools like numpy
* Fixed
+ fix handling on None/float("nan") in process.distance
+ use absolute imports inside tests
- version 2.13.3
* Fixed
+ improve handling of functions wrapped using functools.wraps
+ fix broken fallback to Python implementation when the a ImportError occurs on import.
This can e.g. occur when the binary has a dependency on libatomic, but it
is unavailable on the system
+ define CMAKE_C_COMPILER_AR/CMAKE_CXX_COMPILER_AR/CMAKE_C_COMPILER_RANLIB/CMAKE_CXX_COMPILER_RANLIB
if they are not defined yet
-------------------------------------------------------------------
Thu Oct 27 10:03:58 UTC 2022 - Markéta Machová <mmachova@suse.com>
- initial packaging (v2.13.2), dependency of weblate