Hello community,
here is the log from the commit of package python-requests-mock for
openSUSE:Leap:15.2 checked in at 2020-03-13 10:55:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-requests-mock (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-requests-mock.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-mock"
Fri Mar 13 10:55:25 2020 rev:17 rq:782205 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-requests-mock/python-requests-mock.changes
2020-01-15 15:52:39.911571142 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-requests-mock.new.3160/python-requests-mock.changes
2020-03-13 10:55:26.868352226 +0100
@@ -1,0 +2,66 @@
+Sun Sep 15 11:17:30 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrsae in summary.
+
+-------------------------------------------------------------------
+Tue Sep 10 10:49:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.7.0:
+ * support for purl
+
+-------------------------------------------------------------------
+Fri Jun 7 11:54:36 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update dependencies
+- Run also pytest tests
+- Fix fdupes call
+
+-------------------------------------------------------------------
+Tue May 7 13:19:56 UTC 2019 - [email protected]
+
+- version update to 1.6.0
+ * Respect user provided content encoding type
+ * Update minimum requests version to 2.3
+ * Add testing for Python 3.7 & PyPy3
+ * Drop \_matcher from request pickled state
+ * Clarify the pytest configuration documentation
+
+-------------------------------------------------------------------
+Thu Mar 7 15:00:19 UTC 2019 - Thomas Bechtold <[email protected]>
+
+- update to 1.5.2:
+ * Fix discovery of pytest version and default
+ * Add a docstring to the pytest fixture
+ * Include release note for py.test
+ * Collapse CircleCI configuration
+ * Support older pytest versions
+ * Record value of stream parameter in request history
+ * Some additional gitignores
+ * Include reno in circleci publish job
+ * Prefer readthedocs.io instead of readthedocs.org for doc links
+ * Add release note describe repository migration
+ * Add pytest plugin
+ * Include release-notes in documentation
+ * Another attempt at circleci tags
+ * Only try and push to pypi on a tag
+ * Update all pypi.python.org URLs to pypi.org
+ * Add pypi upload configuration to circleci
+ * Move tests outside of package to top level directory
+ * Remove zuul.yaml as we're not using zuul anymore
+ * Add CircleCI badge to README
+ * Remove links to launchpad bug reporting
+ * Remove .gitreview
+ * Unpin sphinx dependency
+ * Add circleci testing configuration
+ * Use set literals throughout project
+ * Prefer https:// links over http:// in docs and comments
+ * Fix last\_request examples
+ * Fix spelling mistakes
+ * Move Zuul jobs in-tree
+
+-------------------------------------------------------------------
+Tue Dec 4 12:53:47 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
@@ -108 +173,0 @@
-
Old:
----
requests-mock-1.4.0.tar.gz
New:
----
requests-mock-1.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-mock.spec ++++++
--- /var/tmp/diff_new_pack.ewjqxo/_old 2020-03-13 10:55:27.700352820 +0100
+++ /var/tmp/diff_new_pack.ewjqxo/_new 2020-03-13 10:55:27.700352820 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-mock
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,38 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-requests-mock
-Version: 1.4.0
+Version: 1.7.0
Release: 0
-Summary: Mock out responses from the requests package
+Summary: Module to mock out responses from the requests package
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://requests-mock.readthedocs.org/
+URL: https://github.com/jamielennox/requests-mock
Source:
https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz
-BuildRequires: %{python_module Sphinx >= 1.1.2}
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pbr}
-BuildRequires: %{python_module requests}
+BuildRequires: %{python_module purl}
+BuildRequires: %{python_module purl}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module requests >= 2.3}
BuildRequires: %{python_module rpm-macros}
BuildRequires: %{python_module six}
BuildRequires: %{python_module testrepository >= 0.0.18}
BuildRequires: %{python_module testtools}
BuildRequires: fdupes
-Requires: python-requests >= 1.1
+Requires: python-requests >= 2.3
Requires: python-six
+BuildArch: noarch
%ifpython3
BuildRequires: python3-dbm
Requires: python3-dbm
%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
%python_subpackages
%description
@@ -60,10 +58,11 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/mymodule
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
+%pytest tests/pytest
+
mv .testr.conf .testr.conf.orig
%{python_expand # first line can't be empty
rm -rf .testrepository
@@ -71,11 +70,10 @@
testr init
testr run --parallel
}
-%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS README.rst LICENSE ChangeLog
+%license LICENSE
+%doc AUTHORS README.rst ChangeLog
%{python_sitelib}/*
%changelog
++++++ requests-mock-1.4.0.tar.gz -> requests-mock-1.7.0.tar.gz ++++++
++++ 5452 lines of diff (skipped)