SHA256
1
0
forked from pool/python-smmap

4 Commits

Author SHA256 Message Date
107f75a596 Accepting request 1285968 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smmap?expand=0&rev=21
2025-06-17 16:20:23 +00:00
f01667b2b9 - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=33
2025-06-16 06:23:30 +00:00
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
4 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>
- 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)
-------------------------------------------------------------------
Mon Nov 27 16:06:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-smmap
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-smmap
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: A pure python implementation of a sliding window memory map manager
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
@@ -48,10 +50,10 @@ The documentation can be found here: http://packages.python.org/smmap
dos2unix README.md
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -61,6 +63,6 @@ dos2unix README.md
%license LICENSE
%doc README.md
%{python_sitelib}/smmap
%{python_sitelib}/smmap-%{version}-py*-info
%{python_sitelib}/smmap-%{version}.dist-info
%changelog

BIN
smmap-5.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
smmap-5.0.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.