Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-crate
Commits:
0c6586dc by Caleb Maclennan at 2024-11-08T17:27:07+03:00
upgpkg: 1.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-crate
pkgdesc = A Python client library for CrateDB
- pkgver = 0.35.2
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/crate/crate-python
arch = any
license = Apache
@@ -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-0.35.2.tar.gz
- sha256sums =
e211800adb0aef586f727f0bf608080fbcd1fae9ad4f0bec901c521c1a4bc8c1
+ source =
https://files.pythonhosted.org/packages/source/c/crate/crate-1.0.0.tar.gz
+ sha256sums =
b95214834df8612fe0833cd67d7a0c414cbabd1d516110841b2586e874858028
pkgname = python-crate
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=crate
pkgname=python-$_pyname
-pkgver=0.35.2
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='A Python client library for CrateDB'
arch=(any)
url="https://github.com/crate/crate-python"
@@ -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=('e211800adb0aef586f727f0bf608080fbcd1fae9ad4f0bec901c521c1a4bc8c1')
+sha256sums=('b95214834df8612fe0833cd67d7a0c414cbabd1d516110841b2586e874858028')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crate/-/commit/0c6586dcccc4cae92c165471a5f18ce9c98276d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crate/-/commit/0c6586dcccc4cae92c165471a5f18ce9c98276d0
You're receiving this email because of your account on gitlab.archlinux.org.