Next | Query returned 39 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-05-09 16:37:31 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/py-wheel: Reset MAINTAINER

(Email ping timed out.)
   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
   2022-01-03 10:30:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wheel: update to 0.37.1

0.37.1
- Fixed ``wheel pack`` duplicating the ``WHEEL`` contents when the build number \ 
has changed
- Fixed parsing of file names containing commas in ``RECORD``
   2021-10-26 21:50:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wheel: updated to 0.37.0

0.37.0 (2021-08-09)

Added official Python 3.10 support
Updated vendored packaging library to v20.9
   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
   2020-12-14 07:14:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wheel: updated to 0.36.2

0.36.2
- Updated vendored ``packaging`` library to v20.8
- Fixed wheel sdist missing ``LICENSE.txt``
- Don't use default ``macos/arm64`` deployment target in calculating the
  platform tag for fat binaries
   2020-12-06 12:05:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wheel: updated to 0.36.1

0.36.1
- Fixed ``AssertionError`` when ``MACOSX_DEPLOYMENT_TARGET`` was set to ``11``
- Fixed regression introduced in 0.36.0 on Python 2.7 when a custom generator
  name was passed as unicode (Scikit-build)
  (``TypeError: 'unicode' does not have the buffer interface``)

0.36.0
- Added official Python 3.9 support
- Updated vendored ``packaging`` library to v20.7
- Switched to always using LF as line separator when generating ``WHEEL`` files
  (on Windows, CRLF was being used instead)
- The ABI tag is taken from  the sysconfig SOABI value. On PyPy the SOABI value
  is ``pypy37-pp73`` which is not compliant with PEP 3149, as it should have
  both the API tag and the platform tag. This change future-proofs any change
  in PyPy's SOABI tag to make sure only the ABI tag is used by wheel.
   2020-08-21 09:54:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-wheel: updated to 0.35.1

0.35.1
Replaced install dependency on packaging with a vendored copy of its tags module
Fixed bdist_wheel not working on FreeBSD due to mismatching platform tag name \ 
(it was not being converted to lowercase)

0.35.0
Switched to the packaging library for computing wheel tags
Fixed a resource leak in WheelFile.open()

Next | Query returned 39 messages, browsing 11 to 20 | Previous