1
0

27 Commits

Author SHA256 Message Date
5618fc53b9 Accepting request 1188343 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1188343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=12
2024-07-19 13:28:59 +00:00
a94d530c53 - Restrict Django to < 5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=25
2024-07-18 08:01:35 +00:00
3d6b8f5501 Accepting request 1159301 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1159301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=11
2024-03-19 16:32:31 +00:00
346170bf0d Accepting request 1159299 from home:mcalabkova:branches:devel:languages:python:django
- Fix the libary name in gh-pr-737_importlib.patch

OBS-URL: https://build.opensuse.org/request/show/1159299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=23
2024-03-19 08:49:55 +00:00
063951f980 Accepting request 1158939 from home:bmwiedemann:branches:devel:languages:python:django
Avoid stuck build on failing tests

OBS-URL: https://build.opensuse.org/request/show/1158939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=22
2024-03-18 16:13:11 +00:00
b79bbd3260 Accepting request 1138410 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1138410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=10
2024-01-14 18:02:35 +00:00
John Vandenberg
7bc6819886 Accepting request 1138409 from home:jayvdb:branches:devel:languages:python:django
- Activate test suite
- Fix permissions of install .py files

OBS-URL: https://build.opensuse.org/request/show/1138409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=20
2024-01-13 03:53:40 +00:00
John Vandenberg
23da99bdcf Accepting request 1138402 from home:crameleon:Mailman
Add gh-pr-737_importlib.patch

OBS-URL: https://build.opensuse.org/request/show/1138402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=19
2024-01-13 03:14:36 +00:00
04a79a0271 Accepting request 1095405 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1095405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=9
2023-06-26 16:16:45 +00:00
cafde25827 Accepting request 1095336 from devel:languages:python:mailman:backports
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1095336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=17
2023-06-26 10:52:36 +00:00
5e804e5aac Accepting request 993403 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/993403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=8
2022-08-06 20:08:08 +00:00
John Vandenberg
092c088f6b Accepting request 993337 from devel:languages:python:mailman:backports
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

OBS-URL: https://build.opensuse.org/request/show/993337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=15
2022-08-06 00:34:23 +00:00
7ebe746331 Accepting request 986628 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/986628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=7
2022-07-05 10:09:12 +00:00
John Vandenberg
5c15d2f06e Accepting request 986627 from home:bnavigator:branches:devel:languages:python:mailman
- Enable multiflavor so that we can pin mailmain to Python 3.9

OBS-URL: https://build.opensuse.org/request/show/986627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=13
2022-07-04 11:34:27 +00:00
56a4a0ae4d Accepting request 932353 from devel:languages:python:django
- 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

OBS-URL: https://build.opensuse.org/request/show/932353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=6
2021-11-20 01:39:03 +00:00
e564c9a9bc * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=12
2021-11-18 21:14:33 +00:00
79620b0c95 Accepting request 932341 from home:gladiac:mailman3
- Update to version 1.3.9
  * https://github.com/Koed00/django-q/releases/tag/v1.3.9

OBS-URL: https://build.opensuse.org/request/show/932341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=11
2021-11-18 20:43:46 +00:00
8061610700 Accepting request 819187 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/819187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=5
2020-07-08 17:14:25 +00:00
Tomáš Chvátal
88aa6338d7 Accepting request 819178 from home:mcalabkova:branches:devel:languages:python:django
- 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

OBS-URL: https://build.opensuse.org/request/show/819178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=9
2020-07-07 10:19:41 +00:00
bcde2f42ca Accepting request 814135 from devel:languages:python:django
- 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

OBS-URL: https://build.opensuse.org/request/show/814135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=4
2020-06-12 19:45:03 +00:00
382bfd1f36 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=7
2020-06-12 11:06:10 +00:00
d14409c633 Accepting request 777597 from devel:languages:python:django
- 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

OBS-URL: https://build.opensuse.org/request/show/777597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=3
2020-02-20 13:59:22 +00:00
Tomáš Chvátal
108648d98f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=5
2020-02-20 08:47:45 +00:00
99e4fa22da Accepting request 766813 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/766813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=2
2020-01-24 12:13:31 +00:00
Tomáš Chvátal
3e403abe1c Accepting request 766809 from devel:languages:python:mailman:backports
- be able to test also for 15

OBS-URL: https://build.opensuse.org/request/show/766809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=3
2020-01-24 11:06:47 +00:00
b924eb0f94 Accepting request 752912 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/752912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-q?expand=0&rev=1
2019-12-03 14:21:08 +00:00
Tomáš Chvátal
cced3ade0b Accepting request 752896 from devel:languages:python:mailman
SLE-7686

OBS-URL: https://build.opensuse.org/request/show/752896
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-q?expand=0&rev=1
2019-12-02 12:00:30 +00:00