From c6af3446fd53d6aa25997cb3f9ab66a1baed5bde645483450a410b5e43819cf0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 16:07:03 +0000 Subject: [PATCH] - update to 5.0.1: * Added support for Python 3.12 - Converted to python singlespec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=29 --- python-smmap.changes | 8 +++++++- python-smmap.spec | 7 +++---- smmap-5.0.0.tar.gz | 3 --- smmap-5.0.1.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 smmap-5.0.0.tar.gz create mode 100644 smmap-5.0.1.tar.gz diff --git a/python-smmap.changes b/python-smmap.changes index 590a171..8fedff0 100644 --- a/python-smmap.changes +++ b/python-smmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 27 16:06:42 UTC 2023 - Dirk Müller + +- update to 5.0.1: + * Added support for Python 3.12 + ------------------------------------------------------------------- Fri Apr 21 12:34:14 UTC 2023 - Dirk Müller @@ -69,7 +75,7 @@ Tue Dec 4 12:54:24 UTC 2018 - Matej Cepl ------------------------------------------------------------------- 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 diff --git a/python-smmap.spec b/python-smmap.spec index a2cfae0..881fb24 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -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.1 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 diff --git a/smmap-5.0.0.tar.gz b/smmap-5.0.0.tar.gz deleted file mode 100644 index f8e214b..0000000 --- a/smmap-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936 -size 22437 diff --git a/smmap-5.0.1.tar.gz b/smmap-5.0.1.tar.gz new file mode 100644 index 0000000..90f3cfd --- /dev/null +++ b/smmap-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 +size 22291