forked from pool/python-littleutils
		
	- update to 0.2.4:
* Fix invalid regex escape * CI improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-littleutils?expand=0&rev=5
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								littleutils-0.2.2.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								littleutils-0.2.2.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								littleutils-0.2.4.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								littleutils-0.2.4.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,3 +1,10 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Nov 22 11:47:44 UTC 2024 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|  | - update to 0.2.4: | ||||||
|  |   * Fix invalid regex escape | ||||||
|  |   * CI improvements | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Fri Apr 21 12:28:00 UTC 2023 - Dirk Müller <dmueller@suse.com> | Fri Apr 21 12:28:00 UTC 2023 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-littleutils | # spec file for package python-littleutils | ||||||
| # | # | ||||||
| # 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 | ||||||
| @@ -16,16 +16,18 @@ | |||||||
| # | # | ||||||
|  |  | ||||||
|  |  | ||||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} |  | ||||||
| %{?sle15_python_module_pythons} | %{?sle15_python_module_pythons} | ||||||
| Name:           python-littleutils | Name:           python-littleutils | ||||||
| Version:        0.2.2 | Version:        0.2.4 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Small personal collection of python utility functions | Summary:        Small personal collection of python utility functions | ||||||
| License:        MIT | License:        MIT | ||||||
| URL:            https://github.com/alexmojaki/littleutils | URL:            https://github.com/alexmojaki/littleutils | ||||||
| Source:         https://files.pythonhosted.org/packages/source/l/littleutils/littleutils-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/l/littleutils/littleutils-%{version}.tar.gz | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
|  | BuildRequires:  %{python_module setuptools_scm} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| @@ -38,16 +40,18 @@ Small personal collection of python utility functions | |||||||
| %autosetup -p1 -n littleutils-%{version} | %autosetup -p1 -n littleutils-%{version} | ||||||
|  |  | ||||||
| %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 | ||||||
| %python_expand $python -mlittleutils.__init__ -v | %python_expand $python -mlittleutils.__init__ -v | ||||||
|  |  | ||||||
| %files %{python_files} | %files %{python_files} | ||||||
| %{python_sitelib}/littleutils* | %license LICENSE | ||||||
|  | %{python_sitelib}/littleutils | ||||||
|  | %{python_sitelib}/littleutils-%{version}.dist-info | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user