Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/b/bump-my-version/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus Staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus Staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely.

- Muhammad Alfi Syahrin
- Matrix: @alfisya:matrix.org
- Email: alfi@getsol.us
6 changes: 6 additions & 0 deletions packages/b/bump-my-version/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 340141
rss: https://github.com/callowayproject/bump-my-version/releases.atom
# No known CPE, checked 2026-06-20
security:
cpe: ~
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : bumpversion
version : 1.0.1
release : 8
name : bump-my-version
version : 1.4.0
release : 1
source :
- https://github.com/c4urself/bump2version/archive/refs/tags/v1.0.1.tar.gz : b0864d58b0ef231f99fef85ee028633d9366557a748e29cd92df0aa94f83f5fc
homepage : https://github.com/c4urself/bump2version
- https://github.com/callowayproject/bump-my-version/releases/download/1.4.0/bump_my_version-1.4.0.tar.gz : 3eea26b3ae6c4900ab9924ad0733365c0254db58e4bbe2d9a643752495bcfecb
homepage : https://github.com/callowayproject/bump-my-version
license : MIT
component : system.utils
summary : Version-bump your software with a single command!
description: |
A small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment.
A small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment and optionally commit and tag the changes.
builddeps :
- python-build
- python-hatchling
- python-installer
- python-setuptools
build : |
%python3_setup
install : |
%python3_install
replaces :
- bumpversion
163 changes: 163 additions & 0 deletions packages/b/bump-my-version/pspec_x86_64.xml

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions packages/b/bumpversion/monitoring.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions packages/b/bumpversion/pspec_x86_64.xml

This file was deleted.

1 change: 1 addition & 0 deletions repo_data/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3222,5 +3222,6 @@
<Package>freerdp2</Package>
<Package>freerdp2-devel</Package>
<Package>freerdp2-dbginfo</Package>
<Package>bumpversion</Package>
</Obsoletes>
</PISI>
3 changes: 3 additions & 0 deletions repo_data/distribution.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -4441,5 +4441,8 @@
<Package>freerdp2</Package>
<Package>freerdp2-devel</Package>
<Package>freerdp2-dbginfo</Package>

<!-- Replaced by bump-my-version -->
<Package>bumpversion</Package>
</Obsoletes>
</PISI>