Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2013-10-29 11:04:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and      /work/SRC/openSUSE:Factory/.python-httpretty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-httpretty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes        
2013-10-04 07:26:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-httpretty.new/python-httpretty.changes   
2013-10-29 11:04:13.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Oct 28 13:09:26 UTC 2013 - [email protected]
+
+- Don't install global "tests" module into python_sitelib
+
+-------------------------------------------------------------------
+Mon Oct 21 12:22:31 UTC 2013 - [email protected]
+
+- update to 0.7.0:
+  * Refactored core.py and increased its unit test coverage to 80%. 
+  HTTPretty is slightly more robust now
+
+-------------------------------------------------------------------

Old:
----
  httpretty-0.6.4.tar.gz

New:
----
  deps-cleanup.diff
  httpretty-0.7.0.tar.gz

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

Other differences:
------------------
++++++ python-httpretty.spec ++++++
--- /var/tmp/diff_new_pack.uquK8r/_old  2013-10-29 11:04:14.000000000 +0100
+++ /var/tmp/diff_new_pack.uquK8r/_new  2013-10-29 11:04:14.000000000 +0100
@@ -17,13 +17,14 @@
 
 
 Name:           python-httpretty
-Version:        0.6.4
+Version:        0.7.0
 Release:        0
 Summary:        HTTP client mock for Python
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://github.com/gabrielfalcao/httpretty
 Source:         
https://pypi.python.org/packages/source/h/httpretty/httpretty-%{version}.tar.gz
+Patch0:         deps-cleanup.diff
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,12 +40,14 @@
 
 %prep
 %setup -q -n httpretty-%{version}
+%patch0
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -r %{buildroot}%{python_sitelib}/tests # Remove global "tests" module
 
 %files
 %defattr(-,root,root,-)

++++++ deps-cleanup.diff ++++++
--- requirements.pip
+++ requirements.pip
@@ -7,6 +7,6 @@
 requests==1.1.0
 steadymark==0.4.5
 sure>=1.2.1
-tornado==2.4
-tox==1.4.2
-urllib3
\ No newline at end of file
+tornado
+tox
+urllib3
++++++ httpretty-0.6.4.tar.gz -> httpretty-0.7.0.tar.gz ++++++
++++ 3819 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to