From dcee2ecb33513078f4ec0d0095831f60f493bf3d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 16 Feb 2026 14:42:54 +0400 Subject: [PATCH] fasteners-0.20 --- .../python3/python3-fasteners/actions.py | 8 +- .../python3/python3-fasteners/pspec.xml | 88 ++++++++++--------- 2 files changed, 53 insertions(+), 43 deletions(-) diff --git a/programming/language/python3/python3-fasteners/actions.py b/programming/language/python3/python3-fasteners/actions.py index a0a8322dfb..adf368867c 100644 --- a/programming/language/python3/python3-fasteners/actions.py +++ b/programming/language/python3/python3-fasteners/actions.py @@ -4,10 +4,12 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import python3modules +from pisi.actionsapi import python3modules, pisitools def build(): - python3modules.compile() + python3modules.compile() def install(): - python3modules.install() + python3modules.install() + + pisitools.dodoc("LICENSE") diff --git a/programming/language/python3/python3-fasteners/pspec.xml b/programming/language/python3/python3-fasteners/pspec.xml index b7da6b6d35..5597e30050 100644 --- a/programming/language/python3/python3-fasteners/pspec.xml +++ b/programming/language/python3/python3-fasteners/pspec.xml @@ -1,46 +1,54 @@ - - python3-fasteners - https://github.com/harlowja/fasteners - - PisiLinux Community - admin@pisilinux.org - - Apache2.0 - programming.language.python3 - A python package that provides useful locks. - Cross-platform locks for threads and processes. - https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.19.tar.gz - - python3-wheel - python3-build - python3-installer - python3-setuptools - - - - - + + python3-fasteners + https://github.com/harlowja/fasteners + + PisiLinux Community + admin@pisilinux.org + + Apache2.0 + programming.language.python3 + A python package that provides useful locks. + Cross-platform locks for threads and processes. + https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.20.tar.gz + + python3-wheel + python3-build + python3-installer + python3-setuptools + + + + + - - python3-fasteners - - python3 - - - /usr/lib - /usr/share - - + + python3-fasteners + + python3 + + + /usr/lib + /usr/share + + - - - 2024-11-25 - 0.19 - fury - uglyside@yandex.ru - - + + + 2026-02-15 + 0.20 + Version bump. + PisiLinux Community + admin@pisilinux.org + + + 2024-11-25 + 0.19 + First release. + fury + uglyside@yandex.ru + +