
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Bump'X is a version bumper and releaser forked from Bump'R. In a single CLI command, Bump'X can:
Bump'X intend to be customizable with the following features:
Bump'X requires Python >=3.9
(and <4.0
)
You can install Bump'X with pip:
pip install bumpx
You can use directly the command line to setup every parameter:
bumpx fake/__init__.py README.rst -M -ps dev
But Bump'X is designed to work with a configuration file (bumpr.rc
by defaults).
Some features are only availables with the configuration file like:
Here's an exemple:
[bumpx]
file = fake/__init__.py
vcs = git
tests = tox
publish = python setup.py sdist register upload
clean =
python setup.py clean
rm -rf *egg-info build dist
files = README.rst
[bump]
unsuffix = true
message = Bump version {version}
[prepare]
suffix = dev
message = Prepare version {version} for next development cycle
[changelog]
file = CHANGELOG.rst
bump = {version} ({date:%Y-%m-%d})
prepare = In development
[readthedoc]
id = fake
This way you only have to specify which part you want to bump on the command line:
bumpx -M # Bump the major
bumpx # Bump the default part aka. patch
The documentation for the upstream project Bump'X is hosted on Read the Docs:
FAQs
Version bumper and Python package releaser
We found that bumpx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.