| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-22 | python: move legacy python bindings to contrib. | David Bremner | |
| This forces us to verify the build and test suite completes without the legacy python bindings. As of this commit the legacy python bindings are unsupported by notmuch. They are provided in contrib/ for now, but will most likely eventually be removed from there as well. We recommend that downstream/distro packagers phase out their packages for the legacy python bindings. | |||
| 2025-01-26 | Revert "bump versions to 0.39~rc0" | David Bremner | |
| This reverts commit deea909993513ec6fd800b7571649582d994dcbc. | |||
| 2025-01-26 | bump versions to 0.39~rc0 | David Bremner | |
| Prepare to release a snapshot for testing | |||
| 2024-12-08 | docs: Update intersphinx_mapping | Fredrik Lönnegren | |
| Running `make dirhtml` in bindings/python/docs generates the following error: ``` sphinx-build -b dirhtml -d build/doctrees source build/dirhtml Running Sphinx v8.0.2 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. Expected a two-element tuple or list. ``` This commit updates intersphinx_mapping to follow the latest docs [1] [1] https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html Signed-off-by: Fredrik Lönnegren <fredrik@frelon.se> | |||
| 2024-03-09 | version: bump to 0.38.30.38.3 | David Bremner | |
| 2023-12-01 | version: bump to 0.38.2 | David Bremner | |
| 2023-10-26 | version: bump to 0.38.1 | David Bremner | |
| No changes from 0.38.1~rc1 | |||
| 2023-10-12 | version: update to 0.38.1~rc1 | David Bremner | |
| 2023-09-23 | version: update to 0.38.1~pre0 | David Bremner | |
| Start preparations for point release | |||
| 2023-09-11 | version: bump to 0.38 | David Bremner | |
| 2023-09-03 | version: bump to 0.31~rc2 | David Bremner | |
| 2023-08-26 | version: bump to 0.38~rc1 | David Bremner | |
| 2023-08-24 | version: set up 0.38~rc0 | David Bremner | |
| 2023-07-09 | python: adjust legacy bindings to py 3.12 | Michael J Gruber | |
| Py 3.12 finally pulled the plug on the `SafeConfigParser` class which has been deprecated since py 3.2. We use it in the legacy bindings only, so take the easy route of importing `ConfigParser` as `SafeConfigParser` and monkey-patching so that the class has the expected interface. | |||
| 2022-08-21 | version: update to 0.37 | David Bremner | |
| 2022-08-14 | version: update to 0.37~rc0 | David Bremner | |
| 2022-04-25 | version: bump to 0.36 | David Bremner | |
| 2022-04-16 | version: bump to new release candidate0.36_rc1 | David Bremner | |
| 2022-04-15 | version: bump to 0.36~rc0 | David Bremner | |
| 2022-02-06 | version: bump to 0.35 | David Bremner | |
| 2022-01-29 | version: bump to 0.35~rc0 | David Bremner | |
| Start release process for 0.35 | |||
| 2022-01-09 | version: bump to 0.34.3 | David Bremner | |
| 2021-12-09 | version: bump to 0.34.2 | David Bremner | |
| 2021-10-31 | version: bump to 0.34.1 | David Bremner | |
| 2021-10-20 | version: bump to 0.34 | David Bremner | |
| 2021-10-15 | version: bump to 0.34~0 | David Bremner | |
| Start release process for 0.34. | |||
| 2021-09-30 | version: bump to 0.33.20.33.2 | David Bremner | |
| 2021-09-10 | version: bump to 0.33.1 | David Bremner | |
| 2021-09-03 | version: bump to 0.33 | David Bremner | |
| 2021-08-26 | version: bump to 0.33~rc0 | David Bremner | |
| 2021-08-17 | version: bump to 0.32.3 | David Bremner | |
| 2021-06-25 | version: bump to 0.32.2 | David Bremner | |
| 2021-05-15 | version: bump to 0.32.1 | David Bremner | |
| 2021-05-02 | version: bump to 0.32 | David Bremner | |
| 2021-04-28 | version: bump to 0.32~rc2 | David Bremner | |
| 2021-04-24 | version: bump to 0.32~rc1 | David Bremner | |
| 2021-04-24 | update version to 0.32~rc0 | David Bremner | |
| 2021-02-18 | Merge tag '0.31.4' | David Bremner | |
| notmuch 0.31.4 release | |||
| 2021-02-18 | version: update to 0.31.4 | David Bremner | |
| 2021-02-15 | python: convert shebangs to python3 | Daniel Kahn Gillmor | |
| This is the last bit of "python" left in the notmuch codebase. https://www.python.org/dev/peps/pep-0394/#recommendation encourages "third-party distributors" to use more-specific shebang lines. I'm not certain that the notmuch project itself is a "third-party contributor" but I think this is a safe way to encourage people to use python3 when they're developing notmuch. We already have python3 explicitly elsewhere in the codebase for developers (in nmbug). Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2020-12-25 | version: bump 0.31.3 | David Bremner | |
| 2020-11-08 | version: bump to 0.31.2 | David Bremner | |
| 2020-11-08 | update versions | David Bremner | |
| 2020-09-05 | version: bump to 0.31 | David Bremner | |
| 2020-08-29 | version: bump to 0.31~rc2 | David Bremner | |
| 2020-08-17 | version: bump to 0.31~rc1 | David Bremner | |
| 2020-08-16 | version: bump to 0.31~rc0 | David Bremner | |
| Start the release process for 0.31 | |||
| 2020-08-09 | Fix typos | Jonas Bernoulli | |
| 2020-07-10 | version: set to 0.30 | David Bremner | |
| 2020-07-03 | version: bump to 0.30~rc3 | David Bremner | |
