git » python-platformdirs.git » commit cae24c4

Update to 3.0.0

author Antonio Rojas
2023-02-21 08:02:10 UTC
committer Antonio Rojas
2023-02-21 08:02:10 UTC
parent 6dd3be9f7c4895d4ff4d6ad77744c7f4a2633950

Update to 3.0.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 826cff1..56ebe9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=2.6.2
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"'
 arch=('any')
@@ -10,9 +10,9 @@ url="https://github.com/platformdirs/platformdirs"
 license=('MIT')
 depends=('python-typing_extensions')
 makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs')
-checkdepends=('python-pytest-mock')
+checkdepends=('python-pytest-mock' 'python-appdirs')
 source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")
-sha512sums=('17ee79bf10eaddb4456b938d9058e6cfa4e959485868ba975ec27d0a16bdf895e03dfa8ab6275342a688cf0290f0b43e7c4b35cf2884e3c8f2472700bd8ea965')
+sha512sums=('8d21d314377fca8773a78261634ff24e3be668a2ad640f8abd16c5913873d977e04f76df943f4abc52a31d977daf79c1bbf80bc45fd12ad5e0258a27a1915059')
 
 build() {
   cd platformdirs-$pkgver