Skip to content

Commit

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

/usr/bin/tito tag

Signed-off-by: Wayne Sun <gsun@redhat.com>
  • Loading branch information
waynesun09 committed Sep 15, 2022
1 parent e867317 commit adaf63a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/pylero
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3-1 ./
0.0.4-1 ./
14 changes: 13 additions & 1 deletion pylero.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Python SDK for Polarion
Name: pylero
Version: 0.0.3
Version: 0.0.4
Release: 1%{?dist}
License: MIT

Expand Down Expand Up @@ -72,6 +72,18 @@ rm -f %{buildroot}%{_bindir}/pylero
%{_bindir}/%{name}-cmd

%changelog
* Tue Sep 13 2022 Wayne Sun <gsun@redhat.com> 0.0.4-1
- Fix EPEL9 yum suds package (gsun@redhat.com)
- Switch back to modern rpm spec (gsun@redhat.com)
- Using modern pypi package build system interface (gsun@redhat.com)
- Fix the config file path (gsun@redhat.com)
- Update contact and copyright info (gsun@redhat.com)
- Code style update (gsun@redhat.com)
- Remove the sample config file in data_files (gsun@redhat.com)
- Update spec with improvement (gsun@redhat.com)
- use cft.multi while parsing array custom fields (lgangava@redhat.com)
- Fix testrun search method params with limit (gsun@redhat.com)

* Tue Aug 02 2022 Wayne Sun <gsun@redhat.com> 0.0.3-1
- new package built with tito
- Switch from suds-py3 to suds
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
if __name__ == "__main__":
setup(
name=PACKAGE_NAME,
version="0.0.3",
version="0.0.4",
description="Python SDK for Polarion",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit adaf63a

Please sign in to comment.