forked from pool/python-smmap
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 552b2bedbe | |||
| 22b89ae8f6 | 
| @@ -1,8 +1,3 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Mon Jun 16 06:12:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> | ||||
|  | ||||
| - Switch to pyroject macros. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Tue Jan  7 13:27:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -24,10 +24,8 @@ Summary:        A pure python implementation of a sliding window memory map mana | ||||
| License:        BSD-2-Clause | ||||
| URL:            https://github.com/gitpython-developers/smmap | ||||
| Source:         https://files.pythonhosted.org/packages/source/s/smmap/smmap-%{version}.tar.gz | ||||
| BuildRequires:  %{python_module pip} | ||||
| BuildRequires:  %{python_module pytest} | ||||
| BuildRequires:  %{python_module setuptools} | ||||
| BuildRequires:  %{python_module wheel} | ||||
| BuildRequires:  dos2unix | ||||
| BuildRequires:  fdupes | ||||
| BuildRequires:  python-rpm-macros | ||||
| @@ -50,10 +48,10 @@ The documentation can be found here: http://packages.python.org/smmap | ||||
| dos2unix README.md | ||||
|  | ||||
| %build | ||||
| %pyproject_wheel | ||||
| %python_build | ||||
|  | ||||
| %install | ||||
| %pyproject_install | ||||
| %python_install | ||||
| %python_expand %fdupes %{buildroot}%{$python_sitelib} | ||||
|  | ||||
| %check | ||||
| @@ -63,6 +61,6 @@ dos2unix README.md | ||||
| %license LICENSE | ||||
| %doc README.md | ||||
| %{python_sitelib}/smmap | ||||
| %{python_sitelib}/smmap-%{version}.dist-info | ||||
| %{python_sitelib}/smmap-%{version}-py*-info | ||||
|  | ||||
| %changelog | ||||
|   | ||||
		Reference in New Issue
	
	Block a user