forked from pool/python-smmap
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 107f75a596 | |||
| f01667b2b9 | 
| @@ -1,3 +1,8 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | 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> | Tue Jan  7 13:27:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -24,8 +24,10 @@ Summary:        A pure python implementation of a sliding window memory map mana | |||||||
| License:        BSD-2-Clause | License:        BSD-2-Clause | ||||||
| URL:            https://github.com/gitpython-developers/smmap | URL:            https://github.com/gitpython-developers/smmap | ||||||
| Source:         https://files.pythonhosted.org/packages/source/s/smmap/smmap-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/s/smmap/smmap-%{version}.tar.gz | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module pytest} | BuildRequires:  %{python_module pytest} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  dos2unix | BuildRequires:  dos2unix | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| @@ -48,10 +50,10 @@ The documentation can be found here: http://packages.python.org/smmap | |||||||
| dos2unix README.md | dos2unix README.md | ||||||
|  |  | ||||||
| %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 | ||||||
| @@ -61,6 +63,6 @@ dos2unix README.md | |||||||
| %license LICENSE | %license LICENSE | ||||||
| %doc README.md | %doc README.md | ||||||
| %{python_sitelib}/smmap | %{python_sitelib}/smmap | ||||||
| %{python_sitelib}/smmap-%{version}-py*-info | %{python_sitelib}/smmap-%{version}.dist-info | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user