git » python-platformdirs.git » commit 717ce5b

upgpkg: 3.11.0-1

author George Rawlinson
2023-10-13 06:36:08 UTC
committer George Rawlinson
2023-10-13 06:36:08 UTC
parent a25c21d16cd12451ab94665c058e18d420e0900e

upgpkg: 3.11.0-1

* New upstream release.

.SRCINFO +21 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..03c6699
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = python-platformdirs
+	pkgdesc = A library to determine platform-specific system directories
+	pkgver = 3.11.0
+	pkgrel = 1
+	url = https://github.com/platformdirs/platformdirs
+	arch = any
+	license = MIT
+	checkdepends = python-pytest
+	checkdepends = python-pytest-mock
+	checkdepends = python-appdirs
+	makedepends = git
+	makedepends = python-build
+	makedepends = python-installer
+	makedepends = python-hatchling
+	makedepends = python-hatch-vcs
+	depends = python
+	depends = python-typing_extensions
+	source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#commit=682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b
+	b2sums = SKIP
+
+pkgname = python-platformdirs
diff --git a/PKGBUILD b/PKGBUILD
index 7622595..b441fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=3.10.0
+pkgver=3.11.0
 pkgrel=1
 pkgdesc='A library to determine platform-specific system directories'
 arch=('any')
@@ -22,7 +22,7 @@ checkdepends=(
   'python-pytest-mock'
   'python-appdirs'
 )
-_commit='7035de4344d2ae4e55774c4bdec838f0a59a03fd'
+_commit='682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')