Hello community,

here is the log from the commit of package python-mocket for openSUSE:Factory 
checked in at 2020-07-24 12:09:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mocket (Old)
 and      /work/SRC/openSUSE:Factory/.python-mocket.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mocket"

Fri Jul 24 12:09:33 2020 rev:3 rq:822514 version:3.8.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mocket/python-mocket.changes      
2020-04-01 19:20:03.603577594 +0200
+++ /work/SRC/openSUSE:Factory/.python-mocket.new.3592/python-mocket.changes    
2020-07-24 12:09:47.617828898 +0200
@@ -1,0 +2,7 @@
+Thu Jul 23 18:54:20 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- Update to version 3.8.6:
+ - No upstream changelog available
+- Use source tarball from pypi instead of GitHub.
+
+-------------------------------------------------------------------

Old:
----
  mocket-3.8.4.tar.gz

New:
----
  mocket-3.8.6.tar.gz

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

Other differences:
------------------
++++++ python-mocket.spec ++++++
--- /var/tmp/diff_new_pack.u6rT6H/_old  2020-07-24 12:09:48.945830233 +0200
+++ /var/tmp/diff_new_pack.u6rT6H/_new  2020-07-24 12:09:48.949830238 +0200
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mocket
-Version:        3.8.4
+Version:        3.8.6
 Release:        0
 Summary:        Python socket mock framework
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/mindflayer/python-mocket
-Source:         
https://github.com/mindflayer/python-mocket/archive/%{version}.tar.gz#/mocket-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/m/mocket/mocket-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,6 +44,7 @@
 BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module gevent}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pook}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-magic}
@@ -64,10 +65,10 @@
 included, with gevent/asyncio/SSL support.
 
 %prep
-%setup -q -n python-mocket-%{version}
+%setup -q -n mocket-%{version}
 rm -f setup.cfg pytest.ini tox.ini
+sed -i '/pipenv/d' setup.py
 touch conftest.py
-rm tests/tests27/test_pook.py
 
 %build
 export LANG=en_US.UTF-8
@@ -84,9 +85,9 @@
 export SKIP_TRUE_HTTP=1
 %{python_expand  #
 if [ $python = python2 ]; then
-  $python -m pytest tests/main mocket tests/tests27/ -vv -k 'not RedisTestCase'
+  $python -m pytest tests/main mocket -vv -k 'not RedisTestCase'
 else
-  $python -m pytest tests/main mocket tests/tests27/ tests/tests35/ -vv -k 
'not RedisTestCase'
+  $python -m pytest tests/main mocket tests/tests35/ -vv -k 'not RedisTestCase'
 fi
 }
 

++++++ mocket-3.8.4.tar.gz -> mocket-3.8.6.tar.gz ++++++
++++ 1971 lines of diff (skipped)


Reply via email to