File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Change logs
2+ ### 1.1.1
3+ - 扩展支持的 Python 版本(>=3.6,<3.12)
24
35### 1.1.0
46- 调整 ` BKRepoStorage ` 公开仓库的 url 实现: 直接返回资源的路径, 而并非生成临时访问地址
Original file line number Diff line number Diff line change 88 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99 * specific language governing permissions and limitations under the License.
1010"""
11- __version__ = "1.1.0 "
11+ __version__ = "1.1.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bkstorages"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " File storage backends for blueking PaaS platform"
55readme = " README.md"
66authors = [" blueking <blueking@tencent.com>" ]
@@ -20,7 +20,7 @@ requires = ["poetry-core>=1.0.0"]
2020build-backend = " poetry.core.masonry.api"
2121
2222[tool .poetry .dependencies ]
23- python = " >=3.6.2,<3.11 "
23+ python = " >=3.6.2,<3.12 "
2424boto3 = " >=1.4.1"
2525six = " *"
2626requests = " *"
@@ -38,9 +38,9 @@ pytest = "6.2.5"
3838pytest-django = " 4.1.0"
3939requests-mock = " ^1.8.0"
4040# black
41- black = " 21.7b0 "
41+ black = " * "
4242# mypy
43- mypy = " 0.910 "
43+ mypy = " * "
4444# install extension stubs if missing
4545types-requests = " 2.25.0"
4646types-setuptools = " 57.0.0"
Original file line number Diff line number Diff line change 44# and then run "tox" from this directory.
55
66[tox]
7- envlist = py{38 }-django{111, 22,32}
7+ envlist = py{311 }-django{22,32}
88isolated_build = True
99skip_missing_interpreters = True
1010requires =
@@ -15,7 +15,6 @@ install_dev_deps = True
1515poetry_dep_groups =
1616 dev
1717deps =
18- django111: Django>=1.11,<1.12
1918 django22: Django>=2.2,<2.3
2019 django32: Django>=3.2,<3.3
2120commands =
You can’t perform that action at this time.
0 commit comments