diff --git a/mocket-3.7.3.tar.gz b/mocket-3.7.3.tar.gz deleted file mode 100644 index a40e2a2..0000000 --- a/mocket-3.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f715af594a4e0a319159a69d50d8c05fb45cf60c57cabd61c3557d5ac1bdbdcc -size 68742 diff --git a/mocket-3.8.4.tar.gz b/mocket-3.8.4.tar.gz new file mode 100644 index 0000000..c0f78e6 --- /dev/null +++ b/mocket-3.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487a2baf9bcb2b13de4c9fffc2371b23f07ff64c171b0f1115a370b683042ab8 +size 69189 diff --git a/python-mocket.changes b/python-mocket.changes index 4931205..5a0b6f4 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 1 07:38:18 UTC 2020 - pgajdos@suse.com + +- version update to 3.8.4 + * Adding missing `load_verify_locations` method + * Removing `hexdump` dependency + * Fix for removing DeprecationWarning (#105) + * Py3.8 classifier + * Fix for Redis module + ------------------------------------------------------------------- Wed Sep 18 07:41:18 UTC 2019 - Tomáš Chvátal diff --git a/python-mocket.spec b/python-mocket.spec index f9d3d5e..873e2ca 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -1,7 +1,7 @@ # # spec file for package python-mocket # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mocket -Version: 3.7.3 +Version: 3.8.4 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause @@ -29,7 +29,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-decorator -Requires: python-hexdump Requires: python-python-magic Requires: python-six Requires: python-urllib3 @@ -44,7 +43,6 @@ BuildRequires: %{python_module PySocks} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module decorator} BuildRequires: %{python_module gevent} -BuildRequires: %{python_module hexdump} BuildRequires: %{python_module mock} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pytest} @@ -78,9 +76,7 @@ export LANG=en_US.UTF-8 %install export LANG=en_US.UTF-8 %python_install -%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests -%fdupes %{buildroot}%{$python_sitelib} -} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8