Skip to content

Commit

Permalink
fix: RST indentation in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Nov 28, 2024
1 parent a43291d commit 603c788
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
See https://github.com/Pylons/substanced/pull/314

- Drop old Python versions (< 3.8), add newer ones (up to 3.12).
- Remove all the "straddle" compatibility stuff FBO Python 2.7
- Pin pyramid < 2.0dev, until it can be reviewed in depth.
- Fix deprecation warnings from pyramid.
- Silence deprecation warnings related to pkg_resources.
- Make ``py.test`` the testrunner (to support the newer Python versions).
- Replace ``cryptacular`` with plain ``bcrypt`` (the ``enscons`` builder
that ``cryptacular`` needs barfs on Python 3.12).
See: https://github.com/Pylons/substanced/pull/307

- Remove all the "straddle" compatibility stuff FBO Python 2.7

- Pin pyramid < 2.0dev, until it can be reviewed in depth.

- Fix deprecation warnings from pyramid.

- Silence deprecation warnings related to pkg_resources.

- Make ``py.test`` the testrunner (to support the newer Python versions).

- Replace ``cryptacular`` with plain ``bcrypt`` (the ``enscons`` builder
that ``cryptacular`` needs barfs on Python 3.12).

- Override ``serialize`` for ``ReferenceIdSchemaNode``.
See https://github.com/Pylons/substanced/pull/311

Expand Down

0 comments on commit 603c788

Please sign in to comment.