From b9905b63bcb1e8a3262ba9e7c9d9d82e20834237 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 28 Oct 2023 18:56:21 +0300 Subject: [PATCH] python3-pluggy-1.3.0 --- programming/language/python3/python3-pluggy/actions.py | 4 ++-- programming/language/python3/python3-pluggy/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/python3-pluggy/actions.py b/programming/language/python3/python3-pluggy/actions.py index b1c1802fdc..341f58e98f 100644 --- a/programming/language/python3/python3-pluggy/actions.py +++ b/programming/language/python3/python3-pluggy/actions.py @@ -7,10 +7,10 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","0.13.1") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.0") def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-pluggy/pspec.xml b/programming/language/python3/python3-pluggy/pspec.xml index b54ce7e391..cc27e81f06 100644 --- a/programming/language/python3/python3-pluggy/pspec.xml +++ b/programming/language/python3/python3-pluggy/pspec.xml @@ -13,7 +13,7 @@ library A minimalist production ready plugin system pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. - https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz + https://github.com/pytest-dev/pluggy/archive/1.3.0.tar.gz pip3 python3-setuptools-scm @@ -36,6 +36,13 @@ + + 2023-10-28 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-16 0.13.1