--- /srv/reproducible-results/rbuild-debian/r-b-build.7I1hvebu/b1/flask-limiter_3.3.0-1_armhf.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.7I1hvebu/b2/flask-limiter_3.3.0-1_armhf.changes
├── Files
│ @@ -1,3 +1,3 @@
│
│ - 361e025a49fdf77e12b96321542b2ebb 311712 doc optional python-flask-limiter-doc_3.3.0-1_all.deb
│ + 17fe9652c3617047083359b4832b1adb 311712 doc optional python-flask-limiter-doc_3.3.0-1_all.deb
│ 6cb5a584b5147b701af1b70d768a58b2 30296 python optional python3-flask-limiter_3.3.0-1_all.deb
├── python-flask-limiter-doc_3.3.0-1_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2023-03-03 19:51:15.000000 debian-binary
│ │ --rw-r--r-- 0 0 0 2332 2023-03-03 19:51:15.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 309188 2023-03-03 19:51:15.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 2328 2023-03-03 19:51:15.000000 control.tar.xz
│ │ +-rw-r--r-- 0 0 0 309192 2023-03-03 19:51:15.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/python-flask-limiter-doc/html/cli.html
│ │ │ │ @@ -420,17 +420,17 @@
│ │ │ │
$ FLASK_APP=../../examples/kitchensink.py:app flask limiter limits
│ │ │ │ Application Limits
│ │ │ │ └── 5000 per 1 hour
│ │ │ │ kitchensink
│ │ │ │ ├── root: /
│ │ │ │ │ └── 10 per 1 minute
│ │ │ │ ├── resource: /resource
│ │ │ │ -│ ├── 5 per 1 second (OPTIONS)
│ │ │ │ -│ ├── 5 per 1 second (POST)
│ │ │ │ │ ├── 5 per 1 second (HEAD)
│ │ │ │ +│ ├── 5 per 1 second (POST)
│ │ │ │ +│ ├── 5 per 1 second (OPTIONS)
│ │ │ │ │ └── 5 per 1 second (GET)
│ │ │ │ └── version: /version
│ │ │ │ └── Exempt
│ │ │ │ health
│ │ │ │ └── health.health: /health/
│ │ │ │ └── Exempt
│ │ │ │
│ │ │ │ @@ -459,17 +459,17 @@
│ │ │ │ Application Limits
│ │ │ │ └── 5000 per 1 hour: Pass (5000 out of 5000 remaining)
│ │ │ │ kitchensink
│ │ │ │ ├── root: /
│ │ │ │ │ └── 10 per 1 minute: Pass (10 out of 10 remaining)
│ │ │ │ ├── resource: /resource
│ │ │ │ │ ├── 5 per 1 second (OPTIONS): Pass (5 out of 5 remaining)
│ │ │ │ -│ ├── 5 per 1 second (GET): Pass (5 out of 5 remaining)
│ │ │ │ │ ├── 5 per 1 second (POST): Pass (5 out of 5 remaining)
│ │ │ │ -│ └── 5 per 1 second (HEAD): Pass (5 out of 5 remaining)
│ │ │ │ +│ ├── 5 per 1 second (HEAD): Pass (5 out of 5 remaining)
│ │ │ │ +│ └── 5 per 1 second (GET): Pass (5 out of 5 remaining)
│ │ │ │ └── version: /version
│ │ │ │ └── Exempt
│ │ │ │ health
│ │ │ │ └── health.health: /health/
│ │ │ │ └── Exempt
│ │ │ │
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -260,17 +260,17 @@
│ │ │ │ │ $ FLASK_APP=../../examples/kitchensink.py:app flask limiter limits
│ │ │ │ │ Application Limits
│ │ │ │ │ âââ 5000 per 1 hour
│ │ │ │ │ kitchensink
│ │ │ │ │ âââ root: /
│ │ │ │ │ â âââ 10 per 1 minute
│ │ │ │ │ âââ resource: /resource
│ │ │ │ │ -â âââ 5 per 1 second (OPTIONS)
│ │ │ │ │ -â âââ 5 per 1 second (POST)
│ │ │ │ │ â âââ 5 per 1 second (HEAD)
│ │ │ │ │ +â âââ 5 per 1 second (POST)
│ │ │ │ │ +â âââ 5 per 1 second (OPTIONS)
│ │ │ │ │ â âââ 5 per 1 second (GET)
│ │ │ │ │ âââ version: /version
│ │ │ │ │ âââ Exempt
│ │ │ │ │ health
│ │ │ │ │ âââ health.health: /health/
│ │ │ │ │ âââ Exempt
│ │ │ │ │ *** Filter by endpoint name# ***
│ │ │ │ │ @@ -293,17 +293,17 @@
│ │ │ │ │ Application Limits
│ │ │ │ │ âââ 5000 per 1 hour: Pass (5000 out of 5000 remaining)
│ │ │ │ │ kitchensink
│ │ │ │ │ âââ root: /
│ │ │ │ │ â âââ 10 per 1 minute: Pass (10 out of 10 remaining)
│ │ │ │ │ âââ resource: /resource
│ │ │ │ │ â âââ 5 per 1 second (OPTIONS): Pass (5 out of 5 remaining)
│ │ │ │ │ -â âââ 5 per 1 second (GET): Pass (5 out of 5 remaining)
│ │ │ │ │ â âââ 5 per 1 second (POST): Pass (5 out of 5 remaining)
│ │ │ │ │ -â âââ 5 per 1 second (HEAD): Pass (5 out of 5 remaining)
│ │ │ │ │ +â âââ 5 per 1 second (HEAD): Pass (5 out of 5 remaining)
│ │ │ │ │ +â âââ 5 per 1 second (GET): Pass (5 out of 5 remaining)
│ │ │ │ │ âââ version: /version
│ │ │ │ │ âââ Exempt
│ │ │ │ │ health
│ │ │ │ │ âââ health.health: /health/
│ │ │ │ │ âââ Exempt
│ │ │ │ │
│ │ │ │ │ **** Clear limits# ****