commit python3-requests-mock for openSUSE:Factory

2016-12-06 Thread h_root
Hello community,

here is the log from the commit of package python3-requests-mock for 
openSUSE:Factory checked in at 2016-12-06 14:26:44

Comparing /work/SRC/openSUSE:Factory/python3-requests-mock (Old)
 and  /work/SRC/openSUSE:Factory/.python3-requests-mock.new (New)


Package is "python3-requests-mock"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-requests-mock/python3-requests-mock.changes  
2016-09-21 18:48:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-requests-mock.new/python3-requests-mock.changes
 2016-12-06 14:26:46.0 +0100
@@ -1,0 +2,12 @@
+Mon Dec  5 16:47:31 UTC 2016 - a...@gmx.de
+
+- update to version 1.2.0:
+  * Allow for nested mocking
+  * Use create_response for fake http response in tests
+  * Add hostname and port properties to request
+  * Move request code and tests into their own files
+  * Add called_once to Mocker
+  * Fix docs building
+  * Fix exception message when creating a response
+
+---

Old:

  requests-mock-1.1.0.tar.gz

New:

  requests-mock-1.2.0.tar.gz



Other differences:
--
++ python3-requests-mock.spec ++
--- /var/tmp/diff_new_pack.4AjR4q/_old  2016-12-06 14:26:47.0 +0100
+++ /var/tmp/diff_new_pack.4AjR4q/_new  2016-12-06 14:26:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-requests-mock
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:Mock out responses from the requests package
 License:Apache-2.0

++ requests-mock-1.1.0.tar.gz -> requests-mock-1.2.0.tar.gz ++
 4102 lines of diff (skipped)




commit python3-requests-mock for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package python3-requests-mock for 
openSUSE:Factory checked in at 2016-09-21 18:48:55

Comparing /work/SRC/openSUSE:Factory/python3-requests-mock (Old)
 and  /work/SRC/openSUSE:Factory/.python3-requests-mock.new (New)


Package is "python3-requests-mock"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-requests-mock/python3-requests-mock.changes  
2016-09-13 22:23:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-requests-mock.new/python3-requests-mock.changes
 2016-09-21 18:48:57.0 +0200
@@ -1,0 +2,11 @@
+Sun Sep 18 15:44:27 UTC 2016 - a...@gmx.de
+
+- update to version 1.1.0:
+  * Add a called_once property to adapter
+  * Enable case sensitive matching
+  * Provide fixture extras for pip
+  * Allow doing real_http per mock via the mocker
+  * Return b'' when reading closed response
+  * Fixture documentation error
+
+---

Old:

  requests-mock-1.0.0.tar.gz

New:

  requests-mock-1.1.0.tar.gz



Other differences:
--
++ python3-requests-mock.spec ++
--- /var/tmp/diff_new_pack.e0Vy06/_old  2016-09-21 18:48:58.0 +0200
+++ /var/tmp/diff_new_pack.e0Vy06/_new  2016-09-21 18:48:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-requests-mock
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Mock out responses from the requests package
 License:Apache-2.0
@@ -25,8 +25,8 @@
 Url:https://requests-mock.readthedocs.org/
 Source: 
https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-pbr
+BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ requests-mock-1.0.0.tar.gz -> requests-mock-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.0.0/AUTHORS 
new/requests-mock-1.1.0/AUTHORS
--- old/requests-mock-1.0.0/AUTHORS 2016-05-09 07:14:35.0 +0200
+++ new/requests-mock-1.1.0/AUTHORS 2016-09-14 09:07:03.0 +0200
@@ -4,5 +4,7 @@
 Janonymous 
 Jeremy Stanley 
 Louis Taylor 
+Manuel Kaufmann 
 Monty Taylor 
 Sebastian Kalinowski 
+reedip 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.0.0/ChangeLog 
new/requests-mock-1.1.0/ChangeLog
--- old/requests-mock-1.0.0/ChangeLog   2016-05-09 07:14:35.0 +0200
+++ new/requests-mock-1.1.0/ChangeLog   2016-09-14 09:07:03.0 +0200
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+1.1.0
+-
+
+* Add a called_once property to adapter
+* Enable case sensitive matching
+* Provide fixture extras for pip
+* Allow doing real_http per mock via the mocker
+* Return b'' when reading closed response
+* Fixture documentation error
+
 1.0.0
 -
 
@@ -9,6 +19,7 @@
 * Doc fixups
 * Expose cert and proxies as attributes of the last request
 * Add timeout and allow_retries to RequestProxy
+* Add trove support for py34 and remove py33
 * Fix py34 DB issue and remove py33/py26
 * Remove pypip.in badge from readme
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.0.0/PKG-INFO 
new/requests-mock-1.1.0/PKG-INFO
--- old/requests-mock-1.0.0/PKG-INFO2016-05-09 07:14:35.0 +0200
+++ new/requests-mock-1.1.0/PKG-INFO2016-09-14 09:07:03.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requests-mock
-Version: 1.0.0
+Version: 1.1.0
 Summary: Mock out responses from the requests package
 Home-page: https://requests-mock.readthedocs.org/
 Author: Jamie Lennox
@@ -105,5 +105,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
 Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.0.0/docs/fixture.rst 
new/requests-mock-1.1.0/docs/fixture.rst
--- old/requests-mock-1.0.0/docs/fixture.rst2016-05-09 07:12:34.0 
+0200
+++ new/requests-mock-1.1.0/docs/fixture.rst2016-09-14 09:05:03.0 
+0200
@@ -4,8 +4,12 @@
 
 `Fixtures`_ provide a way to create reusable state and helper methods in test 
cases.