[python-rhsm] Update python-rhsm to 1.0.5-1

Devan Goodwin dgoodwin at fedoraproject.org
Thu Aug 9 15:41:54 UTC 2012


commit 4e181809c95907f934a20735269d6e4733be4cf9
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Thu Aug 9 12:41:51 2012 -0300

    Update python-rhsm to 1.0.5-1

 .gitignore       |    1 +
 python-rhsm.spec |   90 +++++++++++++++++++++++++++++++++++++++++++----------
 sources          |    2 +-
 3 files changed, 75 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0345207..2088cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /python-rhsm-1.0.1.tar.gz
 /python-rhsm-1.0.2.tar.gz
 /python-rhsm-1.0.3.tar.gz
+/python-rhsm-1.0.5.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index d03d05d..335987a 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -1,12 +1,12 @@
 # If on Fedora 12 or RHEL 5 or earlier, we need to define these:
 %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
 
 Name: python-rhsm
-Version: 1.0.3
-Release: 2%{?dist}
+Version: 1.0.5
+Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
 Group: Development/Libraries
@@ -23,11 +23,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: m2crypto
 Requires: python-simplejson
 Requires: python-iniparse
-BuildArch: noarch
+Requires: rpm-python
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
-BuildRequires:  rpm-python
+BuildRequires: openssl-devel
+
 
 %description
 A small library for communicating with the REST interface of a Red Hat Unified
@@ -53,17 +54,79 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc README
 
-%dir %{python_sitelib}/rhsm
+%dir %{python_sitearch}/rhsm
 %attr(755,root,root) %dir %{_sysconfdir}/rhsm
 %attr(755,root,root) %dir %{_sysconfdir}/rhsm/ca
 
