David Bremner
d526797ad1
python: move legacy python bindings to contrib.
...
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-02-22 07:01:47 -04:00
David Bremner
409ad6b2a8
Revert "bump versions to 0.39~rc0"
...
This reverts commit deea909993
.
2025-01-26 11:30:28 -04:00
David Bremner
deea909993
bump versions to 0.39~rc0
...
Prepare to release a snapshot for testing
2025-01-26 09:45:20 -04:00
Fredrik Lönnegren
969b26704d
docs: Update intersphinx_mapping
...
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-12-08 09:07:45 -04:00
David Bremner
d0469c5b4c
version: bump to 0.38.3
2024-03-09 22:51:31 -04:00
David Bremner
21daefc178
version: bump to 0.38.2
2023-12-01 07:38:55 -04:00
David Bremner
551ec61118
version: bump to 0.38.1
...
No changes from 0.38.1~rc1
2023-10-26 19:45:04 -03:00
David Bremner
4fc79eb196
version: update to 0.38.1~rc1
2023-10-12 19:52:42 -03:00
David Bremner
50aaab91b5
version: update to 0.38.1~pre0
...
Start preparations for point release
2023-09-23 08:12:06 -03:00
David Bremner
139ea43f3d
version: bump to 0.38
2023-09-11 19:56:21 -03:00
David Bremner
ed5b8f65fc
version: bump to 0.31~rc2
2023-09-03 09:09:22 -03:00
David Bremner
240e9fff90
version: bump to 0.38~rc1
2023-08-26 08:29:45 -03:00
David Bremner
2f874fb2cc
version: set up 0.38~rc0
2023-08-24 07:58:19 -03:00
Michael J Gruber
3771832b01
python: adjust legacy bindings to py 3.12
...
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.
2023-07-09 11:43:21 -03:00
David Bremner
6d53ee99b3
version: update to 0.37
2022-08-21 13:21:40 -07:00
David Bremner
676a470821
version: update to 0.37~rc0
2022-08-14 06:53:41 -03:00
David Bremner
f93a2c7383
version: bump to 0.36
2022-04-25 08:45:12 -03:00
David Bremner
8f9dbff49e
version: bump to new release candidate
2022-04-16 08:26:27 -03:00
David Bremner
d87d780ef0
version: bump to 0.36~rc0
2022-04-15 08:42:22 -03:00
David Bremner
b87373f8c4
version: bump to 0.35
2022-02-06 13:11:32 -04:00
David Bremner
addeb11e37
version: bump to 0.35~rc0
...
Start release process for 0.35
2022-01-29 18:12:58 -04:00
David Bremner
a226b7a29b
version: bump to 0.34.3
2022-01-09 15:35:12 -04:00
David Bremner
05ee23ba42
version: bump to 0.34.2
2021-12-09 08:47:15 -04:00
David Bremner
0c2edc522b
version: bump to 0.34.1
2021-10-31 08:11:25 -03:00
David Bremner
7b490b4b80
version: bump to 0.34
2021-10-20 10:42:18 -03:00
David Bremner
5ad946310d
version: bump to 0.34~0
...
Start release process for 0.34.
2021-10-15 08:28:59 -03:00
David Bremner
3c60a25c6d
version: bump to 0.33.2
2021-09-30 08:28:49 -03:00
David Bremner
c6524148fc
version: bump to 0.33.1
2021-09-10 08:21:28 -03:00
David Bremner
f90e8e6a5c
version: bump to 0.33
2021-09-03 12:20:27 -07:00
David Bremner
0a50bd05f8
version: bump to 0.33~rc0
2021-08-26 08:25:36 -07:00
David Bremner
c8ef3a9443
version: bump to 0.32.3
2021-08-17 17:12:27 -07:00
David Bremner
636e03a9ca
version: bump to 0.32.2
2021-06-25 09:02:54 -03:00
David Bremner
6d5531da0c
version: bump to 0.32.1
2021-05-15 08:59:01 -03:00
David Bremner
ff5311b098
version: bump to 0.32
2021-05-02 07:00:15 -03:00
David Bremner
bc58b5ad0d
version: bump to 0.32~rc2
2021-04-28 07:04:57 -03:00
David Bremner
07a8130483
version: bump to 0.32~rc1
2021-04-24 12:26:09 -03:00
David Bremner
2e6a40ea8c
update version to 0.32~rc0
2021-04-24 08:45:54 -03:00
David Bremner
4c79a2dabe
notmuch 0.31.4 release
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAmAuVjQACgkQA0U5G1Wq
FSG6RA//bDdAtsG7QlywGONVX1FOSHxAgppDVRvSDXuluPmGgWvc2T80awbonfT5
AHy9co41L9484QbOzd29d9Ttu5O39JdQbo+DCAJ6y2vm1M1dLCZw3HXaZGfxoUZo
9L9Agxg/rYIEso7dAehOs3rGsia46aj2MDCVCUuA4DkVFhkbQ2QidIH+l3VPdYqm
+1XmuJwyftO7hMifFd9W9ifO9wrBcK9WtJ23feufMhqfBsS0ItLysOhZQx+QdxSj
7GuA6qX6V7XlIWpdohIOMKmT9tGHMDUo6Qk5m8aSc2XmKAybAXRc+qr0Kg8EpvBF
1d9SqNptcXQL6rORJxluXR/aCuCb7m8YDgxFVSrFcp/M/twbpDC3WzjmAV+RZpDP
GBKDH06IGaOMOj9GaYYWCe9loGROzOIT4y04Ckukit0AWpmdbaKnkAkPdrxrMWEu
a5v5KkkMYT42q0PFU5bDjwvq+8Afmzt7oMO72zXz0mfuFNtFzZCUN/AG9LtHoRfk
Q2ks/xBppmtCxWRAHVWc7f+Gk1OzI2PLVWnXIe9gxGimSpgT2QPUvZcxLHT/XWD5
XRrrxtkPjKB1v6tWOFEMPI6WxE1iBzoC9AdG2h48ZP5drlLObcAxhAg5AvHJGJSr
8D4iSa9cKjHD6qxDSXChzF6BF4aDNhF2Flq9Cs9tZb8nyt+Ix18=
=mAE/
-----END PGP SIGNATURE-----
Merge tag '0.31.4'
notmuch 0.31.4 release
2021-02-18 08:47:53 -04:00
David Bremner
2ab95d813c
version: update to 0.31.4
2021-02-18 07:17:22 -04:00
Daniel Kahn Gillmor
7061e41cd0
python: convert shebangs to python3
...
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>
2021-02-15 16:32:31 -04:00
David Bremner
c7596d0e7d
version: bump 0.31.3
2020-12-25 11:42:12 -04:00
David Bremner
6003af14c4
version: bump to 0.31.2
2020-11-08 13:19:07 -04:00
David Bremner
b8a3ed175c
update versions
2020-11-08 07:32:10 -04:00
David Bremner
008b8b0574
version: bump to 0.31
2020-09-05 21:26:36 -03:00
David Bremner
c8c0304d77
version: bump to 0.31~rc2
2020-08-29 09:32:36 -03:00
David Bremner
e6f95910b3
version: bump to 0.31~rc1
2020-08-17 21:02:30 -03:00
David Bremner
efb135bed1
version: bump to 0.31~rc0
...
Start the release process for 0.31
2020-08-16 11:06:13 -03:00
Jonas Bernoulli
6c84dee531
Fix typos
2020-08-09 21:14:36 -03:00
David Bremner
e56a207ce1
version: set to 0.30
2020-07-10 22:21:19 -03:00
David Bremner
038b3e7c30
version: bump to 0.30~rc3
2020-07-03 06:45:17 -03:00