Skip to content

Commit 2a1f4a6

Browse files
committed
feat: update path
1 parent 4f67a91 commit 2a1f4a6

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
# Semantic Versioning Changelog
22

3-
# [2.6.0](https://github.com/pycasbin/flask-authz/compare/v2.5.1...v2.6.0) (2024-03-29)
3+
# [2.6.0](https://github.com/officialpycasbin/flask-authz/compare/v2.5.1...v2.6.0) (2024-03-29)
44

55

66
### Features
77

8-
* update Python version to 3.9+, update CI Python version ([d9031b5](https://github.com/pycasbin/flask-authz/commit/d9031b55b758543870b8dc4fa09efe898db93da3))
9-
* upgrade CI Node.js version to 20 ([039ac95](https://github.com/pycasbin/flask-authz/commit/039ac95403da29511c303fd86b3a91f37f1ce7c3))
8+
* update Python version to 3.9+, update CI Python version ([d9031b5](https://github.com/officialpycasbin/flask-authz/commit/d9031b55b758543870b8dc4fa09efe898db93da3))
9+
* upgrade CI Node.js version to 20 ([039ac95](https://github.com/officialpycasbin/flask-authz/commit/039ac95403da29511c303fd86b3a91f37f1ce7c3))
1010

11-
## [2.5.1](https://github.com/pycasbin/flask-authz/compare/v2.5.0...v2.5.1) (2023-11-19)
11+
## [2.5.1](https://github.com/officialpycasbin/flask-authz/compare/v2.5.0...v2.5.1) (2023-11-19)
1212

1313

1414
### Bug Fixes
1515

16-
* fix requirement files ([617a955](https://github.com/pycasbin/flask-authz/commit/617a9550f4fc4362c4a0e296a6aeefca0bc1cb34))
17-
* update CI script ([4183a17](https://github.com/pycasbin/flask-authz/commit/4183a17781a13ff9dcb0ef8fcf263fd7a242c521))
16+
* fix requirement files ([617a955](https://github.com/officialpycasbin/flask-authz/commit/617a9550f4fc4362c4a0e296a6aeefca0bc1cb34))
17+
* update CI script ([4183a17](https://github.com/officialpycasbin/flask-authz/commit/4183a17781a13ff9dcb0ef8fcf263fd7a242c521))
1818

19-
# [2.5.0](https://github.com/pycasbin/flask-authz/compare/v2.4.0...v2.5.0) (2022-01-30)
19+
# [2.5.0](https://github.com/officialpycasbin/flask-authz/compare/v2.4.0...v2.5.0) (2022-01-30)
2020

2121

2222
### Bug Fixes
2323

24-
* cleanup requirements ([43cc46e](https://github.com/pycasbin/flask-authz/commit/43cc46ec96dca7efd48d47dd35b4e3cc01412475))
25-
* correct python-version to string instead of float, misleading the ci. ([c0ac1c8](https://github.com/pycasbin/flask-authz/commit/c0ac1c8ee1b16d3acf26a1768294780c619b602b))
26-
* Specify a fixed version for nodejs in the release ci workflow ([f6268b6](https://github.com/pycasbin/flask-authz/commit/f6268b6fa932658d48b769ffd619f1ac3d252005))
24+
* cleanup requirements ([43cc46e](https://github.com/officialpycasbin/flask-authz/commit/43cc46ec96dca7efd48d47dd35b4e3cc01412475))
25+
* correct python-version to string instead of float, misleading the ci. ([c0ac1c8](https://github.com/officialpycasbin/flask-authz/commit/c0ac1c8ee1b16d3acf26a1768294780c619b602b))
26+
* Specify a fixed version for nodejs in the release ci workflow ([f6268b6](https://github.com/officialpycasbin/flask-authz/commit/f6268b6fa932658d48b769ffd619f1ac3d252005))
2727

2828

2929
### Features
3030

31-
* add python 3.10 to release workflow ([55e090c](https://github.com/pycasbin/flask-authz/commit/55e090c90acbecc0329a795007b2ee2193a21a92))
32-
* add python 3.9 and 3.10 to ci using focal distribution ([789d93d](https://github.com/pycasbin/flask-authz/commit/789d93d906c4d84ad404a142cb0a0528e6538bc2))
31+
* add python 3.10 to release workflow ([55e090c](https://github.com/officialpycasbin/flask-authz/commit/55e090c90acbecc0329a795007b2ee2193a21a92))
32+
* add python 3.9 and 3.10 to ci using focal distribution ([789d93d](https://github.com/officialpycasbin/flask-authz/commit/789d93d906c4d84ad404a142cb0a0528e6538bc2))
3333

34-
# [2.4.0](https://github.com/pycasbin/flask-authz/compare/v2.3.0...v2.4.0) (2021-07-23)
34+
# [2.4.0](https://github.com/officialpycasbin/flask-authz/compare/v2.3.0...v2.4.0) (2021-07-23)
3535

3636

3737
### Bug Fixes
3838

39-
* pin casbin_sqlalchemy_adapter==0.3.2 to be able to run test cases using casbin==1.0.4 ([c914768](https://github.com/pycasbin/flask-authz/commit/c91476810cee8f12d2423adcbfdf0eafa9539347))
40-
* remove duplicated test ([155bf94](https://github.com/pycasbin/flask-authz/commit/155bf9464769afe80979b1534dd270c28892ee70))
41-
* support default delimiter for sanitize_group_headers() ([0683ca3](https://github.com/pycasbin/flask-authz/commit/0683ca395babd033a6dcc5d540e6398e8b156f4e))
39+
* pin casbin_sqlalchemy_adapter==0.3.2 to be able to run test cases using casbin==1.0.4 ([c914768](https://github.com/officialpycasbin/flask-authz/commit/c91476810cee8f12d2423adcbfdf0eafa9539347))
40+
* remove duplicated test ([155bf94](https://github.com/officialpycasbin/flask-authz/commit/155bf9464769afe80979b1534dd270c28892ee70))
41+
* support default delimiter for sanitize_group_headers() ([0683ca3](https://github.com/officialpycasbin/flask-authz/commit/0683ca395babd033a6dcc5d540e6398e8b156f4e))
4242

4343

4444
### Features
4545

46-
* add condition when using whitespace delimiter to handle more valid scenarios ([d22efa3](https://github.com/pycasbin/flask-authz/commit/d22efa3bcc5f8738d8690fb241eb1deff9599bdb))
46+
* add condition when using whitespace delimiter to handle more valid scenarios ([d22efa3](https://github.com/officialpycasbin/flask-authz/commit/d22efa3bcc5f8738d8690fb241eb1deff9599bdb))
4747

48-
# [2.3.0](https://github.com/pycasbin/flask-authz/compare/v2.2.0...v2.3.0) (2021-05-15)
48+
# [2.3.0](https://github.com/officialpycasbin/flask-authz/compare/v2.2.0...v2.3.0) (2021-05-15)
4949

5050

5151
### Features
5252

53-
* Update requirements.txt for latest casbin version and .github actions test added ([#28](https://github.com/pycasbin/flask-authz/issues/28)) ([d54f9d4](https://github.com/pycasbin/flask-authz/commit/d54f9d4318438ad18e20c1ab60a6b51f8c93ced7))
53+
* Update requirements.txt for latest casbin version and .github actions test added ([#28](https://github.com/officialpycasbin/flask-authz/issues/28)) ([d54f9d4](https://github.com/officialpycasbin/flask-authz/commit/d54f9d4318438ad18e20c1ab60a6b51f8c93ced7))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flask-authz
22

3-
[![GitHub Action](https://github.com/pycasbin/flask-authz/workflows/build/badge.svg?branch=master)](https://github.com/pycasbin/flask-authz/actions)
4-
[![Coverage Status](https://coveralls.io/repos/github/pycasbin/flask-authz/badge.svg)](https://coveralls.io/github/pycasbin/flask-authz)
3+
[![GitHub Action](https://github.com/officialpycasbin/flask-authz/workflows/build/badge.svg?branch=master)](https://github.com/officialpycasbin/flask-authz/actions)
4+
[![Coverage Status](https://coveralls.io/repos/github/officialpycasbin/flask-authz/badge.svg)](https://coveralls.io/github/officialpycasbin/flask-authz)
55
[![Version](https://img.shields.io/pypi/v/flask-authz.svg)](https://pypi.org/project/flask-authz/)
66
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/flask-authz.svg)](https://pypi.org/project/flask-authz/)
77
[![Pyversions](https://img.shields.io/pypi/pyversions/flask-authz.svg)](https://pypi.org/project/flask-authz/)
@@ -17,7 +17,7 @@ pip install flask-authz
1717
```
1818
Or clone the repo:
1919
```
20-
$ git clone https://github.com/pycasbin/flask-authz.git
20+
$ git clone https://github.com/officialpycasbin/flask-authz.git
2121
$ python setup.py install
2222
```
2323

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
description="An authorization middleware for Flask that supports ACL, RBAC, ABAC, based on Casbin",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",
35-
url="https://github.com/pycasbin/flask-authz",
35+
url="https://github.com/officialpycasbin/flask-authz",
3636
keywords=[
3737
"flask",
3838
"pycasbin",
@@ -52,7 +52,7 @@
5252
data_files=[desc_file],
5353
include_package_data=True,
5454
dependency_links=dependency_links,
55-
download_url="https://github.com/pycasbin/flask-authz/tarball/v" + download_v,
55+
download_url="https://github.com/officialpycasbin/flask-authz/tarball/v" + download_v,
5656
license="Apache 2.0",
5757
classifiers=[
5858
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)