1
0
Commit Graph

16 Commits

Author SHA256 Message Date
Markéta Calábková
da370b8add fix python-sitelib-glob-in-files 2024-09-24 14:37:59 +02:00
Markéta Calábková
2ab223c95e update 2024-09-24 14:18:17 +02:00
Ana Guerrero
cfc76dfff7 Accepting request 1104141 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=6
2023-08-17 17:43:00 +00:00
b8499bf071 - update to 0.8.1:
* Fix installing celery-batches with Celery 5.3.
  * Support passing through the `request_dict` from the original
    Celery request.
  * Support Celery 5.3.
  * Drop support for Celery < 5.0.
  * Support Python 3.11.
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=13
2023-08-09 07:40:27 +00:00
Dominique Leuenberger
6a96c64ce9 Accepting request 1075499 from devel:languages:python
- update to 0.7:
  * Support passing multiple or keyword arguments by disabling
    Celery's ``typing``  feature for ``Batches`` tasks.
  * Support |using a custom Request class|_ for ``Batches``
    tasks.
  * Support calling tasks with an ``eta`` or ``countdown``
    specified.
  * Handle "hybrid" messages that have moved between Celery
    versions.
  * Fix task ETA issues when timezone is defined in
    configuration.
  * Simplify tests.
  * Improve PyPI metadata.
  * Update README badges to include PyPI and GitHub Actions
  * Update copyright information.
  * Document use-cases and include more examples.
  * Run the unit tests against RabbitMQ & Redis brokers/backends.
  * Run `black <https://black.readthedocs.io/>`_, `isort
    <https://pycqa.github.io/isort/>`_,
  * `flake8 <https://flake8.pycqa.org>`_, `pyupgrade
    <https://github.com/asottile/pyupgrade>`_,
  * Fix a bug when passing a ``request`` to ``mark_as_done`` with
    Celery 5.1.0.
  * Clean-up and re-organize code.
  * Support Celery 5.2.
  * Drop support for Python 3.6.
  * Support Python 3.10.

OBS-URL: https://build.opensuse.org/request/show/1075499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=5
2023-03-30 20:51:29 +00:00
8b49d383a1 - update to 0.7:
* Support passing multiple or keyword arguments by disabling
    Celery's ``typing``  feature for ``Batches`` tasks.
  * Support |using a custom Request class|_ for ``Batches``
    tasks.
  * Support calling tasks with an ``eta`` or ``countdown``
    specified.
  * Handle "hybrid" messages that have moved between Celery
    versions.
  * Fix task ETA issues when timezone is defined in
    configuration.
  * Simplify tests.
  * Improve PyPI metadata.
  * Update README badges to include PyPI and GitHub Actions
  * Update copyright information.
  * Document use-cases and include more examples.
  * Run the unit tests against RabbitMQ & Redis brokers/backends.
  * Run `black <https://black.readthedocs.io/>`_, `isort
    <https://pycqa.github.io/isort/>`_,
  * `flake8 <https://flake8.pycqa.org>`_, `pyupgrade
    <https://github.com/asottile/pyupgrade>`_,
  * Fix a bug when passing a ``request`` to ``mark_as_done`` with
    Celery 5.1.0.
  * Clean-up and re-organize code.
  * Support Celery 5.2.
  * Drop support for Python 3.6.
  * Support Python 3.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=11
2023-03-30 08:31:37 +00:00
Dominique Leuenberger
654101c659 Accepting request 866878 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/866878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=4
2021-01-27 17:57:38 +00:00
d99162a7a6 Accepting request 866850 from home:mcalabkova:branches:devel:languages:python
- Update to 0.4
  * Officially support Celery 5.0. Drop support for Celery < 4.4.
  * Drop support for Python < 3.6.
- Add celery-fixtures.patch to fix the testsuite

OBS-URL: https://build.opensuse.org/request/show/866850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=9
2021-01-26 14:42:29 +00:00
Dominique Leuenberger
f00cdddd74 Accepting request 789802 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=3
2020-03-30 21:06:59 +00:00
Tomáš Chvátal
381ff27f6b Accepting request 789787 from home:mcalabkova:branches:devel:languages:python
- Update to version 0.3
  * Properly set the ``current_task`` when running Batch tasks.
  * Call the success signal after a successful run of the Batch task.
  * Support running tasks eagerly via the ``Task.apply()`` method. This causes
    the task to execute with a batch of a single item.
  * Officially support Python 3.7 and 3.8. Drop support for Python 3.4.
  * Officially support Celery 4.3 and 4.4.

OBS-URL: https://build.opensuse.org/request/show/789787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=7
2020-03-30 14:55:11 +00:00
Dominique Leuenberger
e71216554d Accepting request 754350 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/754350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=2
2019-12-05 16:34:59 +00:00
Tomáš Chvátal
3d92433a44 Accepting request 754349 from home:jayvdb:branches:devel:languages:python
- Remove test suite from runtime package

OBS-URL: https://build.opensuse.org/request/show/754349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=5
2019-12-05 11:36:43 +00:00
Dominique Leuenberger
152c7e27d5 Accepting request 665342 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/665342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=1
2019-01-15 08:17:37 +00:00
Tomáš Chvátal
0cb10b359e Accepting request 665275 from home:jengelh:branches:devel:languages:python
- Trim bias and use noun phrasing.

OBS-URL: https://build.opensuse.org/request/show/665275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=3
2019-01-13 18:16:26 +00:00
Tomáš Chvátal
94813bea08 - Really run tests
- Sort out with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=2
2019-01-02 14:15:56 +00:00
Tomáš Chvátal
9e7432606f osc copypac from project:M17N:l10n.opensuse.org package:python-celery-batches revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery-batches?expand=0&rev=1
2019-01-02 14:10:06 +00:00