Sun, 08 Mar 2026 08:48:09 CST | login

Information for build python-decorator-5.1.1-7.oc9

ID34455
Package Namepython-decorator
Version5.1.1
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-decorator.git?.#198bdd4541835cf4332c22c80c73c7761a6e28df
SummaryMore easier to define signature-preserving function decorators and decorator factories.
DescriptionThe aim of the decorator module it to simplify the usage of decorators for the average programmer, and to popularize decorators by showing various non-trivial examples. Of course, as all techniques, decorators can be abused (I have seen that) and you should not try to solve every problem with a decorator, just because you can. Technically speaking, any Python object which can be called with one argument can be used as a decorator. However, this definition is somewhat too large to be really useful. It is more convenient to split the generic class of decorators in two subclasses: 1.signature-preserving decorators, callable objects which accept a function as input and return a function as output, with the same signature 2.signature-changing decorators, i.e. decorators which change the signature of their input function, or decorators that return non-callable objects
Built bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 06:11:38 CST
CompletedWed, 23 Apr 2025 06:14:45 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-decorator.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-decorator.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
python-decorator-5.1.1-7.oc9.src.rpm (info) (download)
noarch
python3-decorator-5.1.1-7.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.1-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.1-6 - Rebuilt for loongarch release * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.1-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.1-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.1-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.1-2 - Rebuilt for OpenCloudOS Stream 23 * Sun May 29 2022 blancheqli <blancheqli@tencent.com> - 5.1.1-1 - Initial build.