Skip to content

Commit

Permalink
py-flask-cors: Update to 4.0.0.
Browse files Browse the repository at this point in the history
## 4.0.0
* Remove support for Python versions older than 3.8 by @WAKayser in corydolphin/flask-cors#330
* Add GHA tooling by @corydolphin in corydolphin/flask-cors#331

## 3.1.01
* Include examples to specify that schema and port must be included in … by @YPCrumble in corydolphin/flask-cors#294
* two small changes to the documentation, based on issue #290 by @bbbart in corydolphin/flask-cors#291
* Fix typo by @sunarch in corydolphin/flask-cors#304
* FIX: typo in CSRF by @sattamjh in corydolphin/flask-cors#315
* Test against recent Python versions by @pylipp in corydolphin/flask-cors#314
* Correct spelling mistakes by @EdwardBetts in corydolphin/flask-cors#311
* 'Access-Control-Allow-Private-Network = true' header for http response by @chelo-kjml in corydolphin/flask-cors#318
* docs: Fix a few typos by @timgates42 in corydolphin/flask-cors#323
* [Docs] Fix typo in configuration documentation by @sachit-shroff in corydolphin/flask-cors#316
  • Loading branch information
kleink committed Sep 6, 2023
1 parent e38a9c0 commit 172b79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions www/py-flask-cors/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2022/04/29 11:56:45 wiz Exp $
# $NetBSD: Makefile,v 1.8 2023/09/06 07:27:56 kleink Exp $

DISTNAME= Flask-Cors-3.0.10
DISTNAME= Flask-Cors-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-CORS/}

Expand All @@ -12,7 +11,6 @@ COMMENT= Flask extension for handling Cross Origin Resource Sharing (CORS)
LICENSE= modified-bsd

DEPENDS+= ${PYPKGPREFIX}-flask>=0.9:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging

Expand Down
8 changes: 4 additions & 4 deletions www/py-flask-cors/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2021/10/26 11:30:38 nia Exp $
$NetBSD: distinfo,v 1.7 2023/09/06 07:27:56 kleink Exp $

BLAKE2s (Flask-Cors-3.0.10.tar.gz) = 510951ce14560def639a1d94e606277c8b9465fc1dc622a44d8c337a12742945
SHA512 (Flask-Cors-3.0.10.tar.gz) = 5a44f30936c34901e99060b19860e63835f6621311beecdeb23181bcf1ee99034e751cce29163cb7dd1abdccacc4ae34e491055d6fe7b995a0e635e1520ba6e9
Size (Flask-Cors-3.0.10.tar.gz) = 30867 bytes
BLAKE2s (Flask-Cors-4.0.0.tar.gz) = 3b6a21a9daa93746a65e34d7b9b122116b098457f12fdaee6bc7cf17223d832f
SHA512 (Flask-Cors-4.0.0.tar.gz) = 27849efd56b52c126ab287d5adae03f47435e86f9f3806fc7746658bd3c88bdcbaccef3f3ea1d5497962950dae4e22635b119c64c10b3f9e497c0820e21329f9
Size (Flask-Cors-4.0.0.tar.gz) = 29934 bytes

0 comments on commit 172b79f

Please sign in to comment.