2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2022-05-23 10:31:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pathlib2: updated to 2.3.7.1
Version 2.3.7-post1
Drop minimum required six version for the love of good old pip under Python 2, \
and updated code to be compatible with older six versions. Previous 2.3.7 \
releases were yanked to avoid potential issues.
Version 2.3.7-post0
Set minimum required six version.
|
2022-04-21 12:46:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pathlib2: add missing dependencies for python27
|
2022-02-10 21:54:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pathlib2: updated to 2.3.7
Version 2.3.7
- **This version will be the last release to support Python 2.7.**
- Fix bug in samefile on Windows when file does not exist.
- Add newline parameter for write_text.
- Add many more type annotations.
- Continuous integration migrated to github actions.
- Project migrated to jazzband.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-09 21:49:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pathlib2: updated to 2.3.6
Version 2.3.6
- Fix minor unicode bugs in with_name and with_suffix. Many thanks to
ppentchev for reporting and for providing a fix.
- Fix a few minor bugs.
- Allow unicode file paths on systems that support it
(note: unicode file paths will not work on Windows
due a broken filesystem encoder on Windows on Python 2).
- Remove travis and add github actions for regression testing.
- Fix mypy warnings.
|
2019-10-07 22:30:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pathlib2: updated to 2.3.5
Version 2.3.5
- Fall back to ascii when getfilesystemencoding returns None
|
2019-07-02 12:01:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pathlib2: updated to 2.3.4
Version 2.3.4
- Do not raise windows error when calling resolve on a non-existing
path in Python 2.7, to match behaviour on Python 3.x
- Use the new collections.abc when possible
- Sync with upstream pathlib
|