Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mocket for openSUSE:Factory checked in at 2023-11-08 22:17:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mocket (Old) and /work/SRC/openSUSE:Factory/.python-mocket.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mocket" Wed Nov 8 22:17:06 2023 rev:29 rq:1124075 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mocket/python-mocket.changes 2023-10-24 20:08:03.867885980 +0200 +++ /work/SRC/openSUSE:Factory/.python-mocket.new.17445/python-mocket.changes 2023-11-08 22:17:21.718366603 +0100 @@ -1,0 +2,10 @@ +Tue Oct 31 17:34:29 UTC 2023 - Sebastian Wagner <se...@sebix.at> + +- Update to version 3.12.0: + * Support for Python 3.12 (#204) + * Fix for Python 3.12 + * Getting rid of Python 3.7, since it's not supported anymore. + * Precommit hooks' autoupdate. + * Disabling `aiohttp` for testing Python 3.12. + +------------------------------------------------------------------- Old: ---- mocket-3.11.1.tar.gz New: ---- mocket-3.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mocket.spec ++++++ --- /var/tmp/diff_new_pack.uubsqd/_old 2023-11-08 22:17:22.438393054 +0100 +++ /var/tmp/diff_new_pack.uubsqd/_new 2023-11-08 22:17:22.438393054 +0100 @@ -27,13 +27,16 @@ %define skip_python2 1 Name: python-mocket%{psuffix} -Version: 3.11.1 +Version: 3.12.0 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause URL: https://github.com/mindflayer/python-mocket Source0: https://files.pythonhosted.org/packages/source/m/mocket/mocket-%{version}.tar.gz +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-decorator >= 4 @@ -67,19 +70,19 @@ %prep %autosetup -p1 -n mocket-%{version} -sed -i '/cov/ d' setup.cfg -sed -i '/pipenv/ d' setup.py +#sed -i '/cov/ d' setup.cfg +#sed -i '/pipenv/ d' setup.py %build %if !%{with test} export LANG=en_US.UTF-8 -%python_build +%pyproject_wheel %endif %install %if !%{with test} export LANG=en_US.UTF-8 -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -114,6 +117,6 @@ %doc README.rst %license LICENSE %{python_sitelib}/mocket -%{python_sitelib}/mocket-%{version}-py*.egg-info +%{python_sitelib}/mocket-%{version}.dist-info %endif ++++++ mocket-3.11.1.tar.gz -> mocket-3.12.0.tar.gz ++++++ ++++ 72410 lines of diff (skipped)