Accepting request 905609 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/905609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-07-13 20:36:55 +00:00 committed by Git OBS Bridge
commit da6ffadc7a
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b244d493a8e7252d1d98d37fee4f705e883f0adca946e324900f81d901c4fda7
size 77600

3
mocket-3.9.42.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:503937cc2480ba1a5c119b74c754d1b102eb126a90c34de50d9fb4eb975d74ef
size 74470

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 3 20:16:19 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 3.9.42:
- Mock check_hostname everywhere (#152)
* Fix for #151.
* Complete refactoring.
-------------------------------------------------------------------
Fri May 21 16:02:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-mocket%{psuffix}
Version: 3.9.41
Version: 3.9.42
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@ -94,7 +94,6 @@ export LANG=en_US.UTF-8
%if !%{with test}
export LANG=en_US.UTF-8
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/app/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif