support newer importlib
0.5.1 release
[#2] drop support for python 3.8 and 3.9, switching entry point code to way that works for 3.13 and 3.14
Could depend on importlib_metadata from pypi. Or https://pypi.org/project/backports.entry-points-selectable/ But probably a try/catch is simplest.
Pretty sure we need to put [c08846] back. But I think python 3.9 needs it the current way. How to support both?
support newer importlib
tests require ming
fix remaining utcnow deprecations
version 0.5.0
update intersphinx_mapping for Sphinx 8
update to be fully compatible with pymongo4 and newest Ming 0.14.0
fixup! fixup! fixup! fixup! update to be fully compatible with pymongo4
fixup! fixup! fixup! update to be fully compatible with pymongo4
fixup! fixup! update to be fully compatible with pymongo4
fixup! update to be fully compatible with pymongo4
update to be fully compatible with pymongo4
fixup! update ming calls from find_and_modify to find_one_and_update
update ming calls from find_and_modify to find_one_and_update
update ming calls from find_and_modify to find_one_and_update
fixup! fixup! update ming calls from find_and_modify to find_one_and_update
fixup! update ming calls from find_and_modify to find_one_and_update
update ming calls from find_and_modify to find_one_and_update
version 0.4.2
small fix that fixes a py38 regression
version 0.4.1
Updated compatibility info, dropping 3.7 and adding 3.12
Updated compatibility info, dropping 3.7 and adding 3.12
Updated compatibility info, dropping 3.7 and adding 3.12
Replace nose with pytest
Replace nose with pytest
activitystream - Drop python support < 3.7
[#1] Drop python support < 3.7
fixup! [#10751] Drop python support < 3.7
Ticket moved from /p/allura/tickets/10751/ Can't be converted: _qa: _component: General _size: None assigned_to: kentontaylor (user not in project)
[#10751] Drop python support < 3.7
version bump
Unicode literals
Support newer pymongo; no test skipping; test various combinations of pymongo and ming
Apply other modernize fixers, change __cmp__ and test on py3
Requires pymongo < 3.0 (at least the test mocks expect that)
version bump
Allura #8006: remove unnecessary query; return ...
[#7042] Version 0.2.0 for tagging feature
[#7042] Test that tags are saved
[#7042] Add missing tags
[#7042] Add tag support
Mock pymongo conn for alternate impl test
[#6964] Don't create activities for non-persist...
version 0.1.7
[#4397] Fix find_and_modify query
[#4397] Clean up mongo calls
[#4397] Prevent concurrent timeline aggregations