Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-07-03 10:26:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-heatclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-heatclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes      
2013-06-13 21:43:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-07-03 10:26:29.000000000 +0200
@@ -2 +2 @@
-Wed May 29 10:49:23 UTC 2013 - dmuel...@suse.com
+Sun Jun 30 23:49:20 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4 +4,9 @@
-- remove setBadness call from rpmlintrc
+- Update to version 0.2.2.26.g7774ac3:
+  + Upload provider templates referenced in the environment.
+
+--------------------------------------------------------------------
+Thu Jun 27 23:47:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.25.ga77fd13:
+  + Fix all the pep8  E* and F* errors.
+  + Fix all but H302 hacking rules.
@@ -7 +15,10 @@
-Mon May  6 11:29:28 UTC 2013 - dmuel...@suse.com
+Thu Jun 27 09:59:00 UTC 2013 - speili...@suse.com
+
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
+
+--------------------------------------------------------------------
+Wed Jun 26 14:21:44 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.23.g61ce603:
+  + Fix various smaller pep8 issues
@@ -9 +26,6 @@
-- update requires to python-PrettyTable 
+--------------------------------------------------------------------
+Mon Jun 17 00:06:17 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.22.gf524528:
+  + flake8 ignore build directory.
+  + Stop passing path to VerifiedHTTPSConnection
@@ -12 +34,37 @@
-Mon Apr 22 12:20:31 UTC 2013 - dmuel...@suse.com
+Wed Jun 12 09:51:13 UTC 2013 - dmuel...@suse.com
+
+- fix test requires 
+
+--------------------------------------------------------------------
+Wed Jun 12 09:22:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.19.g0e559f5:
+  + Remove explicit distribute depend.
+  + Include .testr.conf in source tarball
+
+--------------------------------------------------------------------
+Tue Jun 11 09:31:07 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.16.g5f3e7ef:
+  + Use Python 3.x compatible except: construct
+
+--------------------------------------------------------------------
+Fri Jun  7 23:34:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.14.gb1eab17:
+  + Add support for environment files
+
+--------------------------------------------------------------------
+Mon Jun  3 23:34:50 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.12.g6aeb099:
+  + Migrate to testr from nose.
+
+--------------------------------------------------------------------
+Sun Jun  2 23:34:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.2.10.g9b1ce21:
+  + Fixes text split for parameters
+
+--------------------------------------------------------------------
+Wed May 29 00:03:27 UTC 2013 - opensuse-cl...@opensuse.org
@@ -14 +72,4 @@
-- update to 0.2.2 
+- Update to version 0.2.2.9.g2e6e49f:
+  + Move requirements files to standard names.
+  + Move tests into package dir.
+  + Migrate test base classes to testtools.

Old:
----
  python-heatclient-0.2.2.tar.gz

New:
----
  python-heatclient-master.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-heatclient.spec ++++++
--- /var/tmp/diff_new_pack.wKWb5o/_old  2013-07-03 10:26:29.000000000 +0200
+++ /var/tmp/diff_new_pack.wKWb5o/_new  2013-07-03 10:26:29.000000000 +0200
@@ -19,28 +19,31 @@
 %define component heatclient
 
 Name:           python-%{component}
-Version:        0.2.2
+Version:        0.2.2.26.g7774ac3
 Release:        0
 Summary:        Openstack Orchestration (Heat) API Client
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://launchpad.net/python-heatclient
-Source:         python-heatclient-0.2.2.tar.gz
+Source:         python-heatclient-master.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
+BuildRequires:  python-d2to1
 BuildRequires:  python-httplib2
 BuildRequires:  python-iso8601 >= 0.1.4
 BuildRequires:  python-keystoneclient
+BuildRequires:  python-pbr
 Requires:       python >= 2.6.8
-Requires:       python-PrettyTable >= 0.5
-Requires:       python-argparse
+Requires:       python-PrettyTable >= 0.6
+Requires:       python-d2to1 >= 0.2.10
 Requires:       python-httplib2
 Requires:       python-iso8601 >= 0.1.4
 Requires:       python-keystoneclient >= 0.2
+Requires:       python-pbr >= 0.5.10
 Requires:       python-warlock < 2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -65,19 +68,24 @@
 Summary:        Openstack Orchestration (Heat) API Client - Testsuite
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
+Requires:       python-coverage >= 3.6
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+Requires:       python-discover
+%endif
+Requires:       python-fixtures >= 0.3.12
+Requires:       python-flake8 >= 2.0
+Requires:       python-hacking >= 0.5.3
 Requires:       python-mox
-Requires:       python-nose
-Requires:       python-nose-exclude
-Requires:       python-nosehtmloutput
-Requires:       python-nosexcover
-Requires:       python-openstack.nose_plugin
-Requires:       python-pep8
+Requires:       python-pep8 >= 1.4.5
+Requires:       python-pyflakes >= 0.7.2
+Requires:       python-testrepository >= 0.0.13
+Requires:       python-testtools >= 0.9.29
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.2
+%setup -q -n python-heatclient-0.2.2.26.g7774ac3
 %openstack_cleanup_prep
 echo %{version} > heatclient/versioninfo
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wKWb5o/_old  2013-07-03 10:26:29.000000000 +0200
+++ /var/tmp/diff_new_pack.wKWb5o/_new  2013-07-03 10:26:29.000000000 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="git_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.2.tar.gz</param>
+    <param 
name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz</param>
     <param name="email">opensuse-cl...@opensuse.org</param>
     <param name="plain-version">True</param>
   </service>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to