Next | Query returned 20 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2022-08-01 20:20:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-magic: updated to 0.4.27

Changes to 0.4.27:
- remove spurious pyproject.toml that breaks source builds
   2022-05-27 11:46:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-magic: updated to 0.4.26

Changes to 0.4.26:
- Use tox for all multi-version testing
- Fix use of pytest, use it via tox
   2022-02-02 13:29:14 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-magic: updated to 0.4.25

Changes to 0.4.25:
- Support os.PathLike values in Magic.from_file and magic.from_file
   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 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-09-14 22:23:04 by Jonathan Schleifer | Files touched by this commit (3)
Log message:
Make sysutils/py-magic work in a chroot again

I have no idea why this patch was dropped, but dropping it broke things...
   2021-06-07 10:22:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-magic: updated to 0.4.24

Changes to 0.4.24:
- Fix regression in library loading on some Alpine docker images.
   2021-06-03 00:13:51 by Pierre Pronchery | Files touched by this commit (4) | Package updated
Log message:
py-magic: update to version 0.4.23

From the CHANGELOG:

- Include a `py.typed` sentinal to enable type checking
- Improve fix for attribute error during destruction
- Cleanup library loading logic
- Add new homebrew library dir for OSX

Tested on NetBSD/amd64.
   2021-02-18 13:29:55 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
py-magic: updated to 0.4.22

Changes to 0.4.21, 0.4.22

 - Unify dll loader between the standard and compat library, fixing load
 failures on some previously supported platforms.

Changes to 0.4.20

- merge in a compatability layer for the upstream libmagic python binding.
  Since both this package and that one are called 'magic', this compat layer
  removes a very common source of runtime errors.  Use of that libmagic API will
  produce a deprecation warning.

- support python 3.9 in tests and pypi metadata

- add support for magic_descriptor functions, which take a file descriptor
  rather than a filename.

- sometimes the returned description includes snippets of the file, e.g a title
  for MS Word docs.  Since this is in an unknown encoding, we would throw a
  unicode decode error trying to decode.  Now, it decodes with
  'backslashreplace' to handle this more gracefully.  The undecodable characters
  are replaced with hex escapes.

- add support for MAGIC_EXTENSION, to return possible file extensions.

- add mypy typing stubs file, for type checking

Next | Query returned 20 messages, browsing 1 to 10 | Previous