Path to this page:
./
devel/py-incremental,
Small library that versions your Python projects
Branch: CURRENT,
Version: 24.7.2,
Package name: py312-incremental-24.7.2,
Maintainer: pkgsrc-usersIncremental is a small library that versions your Python projects.
Required to run:[
devel/py-setuptools]
Master sites:
Filesize: 27.497 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-incremental-24.7.2
- (2024-07-30) Updated to version: py311-incremental-24.7.2
- (2024-07-28) Updated to version: py311-incremental-24.7.1
- (2023-04-30) Updated to version: py310-incremental-22.10.0
- (2023-02-09) Updated to version: py310-incremental-21.3.0nb1
- (2022-01-05) Updated to version: py39-incremental-21.3.0nb1
CVS history: (Expand)
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-07-30 05:50:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-incremental: updated to 24.7.2
Incremental 24.7.2 (2024-07-29)
Bugfixes
- Incremental could mis-identify that a project had opted in to version management.
If a ``pyproject.toml`` in the current directory contained a ``[project]`` \
table with a ``name`` key, but did not contain the opt-in ``[tool.incremental]`` \
table, Incremental would still treat the file as if the opt-in were present and \
attempt to validate the configuration. This could happen in contexts outside of \
packaging, such as when creating a virtualenv. When operating as a setuptools \
plugin Incremental now always ignores invalid configuration, such as \
configuration that doesn't match the content of the working directory.
|
2024-07-28 12:26:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-incremental: updated to 24.7.1
Incremental 24.7.1 (2024-07-27)
Bugfixes
- Incremental 24.7.0 would produce an error when parsing the ``pyproject.toml`` \
of a project that lacked the ``use_incremental=True`` or ``[tool.incremental]`` \
opt-in markers if that file lacked a ``[project]`` section containing the \
package name. This could cause a project that only uses ``pyproject.toml`` to \
configure tools to fail to build if Incremental is installed. Incremental now \
ignores such projects.
Incremental 24.7.0 (2024-07-25)
Features
- Incremental can now be configured using ``pyproject.toml``.
- Incremental now provides a read-only `Hatchling version source plugin \
<https://hatch.pypa.io/latest/plugins/version-source/reference/>`_.
Bugfixes
- Incremental no longer inserts a dot before the rc version component (i.e., \
``1.2.3rc1`` instead of ``1.2.3.rc1``), resulting in version numbers in the \
`canonical format \
<https://packaging.python.org/en/latest/specifications/version-specifiers/#public-version-identifiers>`__.
- Incremental's tests are now included in the sdist release artifact.
Deprecations and Removals
- ``incremental[scripts]`` no longer depends on Twisted.
- Support for Python 2.7 has been dropped for lack of test infrastructure. We no \
longer provide universal wheels.
- Support for Python 3.5, 3.6, and 3.7 has been dropped for lack of test \
infrastructure.
|
2023-05-04 23:00:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-incremental: not for Python 2
|
2023-04-30 19:17:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-incremental: update to 22.10.0.
Incremental 22.10.0 (2022-10-15)
================================
No significant changes.
Incremental 22.10.0.rc1 (2022-10-04)
====================================
Features
--------
- Incremental now supports type-checking with Mypy (#69)
|
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
|