- update to version 3.9.41:

- A few refactors.
 - Adding `make setup` for local development.
 - Migrating package creation to using build.  Avoid decorator>=5 as dependency. (#149)
 - Avoid decorator>=5 as dependency. (#149)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=30
This commit is contained in:
Sebastian Wagner 2021-05-21 16:07:55 +00:00 committed by Git OBS Bridge
parent e2090403ea
commit e819c35552
4 changed files with 16 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 21 16:02:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 3.9.41:
- A few refactors.
- Adding `make setup` for local development.
- Migrating package creation to using build. Avoid decorator>=5 as dependency. (#149)
- Avoid decorator>=5 as dependency. (#149)
-------------------------------------------------------------------
Tue Feb 2 21:33:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-mocket
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-mocket%{psuffix}
Version: 3.9.40
Version: 3.9.41
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@ -35,7 +35,7 @@ Source0: https://files.pythonhosted.org/packages/source/m/mocket/mocket-%
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-decorator
Requires: python-decorator < 5
Requires: python-http-parser >= 0.9.0
Requires: python-python-magic
Requires: python-six
@ -94,6 +94,7 @@ 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