forked from pool/python-mocket
Accepting request 790553 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/790553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=2
This commit is contained in:
commit
a9a507e1a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f715af594a4e0a319159a69d50d8c05fb45cf60c57cabd61c3557d5ac1bdbdcc
|
||||
size 68742
|
3
mocket-3.8.4.tar.gz
Normal file
3
mocket-3.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:487a2baf9bcb2b13de4c9fffc2371b23f07ff64c171b0f1115a370b683042ab8
|
||||
size 69189
|
@ -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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user