./devel/py-pathlib2, Object-oriented filesystem paths

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.7.1, Package name: py310-pathlib2-2.3.7.1, Maintainer: pkgsrc-users

The goal of pathlib2 is to provide a backport of standard pathlib
module which tracks the standard library module, so all the newest
features of the standard pathlib can be used also on older Python
versions.


Required to run:
[devel/py-setuptools] [lang/py-six] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 206.24 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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) | Package updated
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) | Package updated
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.