diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-25 17:00:50 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-25 17:00:50 +0800 |
commit | f6a192bd8e0e6fae8c03bee51a0a45d6764caa19 (patch) | |
tree | 9fe461b42a2532020c6bfb48a21b4c7cbfd4d285 /security/py-authlib/files | |
parent | security/py-asyncssh: Update to 2.14.2 (diff) |
security/py-authlib: Update to 1.3.0
Changes: https://github.com/lepture/authlib/releases
Diffstat (limited to 'security/py-authlib/files')
-rw-r--r-- | security/py-authlib/files/patch-pyproject.toml | 9 | ||||
-rw-r--r-- | security/py-authlib/files/patch-setup.py | 11 |
2 files changed, 9 insertions, 11 deletions
diff --git a/security/py-authlib/files/patch-pyproject.toml b/security/py-authlib/files/patch-pyproject.toml new file mode 100644 index 000000000000..df9d90735960 --- /dev/null +++ b/security/py-authlib/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2023-12-17 23:46:24 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [project] +-name = "Authlib" ++name = "authlib" + description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients." + authors = [{name = "Hsiaoming Yang", email="me@lepture.com"}] + dependencies = [ diff --git a/security/py-authlib/files/patch-setup.py b/security/py-authlib/files/patch-setup.py deleted file mode 100644 index 42d579d55057..000000000000 --- a/security/py-authlib/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2022-12-06 07:30:31 UTC -+++ setup.py -@@ -3,7 +3,7 @@ from setuptools import setup - # Metadata goes in setup.cfg. These are here for GitHub's dependency graph. - - setup( -- name="Authlib", -+ name="authlib", - install_requires=[ - "cryptography>=3.2", - ], |