14
0
Commit Graph

3 Commits

Author SHA256 Message Date
e946c722ad Accepting request 989245 from home:bnavigator:branches:devel:languages:python
- Update to version 2.2.2
  * CLI 'suggest' results output now displays more information
    about the total number of objects in the inventory, the search
    score threshold, and the number of results falling at/above
    that threshold.
  * UnicodeDecodeErrors are ignored within the vendored fuzzywuzzy
    package during suggest operations, using the errors=replace
    mode within bytes.decode().
  * This misbehavior emerged after vendoring fuzzywuzzy, suggesting
    that it was a bug fixed later on in that project's development,
    after the point from which it was vendored.
  * This change may alter suggest behavior for those inventory
    objects with pathological characters. But, given their rarity,
    user experience is not expected to be noticeably affected.
- Release 2.2
  * Acceleration of the suggest functionality via use of
    python-Levenshtein is no longer possible due to the vendoring
    of an early, MIT-licensed version of fuzzywuzzy, as noted
    below. The speedup install extra is now obsolete, and has been
    removed.
  * The fuzzywuzzy string matcher was vendored into the project
    from a point in its development history before the
    python-Levenshtein dependency, and its corresponding GPL
    encumbrance, was introduced.
  * Active support for Python 3.11 added.
- Release 2.1
  * Python 3.10 support was officially added.
  * The User-Agent header sent by Inventory when making an HTTP(S)
    request now identifies sphobjinv and its version (anticipate no
    API or behavior change).

OBS-URL: https://build.opensuse.org/request/show/989245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=5
2022-07-15 07:23:47 +00:00
Tomáš Chvátal
e98be1798a Accepting request 807134 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=3
2020-05-19 08:52:27 +00:00
Tomáš Chvátal
660673d4ce Accepting request 782828 from home:pgajdos:python
yep, thanks

OBS-URL: https://build.opensuse.org/request/show/782828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=1
2020-03-09 08:38:33 +00:00