Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-flask-cors


Commits:
2b646277 by Chih-Hsuan Yen at 2024-05-11T21:23:30+08:00
upgpkg: 4.0.1-1; fixes CVE-2024-1681

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-flask-cors
        pkgdesc = A Flask extension adding a decorator for CORS support
-       pkgver = 4.0.0
-       pkgrel = 2
+       pkgver = 4.0.1
+       pkgrel = 1
        url = https://pypi.org/project/Flask-Cors
        arch = any
        license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-flask-cors
        depends = python
        depends = python-flask
        depends = python-werkzeug
-       source = git+https://github.com/corydolphin/flask-cors.git#tag=4.0.0
-       sha256sums = 
a852ef4d8c1183fb6972b689b260ca01d397a60784e6a086d1079eb051379aad
+       source = git+https://github.com/corydolphin/flask-cors.git#tag=4.0.1
+       sha256sums = 
bfab47e211d1a0fb13c749b48a9275c4c758be7288707829f3ff317b96d2e2d0
 
 pkgname = python-flask-cors


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Maintainer: Johannes Löthberg <johan...@kyriasis.com>
 
 pkgname=python-flask-cors
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 
 pkgdesc='A Flask extension adding a decorator for CORS support'
 url='https://pypi.org/project/Flask-Cors'
@@ -15,7 +15,7 @@ makedepends=('git' 'python-build' 'python-installer' 
'python-wheel' 'python-setu
 
 source=("git+https://github.com/corydolphin/flask-cors.git#tag=$pkgver";)
 
-sha256sums=('a852ef4d8c1183fb6972b689b260ca01d397a60784e6a086d1079eb051379aad')
+sha256sums=('bfab47e211d1a0fb13c749b48a9275c4c758be7288707829f3ff317b96d2e2d0')
 
 build() {
        cd flask-cors



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-cors/-/commit/2b646277caa6e1e5c6aa717bbf7c904794bfcad9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-cors/-/commit/2b646277caa6e1e5c6aa717bbf7c904794bfcad9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to