Changelog for
python310-APScheduler-3.6.3-4.7.noarch.rpm :
* Fri Jan 22 2021 Markéta Machová
- Add missing buildrequirement
* Mon Mar 16 2020 Tomáš Chvátal - Fix build wihtout python2
* Mon Jan 13 2020 Marketa Calabkova - update to version 3.6.3
* just pytest4 compatibility- drop obsolete patch compat-pytest4+.patch
* Mon Nov 04 2019 Matej Cepl - Update to 3.6.2, which fixes (together with the patch compat-pytest4+.patch, which replaces pytest4.patch) incompatibility with pytest 4+. gh#agronholm/apscheduler#401
* Mon Nov 04 2019 Matej Cepl - Add pytest4.patch to make test suite work even with pytest 4. gh#agronholm/apscheduler#401
* Thu Sep 05 2019 Todd R - Set pytest maximum version.
* Mon Jul 22 2019 Tomáš Chvátal - Update to 3.6.1:
* Fixed OverflowError on Qt scheduler when the wait time is very long
* Fixed methods inherited from base class could not be executed by processpool executor (PR by Yang Jian)
* Tue Mar 19 2019 Tomáš Chvátal - Update to 3.6.0:
* Adapted RedisJobStore to v3.0 of the redis library
* Adapted RethinkDBJobStore to v2.4 of the rethink library
* Fixed DeprecationWarnings about collections.abc on Python 3.7 (PR by Roman Levin)- Remove merged patches:
* fix-tests.patch
* 0001-Correct-update_job-to-raise-with-job-id.patch
* Sun Feb 03 2019 Antonio Larrosa - update to 3.5.3
* Fixed regression introduced in 3.5.2: Class methods were mistaken for instance methods and thus were broken during serialization
* Fixed callable name detection for methods in old style classes- update to 3.5.2
* Fixed scheduling of bound methods on persistent job stores (the workaround of scheduling YourClass.methodname along with an explicit self argument is no longer necessary as this is now done automatically for you)
* Added the FAQ section to the docs
* Made BaseScheduler.start() raise a RuntimeError if running under uWSGI with threads disabled- Add fix-tests.patch to fix tests that fail with python 3.7- Add 0001-Correct-update_job-to-raise-with-job-id.patch from upstream to fix a wrong variable being used.
* Thu Oct 18 2018 Tomáš Chvátal - Use license from the archive- Enable tests- Add all the recommended packages as suggests (databases)