forked from pool/python-makefun
		
	- 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
			
			
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
				
			|||||||
version https://git-lfs.github.com/spec/v1
 | 
					 | 
				
			||||||
oid sha256:16f2a2b34d9ee0c2b578c960a1808c974e2822cf79f6e9b9c455aace10882d45
 | 
					 | 
				
			||||||
size 74602
 | 
					 | 
				
			||||||
							
								
								
									
										3
									
								
								makefun-1.15.6.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								makefun-1.15.6.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					version https://git-lfs.github.com/spec/v1
 | 
				
			||||||
 | 
					oid sha256:26bc63442a6182fb75efed8b51741dd2d1db2f176bec8c64e20a586256b8f149
 | 
				
			||||||
 | 
					size 72583
 | 
				
			||||||
@@ -1,3 +1,13 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					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>
 | 
					Thu Dec  7 22:55:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# spec file for package python-makefun
 | 
					# spec file for package python-makefun
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2023 SUSE LLC
 | 
					# Copyright (c) 2024 SUSE LLC
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# All modifications and additions to the file contributed by third parties
 | 
					# All modifications and additions to the file contributed by third parties
 | 
				
			||||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
					# remain the property of their copyright owners, unless otherwise agreed
 | 
				
			||||||
@@ -17,16 +17,17 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Name:           python-makefun
 | 
					Name:           python-makefun
 | 
				
			||||||
Version:        1.15.2
 | 
					Version:        1.15.6
 | 
				
			||||||
Release:        0
 | 
					Release:        0
 | 
				
			||||||
License:        BSD-3-Clause
 | 
					License:        BSD-3-Clause
 | 
				
			||||||
Summary:        Small library to dynamically create python functions
 | 
					Summary:        Small library to dynamically create python functions
 | 
				
			||||||
URL:            https://github.com/smarie/python-makefun
 | 
					URL:            https://github.com/smarie/python-makefun
 | 
				
			||||||
Group:          Development/Languages/Python
 | 
					Group:          Development/Languages/Python
 | 
				
			||||||
Source:         https://files.pythonhosted.org/packages/source/m/makefun/makefun-%{version}.tar.gz
 | 
					Source:         https://files.pythonhosted.org/packages/source/m/makefun/makefun-%{version}.tar.gz
 | 
				
			||||||
 | 
					BuildRequires:  %{python_module pip}
 | 
				
			||||||
BuildRequires:  %{python_module pytest}
 | 
					BuildRequires:  %{python_module pytest}
 | 
				
			||||||
BuildRequires:  %{python_module setuptools_scm}
 | 
					BuildRequires:  %{python_module setuptools_scm}
 | 
				
			||||||
BuildRequires:  %{python_module setuptools}
 | 
					BuildRequires:  %{python_module wheel}
 | 
				
			||||||
BuildRequires:  python-rpm-macros
 | 
					BuildRequires:  python-rpm-macros
 | 
				
			||||||
# SECTION test requirements
 | 
					# SECTION test requirements
 | 
				
			||||||
BuildRequires:  %{python_module pytest}
 | 
					BuildRequires:  %{python_module pytest}
 | 
				
			||||||
@@ -45,10 +46,10 @@ Small library to dynamically create python functions.
 | 
				
			|||||||
sed -i '/pytest-runner/d' setup.cfg
 | 
					sed -i '/pytest-runner/d' setup.cfg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%build
 | 
					%build
 | 
				
			||||||
%python_build
 | 
					%pyproject_wheel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%install
 | 
					%install
 | 
				
			||||||
%python_install
 | 
					%pyproject_install
 | 
				
			||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
 | 
					%python_expand %fdupes %{buildroot}%{$python_sitelib}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%check
 | 
					%check
 | 
				
			||||||
@@ -57,6 +58,7 @@ sed -i '/pytest-runner/d' setup.cfg
 | 
				
			|||||||
%files %{python_files}
 | 
					%files %{python_files}
 | 
				
			||||||
%doc README.md
 | 
					%doc README.md
 | 
				
			||||||
%license LICENSE
 | 
					%license LICENSE
 | 
				
			||||||
%{python_sitelib}/makefun*
 | 
					%{python_sitelib}/makefun
 | 
				
			||||||
 | 
					%{python_sitelib}/makefun-%{version}.dist-info
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%changelog
 | 
					%changelog
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user