Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
lubomir committed Feb 8, 2021
1 parent b74e05f commit f4a4d08
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/python-productmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30-1 ./
1.31-1 ./
2 changes: 1 addition & 1 deletion productmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Note this file is templated with Tito. Please make changes to
# .tito/templates/__init__.py.in in Git.

__version__ = '1.30'
__version__ = '1.31'

from .compose import Compose # noqa
from .composeinfo import ComposeInfo # noqa
Expand Down
7 changes: 6 additions & 1 deletion python-productmd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%bcond_without python3

Name: python-productmd
Version: 1.30
Version: 1.31
Release: 1%{?dist}
Summary: Library providing parsers for metadata related to OS installation

Expand Down Expand Up @@ -90,6 +90,11 @@ Requires: python%{python3_pkgversion}-six
%endif

%changelog
* Mon Feb 08 2021 Lubomír Sedlář <lsedlar@redhat.com> 1.31-1
- Add py39 to tox (lsedlar@redhat.com)
- Explicitly list six as a test dependency (lsedlar@redhat.com)
- Handle build_timestamp in the float format (ttereshc@redhat.com)

* Thu Nov 26 2020 Lubomír Sedlář <lsedlar@redhat.com> 1.30-1
- Support ftp protocol when fetching metadata. (pholica@redhat.com)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name = "productmd",
version = "1.30",
version = "1.31",
description = "Product, compose and installation media metadata library",
url = "https://github.com/release-engineering/productmd",
author = "Daniel Mach",
Expand Down

0 comments on commit f4a4d08

Please sign in to comment.