Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
codespell


Commits:
4c781b9e by Robin Candau at 2023-10-03T10:19:05+02:00
upgpkg: 2.2.6-1: New upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = codespell
+       pkgdesc = check code for common misspellings
+       pkgver = 2.2.6
+       pkgrel = 1
+       url = https://github.com/codespell-project/codespell
+       arch = any
+       license = GPL2
+       checkdepends = python-pytest-cov
+       checkdepends = python-pytest-dependency
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       makedepends = python-setuptools-scm
+       depends = python-chardet
+       source = 
https://pypi.io/packages/source/c/codespell/codespell-2.2.6.tar.gz
+       source = remove-check-test_command.patch
+       sha256sums = 
a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
+       sha256sums = 
17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833
+
+pkgname = codespell


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=codespell
-pkgver=2.2.5
-pkgrel=2
+pkgver=2.2.6
+pkgrel=1
 pkgdesc='check code for common misspellings'
 arch=('any')
 url='https://github.com/codespell-project/codespell'
@@ -13,7 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools
 checkdepends=('python-pytest-cov' 'python-pytest-dependency')
 
source=("https://pypi.io/packages/source/c/codespell/${pkgname}-${pkgver}.tar.gz";
        "remove-check-test_command.patch")
-sha256sums=('6d9faddf6eedb692bf80c9a94ec13ab4f5fb585aabae5f3750727148d7b5be56'
+sha256sums=('a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9'
             '17a5390c0123480c794d293e0a6b95a9f941ea9d5d9168649746dd55faf0b833')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/4c781b9eaa36acede3344603a15af28ca2f9de40

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/codespell/-/commit/4c781b9eaa36acede3344603a15af28ca2f9de40
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to