Thu, 03 Oct 2024 08:56:38 UTC | login

Information for build python-apipkg-3.0.2-1.fc40

ID262059
Package Namepython-apipkg
Version3.0.2
Release1.fc40
Epoch
SummaryA Python namespace control and lazy-import mechanism
DescriptionWith apipkg you can control the exported namespace of a Python package and greatly reduce the number of imports for your users. It is a small pure Python module that works on CPython 2.7 and 3.4+, Jython and PyPy. It cooperates well with Python's help() system, custom importers (PEP302) and common command-line completion tools.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 06 Nov 2023 15:27:54 UTC
CompletedMon, 06 Nov 2023 15:27:54 UTC
Tags
f40
RPMs
src
python-apipkg-3.0.2-1.fc40.src.rpm (info) (download)
noarch
python3-apipkg-3.0.2-1.fc40.noarch.rpm (info) (download)
Changelog * Sat Nov 04 2023 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.2-1 - Update 3.0.2. * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 3.0.1-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.0.1-2 - Rebuilt for Python 3.11 * Wed Jun 08 2022 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.1-1 - Update to 3.0.1. * Sat May 28 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-1 - Update to 2.1.1. * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 18 2022 Miro HronĨok <mhroncok@redhat.com> - 2.1.0-2 - Run tests in %check * Fri Dec 24 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-1 - Update to 2.1.0. - Use new Python packaging guidelines.