Skip to content

Commit

Permalink
Automatic commit of package [modulemd-tools] release [0.14-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
FrostyX committed Jun 13, 2023
1 parent 0d718ca commit 4055ca9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/modulemd-tools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13-1 ./
0.14-1 ./
19 changes: 18 additions & 1 deletion modulemd-tools.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: modulemd-tools
Version: 0.13
Version: 0.14
Release: 1%{?dist}
Summary: Collection of tools for modular (in terms of Fedora Modularity origin) content creators
License: MIT
Expand Down Expand Up @@ -104,6 +104,23 @@ cp man/*.1 %{buildroot}%{_mandir}/man1/


%changelog
* Tue Jun 13 2023 Jakub Kadlcik <[email protected]> 0.14-1
- modulemd_tools: fix tests for new libmodulemd version 2.15.0
([email protected])
- repo2module: don't traceback because of a modular SRPM in the repo
([email protected])
- bld2repo: add rpms filtering based on MBS buildorder ([email protected])
- modulemd_merge: test using file instead of output stream ([email protected])
- createrepo: replace deprecated LooseVersion ([email protected])
- ci: fix workflows ([email protected])
- bld2repo: print name of the file being downloaded ([email protected])
- modulemd_add_platform: Don't crash on a document without a module name and
with a default profile ([email protected])
- modulemd_add_platform: Remove an unused variable and fix formmating error
messages ([email protected])
- Merge all tools into a single package ([email protected])
- modulemd_add_platform: describe what platform is ([email protected])

* Wed Feb 23 2022 Jakub Kadlcik <[email protected]> 0.13-1
- modulemd_add_platform: don't use pyproject macros ([email protected])
- createrepo_mod: fix failing test because of modulemd-merge ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='modulemd-tools',
version='0.13',
version='0.14',
packages=find_packages(exclude=("tests",)),
url='https://github.com/rpm-software-management/modulemd-tools',
license='MIT',
Expand Down

0 comments on commit 4055ca9

Please sign in to comment.