diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-02 16:25:46 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-02 16:25:46 +0200 |
commit | f11c50c11b2fce1f36189808d37f9e01f524903f (patch) | |
tree | f66a5da4601931510fb10958c7e4d1c566deb223 /python3-packaging | |
parent | c370b8a266b52b503585bb0a56402aca9e072357 (diff) | |
parent | e33b3a53c4fbda496289bead5e091dce99fb2bf2 (diff) | |
download | opt-f11c50c11b2fce1f36189808d37f9e01f524903f.tar.gz opt-f11c50c11b2fce1f36189808d37f9e01f524903f.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-packaging')
-rw-r--r-- | python3-packaging/.footprint | 12 | ||||
-rw-r--r-- | python3-packaging/.signature | 8 | ||||
-rw-r--r-- | python3-packaging/Pkgfile | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/python3-packaging/.footprint b/python3-packaging/.footprint index 120d8c4bc..5d18a8306 100644 --- a/python3-packaging/.footprint +++ b/python3-packaging/.footprint @@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/packaging-21.2-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.2-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.2-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.2-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.2-py3.10.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.2-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging-21.3-py3.10.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/packaging/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging/__about__.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/packaging/__init__.py diff --git a/python3-packaging/.signature b/python3-packaging/.signature index f67ff5d29..e29ae3459 100644 --- a/python3-packaging/.signature +++ b/python3-packaging/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eL0afvgMQYrWMwn+jmUB302f++2LhSNhIAfBhnW7bsDc0ihRWTeNCPxF4GG5CBx0V3yNSl6B571sWH/+cUNJgE= -SHA256 (Pkgfile) = 95e1ac1a9a4ac842747130b028034a10beb0c87214d579ff67b73278d8298f1d -SHA256 (.footprint) = 38cda841e8a5106251c1a0f025b78a3e5465c7efdc75971a0858b12a7a38bf38 -SHA256 (packaging-21.2.tar.gz) = 096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966 +RWSE3ohX2g5d/SKykCBULOLIwWEhibXTvL2o0bDh/V8DZvpj9lTOZNlQ4ZxTX6gfM1HwVrgTZRJ+zKHuD4D8yZrpWTetzw0gvwQ= +SHA256 (Pkgfile) = b865a5545255c7aab95328484e540b36d726d23457e23d4048aa2bdde37484a0 +SHA256 (.footprint) = 93ad42973de180c6d870893a96dfce047fbd3d17df9fc8f6e4c7e81dece4620e +SHA256 (packaging-21.3.tar.gz) = dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb diff --git a/python3-packaging/Pkgfile b/python3-packaging/Pkgfile index 53ff96ae2..5e036705b 100644 --- a/python3-packaging/Pkgfile +++ b/python3-packaging/Pkgfile @@ -4,8 +4,8 @@ # Depends on: python3-pyparsing python3-six name=python3-packaging -version=21.2 -release=2 +version=21.3 +release=1 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { |