Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-setuptools
Commits:
e6f66efd by Felix Yan at 2023-12-05T12:45:20+02:00
upgpkg: 1:68.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-setuptools
pkgdesc = Easily download, build, install, upgrade, and uninstall
Python packages
- pkgver = 68.2.0
+ pkgver = 68.2.1
pkgrel = 1
epoch = 1
url = https://pypi.org/project/setuptools/
@@ -9,7 +9,6 @@ pkgbase = python-setuptools
checkdepends = python-jaraco.envs
checkdepends = python-jaraco.path
checkdepends = python-pip
- checkdepends = python-pip-run
checkdepends = python-pytest-fixture-config
checkdepends = python-pytest-virtualenv
checkdepends = python-wheel
@@ -31,7 +30,7 @@ pkgbase = python-setuptools
depends = python-validate-pyproject
provides = python-distribute
replaces = python-distribute
- source =
git+https://github.com/pypa/setuptools.git#commit=c95ddc47a4b63488fdb003528bc6dbece85be1e2
+ source =
git+https://github.com/pypa/setuptools.git#commit=0120605db966af66207d996b82320ee676fabbf1
source = system-validate-pyproject.patch
source = add-dependency.patch
source = build-no-isolation.patch
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Eli Schwartz <[email protected]>
pkgname=python-setuptools
-pkgver=68.2.0
-_commit=c95ddc47a4b63488fdb003528bc6dbece85be1e2
+pkgver=68.2.1
+_commit=0120605db966af66207d996b82320ee676fabbf1
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python
packages"
@@ -14,10 +14,10 @@ url="https://pypi.org/project/setuptools/"
depends=('python-jaraco.text' 'python-more-itertools' 'python-ordered-set'
'python-packaging'
'python-platformdirs' 'python-tomli' 'python-validate-pyproject')
makedepends=('git' 'python-setuptools')
-checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-pip'
'python-pip-run'
- 'python-pytest-fixture-config' 'python-pytest-virtualenv'
'python-wheel'
- 'python-pytest-enabler' 'python-pytest-mypy'
'python-pytest-timeout' 'python-sphinx'
- 'python-build' 'python-ini2toml' 'python-tomli-w')
+checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-pip'
'python-pytest-fixture-config'
+ 'python-pytest-virtualenv' 'python-wheel'
'python-pytest-enabler' 'python-pytest-mypy'
+ 'python-pytest-timeout' 'python-sphinx' 'python-build'
'python-ini2toml'
+ 'python-tomli-w')
provides=('python-distribute')
replaces=('python-distribute')
source=("git+https://github.com/pypa/setuptools.git#commit=$_commit"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools/-/commit/e6f66efd6757bca5e8e1896cfbdadef6e93a94ff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools/-/commit/e6f66efd6757bca5e8e1896cfbdadef6e93a94ff
You're receiving this email because of your account on gitlab.archlinux.org.