Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
python-dotenv
Commits:
0cdf22ef by Lukas Fleischer at 2026-03-02T18:39:13-05:00
upgpkg: 1.2.2-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dotenv
pkgdesc = Get and set values in your .env file in local and production
servers
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://github.com/theskumar/python-dotenv/
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-dotenv
makedepends = python-wheel
depends = python-click
optdepends = ipython: ipython support
- source =
python-dotenv-1.2.1.tar.gz::https://github.com/theskumar/python-dotenv/archive/v1.2.1.tar.gz
- b2sums =
a9109c1a2d5376502732aea45b28ff864b50fcc17d2b6083535ab7e96a6176f35a15cde0725bd58496d9e4f5899c0638184c4e2a7dc6cedf0240b2cc0074a20e
+ source =
python-dotenv-1.2.2.tar.gz::https://github.com/theskumar/python-dotenv/archive/v1.2.2.tar.gz
+ b2sums =
7ea3718d11a2f799ea5014dbbc11436de61eeb2422e70f3cf5b62dd81090e25374faf7ac24979d6c13c43635462b31cef36470aba6fb54d374036b85482cbf5c
pkgname = python-dotenv
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: David Runge <[email protected]>
pkgname=python-dotenv
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
pkgdesc="Get and set values in your .env file in local and production servers"
arch=('any')
url="https://github.com/theskumar/python-dotenv/"
@@ -13,7 +13,7 @@ depends=('python-click')
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
optdepends=('ipython: ipython support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz")
-b2sums=('a9109c1a2d5376502732aea45b28ff864b50fcc17d2b6083535ab7e96a6176f35a15cde0725bd58496d9e4f5899c0638184c4e2a7dc6cedf0240b2cc0074a20e')
+b2sums=('7ea3718d11a2f799ea5014dbbc11436de61eeb2422e70f3cf5b62dd81090e25374faf7ac24979d6c13c43635462b31cef36470aba6fb54d374036b85482cbf5c')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dotenv/-/commit/0cdf22efff0b11bffb6e6c79c4b6b8df7d1408d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dotenv/-/commit/0cdf22efff0b11bffb6e6c79c4b6b8df7d1408d2
You're receiving this email because of your account on gitlab.archlinux.org.