1
0

6 Commits

Author SHA256 Message Date
049bbfff96 Accepting request 1298702 from devel:languages:python
- Add BuildRequires on pytest-asyncio.
- Add patch set-pytest-asyncio-mode.patch:
  * Set asyncio-mode to auto.

OBS-URL: https://build.opensuse.org/request/show/1298702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-makefun?expand=0&rev=10
2025-08-11 11:53:42 +00:00
16903262e5 - Add BuildRequires on pytest-asyncio.
- Add patch set-pytest-asyncio-mode.patch:
  * Set asyncio-mode to auto.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=18
2025-08-11 02:24:53 +00:00
583636a204 Accepting request 1285412 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1285412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-makefun?expand=0&rev=9
2025-06-13 16:46:57 +00:00
97bc0f0f1e - Update to 1.16.0
* Removed official support for python versions ``<3.9``.
    These versions will not run in CI anymore.
  * Fixed ``RuntimeError`` in tests when running on python 3.14.
    Added python 3.14 to CI. Fixes #112
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=16
2025-06-13 10:44:42 +00:00
dcf6e0bc87 Accepting request 1219185 from devel:languages:python
- update to 1.15.6:
  * Fixed issue with legacy python 2.7 and 3.5.
  * Python 3.13 is now supported.
  * Fixed `SyntaxError: invalid syntax` happening when the
    default value of one argument of the created function is a
  * subclass of a basic primitive.

    `_` or contains a double `__`
- Update to Version 1.13.0

OBS-URL: https://build.opensuse.org/request/show/1219185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-makefun?expand=0&rev=8
2024-10-30 16:36:23 +00:00
3078c64bfc - update to 1.15.6:
* Fixed issue with legacy python 2.7 and 3.5.
  * Python 3.13 is now supported.
  * Fixed `SyntaxError: invalid syntax` happening when the
    default value of one argument of the created function is a
  * subclass of a basic primitive.
    `_` or contains a double `__`
- Update to Version 1.13.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=14
2024-10-29 21:11:40 +00:00
5 changed files with 67 additions and 13 deletions

View File

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

3
makefun-1.16.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Aug 11 02:24:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add BuildRequires on pytest-asyncio.
- Add patch set-pytest-asyncio-mode.patch:
* Set asyncio-mode to auto.
-------------------------------------------------------------------
Thu Jun 12 15:53:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.16.0
* Removed official support for python versions ``<3.9``.
These versions will not run in CI anymore.
* Fixed ``RuntimeError`` in tests when running on python 3.14.
Added python 3.14 to CI. Fixes #112
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Tue Oct 29 21:11:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.15.6:
* Fixed issue with legacy python 2.7 and 3.5.
* Python 3.13 is now supported.
* Fixed `SyntaxError: invalid syntax` happening when the
default value of one argument of the created function is a
* subclass of a basic primitive.
-------------------------------------------------------------------
Thu Dec 7 22:55:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -17,7 +44,7 @@ Sun Mar 26 18:45:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.15.1:
* Fixed `ValueError: Invalid co_name` happening on python 2
when the name of a function to create starts or ends with
`_` or contains a double `__`
`_` or contains a double `__`
-------------------------------------------------------------------
Fri Dec 2 20:29:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -43,7 +70,7 @@ Thu Sep 29 15:46:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Fixed regression with generators in python 3.5
- Fixed an issue where using partial on a generator function in python 3.5 was raising a SyntaxError. Fixed #79
- Update to Version 1.13.0
- Update to Version 1.13.0
- Support for async generator functions
async generator functions are now supported (See PEP525). Fixed #77. PR#78 by broglep-work.

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-makefun
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,24 @@
#
%{?sle15_python_module_pythons}
Name: python-makefun
Version: 1.15.2
Version: 1.16.0
Release: 0
License: BSD-3-Clause
Summary: Small library to dynamically create python functions
URL: https://github.com/smarie/python-makefun
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/m/makefun/makefun-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Based on gh#smarie/python-makefun#119
Patch0: set-pytest-asyncio-mode.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-asyncio}
# /SECTION
BuildRequires: fdupes
Suggests: python-funcsigs
@@ -41,14 +45,14 @@ BuildArch: noarch
Small library to dynamically create python functions.
%prep
%setup -q -n makefun-%{version}
%autosetup -p1 -n makefun-%{version}
sed -i '/pytest-runner/d' setup.cfg
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,6 +61,7 @@ sed -i '/pytest-runner/d' setup.cfg
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/makefun*
%{python_sitelib}/makefun
%{python_sitelib}/makefun-%{version}.dist-info
%changelog

View File

@@ -0,0 +1,22 @@
From 3d256ef2531828f131008796f68268d4c23fc2c1 Mon Sep 17 00:00:00 2001
From: Andy Hawkins <andy@gently.org.uk>
Date: Sun, 11 May 2025 17:43:13 +0100
Subject: [PATCH] Specify pytest asyncio mode (there is no default in later
versions)
---
setup.cfg | 1 +
1 file changed, 1 insertion(+)
Index: makefun-1.16.0/setup.cfg
===================================================================
--- makefun-1.16.0.orig/setup.cfg
+++ makefun-1.16.0/setup.cfg
@@ -59,6 +59,7 @@ addopts =
--verbose
--doctest-modules
--ignore-glob='**/_*.py'
+ --asyncio-mode=auto
filterwarnings =
always