prune_captcha 1.5.0__py3-none-any.whl → 1.6.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prune_captcha
3
- Version: 1.5.0
3
+ Version: 1.6.0
4
4
  Summary: A tool to protect formulaire from spam.
5
5
  Author-email: Arnout <bastien@prune.sh>
6
6
  Project-URL: Made_by, https://prune.sh/
@@ -136,6 +136,7 @@ PUZZLE_IMAGE_STATIC_PATH = "website/images/"
136
136
 
137
137
  | Version | Date | Notes |
138
138
  | ------- | ---------- | ---------------------------------- |
139
+ | 1.6.0 | 2025-05-20 | added templates |
139
140
  | 1.5.0 | 2025-05-20 | app config fixed, components ... |
140
141
  | 1.4.0 | 2025-05-20 | added BaseModel in Captcha, ... |
141
142
  | 1.3.0 | 2025-04-30 | deleted start_server, deleted ... |
@@ -9,7 +9,6 @@ captcha_prune/urls.py,sha256=DeCJTjJA0krW27KoHafvh3GBRr7fJ80E2lVHEWYSsW4,271
9
9
  captcha_prune/utils.py,sha256=fInmwfuDWyR3oRfVYpeHUj2JfjvATZHMUcKQkTXKPD0,2351
10
10
  captcha_prune/views.py,sha256=BzjQfXLwYx2YSWODrnGpokqU8XeC-9QORivzWKxYofY,1539
11
11
  captcha_prune/wsgi.py,sha256=fukA_iiCT4FFzcJ0QX2Zr_HNddqdq-ln3ien2UWcCTA,403
12
- captcha_prune/components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
12
  captcha_prune/migrations/0001_initial.py,sha256=QMTaeSIxPociSrV4r89zfsbxMwMu4qpL16LT3yPgcaw,831
14
13
  captcha_prune/migrations/0002_remove_captcha_created_at_remove_captcha_pos_x_and_more.py,sha256=xyyE_G3t8kJqFvKuNWFRTyTyyD1kzvfeSgbkTQ9DO8A,2099
15
14
  captcha_prune/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -18,7 +17,7 @@ commons/decorators.py,sha256=nU_3SyxENcWDdxo03VyNYEvoevplC6ig7BFogY8apNs,1306
18
17
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
18
  tests/captcha_prune/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
19
  tests/captcha_prune/test_views.py,sha256=h-Mrdiprh71s7kIJPYAt6xv4G_S7vp51WCpAzy4CZ6U,2364
21
- prune_captcha-1.5.0.dist-info/METADATA,sha256=hjrCm4WoPEw1GNBoxQ8L2qq6YHP1iLuBUnGICQM-XBI,3807
22
- prune_captcha-1.5.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
23
- prune_captcha-1.5.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
24
- prune_captcha-1.5.0.dist-info/RECORD,,
20
+ prune_captcha-1.6.0.dist-info/METADATA,sha256=aBQjoHEwehMlbBWJpJ1dg7uvZ9V8-RfW_gQDgGRSVic,3869
21
+ prune_captcha-1.6.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
22
+ prune_captcha-1.6.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
23
+ prune_captcha-1.6.0.dist-info/RECORD,,
File without changes