14
0

Commit Graph

  • f7c70272d6 Accepting request 1268266 from devel:languages:python main Ana Guerrero 2025-04-10 19:59:49 +00:00
  • 061412ec21 - Actually drop {Build,}Requires on six. - Support both lowercased and unnormalized metadata directory names. Steve Kowalik 2025-04-10 03:44:12 +00:00
  • dd5cb0eb07 - Lowercase metadata directory name. Steve Kowalik 2025-03-26 00:21:42 +00:00
  • faff0f8673 Accepting request 1240308 from devel:languages:python Ana Guerrero 2025-01-27 19:52:39 +00:00
  • 8c252a93db Accepting request 1240027 from home:glaubitz:branches:devel:languages:python Matej Cepl 2025-01-25 22:00:14 +00:00
  • f4df8aa29d Accepting request 1112069 from devel:languages:python Dominique Leuenberger 2023-09-20 11:28:48 +00:00
  • c1c08a983a - update to 3.10.4: * Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method * Fixed `TypeError related to entry point iteration on Python 3.9 * Ensured consistent support for both PySide and PyQt (v6 to v2) on QtScheduler * Replaced uses of the deprecated pkg_resources module with importlib.metadata * Fixed scheduling class methods like B.methodname where the B class inherits from class A and methodname is a class method of class A` * Fixed scheduler sleeping for too long (and thus jobs missing their scheduled run times) if its wakeup cycle takes too much time * Dropped support for Python versions older than 3.6 - version update to 3.9.1.post1 would cause incorrect timing for a cron trigger Dirk Mueller 2023-09-18 19:33:50 +00:00
  • 7193d1f591 Accepting request 1104324 from devel:languages:python Ana Guerrero 2023-08-17 17:44:36 +00:00
  • 8eb4e45add Accepting request 1104199 from home:ecsos:python Markéta Machová 2023-08-17 08:00:18 +00:00
  • 0650a1a687 Accepting request 1071875 from devel:languages:python Dominique Leuenberger 2023-03-15 17:54:39 +00:00
  • b0acf4a018 - update to 3.10.1: * Fixed `TypeError: arguments did not match any overloaded call: in QtScheduler due to wait_time` being float and not an integer which QT needs it to be Dirk Mueller 2023-03-14 22:18:10 +00:00
  • d66f08a33f Accepting request 1067422 from devel:languages:python Dominique Leuenberger 2023-02-23 17:00:32 +00:00
  • 0e7ef83ac8 - update to 3.10.0: * Fixed compatibility with SQLAlchemy 2.0 and bumped minimum supported version to 1.4 * Dropped support for Python versions older than 3.6 Dirk Mueller 2023-02-23 14:34:29 +00:00
  • 0ae2e02639 Accepting request 1039550 from devel:languages:python Dominique Leuenberger 2022-12-02 14:47:29 +00:00
  • 52b9ab00c8 Accepting request 1039375 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-02 10:46:28 +00:00
  • acb7c2fa6a Accepting request 958293 from devel:languages:python Dominique Leuenberger 2022-03-01 16:04:06 +00:00
  • 2b578ac546 Accepting request 958267 from home:pgajdos:python Matej Cepl 2022-03-01 15:03:54 +00:00
  • 6b21e29fbe Accepting request 948406 from devel:languages:python Dominique Leuenberger 2022-01-24 22:10:10 +00:00
  • ab5b8f13e0 Accepting request 948124 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-01-24 13:27:02 +00:00
  • 49e3f8a11a Accepting request 928312 from devel:languages:python Dominique Leuenberger 2021-10-31 21:55:39 +00:00
  • 0ae4fc6371 - update to 3.8.1: * Allowed the use of tzlocal v4.0+ in addition to v2.* Dirk Mueller 2021-10-26 20:15:04 +00:00
  • 5c635d4a83 Accepting request 925729 from devel:languages:python Dominique Leuenberger 2021-10-16 20:47:35 +00:00
  • 7ba8bb16a7 - update to 3.8.0: * Allowed passing through keyword arguments to the underlying stdlib executors in the thread/process pool executors (PR by Albert Xu) Dirk Mueller 2021-10-16 19:01:18 +00:00
  • e47c706f06 Accepting request 868433 from devel:languages:python Dominique Leuenberger 2021-02-02 13:25:28 +00:00
  • 5cbbe287e6 - update to 3.7.0: * Dropped support for Python 3.4 * Added PySide2 support (PR by Abdulla Ibrahim) * Pinned `tzlocal to a version compatible with pytz * Ensured that jitter is always non-negative to prevent triggers from firing more often than intended * Changed AsyncIOScheduler to obtain the event loop in start() instead of __init__(), to prevent situations where the scheduler won't run because it's using a different event loop than then one currently running * Made it possible to create weak references to Job instances * Made the schedulers explicitly raise a descriptive TypeError when serialization is attempted * Fixed Zookeeper job store using backslashes instead of forward slashes for paths on Windows * Fixed deprecation warnings on the MongoDB job store and increased the minimum PyMongo * Fixed BlockingScheduler and BackgroundScheduler shutdown hanging after the user has erroneously tried to start it twice * Fixed memory leak when coroutine jobs raise exceptions * Fixed inability to schedule wrapped functions with extra arguments when the wrapped function cannot accept them but the wrapper can (original PR by Egor Malykh) * Fixed potential where clause error in the SQLAlchemy job store when a subclass uses more than one search condition * Fixed a problem where bound methods added as jobs via textual references were called with an unwanted extra self argument (PR by Pengjie Song) * Fixed BrokenPoolError in ProcessPoolExecutor` so that it will automatically replace the broken pool with a fresh instance Dirk Mueller 2021-02-01 17:39:58 +00:00
  • c7e4af2b26 Accepting request 865942 from devel:languages:python Dominique Leuenberger 2021-01-22 20:52:41 +00:00
  • dcbc543c48 changes Markéta Machová 2021-01-22 11:11:28 +00:00
  • e419ad1671 add pytest-asyncio Markéta Machová 2021-01-22 11:08:27 +00:00
  • 9b6acf409d Accepting request 785446 from devel:languages:python Dominique Leuenberger 2020-03-20 22:54:03 +00:00
  • 609788c913 - Fix build wihtout python2 Tomáš Chvátal 2020-03-16 06:33:16 +00:00
  • ae25841509 Accepting request 764025 from devel:languages:python Dominique Leuenberger 2020-01-13 21:22:25 +00:00
  • 37e015dc6d Accepting request 764015 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-13 14:40:47 +00:00
  • 7830b0d4d4 Accepting request 745282 from devel:languages:python Dominique Leuenberger 2019-11-06 13:04:31 +00:00
  • 10a566135c - 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 Matej Cepl 2019-11-04 22:51:58 +00:00
  • bb09adc149 Accepting request 745195 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-11-04 14:22:34 +00:00
  • 010ef8971d Use %pytest macro Matej Cepl 2019-11-04 14:12:38 +00:00
  • 1a91deab3b Fix %pytest call Matej Cepl 2019-10-14 13:42:03 +00:00
  • 1a74e6845e Accepting request 728512 from devel:languages:python Dominique Leuenberger 2019-09-07 09:50:39 +00:00
  • a9c56bdebc Accepting request 728511 from home:TheBlackCat:branches:devel:languages:python Todd R 2019-09-05 13:39:41 +00:00
  • e074cb5643 Accepting request 717491 from devel:languages:python Dominique Leuenberger 2019-07-22 15:18:22 +00:00
  • 0786f49fd0 - 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) Tomáš Chvátal 2019-07-22 09:09:49 +00:00
  • 81bd4643f7 Accepting request 686446 from devel:languages:python Dominique Leuenberger 2019-03-20 12:20:37 +00:00
  • 2fe17ddda2 - 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 Tomáš Chvátal 2019-03-19 14:32:31 +00:00
  • d1636b09af Accepting request 670904 from devel:languages:python Stephan Kulow 2019-02-04 13:25:22 +00:00
  • 56a530c2f8 Accepting request 670895 from home:alarrosa:branches:devel:languages:python Tomáš Chvátal 2019-02-03 18:46:54 +00:00
  • 2ce1b77e3d Accepting request 642797 from devel:languages:python Dominique Leuenberger 2018-10-18 13:39:14 +00:00
  • 83556f111c - Use license from the archive - Enable tests - Add all the recommended packages as suggests (databases) Tomáš Chvátal 2018-10-18 08:02:45 +00:00
  • c918d57a2a Accepting request 642664 from home:sjamgade:branches:devel:languages:python Tomáš Chvátal 2018-10-18 07:34:56 +00:00
  • 8094d8bd03 Accepting request 546272 from devel:languages:python Dominique Leuenberger 2017-11-30 11:45:11 +00:00
  • 503bebbc62 Accepting request 546265 from home:seanmarlow:branches:devel:languages:python Ondřej Súkup 2017-11-28 17:07:26 +00:00
  • 7bc8fd9c44 Accepting request 522319 from devel:languages:python Dominique Leuenberger 2017-10-09 17:40:15 +00:00
  • f92bccaa66 Accepting request 522145 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2017-09-08 13:24:10 +00:00
  • 2a12957487 Accepting request 519194 from home:bear454:branches:devel:languages:python Thomas Bechtold 2017-08-29 12:05:06 +00:00
  • b1877b6ce2 Accepting request 509743 from home:jengelh:branches:devel:languages:python Thomas Bechtold 2017-07-12 13:27:30 +00:00
  • 414fe673e8 Accepting request 509674 from home:tbechtold:branches:devel:languages:python Dirk Mueller 2017-07-12 09:18:44 +00:00
  • 7f38f0cd16 Accepting request 509661 from home:sax2:branches:devel:languages:python Thomas Bechtold 2017-07-12 09:10:41 +00:00
  • 07638773de Accepting request 347800 from devel:languages:python Dominique Leuenberger 2015-12-09 18:53:44 +00:00
  • 1ce82d5522 Accepting request 330910 from home:sax2:branches:devel:languages:python Thomas Bechtold 2015-09-14 14:48:17 +00:00
  • 0453f8c467 Accepting request 293863 from home:rjschwei:branches:devel:languages:python Alberto Planas Dominguez 2015-04-02 07:51:38 +00:00
  • d2c70240d8 Accepting request 220458 from home:posophe:branches:devel:languages:python Denisart Benjamin 2014-01-31 10:35:01 +00:00
  • da1e2ed797 Accepting request 200569 from home:posophe:branches:devel:languages:python Sascha Peilicke 2013-09-26 07:51:12 +00:00
  • 1d862516da - Disable failing datetime tests for now Sascha Peilicke 2012-12-18 14:28:52 +00:00
  • 753069b989 - Update to version 2.0.3: + The scheduler now closes the job store that is being removed, and all job stores on shutdown() by default + Added the last expression in the day field of CronTrigger (thanks rcaselli) + Raise a TypeError when fields with invalid names are passed to CronTrigger (thanks Christy O’Reilly) + Fixed the persistent.py example by shutting down the scheduler on Ctrl+C + Added PyPy 1.8 and CPython 3.3 to the test suite + Dropped PyPy 1.4 - 1.5 and CPython 3.1 from the test suite + Updated setup.cfg for compatibility with distutils2/packaging + Examples, documentation sources and unit tests are now packaged in the source distribution Sascha Peilicke 2012-06-22 12:24:25 +00:00
  • 5e142eeee5 Accepting request 79011 from home:babelworx:python Sascha Peilicke 2011-08-16 08:59:30 +00:00