Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beets: Update to v2.2.0 and add monitoring.yml #4592

Merged
merged 1 commit into from
Dec 17, 2024
Merged
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
6 changes: 6 additions & 0 deletions packages/b/beets/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 5628
rss: https://github.com/beetbox/beets/releases.atom
# No known CPE, checked 2024-12-17
security:
cpe: ~
12 changes: 9 additions & 3 deletions packages/b/beets/package.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
name : beets
version : 1.6.0
release : 16
version : 2.2.0
release : 17
source :
- https://github.com/beetbox/beets/archive/refs/tags/v1.6.0.tar.gz : 10716282cb2c221a8496042639558b7477e634a41211ec29281f3b7d85533bed
- https://github.com/beetbox/beets/archive/refs/tags/v2.2.0.tar.gz : 2cc16b0b6d85b71641a7b5f18066686e267e3fdd1cde84585360dcaf6e4c0770
homepage : https://beets.io/
license : MIT
component : multimedia.audio
summary : Beets is the media library management system for obsessive-compulsive music geeks
description: |
Beets is the media library management system for obsessive music geeks. The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music. Because beets is designed as a library, it can do almost anything you can imagine for your music collection.
builddeps :
- python-build
- python-installer
- python-packaging
- python-poetry
rundeps :
- python-confuse
- python-jellyfish
- python-mediafile
- python-munkres
- python-musicbrainzngs
- python-platformdirs
- python-unidecode
build : |
%python3_setup
Expand Down
Loading
Loading