14
0
forked from pool/python-smmap

2 Commits

Author SHA256 Message Date
552b2bedbe Accepting request 1235638 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smmap?expand=0&rev=20
2025-01-09 14:05:08 +00:00
22b89ae8f6 - Update to 5.0.2
* Update CI, in line with gitdb by @EliahKagan in (#53)
  * No longer treat 3.12 as experimental on smmap CI
    by @EliahKagan in (#54)
  * Bump actions/setup-python from 4 to 5 by @dependabot in (#55)
  * Replace use of mktemp by @EliahKagan in (#56)
  * Use SPDX identifier by @Shortfinga in (#57)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=31
2025-01-07 14:03:01 +00:00
2 changed files with 3 additions and 10 deletions

View File

@@ -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>

View File

@@ -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