Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-crate
Commits:
ecea8485 by Caleb Maclennan at 2024-12-11T11:46:15+03:00
upgpkg: 1.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-crate
pkgdesc = A Python client library for CrateDB
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/crate/crate-python
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -12,7 +12,7 @@ pkgbase = python-crate
depends = python
depends = python-urllib3
optdepends = python-sqlalchemy
- source =
https://files.pythonhosted.org/packages/source/c/crate/crate-1.0.0.tar.gz
- sha256sums =
b95214834df8612fe0833cd67d7a0c414cbabd1d516110841b2586e874858028
+ source =
https://files.pythonhosted.org/packages/source/c/crate/crate-1.0.1.tar.gz
+ sha256sums =
943326ec591d4a0bf237483199964777d59b4973d951e8a5d7933358edeeca7b
pkgname = python-crate
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
_pyname=crate
pkgname=python-$_pyname
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc='A Python client library for CrateDB'
arch=(any)
url="https://github.com/crate/crate-python"
-license=(Apache)
+license=(Apache-2.0)
depends=(python
python-urllib3)
makedepends=(python-{build,installer,wheel}
@@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel}
optdepends=(python-sqlalchemy)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('b95214834df8612fe0833cd67d7a0c414cbabd1d516110841b2586e874858028')
+sha256sums=('943326ec591d4a0bf237483199964777d59b4973d951e8a5d7933358edeeca7b')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crate/-/commit/ecea84853dec332389e5a7197f57e4fbb095ec85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crate/-/commit/ecea84853dec332389e5a7197f57e4fbb095ec85
You're receiving this email because of your account on gitlab.archlinux.org.