OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=31
148 lines
5.6 KiB
Plaintext
148 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 17 13:12:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add upstream patch django5.patch to fix Django 5 support
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 06:48:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 20:11:19 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
|
|
|
- Increase timeout not to kill the redis server in the middle of the
|
|
testsuite run
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 18 07:52:24 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Restrict Django to < 5
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 19 08:18:47 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Fix the libary name in gh-pr-737_importlib.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 09:56:18 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Avoid stuck build on failing tests
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 13 03:02:43 UTC 2024 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Fix permissions of install .py files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 12 23:06:00 UTC 2024 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
|
|
|
|
- Add gh-pr-737_importlib.patch to repair DistributionNotFound
|
|
error caused by deprecated pkg_resources APIs
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 26 06:58:15 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Use sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 5 14:24:34 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Add missing Requires for python-redis
|
|
* redis is the default broker of dango q clusters, see
|
|
https://django-q.readthedocs.io/en/latest/brokers.html
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 4 11:29:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Enable multiflavor so that we can pin mailmain to Python 3.9
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 17 13:55:21 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Update to version 1.3.9
|
|
* Sets Autofield
|
|
* Fix RemovedInDjango41Warning
|
|
* Create codeql-analysis.yml
|
|
* Codecov_fixes. Got coverage again
|
|
* Feature/improves multiple databases support
|
|
* Fix for SSL errors in #422
|
|
* Fixes #314 - Convert func to its import path str so that
|
|
resubmitting failed task works
|
|
* Add "qmemory" command
|
|
* Allow tasks to be scheduled on a specific cluster
|
|
* Fixes #225 - Successful tasks grow beyond SAVE_LIMIT
|
|
* Update documentation for new retry time default
|
|
* Fixes deprecated count method
|
|
* Adds long polling support
|
|
* Use 'timezone.localtime()' when calculating the next run time
|
|
* Add a warning for misconfiguration.
|
|
* Add broker name in Schedule and enhanced Queued Tasks list
|
|
display admin
|
|
* Add example of http health check
|
|
* Added german translation
|
|
* Try to get SQS queue before creating it
|
|
* Empty dictionary as configuration value for SQS
|
|
* Model.unicode() has no effect in Python 3.X
|
|
* Fix deprecation warning RemovedInDjango40Warning
|
|
* Fix for #424 TypeError: can't pickle _thread.lock objects
|
|
* [WIP]Change Django documentation links and URLs to a
|
|
supported version (v1.8 -> v2.2)
|
|
* Add attempt_count to limit the number of times a filed task
|
|
will be re-attempted
|
|
* Updates to Django 3.1
|
|
* Resource limits: max rss memory limit for workers
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 7 09:09:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.3.1
|
|
- Ability to customize schedule creation
|
|
- django-picklefield 3.0.1 has requirement Django>=2.2
|
|
- select_for_update could not be used outside of a transaction
|
|
- Support for Cron expressions
|
|
- Updates packages
|
|
- Adds hint, some linting and a release drafter
|
|
- Use 'force_str' instead of deprecated 'force_text'
|
|
- Add missing migration
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 12 11:04:36 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- Update to 1.2.4
|
|
* When sync=True, re-raise exceptions from the worker
|
|
* Fix issue when using USE_TZ=False with MySQL
|
|
* Fix issues when using multiple databases with a database router
|
|
* Expose list of workers and their states via API
|
|
* Add missing migration
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 20 08:38:59 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.2.1:
|
|
* Convert to f-strings #415 (Koed00)
|
|
* Run task at a specific time #407
|
|
* Question about Multiple Clusters #401
|
|
* Ability to use a Redis URI #402
|
|
* Latest versions of Arrow will break django-q #377
|
|
* Timeout override is lost when sent to broker #332
|
|
* "InterfaceError: connection already closed" being raised when a test is run #326
|
|
* scheduler creating duplicate tasks in multiple cluster environment #231
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 13 14:33:00 UTC 2020 - pgajdos@suse.com
|
|
|
|
- be able to test also for 15
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 2 10:47:11 UTC 2019 - pgajdos@suse.com
|
|
|
|
- call spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 2 09:19:35 UTC 2019 - pgajdos@suse.com
|
|
|
|
- initial version 1.0.2, needed by HyperKitty [SLE-7686]
|
|
|