3bc7f1 Update python-django-webpack-loader to version 1.8.0 / rev 5 via SR 1059993

6 files Authored by dirkmueller a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-django-webpack-loader to version 1.8.0 / rev 5 via SR 1059993
    
    https://build.opensuse.org/request/show/1059993
    by user dirkmueller + dimstar_suse
    - update to 1.8.0:
      * Add compatibility for Django 4.1 and Python 3.10
    - update to 1.7.0:
      * Bump django to 3.2.15
    - update to 1.6.0:
      * Add a setting to configure skip common chunks behaviour globally
      * Bump django from 3.2.12 to 3.2.13
      * Add support for Django 4.0
    - update to 1.5.0:
      * Added support for Subresource Integrity
      * Bump django from 3.2.7 to 3.2.12
      * Fix get_files on readme
      * Use r-prefixed strings in IGNORE
      * Fix small typo in README.md
      * Use assertNotEqual instead of assertNotEquals for Python 3.11
        compatibility
      * Readme revamp
    - update to 1.4.1:
      * Fixes #300, failsafe request checking #301
    - update to 1.4.0:
      * Bump django from 3.2.4 to 3.2.5 #299
      * Add issue templates #293
      * Add skip_common_chunks functionality #297
    - update to 1.3.0:
      * Add