Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-charset-normalizer
Commits:
99a4ee81 by Maxime Gauduin at 2023-10-09T23:22:30+02:00
upgpkg: 3.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-charset-normalizer
pkgdesc = Encoding and language detection alternative to chardet
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/ousret/charset_normalizer
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-charset-normalizer
makedepends = git
makedepends = python-setuptools
depends = python
- source =
git+https://github.com/Ousret/charset_normalizer.git#tag=0424c805c968d81f90281bf1ea0c7a1cd15b0281
+ source =
git+https://github.com/Ousret/charset_normalizer.git#tag=165211a4edb601b5ff302157b967365ecd2a5858
b2sums = SKIP
pkgname = python-charset-normalizer
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Dimitris Kiziridis <[email protected]>
pkgname=python-charset-normalizer
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc='Encoding and language detection alternative to chardet'
arch=(any)
@@ -19,7 +19,7 @@ checkdepends=(
python-pytest
python-pytest-cov
)
-_tag=0424c805c968d81f90281bf1ea0c7a1cd15b0281
+_tag=165211a4edb601b5ff302157b967365ecd2a5858
source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-charset-normalizer/-/commit/99a4ee81374f1c37acef6e2c78a41176fc0f9bcd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-charset-normalizer/-/commit/99a4ee81374f1c37acef6e2c78a41176fc0f9bcd
You're receiving this email because of your account on gitlab.archlinux.org.