limits 3.14.0__tar.gz → 3.14.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.
- {limits-3.14.0 → limits-3.14.1}/HISTORY.rst +10 -0
- {limits-3.14.0 → limits-3.14.1}/PKG-INFO +1 -1
- {limits-3.14.0 → limits-3.14.1}/limits/_version.py +3 -3
- {limits-3.14.0 → limits-3.14.1}/limits.egg-info/PKG-INFO +1 -1
- {limits-3.14.0 → limits-3.14.1}/CLASSIFIERS +0 -0
- {limits-3.14.0 → limits-3.14.1}/CONTRIBUTIONS.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/LICENSE.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/MANIFEST.in +0 -0
- {limits-3.14.0 → limits-3.14.1}/README.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/Makefile +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/_static/custom.css +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/api.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/async.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/changelog.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/conf.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/custom-storage.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/index.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/installation.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/quickstart.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/storage.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/strategies.rst +0 -0
- {limits-3.14.0 → limits-3.14.1}/doc/source/theme_config.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/__init__.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/__init__.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/__init__.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/base.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/etcd.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/memcached.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/memory.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/mongodb.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/storage/redis.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/aio/strategies.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/errors.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/limits.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/py.typed +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/resources/redis/lua_scripts/acquire_moving_window.lua +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/resources/redis/lua_scripts/clear_keys.lua +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/resources/redis/lua_scripts/incr_expire.lua +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/resources/redis/lua_scripts/moving_window.lua +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/__init__.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/base.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/etcd.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/memcached.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/memory.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/mongodb.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/redis.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/redis_cluster.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/redis_sentinel.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/storage/registry.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/strategies.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/typing.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/util.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits/version.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits.egg-info/SOURCES.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits.egg-info/dependency_links.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits.egg-info/not-zip-safe +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits.egg-info/requires.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/limits.egg-info/top_level.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/pyproject.toml +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/ci.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/dev.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/docs.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/main.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/async-etcd.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/async-memcached.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/async-mongodb.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/async-redis.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/etcd.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/memcached.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/mongodb.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/redis.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/storage/rediscluster.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/requirements/test.txt +0 -0
- {limits-3.14.0 → limits-3.14.1}/setup.cfg +0 -0
- {limits-3.14.0 → limits-3.14.1}/setup.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/tests/test_limit_granularities.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/tests/test_limits.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/tests/test_ratelimit_parser.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/tests/test_storage.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/tests/test_strategy.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/tests/test_utils.py +0 -0
- {limits-3.14.0 → limits-3.14.1}/versioneer.py +0 -0
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
Changelog
|
|
4
4
|
=========
|
|
5
5
|
|
|
6
|
+
v3.14.1
|
|
7
|
+
-------
|
|
8
|
+
Release Date: 2024-11-30
|
|
9
|
+
|
|
10
|
+
* Chore
|
|
11
|
+
|
|
12
|
+
* Fix benchmark artifact upload/download issue during release
|
|
13
|
+
creation
|
|
14
|
+
|
|
6
15
|
v3.14.0
|
|
7
16
|
-------
|
|
8
17
|
Release Date: 2024-11-29
|
|
@@ -734,5 +743,6 @@ Release Date: 2015-01-08
|
|
|
734
743
|
|
|
735
744
|
|
|
736
745
|
|
|
746
|
+
|
|
737
747
|
|
|
738
748
|
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-11-
|
|
11
|
+
"date": "2024-11-30T11:04:11-0800",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "3.14.
|
|
14
|
+
"full-revisionid": "0671723f54aed5692d4c9d9b47cf0326d5263de5",
|
|
15
|
+
"version": "3.14.1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
{limits-3.14.0 → limits-3.14.1}/limits/resources/redis/lua_scripts/acquire_moving_window.lua
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|