diff --git a/pook-1.0.2.tar.gz b/pook-1.0.2.tar.gz deleted file mode 100644 index e7fdbc5..0000000 --- a/pook-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f28112db062d17db245b351c80f2bb5bf1e56ebfa93d3d75cc44f500c15c40eb -size 42069 diff --git a/pook-1.1.1.tar.gz b/pook-1.1.1.tar.gz new file mode 100644 index 0000000..f9d16dc --- /dev/null +++ b/pook-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53da04930616d94eeede77a39d6b5f0fac1f7bbd160d8f54bc468cd798b93956 +size 41904 diff --git a/python-pook.changes b/python-pook.changes index 4f3f639..8230fd8 100644 --- a/python-pook.changes +++ b/python-pook.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jan 13 06:33:49 UTC 2023 - Daniel Garcia + +- Remove py311-compat.patch, not needed anymore +- Update to 1.1.1: + * Fix Py3.11 compatibility (#85) + +------------------------------------------------------------------- +Thu Jan 12 11:04:56 UTC 2023 - Daniel Garcia + +- Add py311-compat.patch to fix python-3.11 compatibility +- Update to 1.1.0: + * chore(version): bump minor v1.1.0 + * Switch to Python >= 3.5 and fix latest aiohttp compatability (#83) + * fix: remove print call (#81) + ------------------------------------------------------------------- Wed Apr 6 09:52:49 UTC 2022 - pgajdos@suse.com diff --git a/python-pook.spec b/python-pook.spec index 2046a81..0b211b3 100644 --- a/python-pook.spec +++ b/python-pook.spec @@ -1,7 +1,7 @@ # # spec file for package python-pook # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} # requires python-aiohttp %define skip_python2 1 Name: python-pook -Version: 1.0.2 +Version: 1.1.1 Release: 0 Summary: HTTP traffic mocking and expectations License: MIT @@ -50,7 +49,7 @@ BuildRequires: %{python_module xmltodict >= 0.10.2} HTTP traffic mocking and expectations. %prep -%setup -q -n pook-%{version} +%autosetup -p1 -n pook-%{version} rm -f setup.cfg pytest.ini tox.ini # Assist unittest on Python 2 @@ -77,6 +76,7 @@ $python -m unittest tests.integration.engines.unittest_suite %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pook +%{python_sitelib}/pook-%{version}*-info %changelog