File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88* modify remove_filtered_policy method to support filtering of empty strings ([ #12 ] ( https://github.com/officialpycasbin/pymongo-adapter/issues/12 ) ) ([ 37e0561] ( https://github.com/officialpycasbin/pymongo-adapter/commit/37e0561bb678f11f291360a6eaf58121db6b7630 ) )
99
10- # [ 1.1.0] ( https://github.com/pycasbin /pymongo-adapter/compare/v1.0.0...v1.1.0 ) (2024-03-29)
10+ # [ 1.1.0] ( https://github.com/officialpycasbin /pymongo-adapter/compare/v1.0.0...v1.1.0 ) (2024-03-29)
1111
1212
1313### Features
1414
15- * upgrade CI Node.js version to 20 ([ e2e48e4] ( https://github.com/pycasbin /pymongo-adapter/commit/e2e48e456b2c4502e28ae6c58d31183959d66662 ) )
15+ * upgrade CI Node.js version to 20 ([ e2e48e4] ( https://github.com/officialpycasbin /pymongo-adapter/commit/e2e48e456b2c4502e28ae6c58d31183959d66662 ) )
1616
1717# 1.0.0 (2021-07-28)
1818
1919
2020### Features
2121
22- * implements delete policy ([ #8 ] ( https://github.com/pycasbin /pymongo-adapter/issues/8 ) ) ([ 88b9b8a] ( https://github.com/pycasbin /pymongo-adapter/commit/88b9b8a10c9401e2dded3995afb9c9d787564c59 ) )
22+ * implements delete policy ([ #8 ] ( https://github.com/officialpycasbin /pymongo-adapter/issues/8 ) ) ([ 88b9b8a] ( https://github.com/officialpycasbin /pymongo-adapter/commit/88b9b8a10c9401e2dded3995afb9c9d787564c59 ) )
Original file line number Diff line number Diff line change 11PyMongo Adapter for PyCasbin
22====
33
4- [ ![ Build Status] ( https://www.travis-ci.org/pycasbin /pymongo-adapter.svg?branch=master )] ( https://www.travis-ci.org/pycasbin /pymongo-adapter )
5- [ ![ Coverage Status] ( https://coveralls.io/repos/github/pycasbin /pymongo-adapter/badge.svg )] ( https://coveralls.io/github/pycasbin /pymongo-adapter )
4+ [ ![ Build Status] ( https://www.travis-ci.org/officialpycasbin /pymongo-adapter.svg?branch=master )] ( https://www.travis-ci.org/officialpycasbin /pymongo-adapter )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/officialpycasbin /pymongo-adapter/badge.svg )] ( https://coveralls.io/github/officialpycasbin /pymongo-adapter )
66[ ![ Version] ( https://img.shields.io/pypi/v/casbin_pymongo_adapter.svg )] ( https://pypi.org/project/casbin_pymongo_adapter/ )
77[ ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/casbin_pymongo_adapter.svg )] ( https://pypi.org/project/casbin_pymongo_adapter/ )
88[ ![ Pyversions] ( https://img.shields.io/pypi/pyversions/casbin_pymongo_adapter.svg )] ( https://pypi.org/project/casbin_pymongo_adapter/ )
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = "casbin_pymongo_adapter" ,
21- author = "TechLee,Xhy-5000,AmosChenYQ " ,
22- author_email = "techlee@qq.com,amoschenyq@foxmail.com " ,
21+ author = "Casbin " ,
22+ author_email = "admin@casbin.org " ,
2323 description = "PyMongo Adapter for PyCasbin" ,
2424 long_description = long_description ,
2525 long_description_content_type = "text/markdown" ,
26- url = "https://github.com/pycasbin /pymongo-adapter" ,
26+ url = "https://github.com/officialpycasbin /pymongo-adapter" ,
2727 keywords = [
2828 "casbin" ,
2929 "pymongo" ,
You can’t perform that action at this time.
0 commit comments