2025-01-07 12:46:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xattr: updated to 1.1.4
Version 1.1.4 released 2025-01-06
* Update GitHub actions to support upload-artifact@v4 (with the side-effect of
building wheels for Python v3.13)
https://github.com/xattr/xattr/issues/123
https://github.com/xattr/xattr/pull/124
https://github.com/xattr/xattr/pull/125
https://github.com/xattr/xattr/pull/126
https://github.com/xattr/xattr/pull/127
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-02-02 21:20:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xattr: updated to 1.1.0
Version 1.1.0 released 2024-02-01
* Improve FreeBSD compatibility by stripping "user." prefix on attribute
names, but add them when listing attributes so that it behaves similarly
to Linux (the xattr.pyxattr_compat module does not add them).
Also adds FreeBSD with its ports build of Python 3.9 to the CI test suite.
|
2023-11-26 16:51:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-xattr: updated to 1.0.0
ersion 1.0.0 released 2023-11-19
* Update test & build matrix and use Github Actions as a Trusted Publisher.
Drop support for Python 3.7 and earlier (including Python 2).
Move tests out of package.
|
2023-11-05 14:32:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-xattr: convert to wheel.mk
Not for Python 2.
Bump PKGREVISION.
|
2022-12-06 09:09:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xattr: updated to 0.10.1
Version 0.10.1 released 2022-12-03
* Update github actions
https://github.com/xattr/xattr/issues/112
* Updated README to add reference to osxmetadata
https://github.com/xattr/xattr/pull/110
|
2022-10-28 11:49:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xattr: updated to 0.10.0
Version 0.10.0 released 2022-10-24
* Remove exec flag from tool.py
https://github.com/xattr/xattr/pull/106
* Update the documentation to mention
the attr package and its getfattr and
setfattr tools
https://github.com/xattr/xattr/pull/103
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
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-12-11 20:42:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xattr: updated to 0.9.9
Version 0.9.9
* Fix regression in xattr console script
* Add -c clear option
* Add note about Linux namespace requirement
|