Sync from SUSE:SLFO:Main python-smmap revision c564905aa8da54e43ffddb0aa37ca47d
This commit is contained in:
parent
1b5b323ec8
commit
f6b8037a00
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Apr 21 12:34:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,11 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%global skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-smmap
|
Name: python-smmap
|
||||||
Version: 5.0.0
|
Version: 5.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pure python implementation of a sliding window memory map manager
|
Summary: A pure python implementation of a sliding window memory map manager
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -62,6 +60,7 @@ dos2unix README.md
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/smmap
|
||||||
|
%{python_sitelib}/smmap-%{version}-py*-info
|
||||||
|
|
||||||
%changelog
|
%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.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
smmap-5.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user