pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-cors



Module Name:    pkgsrc
Committed By:   kleink
Date:           Wed Sep  6 07:27:56 UTC 2023

Modified Files:
        pkgsrc/www/py-flask-cors: Makefile distinfo

Log Message:
py-flask-cors: Update to 4.0.0.

## 4.0.0
* Remove support for Python versions older than 3.8 by @WAKayser in https://github.com/corydolphin/flask-cors/pull/330
* Add GHA tooling by @corydolphin in https://github.com/corydolphin/flask-cors/pull/331

## 3.1.01
* Include examples to specify that schema and port must be included in … by @YPCrumble in https://github.com/corydolphin/flask-cors/pull/294
* two small changes to the documentation, based on issue #290 by @bbbart in https://github.com/corydolphin/flask-cors/pull/291
* Fix typo by @sunarch in https://github.com/corydolphin/flask-cors/pull/304
* FIX: typo in CSRF by @sattamjh in https://github.com/corydolphin/flask-cors/pull/315
* Test against recent Python versions by @pylipp in https://github.com/corydolphin/flask-cors/pull/314
* Correct spelling mistakes by @EdwardBetts in https://github.com/corydolphin/flask-cors/pull/311
* 'Access-Control-Allow-Private-Network = true' header for http response by @chelo-kjml in https://github.com/corydolphin/flask-cors/pull/318
* docs: Fix a few typos by @timgates42 in https://github.com/corydolphin/flask-cors/pull/323
* [Docs] Fix typo in configuration documentation by @sachit-shroff in https://github.com/corydolphin/flask-cors/pull/316


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-flask-cors/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-flask-cors/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-cors/Makefile
diff -u pkgsrc/www/py-flask-cors/Makefile:1.7 pkgsrc/www/py-flask-cors/Makefile:1.8
--- pkgsrc/www/py-flask-cors/Makefile:1.7       Fri Apr 29 11:56:45 2022
+++ pkgsrc/www/py-flask-cors/Makefile   Wed Sep  6 07:27:56 2023
@@ -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/}
 
@@ -12,7 +11,6 @@ COMMENT=      Flask extension for handling Cr
 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
 

Index: pkgsrc/www/py-flask-cors/distinfo
diff -u pkgsrc/www/py-flask-cors/distinfo:1.6 pkgsrc/www/py-flask-cors/distinfo:1.7
--- pkgsrc/www/py-flask-cors/distinfo:1.6       Tue Oct 26 11:30:38 2021
+++ pkgsrc/www/py-flask-cors/distinfo   Wed Sep  6 07:27:56 2023
@@ -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



Home | Main Index | Thread Index | Old Index