Skip to content

Commit

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

/usr/local/bin/tito tag
  • Loading branch information
cnsnyder committed Mar 17, 2020
1 parent 594cacb commit ab645fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion python-rhsm.spec
Expand Up @@ -15,7 +15,7 @@
%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now}

Name: python-rhsm
Version: 1.19.1
Version: 1.19.2
Release: 1%{?dist}

Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
Expand Down Expand Up @@ -102,6 +102,11 @@ rm -rf %{buildroot}
%attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem

%changelog
* Tue Mar 17 2020 Christopher Snyder <csnyder@redhat.com> 1.19.2-1
- Add iniparse as install_requirement (csnyder@redhat.com)
- Add consumer content API to python-rhsm (khowell@redhat.com)
- Fix string comparison missed in python3 PR (khowell@redhat.com)

* Wed Jan 25 2017 Alex Wood <awood@redhat.com> 1.19.1-1
- Adjust our C bindings for OpenSSL v1.1 API. (awood@redhat.com)
- Make python-rhsm Python-3 compatible (khowell@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/python-rhsm
@@ -1 +1 @@
1.19.1-1 ./
1.19.2-1 ./
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -99,7 +99,7 @@ def run(self):
setup(
cmdclass={'build_py': rpm_version_release_build_py},
name="rhsm",
version='1.19.1',
version='1.19.2',
description='A Python library to communicate with a Red Hat Unified Entitlement Platform',
author='Devan Goodwin',
author_email='dgoodwin@redhat.com',
Expand Down

0 comments on commit ab645fa

Please sign in to comment.