Sat, 08 Jun 2024 19:25:31 UTC | login

Information for build python-fspath-20230629-2.fc39

ID254742
Package Namepython-fspath
Version20230629
Release2.fc39
Epoch
SummaryHandling path names and executables more comfortable
DescriptionAfter 10 years juggling with os.path, zipfile & Co. I thought it is time to bring back more pythonic to APIs. It is made with the philosophy that API's should be intuitive and their defaults should at least cover 80% of what programmer daily needs. Started with the semantic file system pathes, it grows continuous and includes more and more handy stuff for the daily python scripting.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Oct 2023 10:42:11 UTC
CompletedFri, 20 Oct 2023 10:42:11 UTC
Tags
f40
RPMs
src
python-fspath-20230629-2.fc39.src.rpm (info) (download)
noarch
python3-fspath-20230629-2.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20230629-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 29 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20230629-1 - Update to 20230629 - Drop BR on python3-zombie-imp, no longer required * Wed Jun 28 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20230218-5 - fix(py3.12): use python3-zombie-imp to fix build * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 20230218-4 - Rebuilt for Python 3.12 * Mon Mar 20 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20230218-3 - feat: check in sources (fixes rhbz#2165669) * Mon Mar 20 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20230218-2 - update as per review - add readme - use latest pypi release - update tests * Mon Mar 20 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20230218-1 - fix: update as per review comments - use latest version - update license to new license - replace non-ascii character * Mon Mar 20 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20190323-3 - chore: add note about license change * Mon Mar 20 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20190323-2 - feat: ready for review * Mon Mar 20 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 20190323-1 - init