-%{python_sitelib}/rhsm/*
-%{python_sitelib}/rhsm-*.egg-info
+%{python_sitearch}/rhsm/*
+%{python_sitearch}/rhsm-*.egg-info
 %attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem
 
 %changelog
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Thu Aug 09 2012 Alex Wood <awood at redhat.com> 1.0.5-1
+- add versionlint, requires pyqver (alikins at redhat.com)
+- Adding subject back to new certs (mstead at redhat.com)
+- 842885: add __str__ to NetworkException, ala  #830767 (alikins at redhat.com)
+- 830767: Add __str__ method to RemoteServerException. (awood at redhat.com)
+- Fix None product architectures. (dgoodwin at redhat.com)
+- Remove deprecated use of DateRange.has[Date|Now] (jbowes at redhat.com)
+- mark hasDate as deprecated as well (alikins at redhat.com)
+
+* Wed Jul 25 2012 Alex Wood <awood at redhat.com> 1.0.4-1
+- Remove unused stub method. (dgoodwin at redhat.com)
+- Cleanup entitlement cert keys on delete. (dgoodwin at redhat.com)
+- Drop unused quantity and flex quantity from Content. (dgoodwin at redhat.com)
+- Make CertFactory and Extensions2 classes private. (dgoodwin at redhat.com)
+- RHEL5 syntax fixes. (dgoodwin at redhat.com)
+- Handle empty pem strings when creating certs. (dgoodwin at redhat.com)
+- Remove Base64 decoding. (dgoodwin at redhat.com)
+- Fix failing subjectAltName nosetest (jbowes at redhat.com)
+- Fix up remaining compiler warnings (jbowes at redhat.com)
+- Fix up memory leaks (jbowes at redhat.com)
+- clean up some C module compiler warnings (jbowes at redhat.com)
+- Fix get_all_extensions (jbowes at redhat.com)
+- C module formatting fixups (jbowes at redhat.com)
+- Add as_pem method to C module (jbowes at redhat.com)
+- Revert Extensions object to old state, add new sub-class.
+  (dgoodwin at redhat.com)
+- Spec file changes for C module (jbowes at redhat.com)
+- Get nosetests running (jbowes at redhat.com)
+- tell setup.py to use nose (jbowes at redhat.com)
+- get certv2 tests passing (jbowes at redhat.com)
+- Move methods onto X509 class in C cert reader (jbowes at redhat.com)
+- Add method to get all extensions in a dict (jbowes at redhat.com)
+- Add POC C based cert reader (jbowes at redhat.com)
+- Remove use of str.format for RHEL5. (dgoodwin at redhat.com)
+- Remove some python2.6'ism (trailing if's) (alikins at redhat.com)
+- add "version_check" target that runs pyqver (alikins at redhat.com)
+- Fix error reporting on bad certs. (dgoodwin at redhat.com)
+- Remove number from order/account fields. (dgoodwin at redhat.com)
+- Style fixes. (dgoodwin at redhat.com)
+- Certv2 cleanup. (dgoodwin at redhat.com)
+- Cleanup bad padding/header cert testing. (dgoodwin at redhat.com)
+- New method of parsing X509 extensions. (dgoodwin at redhat.com)
+- Better cert type detection. (dgoodwin at redhat.com)
+- Deprecate the old certificate module classes. (dgoodwin at redhat.com)
+- Rename order support level to service level. (dgoodwin at redhat.com)
+- Convert product arch to multi-valued. (dgoodwin at redhat.com)
+- Add factory methods to certificate module. (dgoodwin at redhat.com)
+- Parse V2 entitlement certificates. (dgoodwin at redhat.com)
+- Add missing os import. (dgoodwin at redhat.com)
+- Improve certificate2 error handling. (dgoodwin at redhat.com)
+- Remove V1 named classes. (dgoodwin at redhat.com)
+- Add cert is_expired method. (dgoodwin at redhat.com)
+- Fix cert path issue. (dgoodwin at redhat.com)
+- Major/minor attributes not available in 5.4 (mstead at redhat.com)
+- 834108: Set the default connection timeout to 1 min. (jbowes at redhat.com)
+- Add default values to certificate2 Order class. (dgoodwin at redhat.com)
+- Define identity certificates explicitly. (dgoodwin at redhat.com)
+- Add identity cert support to certificate2 module. (dgoodwin at redhat.com)
+- Add file writing/deleting for new certificates. (dgoodwin at redhat.com)
+- Add product info to certificate2 module. (dgoodwin at redhat.com)
+- Add content info to certificate2 module. (dgoodwin at redhat.com)
+- Add order info to certificate2 module. (dgoodwin at redhat.com)
+- Port basic certificate data into new module. (dgoodwin at redhat.com)
+- Add certificate2 module and cert creation factory. (dgoodwin at redhat.com)
 
 * Thu Jun 28 2012 Alex Wood <awood at redhat.com> 1.0.3-1
 - Update copyright dates (jbowes at redhat.com)
@@ -129,14 +192,7 @@ rm -rf %{buildroot}
 - 766895: Added hypervisorCheckIn call to allow sending a mapping of host/guest ids for
   creation/update. (mstead at redhat.com)
 
-* Wed Dec 07 2011 William Poteat <wpoteat at redhat.com> 0.98.6-1
-
 * Tue Dec 06 2011 William Poteat <wpoteat at redhat.com> 0.98.5-1
-- 
-+- 754366: workaround a bug in httpslib.ProxyHttpsConnection
-+  (alikins at redhat.com)
-
-* Tue Dec 06 2011 William Poteat <wpoteat at redhat.com> 0.98.4-1
 - 754366: workaround a bug in httpslib.ProxyHttpsConnection
   (alikins at redhat.com)
 
diff --git a/sources b/sources
index 5bf2f55..087e48c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfdb6234cfcc7230b3c10233cc29c418  python-rhsm-1.0.3.tar.gz
+fb140ed4bd7771b8c627eaad66484cb8  python-rhsm-1.0.5.tar.gz


More information about the scm-commits mailing list