14
0

12 Commits

Author SHA256 Message Date
9a6fb46029 Accepting request 1272588 from devel:languages:python
- skip some failing tests with Sphinx 8.2, gh#bskinn/sphobjinv#314
- Update to 2.3.1.2
  * Added support for Python 3.13.
  * Dropped support for Python 3.8 (EOL).
  * Bumped Read the Docs Python version to 3.12.
- 2.3.1.1
  * Added formal support for Python 3.12.
  * Removed formal support for Python 3.7, which is end-of-life.
  * Convert README from reST to Markdown (#289, fixes #287).
  * Fix some broken/redirecting docs links (#289).
  * Adjust flake8 configuration to account for some new lint warnings/errors (#289).

OBS-URL: https://build.opensuse.org/request/show/1272588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=6
2025-04-25 20:19:38 +00:00
21ae39566e - skip some failing tests with Sphinx 8.2, gh#bskinn/sphobjinv#314
- Update to 2.3.1.2
  * Added support for Python 3.13.
  * Dropped support for Python 3.8 (EOL).
  * Bumped Read the Docs Python version to 3.12.
- 2.3.1.1
  * Added formal support for Python 3.12.
  * Removed formal support for Python 3.7, which is end-of-life.
  * Convert README from reST to Markdown (#289, fixes #287).
  * Fix some broken/redirecting docs links (#289).
  * Adjust flake8 configuration to account for some new lint warnings/errors (#289).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=11
2025-04-25 07:15:24 +00:00
65b5f72730 Accepting request 1163248 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1163248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=5
2024-03-28 12:55:13 +00:00
81e285e812 Accepting request 1163149 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1163149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=9
2024-03-28 07:40:20 +00:00
3632c8dd90 Accepting request 1133552 from devel:languages:python
- update to 2.3.1:
  * The printout of the inferred `intersphinx_mapping` item for
    inventories retrieved by URL (`--url`) in the 'suggest' CLI
    mode is now relocated to fall immediately below the
    inventory-search output.
  * The 'suggest' CLI mode output now includes dividers for
    improved readability.
  * `MANIFEST.in` was revised in order to provide a testable
    (`pytest --nonloc`)
  * sdist, in order to streamline packaging of `sphobjinv` for
    conda-forge.
  * The version constraint for `pytest-check` was raised to
    `>=1.1.2`.
  * The CLI now prints the project name and version for the
    `objects.inv` as  part of the 'suggest' mode output.
  * The CLI now prints an inferred `intersphinx_mapping` entry
    for a remote docset as part of the 'suggest' mode output,
    where such inference is possible. The output from this mapping
    inference was added to the relevant tests, and a couple of
    unit tests on some basic pieces of functionality were
    written.
  * The CLI now provides considerably more information about what
    is happening with the URLs it checks when trying to retrieve a
    remote inventory.
  * 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.
  * A new CLI option, `-p`/`--paginate`, enables paging of the
    results from the `suggest` feature. (#70)

OBS-URL: https://build.opensuse.org/request/show/1133552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=4
2023-12-17 20:31:46 +00:00
e9ad5e41fa - update to 2.3.1:
* The printout of the inferred `intersphinx_mapping` item for
    inventories retrieved by URL (`--url`) in the 'suggest' CLI
    mode is now relocated to fall immediately below the
    inventory-search output.
  * The 'suggest' CLI mode output now includes dividers for
    improved readability.
  * `MANIFEST.in` was revised in order to provide a testable
    (`pytest --nonloc`)
  * sdist, in order to streamline packaging of `sphobjinv` for
    conda-forge.
  * The version constraint for `pytest-check` was raised to
    `>=1.1.2`.
  * The CLI now prints the project name and version for the
    `objects.inv` as  part of the 'suggest' mode output.
  * The CLI now prints an inferred `intersphinx_mapping` entry
    for a remote docset as part of the 'suggest' mode output,
    where such inference is possible. The output from this mapping
    inference was added to the relevant tests, and a couple of
    unit tests on some basic pieces of functionality were
    written.
  * The CLI now provides considerably more information about what
    is happening with the URLs it checks when trying to retrieve a
    remote inventory.
  * 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.
  * A new CLI option, `-p`/`--paginate`, enables paging of the
    results from the `suggest` feature. (#70)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=7
2023-12-15 22:40:51 +00:00
e7f0201bbe Accepting request 989345 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=3
2022-08-08 06:44:48 +00:00
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
e55dc3bb35 Accepting request 807153 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/807153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=2
2020-05-20 16:44:07 +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
475da6ac05 Accepting request 782829 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/782829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphobjinv?expand=0&rev=1
2020-03-10 10:55:17 +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