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 <frostyx@email.cz> 0.14-1
- modulemd_tools: fix tests for new libmodulemd version 2.15.0
(frostyx@email.cz)
- repo2module: don't traceback because of a modular SRPM in the repo
(frostyx@email.cz)
- bld2repo: add rpms filtering based on MBS buildorder (mkulik@redhat.com)
- modulemd_merge: test using file instead of output stream (mkulik@redhat.com)
- createrepo: replace deprecated LooseVersion (mkulik@redhat.com)
- ci: fix workflows (mkulik@redhat.com)
- bld2repo: print name of the file being downloaded (kdudka@redhat.com)
- modulemd_add_platform: Don't crash on a document without a module name and
with a default profile (ppisar@redhat.com)
- modulemd_add_platform: Remove an unused variable and fix formmating error
messages (ppisar@redhat.com)
- Merge all tools into a single package (fvalder@redhat.com)
- modulemd_add_platform: describe what platform is (frostyx@email.cz)

* Wed Feb 23 2022 Jakub Kadlcik <frostyx@email.cz> 0.13-1
- modulemd_add_platform: don't use pyproject macros (frostyx@email.cz)
- createrepo_mod: fix failing test because of modulemd-merge (frostyx@email.cz)
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.