mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
security/py-authlib: Update to 1.3.0
Changes: https://github.com/lepture/authlib/releases
This commit is contained in:
parent
023c9e1d0a
commit
f6a192bd8e
@ -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}
|
||||
|
@ -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
|
||||
|
9
security/py-authlib/files/patch-pyproject.toml
Normal file
9
security/py-authlib/files/patch-pyproject.toml
Normal 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 = [
|
@ -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",
|
||||
],
|
Loading…
x
Reference in New Issue
Block a user