Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
be7b8bfa48 |
@@ -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>
|
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
|
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
|
Tue May 5 17:54:52 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
@@ -16,9 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!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.1
|
Version: 5.0.0
|
||||||
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
|
||||||
@@ -60,7 +62,6 @@ dos2unix README.md
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/smmap
|
%{python_sitelib}/*
|
||||||
%{python_sitelib}/smmap-%{version}-py*-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
smmap-5.0.0.tar.gz
(Stored with Git LFS)
Normal file
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)
BIN
smmap-5.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user