Skip to content

Commit

Permalink
chore: appease twine's RST checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 22, 2025
1 parent e274644 commit a4f18b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ Change Log

- Add support for Python 3.9 - 3.13.

- Rename private :func:`zodburi._resolve_uri` helper to
:func:`_get_uri_factory_and_dbkw` for clarity. Preserve original name
- Rename private `zodburi._resolve_uri` helper to
`_get_uri_factory_and_dbkw` for clarity. Preserve original name
as a backward-compatibility alias (even though private, downstreams may
have found it needful to use the function).

- Update unit tests using :mod:`pytest` idioms, dropping th
:class:`unittest.TestCase` classes.
- Update unit tests using `pytest` idioms, dropping the
`unittest.TestCase` classes.

- Remove Python2 compatibility shims.

- Replace use of deprecated :mod:`pkg_resources` APIs with new
:mod:`importlib.metadata` versions.
- Replace use of deprecated `pkg_resources` APIs with new
`importlib.metadata` versions.

- Deprecate ``?demostorage`` query string parameter in favour of
``demo:`` URI scheme.
Expand Down

0 comments on commit a4f18b5

Please sign in to comment.