diff --git a/mocket-3.9.40.tar.gz b/mocket-3.9.40.tar.gz deleted file mode 100644 index befa20b..0000000 --- a/mocket-3.9.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbe4349a0ed30ed0c5d04684dd5d98517f8d1e4585fe0da4832747e2f01f3c18 -size 75609 diff --git a/mocket-3.9.41.tar.gz b/mocket-3.9.41.tar.gz new file mode 100644 index 0000000..78a6330 --- /dev/null +++ b/mocket-3.9.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b244d493a8e7252d1d98d37fee4f705e883f0adca946e324900f81d901c4fda7 +size 77600 diff --git a/python-mocket.changes b/python-mocket.changes index 1872345..25dd668 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 21 16:02:54 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-mocket.spec b/python-mocket.spec index a60f2df..9822191 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -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