security/py-authlib: Update to 1.3.0

Changes:	https://github.com/lepture/authlib/releases
This commit is contained in:
Po-Chuan Hsieh 2023-12-25 17:00:50 +08:00
parent 023c9e1d0a
commit f6a192bd8e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 13 additions and 16 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= authlib
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTVERSION= 1.3.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688166312
SHA256 (Authlib-1.2.1.tar.gz) = 421f7c6b468d907ca2d9afede256f068f87e34d23dd221c07d13d4c234726afb
SIZE (Authlib-1.2.1.tar.gz) = 140416
TIMESTAMP = 1703227920
SHA256 (Authlib-1.3.0.tar.gz) = 959ea62a5b7b5123c5059758296122b57cd2585ae2ed1c0622c21b371ffdae06
SIZE (Authlib-1.3.0.tar.gz) = 145865

View File

@ -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 = [

View File

@ -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",
],