django-spire 0.20.1__py3-none-any.whl → 0.20.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. django_spire/consts.py +1 -1
  2. django_spire/core/static/django_spire/css/app-background.css +200 -0
  3. django_spire/core/static/django_spire/css/app-text.css +132 -1
  4. django_spire/core/static/django_spire/css/themes/ayu/app-dark.css +3 -0
  5. django_spire/core/static/django_spire/css/themes/ayu/app-light.css +3 -0
  6. django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css +3 -0
  7. django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css +3 -0
  8. django_spire/core/static/django_spire/css/themes/default/app-dark.css +3 -0
  9. django_spire/core/static/django_spire/css/themes/default/app-light.css +3 -0
  10. django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css +3 -0
  11. django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css +3 -0
  12. django_spire/core/static/django_spire/css/themes/material/app-dark.css +3 -0
  13. django_spire/core/static/django_spire/css/themes/material/app-light.css +3 -0
  14. django_spire/core/static/django_spire/css/themes/nord/app-dark.css +3 -0
  15. django_spire/core/static/django_spire/css/themes/nord/app-light.css +3 -0
  16. django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css +3 -0
  17. django_spire/core/static/django_spire/css/themes/one-dark/app-light.css +3 -0
  18. django_spire/core/static/django_spire/css/themes/palenight/app-dark.css +3 -0
  19. django_spire/core/static/django_spire/css/themes/palenight/app-light.css +3 -0
  20. django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css +3 -0
  21. django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css +3 -0
  22. django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css +3 -0
  23. django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css +3 -0
  24. django_spire/notification/email/helper.py +8 -0
  25. django_spire/notification/email/migrations/0003_emailnotification_attachments.py +19 -0
  26. django_spire/notification/email/models.py +14 -1
  27. django_spire/notification/email/processor.py +2 -2
  28. django_spire/notification/models.py +1 -1
  29. django_spire/theme/templates/django_spire/theme/section/color_section.html +239 -89
  30. django_spire/theme/templates/django_spire/theme/section/typography_section.html +87 -1
  31. {django_spire-0.20.1.dist-info → django_spire-0.20.3.dist-info}/METADATA +1 -1
  32. {django_spire-0.20.1.dist-info → django_spire-0.20.3.dist-info}/RECORD +35 -34
  33. {django_spire-0.20.1.dist-info → django_spire-0.20.3.dist-info}/WHEEL +0 -0
  34. {django_spire-0.20.1.dist-info → django_spire-0.20.3.dist-info}/licenses/LICENSE.md +0 -0
  35. {django_spire-0.20.1.dist-info → django_spire-0.20.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  django_spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  django_spire/conf.py,sha256=c5Hs-7lk9T15254tOasiQ2ZTFLQIVJof9_QJDfm1PAI,933
3
- django_spire/consts.py,sha256=0pi9-zQb-ooeNNpnBBaPK6lSS7BO1hC2KSZHRlgbhcE,171
3
+ django_spire/consts.py,sha256=mYYUa0o4UzderI1zTwJJ7vbGKz77PDNmsO-cG9cqKc8,171
4
4
  django_spire/exceptions.py,sha256=L5ndRO5ftMmh0pHkO2z_NG3LSGZviJ-dDHNT73SzTNw,48
5
5
  django_spire/settings.py,sha256=5gzQCMKAHcBYFREPrYLkQcqFj5gSSgyduUU1H2ztWN8,685
6
6
  django_spire/urls.py,sha256=mKeZszb5U4iIGqddMb5Tt5fRC72U2wABEOi6mvOfEBU,656
@@ -499,7 +499,7 @@ django_spire/core/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
499
499
  django_spire/core/redirect/__init__.py,sha256=ubAsz_h3ufwgNNkdtqiJQDgXc6DodE2LTUyBwi9dgkE,71
500
500
  django_spire/core/redirect/generic_redirect.py,sha256=bfpA2GSRbkf5Y_zqTiTGzakQauLumm3JbaYMzmsDhjA,1245
501
501
  django_spire/core/redirect/safe_redirect.py,sha256=deGLqiR1wWwqlJ8BYp76qDUDHnfRrxL-1Vns3nozSG0,2901
502
- django_spire/core/static/django_spire/css/app-background.css,sha256=h0hnTe-hQCor-8K4i9EMdYpni2Y_Rs5eN897hqHDeJ8,5800
502
+ django_spire/core/static/django_spire/css/app-background.css,sha256=9O7qhtRw98dIHjTO0ZWYhnAov19RZc4M3QNl4jHx7Xw,12160
503
503
  django_spire/core/static/django_spire/css/app-border.css,sha256=z_DT3sB5tNQFu4Y7gSqYFn_bpOmEgEgJCrNmAnmSGDI,3439
504
504
  django_spire/core/static/django_spire/css/app-button.css,sha256=iUPOFgXp2v_gsNBeX8-CoDEWg_oIBAF1khNue2bdq40,8095
505
505
  django_spire/core/static/django_spire/css/app-default.css,sha256=RLVP_vLlkNx_UpNmMmgO73R3UUB_h3sVHt8I2z_iPVk,315
@@ -511,33 +511,33 @@ django_spire/core/static/django_spire/css/app-override.css,sha256=47DEQpj8HBSa-_
511
511
  django_spire/core/static/django_spire/css/app-page.css,sha256=pB-sSZc9NEUkkMcCfzzrCfeiggGmhONn8Eid5HLs8c0,363
512
512
  django_spire/core/static/django_spire/css/app-side-panel.css,sha256=ltggQkEc9tswJ9g2M0qzmWprdzycvizrS0YgY2We2U0,1954
513
513
  django_spire/core/static/django_spire/css/app-template.css,sha256=D5ORspwfokNqRW0HwyCbzjBp2Kf_2XtWKa6FSQuSXOg,485
514
- django_spire/core/static/django_spire/css/app-text.css,sha256=Zw2ORIz8LNNUdXd3A-kn5GuofDaf6ccAGyLwK3wODyM,6257
514
+ django_spire/core/static/django_spire/css/app-text.css,sha256=YQYhTsXux7vVuZhzsyHV5TuPCpKam8F14GiOnMcGOyk,10141
515
515
  django_spire/core/static/django_spire/css/app-theme.css,sha256=6vxu-tNDS4i1wWwLxdkCuiucN_ZKzGqwZmqZ8Vcwzk0,421
516
516
  django_spire/core/static/django_spire/css/bootstrap-extension.css,sha256=yvfy6YYKOmdzfnJhaFonUQkSbwS0YhRdeTHlEGKSXX4,12894
517
517
  django_spire/core/static/django_spire/css/bootstrap-override.css,sha256=3hOf1TwwWEsFIR8JQ9TXnI7M5U3dRHLL8F1maqVTNt4,9620
518
518
  django_spire/core/static/django_spire/css/bootstrap.css,sha256=GEgESnyGv91X48AEz35ovTv1fF8JPaB_VZB-JXJjdb0,155840
519
519
  django_spire/core/static/django_spire/css/flatpickr.min.css,sha256=RXPAyxHVyMLxb0TYCM2OW5R4GWkcDe02jdYgyZp41OU,16081
520
520
  django_spire/core/static/django_spire/css/themes/input.css,sha256=dHY08qEODw-L1xbelx2q-5zu7g9hznVw3Ii3INKlQKU,738
521
- django_spire/core/static/django_spire/css/themes/ayu/app-dark.css,sha256=8DY444f-7AMuq7UANiJ4CMBCpQ-TmdUBPBFuFQ4pa5o,2143
522
- django_spire/core/static/django_spire/css/themes/ayu/app-light.css,sha256=izJOXZcP4fwLEjcCzNQ3X2ikeIYyBcu1N5_7dGFPj-k,1950
523
- django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css,sha256=RxU1OmFNzC9Jd60l7BxB0b7qIuqSzE-YJ6FFVE3oRvU,2145
524
- django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css,sha256=LR_OcKsQiuJ2qjVW_lV39Ij8ugqrzu-geyHMkOihohI,1951
525
- django_spire/core/static/django_spire/css/themes/default/app-dark.css,sha256=m7mPujtS0FV2lQkfqoAFvsioYskAOgQf7jCIYI-Dqq4,2142
526
- django_spire/core/static/django_spire/css/themes/default/app-light.css,sha256=xnhfywDu4hVscAczhZeqU5v-cmAmsCfTzUEx1_g2oLc,2147
527
- django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css,sha256=smHykEiCMGNX-ZV-d7gAoMMuIUFT1S9_phRFjlLqEgg,2144
528
- django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css,sha256=qhSTvzWMiN01hq7B4pLlWy8wCz9HDO-ajTpkuFLDj0c,1951
529
- django_spire/core/static/django_spire/css/themes/material/app-dark.css,sha256=CD4rx9a2n0LtqY82EO9ISkYH7R84UHszVlksdNCbY1k,2144
530
- django_spire/core/static/django_spire/css/themes/material/app-light.css,sha256=BvsGJWnGSokBlQNSMYM9l2clLun7MyHIPc3Hh8JFmkE,1951
531
- django_spire/core/static/django_spire/css/themes/nord/app-dark.css,sha256=28Pcz7R5J3uLRvlZR_4yt2RLo4UdAiRi6TumQh2WbTo,2145
532
- django_spire/core/static/django_spire/css/themes/nord/app-light.css,sha256=LtX4ne1-EQqV1t5kf0H-nOYYaV7Yvfq0ljrovn9ndf4,1951
533
- django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css,sha256=kiAEwhttJHWrgerx30ibzqhJRu2wmAfLwzQabg1EfbU,2143
534
- django_spire/core/static/django_spire/css/themes/one-dark/app-light.css,sha256=a0TDzX4uJays_pLMyPMPXDKqMSWVCp69S615ZG32PAc,1951
535
- django_spire/core/static/django_spire/css/themes/palenight/app-dark.css,sha256=1aJ1f3Z-9zDS0VLiC0I2I9hKiQsKJjSBS0CeCgQvWzs,2147
536
- django_spire/core/static/django_spire/css/themes/palenight/app-light.css,sha256=JQHcIZJhRis8m2MZV8LhdQtyR5UB3YjbZNeRck-Weko,1951
537
- django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css,sha256=2eK4CBnuFICHpWRDfF3jclKv-tzseMXemGwhrZ2UV0o,2147
538
- django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css,sha256=fMq7AWYfPAsZ9p_YRXinqtZ5OKYtg4J9sqc-mZWCU0M,1952
539
- django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css,sha256=lAbcZObB7_fGhcYmVzhxjf3wz2bwD410MpvAnpZoOtU,2144
540
- django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css,sha256=NFBfcs-bGUTKPT400JTAHzK5PGPLXVy8Ly1PYAhIPlQ,1950
521
+ django_spire/core/static/django_spire/css/themes/ayu/app-dark.css,sha256=Jppd9m-sAyrKAFl79Z4JzzJBInYKcXTdr76U3PQurH8,2228
522
+ django_spire/core/static/django_spire/css/themes/ayu/app-light.css,sha256=tvKDPE4YLY53-RHf-NoiV0H8fkCTjIOZfCrIl1crVAg,2035
523
+ django_spire/core/static/django_spire/css/themes/catppuccin/app-dark.css,sha256=LYF-gISarY9HP8D6NtVGMwcEezkWdcZDofW_uDFZCBM,2230
524
+ django_spire/core/static/django_spire/css/themes/catppuccin/app-light.css,sha256=8uPjzbaBxTzMCya1mIF0oWT2kuWrKNeDkB_1MB2qtGc,2036
525
+ django_spire/core/static/django_spire/css/themes/default/app-dark.css,sha256=Q9k04qpDJA-cUxmWxZiXn880Dj8GNj4JTbX9kXSsEIE,2227
526
+ django_spire/core/static/django_spire/css/themes/default/app-light.css,sha256=OcTjsy6WorKjbFOycjZ76RE5eZm44KOKqjszCLbGCV8,2232
527
+ django_spire/core/static/django_spire/css/themes/gruvbox/app-dark.css,sha256=scRM1dtvjj4Ipn2OtEoZERkDUs51BlvBqd-0_rtMdtE,2229
528
+ django_spire/core/static/django_spire/css/themes/gruvbox/app-light.css,sha256=RbVGsVpe61WoZ5XXEZurLUENSHABppIJsy-yHVvghDs,2036
529
+ django_spire/core/static/django_spire/css/themes/material/app-dark.css,sha256=Lp_MQ5glaIls-JRoUzPX7jOhOaTzKfN9J6Qhe6zUpYM,2229
530
+ django_spire/core/static/django_spire/css/themes/material/app-light.css,sha256=5kcD2UvoXOxBqx6O5o9sGwrME6g1-F1YJCbO27MGFuQ,2036
531
+ django_spire/core/static/django_spire/css/themes/nord/app-dark.css,sha256=1pL6DsGqdwA5w6zFyXZ8Y6QATlhfl9dpPkeqpPKlquM,2230
532
+ django_spire/core/static/django_spire/css/themes/nord/app-light.css,sha256=QQ3frGGWQLsy5ZO4pFYrBSXRLBYGvLUyYP3xRLFkZaA,2036
533
+ django_spire/core/static/django_spire/css/themes/one-dark/app-dark.css,sha256=zHucd-U20A-zeKUyLQ2c3QBT0Ozr-QaiPgB0BUFRqKM,2228
534
+ django_spire/core/static/django_spire/css/themes/one-dark/app-light.css,sha256=fl5v1YcJ52aIY8LYuFYwauV-lut-Sni13T1gG7-_Zxs,2036
535
+ django_spire/core/static/django_spire/css/themes/palenight/app-dark.css,sha256=Lm-dm-frdpmz64na-cAIO1FCfoR_eB6uOG6O0u5kJLA,2232
536
+ django_spire/core/static/django_spire/css/themes/palenight/app-light.css,sha256=D3pcSFTp_z90Ef9HEmowAPYFi5g4OKntejmsTKQbMqc,2036
537
+ django_spire/core/static/django_spire/css/themes/rose-pine/app-dark.css,sha256=IBLS_oOqAZTXC2yttHUFdj7FxAmCj_d4GtzGFUUG2JE,2232
538
+ django_spire/core/static/django_spire/css/themes/rose-pine/app-light.css,sha256=B7IhIa3Q4PmOIn89H3bScmodu1j4DeCwgA7oJwYeVx4,2037
539
+ django_spire/core/static/django_spire/css/themes/tokyo-night/app-dark.css,sha256=KgX6txzzGm0MSKcCqDBxBIUNIAEsItfhfp4J2heiAq4,2229
540
+ django_spire/core/static/django_spire/css/themes/tokyo-night/app-light.css,sha256=AqMhzMVKI2xvcm4GvugrM3YUhNK_a463XEqZcO8xEIg,2035
541
541
  django_spire/core/static/django_spire/favicons/android-chrome-192x192.png,sha256=mxm1sntXHgMJsjErEIE9AK3um0vJCvSkkUAVk0WIyi8,33238
542
542
  django_spire/core/static/django_spire/favicons/android-chrome-256x256.png,sha256=cUUqhCaT_Di-oExGdS2ru_U-rKmJ-ab7lgUoZACz1Ng,47140
543
543
  django_spire/core/static/django_spire/favicons/apple-touch-icon.png,sha256=CrN3tdR4ZsKh1EY0p03-0y65UeNuRN2nWU60QEChSYo,19109
@@ -1007,7 +1007,7 @@ django_spire/notification/exceptions.py,sha256=gD_rJkZ0t6Pn13FJqf9p5uT0QWEJ58igy
1007
1007
  django_spire/notification/managers.py,sha256=QzRIRRffua5yl71RDQzGQPk7FHN9UfVMwX2aWuf2MbQ,1595
1008
1008
  django_spire/notification/maps.py,sha256=iTZnuro23HX4tg069FS148sZY9CbVlKZ83Jvh0WiIBI,622
1009
1009
  django_spire/notification/mixins.py,sha256=deGNC_SD7P9NfM2exFvbZlpOF_daMTW9zzeWre0zXfA,294
1010
- django_spire/notification/models.py,sha256=IcgRo3USO-vNoUynrexpLzf6p7GcTcxO1EutpTPtpuY,2139
1010
+ django_spire/notification/models.py,sha256=51DxAW0XeBSKx7BhPKQ-YabG1VzoKgJ_EoxhFd3-UL8,2140
1011
1011
  django_spire/notification/querysets.py,sha256=Tq1UjVTyD3xOMBAsNDyx6BNPS-8rwIGs4JrlnCeg3jM,3860
1012
1012
  django_spire/notification/urls.py,sha256=cewnrbbMe5A7zExvYX19BmOJPpcpcKGgpXzGZs5CIJw,249
1013
1013
  django_spire/notification/utils.py,sha256=cc2qHoKHv9xUfqkUljN2hPSPUmgnXS30dIez3exlBRI,253
@@ -1040,12 +1040,13 @@ django_spire/notification/email/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
1040
1040
  django_spire/notification/email/admin.py,sha256=qpz1nfYx9oy_Bvnkc5wtZktP_7KNzBOjPwIG1s2G7A8,264
1041
1041
  django_spire/notification/email/apps.py,sha256=xePF3Rnc2IEWxFF-jO_vNi-ynl-WGQ4yCvX6itfLfaE,419
1042
1042
  django_spire/notification/email/exceptions.py,sha256=pzDVfTzIEBlBKCIrSscVWZbIZ1F-xsHpWHA1R2_zF2s,124
1043
- django_spire/notification/email/helper.py,sha256=85EhlIkollA2qVv9Wf5427y_U4xWmosqX7F6pA38DdU,1859
1044
- django_spire/notification/email/models.py,sha256=4w6tZ59TABhlsowU59owaEjSm9sX5KR8krCBSOO9fXg,952
1045
- django_spire/notification/email/processor.py,sha256=a-ETd9dZG3XHam_7avmvdHs9aenjwRTZ2jlLUvk-Q0A,3250
1043
+ django_spire/notification/email/helper.py,sha256=qwBrphhmrN0RE7nvqUsQq_lGYm5tZ9Mnwfl-5-Gm7Yw,2167
1044
+ django_spire/notification/email/models.py,sha256=aB7y_ZGCZ90i_H4EBpZ-Pea7GCfBuRdlo3oUuHP8lL0,1452
1045
+ django_spire/notification/email/processor.py,sha256=BzrgqpBTazvsqB5KzN64WTfAMmuScjUtGgflvEU1ZpY,3292
1046
1046
  django_spire/notification/email/querysets.py,sha256=xXjax8Ce35Fs5nET9Abzw-4J1BIvgUDOn1Xxt8iiLzE,1217
1047
1047
  django_spire/notification/email/migrations/0001_initial.py,sha256=o8BObuOTRl3IqqLuEWpYXMs4qh4-7eY3TVD004pWYb0,1029
1048
1048
  django_spire/notification/email/migrations/0002_emailnotification_bcc_emailnotification_cc_and_more.py,sha256=M2cafrh7ESAdpUQhfIYziGRAcTLVqjTVwn2A6H3zqq4,907
1049
+ django_spire/notification/email/migrations/0003_emailnotification_attachments.py,sha256=MXQx_8WFD3IMe6bykcowavouoD2aG2VVAOpxjGWK7Ec,597
1049
1050
  django_spire/notification/email/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1050
1051
  django_spire/notification/migrations/0001_initial.py,sha256=0KQFckVRQQvMtMRwQaFwJfcZ6U38rRboJpqlr7DpvgE,2594
1051
1052
  django_spire/notification/migrations/0002_pushnotification.py,sha256=5Vlz3V1LycFpZK-HJVA6kJnFPPB27Il_LD6kDBwa1dg,999
@@ -1124,9 +1125,9 @@ django_spire/theme/templates/django_spire/theme/section/border_section.html,sha2
1124
1125
  django_spire/theme/templates/django_spire/theme/section/border_section_card.html,sha256=4HfdUWAjrqsEhv8VWLlyQRk_lbh206biOBfL17hshQs,151
1125
1126
  django_spire/theme/templates/django_spire/theme/section/button_section.html,sha256=WcPeNkQtfxWuLdw04qRRhNC7vEoFpw93Ztf74V-d8-0,5078
1126
1127
  django_spire/theme/templates/django_spire/theme/section/button_section_card.html,sha256=WoQpqwf348YwMWAdiMCSUYOu_D-uMFjNgZCkHrrk_OE,151
1127
- django_spire/theme/templates/django_spire/theme/section/color_section.html,sha256=EBOuXT9wSQX3sQcEjLYarCHdaJIt8208UiUimCMoix8,10126
1128
+ django_spire/theme/templates/django_spire/theme/section/color_section.html,sha256=IWmF_bJvdFPcXJuZN3JRUQlkV59fHt1js0qnfQqp0Yk,20841
1128
1129
  django_spire/theme/templates/django_spire/theme/section/color_section_card.html,sha256=3az9SwET2_-hvRyFJKvFXMKCk8lPICWfqxh1b2It7To,150
1129
- django_spire/theme/templates/django_spire/theme/section/typography_section.html,sha256=tyg4zUulg9bBcFr1T2hxORGPlD4-k5vxXIabCbuG1jk,2274
1130
+ django_spire/theme/templates/django_spire/theme/section/typography_section.html,sha256=VWvstH1qXBYWSgRWm0Gwge7wNNvZ1AzPGXkKk61e73w,5668
1130
1131
  django_spire/theme/templates/django_spire/theme/section/typography_section_card.html,sha256=cgshyWYzFF__fcAXTxxxMd2jAb6TGAjTIL-GZI4dsHs,155
1131
1132
  django_spire/theme/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1132
1133
  django_spire/theme/tests/test_context_processor.py,sha256=2MdQWZrjStOFSynGm9sfPdEWGV5pdwTtngPEaVCA6bY,3026
@@ -1142,8 +1143,8 @@ django_spire/theme/urls/page_urls.py,sha256=S8nkKkgbhG3XHI3uMUL-piOjXIrRkuY2UlM_
1142
1143
  django_spire/theme/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1143
1144
  django_spire/theme/views/json_views.py,sha256=W1khC2K_EMbEzAFmMxC_P76_MFnkRH4-eVdodrRfAhw,1904
1144
1145
  django_spire/theme/views/page_views.py,sha256=pHr8iekjtR99xs7w1taj35HEo133Svq1dvDD0y0VL1c,3933
1145
- django_spire-0.20.1.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
1146
- django_spire-0.20.1.dist-info/METADATA,sha256=2DlaKuP0TZp6LeY4ytPWI7ckgoQS_4lF5GonhxR-E6A,4967
1147
- django_spire-0.20.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1148
- django_spire-0.20.1.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
1149
- django_spire-0.20.1.dist-info/RECORD,,
1146
+ django_spire-0.20.3.dist-info/licenses/LICENSE.md,sha256=tlTbOtgKoy-xAQpUk9gPeh9O4oRXCOzoWdW3jJz0wnA,1091
1147
+ django_spire-0.20.3.dist-info/METADATA,sha256=T_ep3Ot_z22dxlznx_fMgn22xFzMjxUXtRETiMK1J1Y,4967
1148
+ django_spire-0.20.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1149
+ django_spire-0.20.3.dist-info/top_level.txt,sha256=xf3QV1e--ONkVpgMDQE9iqjQ1Vg4--_6C8wmO-KxPHQ,13
1150
+ django_spire-0.20.3.dist-info/RECORD,,