From e809e50c88c8732cad5d5b3366285483db9a390a Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 27 Aug 2023 10:34:55 +0200 Subject: [PATCH] python3-pluggy: 1.2.0 -> 1.3.0 --- python3-pluggy/.footprint | 13 +++++++------ python3-pluggy/.signature | 8 ++++---- python3-pluggy/Pkgfile | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/python3-pluggy/.footprint b/python3-pluggy/.footprint index fac460a6a..b789b699f 100644 --- a/python3-pluggy/.footprint +++ b/python3-pluggy/.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/pluggy-1.2.0-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.2.0-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.2.0-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.2.0-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.2.0-py3.10.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.2.0-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/pluggy-1.3.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.3.0-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.3.0-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.3.0-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.3.0-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy-1.3.0-py3.10.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/pluggy/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy/__init__.py drwxr-xr-x root/root usr/lib/python3.10/site-packages/pluggy/__pycache__/ @@ -31,3 +31,4 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/pluggy/__pycache__/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy/_result.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy/_tracing.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy/_version.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/pluggy/py.typed (EMPTY) diff --git a/python3-pluggy/.signature b/python3-pluggy/.signature index 7abdf39eb..169765ba7 100644 --- a/python3-pluggy/.signature +++ b/python3-pluggy/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34lytW2B7xCtPz4kjGpmvmIGFnjyX0Yeby3o4w7C+mc/m4dAfXV02EW8nFkyLjm2lJHE2xLd4LsPQBV9Rp9R3AE= -SHA256 (Pkgfile) = d34908ad09be96d07416be4430c826eddd2ec8ce882cb295b9bf8dd41c76b0c7 -SHA256 (.footprint) = 481610c54927bf15080501672e73d1fe500bc47e19901c3c7daaf6766ba53991 -SHA256 (pluggy-1.2.0.tar.gz) = d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3 +RWSagIOpLGJF30qpbSdyKB+j94GmUlJTuEp5Jp/y3xjahiA6sfWGz9NTX+l5oEYv3KlXNSxW26jaLlZdhQcGhNC6xVFiV9BudgA= +SHA256 (Pkgfile) = 063d210f4c2a2066c4be0673ee870ea6aaed3eaae71e43010f745b96cd07371a +SHA256 (.footprint) = f3f06d27a908b4618df04bfa23dc2fc59231d142326d5c2be90ea6df8e85bd51 +SHA256 (pluggy-1.3.0.tar.gz) = cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 diff --git a/python3-pluggy/Pkgfile b/python3-pluggy/Pkgfile index e71fe3428..dc17e5c49 100644 --- a/python3-pluggy/Pkgfile +++ b/python3-pluggy/Pkgfile @@ -1,10 +1,10 @@ # Description: Plugin and hook calling mechanisms for python # URL: https://github.com/pytest-dev/pluggy # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: python3-importlib_metadata python3-setuptools-scm +# Depends on: python3-importlib_metadata name=python3-pluggy -version=1.2.0 +version=1.3.0 release=1 source=(https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-$version.tar.gz)