Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
bf0917b8aa |
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 5.0.1:
|
||||
* Added support for Python 3.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:34:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -69,7 +86,7 @@ Tue Dec 4 12:54:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 17:49:10 UTC 2017 - daniel.molkentin@suse.com
|
||||
|
||||
- Converted to python singlespec
|
||||
- Converted to python singlespec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 17:54:52 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
@@ -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
|
||||
@@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-smmap
|
||||
Version: 5.0.0
|
||||
Version: 5.0.2
|
||||
Release: 0
|
||||
Summary: A pure python implementation of a sliding window memory map manager
|
||||
License: BSD-2-Clause
|
||||
@@ -62,6 +60,7 @@ dos2unix README.md
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/smmap
|
||||
%{python_sitelib}/smmap-%{version}-py*-info
|
||||
|
||||
%changelog
|
||||
|
BIN
smmap-5.0.0.tar.gz
(Stored with Git LFS)
BIN
smmap-5.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
smmap-5.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
smmap-5.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user