prune_captcha 1.15.2__tar.gz → 1.16.1__tar.gz
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.
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/PKG-INFO +3 -1
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/README.md +2 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha/templates/prune_captcha/captcha.html +2 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha.egg-info/PKG-INFO +3 -1
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha.egg-info/SOURCES.txt +2 -2
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/pyproject.toml +1 -1
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/MANIFEST.in +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha/__init__.py +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha/apps.py +0 -0
- /prune_captcha-1.15.2/prune_captcha/static/prune_captcha/css/captcha_prune.css → /prune_captcha-1.16.1/prune_captcha/static/prune_captcha/css/captcha.css +0 -0
- /prune_captcha-1.15.2/prune_captcha/static/prune_captcha/js/captcha_prune.js → /prune_captcha-1.16.1/prune_captcha/static/prune_captcha/js/captcha.js +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha/utils.py +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha.egg-info/dependency_links.txt +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha.egg-info/requires.txt +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha.egg-info/top_level.txt +0 -0
- {prune_captcha-1.15.2 → prune_captcha-1.16.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prune_captcha
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.16.1
|
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/
|
@@ -116,6 +116,8 @@ Important: You must import the static files (css, js) present in "prune_captcha/
|
|
116
116
|
|
117
117
|
| Version | Date | Notes |
|
118
118
|
| ------- | ---------- | ---------------------------------- |
|
119
|
+
| 1.16.1 | 2025-05-21 | fix static |
|
120
|
+
| 1.16.0 | 2025-05-21 | fix static |
|
119
121
|
| 1.15.2 | 2025-05-21 | fix manifest |
|
120
122
|
| 1.15.1 | 2025-05-21 | fix manifest |
|
121
123
|
| 1.15.0 | 2025-05-21 | fix manifest |
|
@@ -98,6 +98,8 @@ Important: You must import the static files (css, js) present in "prune_captcha/
|
|
98
98
|
|
99
99
|
| Version | Date | Notes |
|
100
100
|
| ------- | ---------- | ---------------------------------- |
|
101
|
+
| 1.16.1 | 2025-05-21 | fix static |
|
102
|
+
| 1.16.0 | 2025-05-21 | fix static |
|
101
103
|
| 1.15.2 | 2025-05-21 | fix manifest |
|
102
104
|
| 1.15.1 | 2025-05-21 | fix manifest |
|
103
105
|
| 1.15.0 | 2025-05-21 | fix manifest |
|
{prune_captcha-1.15.2 → prune_captcha-1.16.1}/prune_captcha/templates/prune_captcha/captcha.html
RENAMED
@@ -1,3 +1,5 @@
|
|
1
|
+
{% load static %}
|
2
|
+
|
1
3
|
<div class="puzzle-container" style="width: {{ puzzle.width }}px; height: {{ puzzle.height }}px; background-image: url('{% static puzzle.image %}'); background-size: {{ puzzle.width }}px {{ puzzle.height }}px;">
|
2
4
|
<div class="puzzle-background" style="background-image: url('{% static puzzle.image %}'); background-size: {{ puzzle.width }}px {{ puzzle.height }}px;"></div>
|
3
5
|
<div class="puzzle-mask" style="top: {{ puzzle.pos_y_solution }}px; left: {{ puzzle.pos_x_solution }}px; width: {{ puzzle.piece_width }}px; height: {{ puzzle.piece_height }}px;"></div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prune_captcha
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.16.1
|
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/
|
@@ -116,6 +116,8 @@ Important: You must import the static files (css, js) present in "prune_captcha/
|
|
116
116
|
|
117
117
|
| Version | Date | Notes |
|
118
118
|
| ------- | ---------- | ---------------------------------- |
|
119
|
+
| 1.16.1 | 2025-05-21 | fix static |
|
120
|
+
| 1.16.0 | 2025-05-21 | fix static |
|
119
121
|
| 1.15.2 | 2025-05-21 | fix manifest |
|
120
122
|
| 1.15.1 | 2025-05-21 | fix manifest |
|
121
123
|
| 1.15.0 | 2025-05-21 | fix manifest |
|
@@ -9,6 +9,6 @@ prune_captcha.egg-info/SOURCES.txt
|
|
9
9
|
prune_captcha.egg-info/dependency_links.txt
|
10
10
|
prune_captcha.egg-info/requires.txt
|
11
11
|
prune_captcha.egg-info/top_level.txt
|
12
|
-
prune_captcha/static/prune_captcha/css/
|
13
|
-
prune_captcha/static/prune_captcha/js/
|
12
|
+
prune_captcha/static/prune_captcha/css/captcha.css
|
13
|
+
prune_captcha/static/prune_captcha/js/captcha.js
|
14
14
|
prune_captcha/templates/prune_captcha/captcha.html
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
26
26
|
keywords = ["captcha", "django", "code-quality"]
|
27
27
|
urls = {Made_by = "https://prune.sh/"}
|
28
28
|
name = "prune_captcha"
|
29
|
-
version = "1.
|
29
|
+
version = "1.16.1"
|
30
30
|
description = "A tool to protect formulaire from spam."
|
31
31
|
readme = "README.md"
|
32
32
|
dependencies = [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|