Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pooch


Commits:
0bb6a16f by Antonio Rojas at 2024-02-20T17:19:43+01:00
upgpkg: 1.8.1-1: Update to 1.8.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = python-pooch
        pkgdesc = Python library for fetching and caching data files
-       pkgver = 1.8.0
+       pkgver = 1.8.1
        pkgrel = 1
        url = https://www.fatiando.org/pooch/latest/
        arch = any
-       license = BSD
+       license = LicenseRef-pooch
        checkdepends = python-pytest
        checkdepends = python-pytest-httpserver
        makedepends = python-build
@@ -17,7 +17,7 @@ pkgbase = python-pooch
        depends = python-requests
        optdepends = python-paramiko: for SFTP downloads
        optdepends = python-tqdm: for printing a download progress bar
-       source = 
https://pypi.python.org/packages/source/p/pooch/pooch-1.8.0.tar.gz
-       sha256sums = 
f59981fd5b9b5d032dcde8f4a11eaa492c2ac6343fae3596a2fdae35fc54b0a0
+       source = 
https://pypi.python.org/packages/source/p/pooch/pooch-1.8.1.tar.gz
+       sha256sums = 
27ef63097dd9a6e4f9d2694f5cfbf2f0a5defa44fccafec08d601e731d746270
 
 pkgname = python-pooch


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=python-pooch
 _pyname=pooch
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Python library for fetching and caching data files'
 arch=(any)
 url='https://www.fatiando.org/pooch/latest/'
-license=(BSD)
+license=(LicenseRef-pooch)
 depends=(python
          python-packaging
          python-platformdirs
@@ -23,7 +23,7 @@ makedepends=(python-build
 checkdepends=(python-pytest
               python-pytest-httpserver)
 
source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('f59981fd5b9b5d032dcde8f4a11eaa492c2ac6343fae3596a2fdae35fc54b0a0')
+sha256sums=('27ef63097dd9a6e4f9d2694f5cfbf2f0a5defa44fccafec08d601e731d746270')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pooch/-/commit/0bb6a16f36679f94f95234c89a4061724c70faa5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pooch/-/commit/0bb6a16f36679f94f95234c89a4061724c70faa5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to