Accepting request 1129193 from devel:languages:python
- update to 5.0.1: * Added support for Python 3.12 - Converted to python singlespec OBS-URL: https://build.opensuse.org/request/show/1129193 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smmap?expand=0&rev=19
This commit is contained in:
commit
899de1e4a1
@ -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>
|
||||||
|
|
||||||
@ -69,7 +75,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,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