Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-celery-batches-0.8.1-1.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-celery-batches Distribution: openSUSE:Factory:zSystems
Version: 0.8.1 Vendor: openSUSE
Release: 1.5 Build date: Wed Aug 9 09:34:59 2023
Group: Development/Languages/Python Build host: reproducible
Size: 69766 Source RPM: python-celery-batches-0.8.1-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/percipient/celery-batches
Summary: Django module to process multiple Celery task requests together
An alternate way to have Django DRY forms. The developer can build
programmatic reusable layouts out of components, having control of
the rendered HTML without writing HTML in templates, without breaking
the standard way of doing things in Django, so that it still works
with any other form application.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Aug 09 2023 Dirk Müller <dmueller@suse.com>
  - 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.
* Thu Mar 30 2023 Dirk Müller <dmueller@suse.com>