Accepting request 1058121 from devel:languages:python

- Remove py311-compat.patch, not needed anymore
- Update to 1.1.1:
  * Fix Py3.11 compatibility (#85)

- 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)

OBS-URL: https://build.opensuse.org/request/show/1058121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pook?expand=0&rev=7
This commit is contained in:
2023-01-13 23:02:28 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 8 deletions

View File

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

BIN
pook-1.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 13 06:33:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <daniel.garcia@suse.com>
- 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

View File

@@ -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