David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-flit-core
Commits:
51ef058d by David Runge at 2025-02-19T13:03:33+01:00
upgpkg: 3.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-flit-core
pkgdesc = A PEP 517 build backend for packages using Flit
- pkgver = 3.10.1
- pkgrel = 3
+ pkgver = 3.11.0
+ pkgrel = 1
url = https://github.com/pypa/flit/tree/main/flit_core
arch = any
groups = python-build-backend
@@ -11,8 +11,8 @@ pkgbase = python-flit-core
makedepends = python-build
makedepends = python-installer
depends = python
- source =
flit-3.10.1.tar.gz::https://github.com/pypa/flit/archive/refs/tags/3.10.1.tar.gz
- sha512sums =
51f797f480102fe89cd69f3fbd91c614b2390a37659c589622f2c7938cc64bc223f710e07365766159b6833d7afdafef4461a92667b6e3ae786df5137a877ee1
- b2sums =
c69769b27da424c361a419a69ed21587bc11b8c256450f4546dd49015894995286edb7bfd18105de15af1ce1cc8d427746bd258aa08f3b64a2192ae3a1863ee0
+ source =
flit-3.11.0.tar.gz::https://github.com/pypa/flit/archive/refs/tags/3.11.0.tar.gz
+ sha512sums =
99ebec876ee9607b4fc8803719a5e62716bd48df3d2704f4d8cf99504421ec5068c4c59947a1b6f2d1e7e2a714e39e50b30385e04bb14c52c271e1dcadd8b6b5
+ b2sums =
84a2d173ffb73a8272a8911ef200705665af64b05c427b72b1734e3e5c1b66059b54c3788ba36ad37565ccad1c0bae3c3dbbc95fca4523e3877388336d81ca6b
pkgname = python-flit-core
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@ _bootstrap_version=3.13.0
_parent_name=flit
_name=flit_core
pkgname=python-flit-core
-pkgver=3.10.1
-pkgrel=3
+pkgver=3.11.0
+pkgrel=1
pkgdesc="A PEP 517 build backend for packages using Flit"
arch=(any)
url="https://github.com/pypa/flit/tree/main/flit_core"
@@ -42,8 +42,8 @@ else
python-setuptools::git+https://github.com/pypa/setuptools.git
)
fi
-sha512sums=('51f797f480102fe89cd69f3fbd91c614b2390a37659c589622f2c7938cc64bc223f710e07365766159b6833d7afdafef4461a92667b6e3ae786df5137a877ee1')
-b2sums=('c69769b27da424c361a419a69ed21587bc11b8c256450f4546dd49015894995286edb7bfd18105de15af1ce1cc8d427746bd258aa08f3b64a2192ae3a1863ee0')
+sha512sums=('99ebec876ee9607b4fc8803719a5e62716bd48df3d2704f4d8cf99504421ec5068c4c59947a1b6f2d1e7e2a714e39e50b30385e04bb14c52c271e1dcadd8b6b5')
+b2sums=('84a2d173ffb73a8272a8911ef200705665af64b05c427b72b1734e3e5c1b66059b54c3788ba36ad37565ccad1c0bae3c3dbbc95fca4523e3877388336d81ca6b')
prepare() {
if (( _bootstrap == 0 )); then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flit-core/-/commit/51ef058d1a9675c2df8ebaa5c292ff30e427cdeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flit-core/-/commit/51ef058d1a9675c2df8ebaa5c292ff30e427cdeb
You're receiving this email because of your account on gitlab.archlinux.org.