Compare commits

1 Commits
main ... 1.1

4 changed files with 8 additions and 13 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
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>
@@ -75,7 +69,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

View File

@@ -16,9 +16,11 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
%{?sle15_python_module_pythons}
Name: python-smmap
Version: 5.0.1
Version: 5.0.0
Release: 0
Summary: A pure python implementation of a sliding window memory map manager
License: BSD-2-Clause
@@ -60,7 +62,6 @@ dos2unix README.md
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/smmap
%{python_sitelib}/smmap-%{version}-py*-info
%{python_sitelib}/*
%changelog

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

Binary file not shown.

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

Binary file not shown.