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

History of commit frequency

CVS Commit History:


   2023-10-26 00:23:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-tomli: switch to bootstrap.mk
   2023-10-26 00:04:23 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-tomli: only use flit_core and installer

This is relevant because this package is on the recommended bootstrap
path for Python distributions.

Bump PKGREVISION.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-03-31 10:40:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomli: updated to 2.0.1

2.0.1

Improve

Make bundling easier by using relative imports internally and adding license and \ 
copyright notice to source files.
Make error messages more uniform
Raise a friendly TypeError for wrong file mode
Allow parse_float to return objects having the append attr
Eagerly raise an error if parse_float returns an illegal type

Packaging

Move from pytest testing framework to unittest and remove python-dateutil test \ 
dependency. Tests now only require Python interpreter.
   2022-01-25 22:48:11 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-tomli: wheel.mk is now standalone, remove extension.mk
   2022-01-13 10:47:04 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-tomli: build using the wheel to avoid a dependency cycle
   2022-01-11 22:53:33 by Niclas Rosenvik | Files touched by this commit (3)
Log message:
make py-tomli use pep517 for building
   2022-01-10 20:16:03 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-tomli: switch to setup.py generated with flit
   2022-01-07 17:33:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tomli: updated to 2.0.0

2.0.0

Removed
Python 3.6 support
Support for text file objects as load input. Use binary file objects instead.
First argument of load and loads can no longer be passed by keyword.

Fixed
Allow lower case "t" and "z" in datetimes

Improved
Raise an error when dotted keys define values outside the "current \ 
table". Technically speaking TOML v1.0.0 does allow such assignments but \ 
that isn't intended by specification writers, and will change in a future \ 
specification version (see the pull request).
   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

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